| @@ -1,808 +1,305 @@ | ||
| 1 | -.elementor-button, | |
| 2 | -.e-btn, | |
| 3 | -#elementor-deactivate-feedback-modal .dialog-skip, | |
| 4 | -#elementor-deactivate-feedback-modal .dialog-submit { | |
| 5 | - font-size: 12px; | |
| 1 | +/*! elementor - v3.0.7 - 09-09-2020 */ | |
| 2 | +.elementor-button { | |
| 3 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 6 | 4 | font-weight: 500; |
| 7 | - line-height: 1.2; | |
| 8 | - padding: 8px 16px; | |
| 5 | + text-transform: uppercase; | |
| 9 | 6 | outline: none; |
| 10 | 7 | border: none; |
| 11 | - border-radius: var(--e-a-border-radius); | |
| 12 | - background-color: var(--e-a-btn-bg); | |
| 13 | - color: var(--e-a-btn-color-invert); | |
| 14 | - transition: var(--e-a-transition-hover); | |
| 15 | -} | |
| 16 | -.elementor-button:hover, | |
| 17 | -.e-btn:hover, | |
| 18 | -#elementor-deactivate-feedback-modal .dialog-skip:hover, | |
| 19 | -#elementor-deactivate-feedback-modal .dialog-submit:hover { | |
| 20 | - border: none; | |
| 21 | -} | |
| 22 | -.elementor-button:hover, .elementor-button:focus, | |
| 23 | -.e-btn:hover, | |
| 24 | -#elementor-deactivate-feedback-modal .dialog-skip:hover, | |
| 25 | -#elementor-deactivate-feedback-modal .dialog-submit:hover, | |
| 26 | -.e-btn:focus, | |
| 27 | -#elementor-deactivate-feedback-modal .dialog-skip:focus, | |
| 28 | -#elementor-deactivate-feedback-modal .dialog-submit:focus { | |
| 29 | - background-color: var(--e-a-btn-bg-hover); | |
| 30 | - color: var(--e-a-btn-color-invert); | |
| 31 | -} | |
| 32 | -.elementor-button:active, | |
| 33 | -.e-btn:active, | |
| 34 | -#elementor-deactivate-feedback-modal .dialog-skip:active, | |
| 35 | -#elementor-deactivate-feedback-modal .dialog-submit:active { | |
| 36 | - background-color: var(--e-a-btn-bg-active); | |
| 37 | -} | |
| 38 | -.elementor-button:not([disabled]), | |
| 39 | -.e-btn:not([disabled]), | |
| 40 | -#elementor-deactivate-feedback-modal .dialog-skip:not([disabled]), | |
| 41 | -#elementor-deactivate-feedback-modal .dialog-submit:not([disabled]) { | |
| 42 | - cursor: pointer; | |
| 43 | -} | |
| 44 | -.elementor-button:disabled, | |
| 45 | -.e-btn:disabled, | |
| 46 | -#elementor-deactivate-feedback-modal .dialog-skip:disabled, | |
| 47 | -#elementor-deactivate-feedback-modal .dialog-submit:disabled { | |
| 48 | - background-color: var(--e-a-btn-bg-disabled); | |
| 49 | - color: var(--e-a-btn-color-disabled); | |
| 50 | -} | |
| 51 | -.elementor-button:not(.elementor-button-state) .elementor-state-icon, | |
| 52 | -.e-btn:not(.elementor-button-state) .elementor-state-icon, | |
| 53 | -#elementor-deactivate-feedback-modal .dialog-skip:not(.elementor-button-state) .elementor-state-icon, | |
| 54 | -#elementor-deactivate-feedback-modal .dialog-submit:not(.elementor-button-state) .elementor-state-icon { | |
| 55 | - display: none; | |
| 56 | -} | |
| 57 | -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 58 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 59 | -.e-btn.e-btn-txt, | |
| 60 | -#elementor-deactivate-feedback-modal .dialog-skip, | |
| 61 | -#elementor-deactivate-feedback-modal .e-btn-txt.dialog-submit, | |
| 62 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel, | |
| 63 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit, | |
| 64 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit, | |
| 65 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel, | |
| 66 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit, | |
| 67 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit { | |
| 68 | - background: transparent; | |
| 69 | - color: var(--e-a-color-txt); | |
| 70 | -} | |
| 71 | -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, | |
| 72 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, .elementor-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 73 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 74 | -.e-btn.e-btn-txt:hover, | |
| 75 | -#elementor-deactivate-feedback-modal .dialog-skip:hover, | |
| 76 | -#elementor-deactivate-feedback-modal .e-btn-txt.dialog-submit:hover, | |
| 77 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 78 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 79 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 80 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 81 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 82 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 83 | -.e-btn.e-btn-txt:focus, | |
| 84 | -#elementor-deactivate-feedback-modal .dialog-skip:focus, | |
| 85 | -#elementor-deactivate-feedback-modal .e-btn-txt.dialog-submit:focus, | |
| 86 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus, | |
| 87 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 88 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 89 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus, | |
| 90 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 91 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:focus { | |
| 92 | - background: var(--e-a-bg-hover); | |
| 93 | - color: var(--e-a-color-txt-hover); | |
| 94 | -} | |
| 95 | -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 96 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 97 | -.e-btn.e-btn-txt:disabled, | |
| 98 | -#elementor-deactivate-feedback-modal .dialog-skip:disabled, | |
| 99 | -#elementor-deactivate-feedback-modal .e-btn-txt.dialog-submit:disabled, | |
| 100 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled, | |
| 101 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:disabled, | |
| 102 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:disabled, | |
| 103 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled, | |
| 104 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:disabled, | |
| 105 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:disabled { | |
| 106 | - background: transparent; | |
| 107 | - color: var(--e-a-color-txt-disabled); | |
| 108 | -} | |
| 109 | -.elementor-button.e-btn-txt-border, | |
| 110 | -.e-btn.e-btn-txt-border, | |
| 111 | -#elementor-deactivate-feedback-modal .e-btn-txt-border.dialog-skip, | |
| 112 | -#elementor-deactivate-feedback-modal .e-btn-txt-border.dialog-submit { | |
| 113 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 114 | -} | |
| 115 | -.elementor-button.elementor-button-success, .elementor-button.e-success, | |
| 116 | -.e-btn.elementor-button-success, | |
| 117 | -#elementor-deactivate-feedback-modal .elementor-button-success.dialog-skip, | |
| 118 | -#elementor-deactivate-feedback-modal .elementor-button-success.dialog-submit, | |
| 119 | -.e-btn.e-success, | |
| 120 | -#elementor-deactivate-feedback-modal .e-success.dialog-skip, | |
| 121 | -#elementor-deactivate-feedback-modal .e-success.dialog-submit { | |
| 122 | - background-color: var(--e-a-btn-bg-success); | |
| 123 | -} | |
| 124 | -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus, | |
| 125 | -.e-btn.elementor-button-success:hover, | |
| 126 | -#elementor-deactivate-feedback-modal .elementor-button-success.dialog-skip:hover, | |
| 127 | -#elementor-deactivate-feedback-modal .elementor-button-success.dialog-submit:hover, | |
| 128 | -.e-btn.elementor-button-success:focus, | |
| 129 | -#elementor-deactivate-feedback-modal .elementor-button-success.dialog-skip:focus, | |
| 130 | -#elementor-deactivate-feedback-modal .elementor-button-success.dialog-submit:focus, | |
| 131 | -.e-btn.e-success:hover, | |
| 132 | -#elementor-deactivate-feedback-modal .e-success.dialog-skip:hover, | |
| 133 | -#elementor-deactivate-feedback-modal .e-success.dialog-submit:hover, | |
| 134 | -.e-btn.e-success:focus, | |
| 135 | -#elementor-deactivate-feedback-modal .e-success.dialog-skip:focus, | |
| 136 | -#elementor-deactivate-feedback-modal .e-success.dialog-submit:focus { | |
| 137 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 138 | -} | |
| 139 | -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 140 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, | |
| 141 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, | |
| 142 | -.e-btn.e-primary, | |
| 143 | -#elementor-deactivate-feedback-modal .e-primary.dialog-skip, | |
| 144 | -#elementor-deactivate-feedback-modal .dialog-submit, | |
| 145 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over, | |
| 146 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip, | |
| 147 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip, | |
| 148 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over, | |
| 149 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip, | |
| 150 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip, | |
| 151 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 152 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip, | |
| 153 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip, | |
| 154 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 155 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip, | |
| 156 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip { | |
| 157 | - background-color: var(--e-a-btn-bg-primary); | |
| 158 | - color: var(--e-a-btn-color); | |
| 159 | -} | |
| 160 | -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, | |
| 161 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, | |
| 162 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, .elementor-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 163 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, | |
| 164 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, | |
| 165 | -.e-btn.e-primary:hover, | |
| 166 | -#elementor-deactivate-feedback-modal .e-primary.dialog-skip:hover, | |
| 167 | -#elementor-deactivate-feedback-modal .dialog-submit:hover, | |
| 168 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 169 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 170 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 171 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 172 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 173 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 174 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 175 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:hover, | |
| 176 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:hover, | |
| 177 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 178 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:hover, | |
| 179 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:hover, | |
| 180 | -.e-btn.e-primary:focus, | |
| 181 | -#elementor-deactivate-feedback-modal .e-primary.dialog-skip:focus, | |
| 182 | -#elementor-deactivate-feedback-modal .dialog-submit:focus, | |
| 183 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus, | |
| 184 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 185 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 186 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus, | |
| 187 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 188 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 189 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 190 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:focus, | |
| 191 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:focus, | |
| 192 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 193 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:focus, | |
| 194 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:focus { | |
| 195 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 196 | - color: var(--e-a-btn-color); | |
| 197 | -} | |
| 198 | -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, | |
| 199 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel.dialog-take_over, | |
| 200 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, | |
| 201 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, | |
| 202 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, | |
| 203 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, | |
| 204 | -.e-btn.e-primary.e-btn-txt, | |
| 205 | -#elementor-deactivate-feedback-modal .e-primary.dialog-skip, | |
| 206 | -#elementor-deactivate-feedback-modal .e-btn-txt.dialog-submit, | |
| 207 | -#elementor-deactivate-feedback-modal .dialog-submit.dialog-skip, | |
| 208 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 209 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip, | |
| 210 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip, | |
| 211 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 212 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip, | |
| 213 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip, | |
| 214 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 215 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit, | |
| 216 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit, | |
| 217 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel.dialog-take_over, | |
| 218 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 219 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit, | |
| 220 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit, | |
| 221 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel.dialog-take_over, | |
| 222 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 223 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip, | |
| 224 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip, | |
| 225 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 226 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 227 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip, | |
| 228 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip, | |
| 229 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel { | |
| 230 | - background: transparent; | |
| 231 | - color: var(--e-a-color-primary-bold); | |
| 232 | -} | |
| 233 | -.elementor-button.e-primary.e-btn-txt:hover, #elementor-deactivate-feedback-modal .elementor-button.e-primary.dialog-skip:hover, #elementor-deactivate-feedback-modal .elementor-button.e-btn-txt.dialog-submit:hover, #elementor-deactivate-feedback-modal .elementor-button.dialog-submit.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-take_over.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-skip:hover, | |
| 234 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 235 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-take_over.dialog-skip:hover, | |
| 236 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-cancel.dialog-submit:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel.dialog-submit:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel.dialog-take_over:hover, | |
| 237 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, | |
| 238 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-cancel.dialog-submit:hover, | |
| 239 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel.dialog-submit:hover, | |
| 240 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-ok.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 241 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 242 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-ok.dialog-skip:hover, | |
| 243 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-skip:hover, | |
| 244 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, .elementor-button.e-primary.e-btn-txt:focus, #elementor-deactivate-feedback-modal .elementor-button.e-primary.dialog-skip:focus, #elementor-deactivate-feedback-modal .elementor-button.e-btn-txt.dialog-submit:focus, #elementor-deactivate-feedback-modal .elementor-button.dialog-submit.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-take_over.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-skip:focus, | |
| 245 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 246 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-take_over.dialog-skip:focus, | |
| 247 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-cancel.dialog-submit:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel.dialog-submit:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel.dialog-take_over:focus, | |
| 248 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, | |
| 249 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-cancel.dialog-submit:focus, | |
| 250 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel.dialog-submit:focus, | |
| 251 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-ok.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 252 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 253 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .elementor-button.dialog-button.dialog-ok.dialog-skip:focus, | |
| 254 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-skip:focus, | |
| 255 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 256 | -.e-btn.e-primary.e-btn-txt:hover, | |
| 257 | -#elementor-deactivate-feedback-modal .e-btn.e-primary.dialog-skip:hover, | |
| 258 | -#elementor-deactivate-feedback-modal .e-primary.e-btn-txt.dialog-skip:hover, | |
| 259 | -#elementor-deactivate-feedback-modal .e-primary.dialog-skip:hover, | |
| 260 | -#elementor-deactivate-feedback-modal .e-btn.e-btn-txt.dialog-submit:hover, | |
| 261 | -#elementor-deactivate-feedback-modal .e-btn.dialog-submit.dialog-skip:hover, | |
| 262 | -#elementor-deactivate-feedback-modal .e-btn-txt.dialog-submit.dialog-skip:hover, | |
| 263 | -#elementor-deactivate-feedback-modal .dialog-submit.dialog-skip:hover, | |
| 264 | -#elementor-deactivate-feedback-modal .e-primary.e-btn-txt.dialog-submit:hover, | |
| 265 | -#elementor-deactivate-feedback-modal .e-primary.dialog-submit.dialog-skip:hover, | |
| 266 | -#elementor-deactivate-feedback-modal .e-btn-txt.dialog-submit:hover, | |
| 267 | -#elementor-deactivate-feedback-modal .dialog-submit.dialog-skip:hover, | |
| 268 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 269 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-take_over.dialog-skip:hover, | |
| 270 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-skip:hover, | |
| 271 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-take_over.dialog-skip:hover, | |
| 272 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 273 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over.dialog-skip:hover, | |
| 274 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 275 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-take_over.dialog-submit:hover, | |
| 276 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-submit.dialog-skip:hover, | |
| 277 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over.dialog-submit:hover, | |
| 278 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-submit.dialog-skip:hover, | |
| 279 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 280 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-take_over.dialog-skip:hover, | |
| 281 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-skip:hover, | |
| 282 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-take_over.dialog-skip:hover, | |
| 283 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 284 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over.dialog-skip:hover, | |
| 285 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 286 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-take_over.dialog-submit:hover, | |
| 287 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-submit.dialog-skip:hover, | |
| 288 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over.dialog-submit:hover, | |
| 289 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-submit.dialog-skip:hover, | |
| 290 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 291 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-primary.dialog-button.dialog-cancel.dialog-skip:hover, | |
| 292 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel.dialog-skip:hover, | |
| 293 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-cancel.dialog-submit:hover, | |
| 294 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit.dialog-skip:hover, | |
| 295 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel.dialog-submit:hover, | |
| 296 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit.dialog-skip:hover, | |
| 297 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-primary.dialog-button.dialog-cancel.dialog-submit:hover, | |
| 298 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 299 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel.dialog-submit:hover, | |
| 300 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 301 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel.dialog-take_over:hover, | |
| 302 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-take_over.dialog-skip:hover, | |
| 303 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over.dialog-skip:hover, | |
| 304 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-take_over.dialog-submit:hover, | |
| 305 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over.dialog-submit:hover, | |
| 306 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 307 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-primary.dialog-button.dialog-cancel.dialog-skip:hover, | |
| 308 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel.dialog-skip:hover, | |
| 309 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-cancel.dialog-submit:hover, | |
| 310 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit.dialog-skip:hover, | |
| 311 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel.dialog-submit:hover, | |
| 312 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit.dialog-skip:hover, | |
| 313 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-primary.dialog-button.dialog-cancel.dialog-submit:hover, | |
| 314 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 315 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel.dialog-submit:hover, | |
| 316 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 317 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel.dialog-take_over:hover, | |
| 318 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-take_over.dialog-skip:hover, | |
| 319 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over.dialog-skip:hover, | |
| 320 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-take_over.dialog-submit:hover, | |
| 321 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over.dialog-submit:hover, | |
| 322 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 323 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-ok.dialog-skip:hover, | |
| 324 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-skip:hover, | |
| 325 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-ok.dialog-skip:hover, | |
| 326 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:hover, | |
| 327 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok.dialog-skip:hover, | |
| 328 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:hover, | |
| 329 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-ok.dialog-submit:hover, | |
| 330 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-submit.dialog-skip:hover, | |
| 331 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok.dialog-submit:hover, | |
| 332 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-submit.dialog-skip:hover, | |
| 333 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 334 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-cancel.dialog-skip:hover, | |
| 335 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel.dialog-skip:hover, | |
| 336 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-cancel.dialog-submit:hover, | |
| 337 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel.dialog-submit:hover, | |
| 338 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 339 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-ok.dialog-skip:hover, | |
| 340 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-skip:hover, | |
| 341 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-ok.dialog-skip:hover, | |
| 342 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:hover, | |
| 343 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok.dialog-skip:hover, | |
| 344 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:hover, | |
| 345 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-ok.dialog-submit:hover, | |
| 346 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-submit.dialog-skip:hover, | |
| 347 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok.dialog-submit:hover, | |
| 348 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-submit.dialog-skip:hover, | |
| 349 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 350 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-cancel.dialog-skip:hover, | |
| 351 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel.dialog-skip:hover, | |
| 352 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-cancel.dialog-submit:hover, | |
| 353 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel.dialog-submit:hover, | |
| 354 | -.e-btn.e-primary.e-btn-txt:focus, | |
| 355 | -#elementor-deactivate-feedback-modal .e-btn.e-primary.dialog-skip:focus, | |
| 356 | -#elementor-deactivate-feedback-modal .e-primary.e-btn-txt.dialog-skip:focus, | |
| 357 | -#elementor-deactivate-feedback-modal .e-primary.dialog-skip:focus, | |
| 358 | -#elementor-deactivate-feedback-modal .e-btn.e-btn-txt.dialog-submit:focus, | |
| 359 | -#elementor-deactivate-feedback-modal .e-btn.dialog-submit.dialog-skip:focus, | |
| 360 | -#elementor-deactivate-feedback-modal .e-btn-txt.dialog-submit.dialog-skip:focus, | |
| 361 | -#elementor-deactivate-feedback-modal .dialog-submit.dialog-skip:focus, | |
| 362 | -#elementor-deactivate-feedback-modal .e-primary.e-btn-txt.dialog-submit:focus, | |
| 363 | -#elementor-deactivate-feedback-modal .e-primary.dialog-submit.dialog-skip:focus, | |
| 364 | -#elementor-deactivate-feedback-modal .e-btn-txt.dialog-submit:focus, | |
| 365 | -#elementor-deactivate-feedback-modal .dialog-submit.dialog-skip:focus, | |
| 366 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 367 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-take_over.dialog-skip:focus, | |
| 368 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-skip:focus, | |
| 369 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-take_over.dialog-skip:focus, | |
| 370 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 371 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over.dialog-skip:focus, | |
| 372 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 373 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-take_over.dialog-submit:focus, | |
| 374 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-submit.dialog-skip:focus, | |
| 375 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over.dialog-submit:focus, | |
| 376 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-submit.dialog-skip:focus, | |
| 377 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 378 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-take_over.dialog-skip:focus, | |
| 379 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-skip:focus, | |
| 380 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-take_over.dialog-skip:focus, | |
| 381 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 382 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over.dialog-skip:focus, | |
| 383 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 384 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-take_over.dialog-submit:focus, | |
| 385 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-submit.dialog-skip:focus, | |
| 386 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over.dialog-submit:focus, | |
| 387 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-submit.dialog-skip:focus, | |
| 388 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 389 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-primary.dialog-button.dialog-cancel.dialog-skip:focus, | |
| 390 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel.dialog-skip:focus, | |
| 391 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-cancel.dialog-submit:focus, | |
| 392 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit.dialog-skip:focus, | |
| 393 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel.dialog-submit:focus, | |
| 394 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit.dialog-skip:focus, | |
| 395 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-primary.dialog-button.dialog-cancel.dialog-submit:focus, | |
| 396 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 397 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel.dialog-submit:focus, | |
| 398 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 399 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel.dialog-take_over:focus, | |
| 400 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-take_over.dialog-skip:focus, | |
| 401 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over.dialog-skip:focus, | |
| 402 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-take_over.dialog-submit:focus, | |
| 403 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over.dialog-submit:focus, | |
| 404 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 405 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-primary.dialog-button.dialog-cancel.dialog-skip:focus, | |
| 406 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel.dialog-skip:focus, | |
| 407 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-cancel.dialog-submit:focus, | |
| 408 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit.dialog-skip:focus, | |
| 409 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel.dialog-submit:focus, | |
| 410 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit.dialog-skip:focus, | |
| 411 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-primary.dialog-button.dialog-cancel.dialog-submit:focus, | |
| 412 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 413 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel.dialog-submit:focus, | |
| 414 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 415 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel.dialog-take_over:focus, | |
| 416 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-take_over.dialog-skip:focus, | |
| 417 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over.dialog-skip:focus, | |
| 418 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-take_over.dialog-submit:focus, | |
| 419 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over.dialog-submit:focus, | |
| 420 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 421 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-ok.dialog-skip:focus, | |
| 422 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-skip:focus, | |
| 423 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-ok.dialog-skip:focus, | |
| 424 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:focus, | |
| 425 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok.dialog-skip:focus, | |
| 426 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:focus, | |
| 427 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-ok.dialog-submit:focus, | |
| 428 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-submit.dialog-skip:focus, | |
| 429 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok.dialog-submit:focus, | |
| 430 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-submit.dialog-skip:focus, | |
| 431 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 432 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-cancel.dialog-skip:focus, | |
| 433 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel.dialog-skip:focus, | |
| 434 | -.dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-cancel.dialog-submit:focus, | |
| 435 | -#elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel.dialog-submit:focus, | |
| 436 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 437 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn.dialog-button.dialog-ok.dialog-skip:focus, | |
| 438 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-skip:focus, | |
| 439 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-ok.dialog-skip:focus, | |
| 440 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:focus, | |
| 441 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok.dialog-skip:focus, | |
| 442 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:focus, | |
| 443 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .e-btn-txt.dialog-button.dialog-ok.dialog-submit:focus, | |
| 444 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-submit.dialog-skip:focus, | |
| 445 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok.dialog-submit:focus, | |
| 446 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-submit.dialog-skip:focus, | |
| 447 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 448 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-cancel.dialog-skip:focus, | |
| 449 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel.dialog-skip:focus, | |
| 450 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-cancel.dialog-submit:focus, | |
| 451 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel.dialog-submit:focus { | |
| 452 | - background: var(--e-a-bg-primary); | |
| 453 | -} | |
| 454 | -.elementor-button.go-pro, .elementor-button.e-accent, | |
| 455 | -.e-btn.go-pro, | |
| 456 | -#elementor-deactivate-feedback-modal .go-pro.dialog-skip, | |
| 457 | -#elementor-deactivate-feedback-modal .go-pro.dialog-submit, | |
| 458 | -.e-btn.e-accent, | |
| 459 | -#elementor-deactivate-feedback-modal .e-accent.dialog-skip, | |
| 460 | -#elementor-deactivate-feedback-modal .e-accent.dialog-submit { | |
| 461 | - background-color: var(--e-a-btn-bg-accent); | |
| 462 | -} | |
| 463 | -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus, | |
| 464 | -.e-btn.go-pro:hover, | |
| 465 | -#elementor-deactivate-feedback-modal .go-pro.dialog-skip:hover, | |
| 466 | -#elementor-deactivate-feedback-modal .go-pro.dialog-submit:hover, | |
| 467 | -.e-btn.go-pro:focus, | |
| 468 | -#elementor-deactivate-feedback-modal .go-pro.dialog-skip:focus, | |
| 469 | -#elementor-deactivate-feedback-modal .go-pro.dialog-submit:focus, | |
| 470 | -.e-btn.e-accent:hover, | |
| 471 | -#elementor-deactivate-feedback-modal .e-accent.dialog-skip:hover, | |
| 472 | -#elementor-deactivate-feedback-modal .e-accent.dialog-submit:hover, | |
| 473 | -.e-btn.e-accent:focus, | |
| 474 | -#elementor-deactivate-feedback-modal .e-accent.dialog-skip:focus, | |
| 475 | -#elementor-deactivate-feedback-modal .e-accent.dialog-submit:focus { | |
| 476 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 477 | -} | |
| 478 | -.elementor-button.go-pro:active, .elementor-button.e-accent:active, | |
| 479 | -.e-btn.go-pro:active, | |
| 480 | -#elementor-deactivate-feedback-modal .go-pro.dialog-skip:active, | |
| 481 | -#elementor-deactivate-feedback-modal .go-pro.dialog-submit:active, | |
| 482 | -.e-btn.e-accent:active, | |
| 483 | -#elementor-deactivate-feedback-modal .e-accent.dialog-skip:active, | |
| 484 | -#elementor-deactivate-feedback-modal .e-accent.dialog-submit:active { | |
| 485 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 486 | -} | |
| 487 | -.elementor-button.elementor-button-info, .elementor-button.e-info, | |
| 488 | -.e-btn.elementor-button-info, | |
| 489 | -#elementor-deactivate-feedback-modal .elementor-button-info.dialog-skip, | |
| 490 | -#elementor-deactivate-feedback-modal .elementor-button-info.dialog-submit, | |
| 491 | -.e-btn.e-info, | |
| 492 | -#elementor-deactivate-feedback-modal .e-info.dialog-skip, | |
| 493 | -#elementor-deactivate-feedback-modal .e-info.dialog-submit { | |
| 494 | - background-color: var(--e-a-btn-bg-info); | |
| 495 | -} | |
| 496 | -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus, | |
| 497 | -.e-btn.elementor-button-info:hover, | |
| 498 | -#elementor-deactivate-feedback-modal .elementor-button-info.dialog-skip:hover, | |
| 499 | -#elementor-deactivate-feedback-modal .elementor-button-info.dialog-submit:hover, | |
| 500 | -.e-btn.elementor-button-info:focus, | |
| 501 | -#elementor-deactivate-feedback-modal .elementor-button-info.dialog-skip:focus, | |
| 502 | -#elementor-deactivate-feedback-modal .elementor-button-info.dialog-submit:focus, | |
| 503 | -.e-btn.e-info:hover, | |
| 504 | -#elementor-deactivate-feedback-modal .e-info.dialog-skip:hover, | |
| 505 | -#elementor-deactivate-feedback-modal .e-info.dialog-submit:hover, | |
| 506 | -.e-btn.e-info:focus, | |
| 507 | -#elementor-deactivate-feedback-modal .e-info.dialog-skip:focus, | |
| 508 | -#elementor-deactivate-feedback-modal .e-info.dialog-submit:focus { | |
| 509 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 510 | -} | |
| 511 | -.elementor-button.elementor-button-warning, .elementor-button.e-warning, | |
| 512 | -.e-btn.elementor-button-warning, | |
| 513 | -#elementor-deactivate-feedback-modal .elementor-button-warning.dialog-skip, | |
| 514 | -#elementor-deactivate-feedback-modal .elementor-button-warning.dialog-submit, | |
| 515 | -.e-btn.e-warning, | |
| 516 | -#elementor-deactivate-feedback-modal .e-warning.dialog-skip, | |
| 517 | -#elementor-deactivate-feedback-modal .e-warning.dialog-submit { | |
| 518 | - background-color: var(--e-a-btn-bg-warning); | |
| 519 | -} | |
| 520 | -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus, | |
| 521 | -.e-btn.elementor-button-warning:hover, | |
| 522 | -#elementor-deactivate-feedback-modal .elementor-button-warning.dialog-skip:hover, | |
| 523 | -#elementor-deactivate-feedback-modal .elementor-button-warning.dialog-submit:hover, | |
| 524 | -.e-btn.elementor-button-warning:focus, | |
| 525 | -#elementor-deactivate-feedback-modal .elementor-button-warning.dialog-skip:focus, | |
| 526 | -#elementor-deactivate-feedback-modal .elementor-button-warning.dialog-submit:focus, | |
| 527 | -.e-btn.e-warning:hover, | |
| 528 | -#elementor-deactivate-feedback-modal .e-warning.dialog-skip:hover, | |
| 529 | -#elementor-deactivate-feedback-modal .e-warning.dialog-submit:hover, | |
| 530 | -.e-btn.e-warning:focus, | |
| 531 | -#elementor-deactivate-feedback-modal .e-warning.dialog-skip:focus, | |
| 532 | -#elementor-deactivate-feedback-modal .e-warning.dialog-submit:focus { | |
| 533 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 534 | -} | |
| 535 | -.elementor-button.elementor-button-danger, .elementor-button.e-danger, | |
| 536 | -.e-btn.elementor-button-danger, | |
| 537 | -#elementor-deactivate-feedback-modal .elementor-button-danger.dialog-skip, | |
| 538 | -#elementor-deactivate-feedback-modal .elementor-button-danger.dialog-submit, | |
| 539 | -.e-btn.e-danger, | |
| 540 | -#elementor-deactivate-feedback-modal .e-danger.dialog-skip, | |
| 541 | -#elementor-deactivate-feedback-modal .e-danger.dialog-submit { | |
| 542 | - background-color: var(--e-a-btn-bg-danger); | |
| 543 | -} | |
| 544 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 545 | -.e-btn.elementor-button-danger.color-white, | |
| 546 | -#elementor-deactivate-feedback-modal .elementor-button-danger.color-white.dialog-skip, | |
| 547 | -#elementor-deactivate-feedback-modal .elementor-button-danger.color-white.dialog-submit, | |
| 548 | -.e-btn.e-danger.color-white, | |
| 549 | -#elementor-deactivate-feedback-modal .e-danger.color-white.dialog-skip, | |
| 550 | -#elementor-deactivate-feedback-modal .e-danger.color-white.dialog-submit { | |
| 551 | - color: var(--e-a-color-white); | |
| 552 | -} | |
| 553 | -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, | |
| 554 | -.e-btn.elementor-button-danger:hover, | |
| 555 | -#elementor-deactivate-feedback-modal .elementor-button-danger.dialog-skip:hover, | |
| 556 | -#elementor-deactivate-feedback-modal .elementor-button-danger.dialog-submit:hover, | |
| 557 | -.e-btn.elementor-button-danger:focus, | |
| 558 | -#elementor-deactivate-feedback-modal .elementor-button-danger.dialog-skip:focus, | |
| 559 | -#elementor-deactivate-feedback-modal .elementor-button-danger.dialog-submit:focus, | |
| 560 | -.e-btn.e-danger:hover, | |
| 561 | -#elementor-deactivate-feedback-modal .e-danger.dialog-skip:hover, | |
| 562 | -#elementor-deactivate-feedback-modal .e-danger.dialog-submit:hover, | |
| 563 | -.e-btn.e-danger:focus, | |
| 564 | -#elementor-deactivate-feedback-modal .e-danger.dialog-skip:focus, | |
| 565 | -#elementor-deactivate-feedback-modal .e-danger.dialog-submit:focus { | |
| 566 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 567 | -} | |
| 568 | -.elementor-button i, | |
| 569 | -.e-btn i, | |
| 570 | -#elementor-deactivate-feedback-modal .dialog-skip i, | |
| 571 | -#elementor-deactivate-feedback-modal .dialog-submit i { | |
| 572 | - margin-inline-end: 5px; | |
| 573 | -} | |
| 8 | + -webkit-border-radius: 3px; | |
| 9 | + border-radius: 3px; | |
| 10 | + -webkit-transition-property: background, color, opacity, -webkit-box-shadow; | |
| 11 | + transition-property: background, color, opacity, -webkit-box-shadow; | |
| 12 | + -o-transition-property: background, color, box-shadow, opacity; | |
| 13 | + transition-property: background, color, box-shadow, opacity; | |
| 14 | + transition-property: background, color, box-shadow, opacity, -webkit-box-shadow; | |
| 15 | + -webkit-transition-duration: .3s; | |
| 16 | + -o-transition-duration: .3s; | |
| 17 | + transition-duration: .3s; } | |
| 18 | + .elementor-button:hover { | |
| 19 | + border: none; } | |
| 20 | + .elementor-button:not([disabled]) { | |
| 21 | + cursor: pointer; } | |
| 22 | + .elementor-button:not(.elementor-button-state) .elementor-state-icon { | |
| 23 | + display: none; } | |
| 24 | + .elementor-button.elementor-button-success { | |
| 25 | + color: #fff; } | |
| 26 | + .elementor-button.elementor-button-success[disabled] { | |
| 27 | + background-color: #c2cbd2; } | |
| 28 | + .elementor-button.elementor-button-success:not([disabled]) { | |
| 29 | + background-color: #39b54a; } | |
| 30 | + .elementor-button.elementor-button-success:not([disabled]):hover { | |
| 31 | + opacity: 0.85; | |
| 32 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 33 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 34 | + .elementor-button.elementor-button-success:not([disabled]):active { | |
| 35 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 36 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 37 | + .elementor-button.elementor-button-warning { | |
| 38 | + background-color: #a4afb7; | |
| 39 | + color: #fff; } | |
| 40 | + .elementor-button.elementor-button-warning[disabled] { | |
| 41 | + background-color: #c2cbd2; } | |
| 42 | + .elementor-button.elementor-button-warning:not([disabled]):hover { | |
| 43 | + background-color: #b01b1b; | |
| 44 | + opacity: 0.85; | |
| 45 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 46 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 47 | + .elementor-button.elementor-button-warning:not([disabled]):active { | |
| 48 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 49 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 50 | + .elementor-button.elementor-button-danger { | |
| 51 | + background-color: #d72b3f; | |
| 52 | + color: #fff; } | |
| 53 | + .elementor-button.elementor-button-danger[disabled] { | |
| 54 | + background-color: #c2cbd2; } | |
| 55 | + .elementor-button.elementor-button-danger:not([disabled]):hover { | |
| 56 | + opacity: 0.85; | |
| 57 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 58 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 59 | + .elementor-button.elementor-button-danger:not([disabled]):active { | |
| 60 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 61 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 62 | + .elementor-button.elementor-edit-template { | |
| 63 | + display: inline-block; | |
| 64 | + margin-top: 15px; | |
| 65 | + color: #fff; } | |
| 66 | + .elementor-button.elementor-button-default { | |
| 67 | + background-color: #a4afb7; | |
| 68 | + color: #fff; | |
| 69 | + font-size: 11px; | |
| 70 | + padding: 7px 21px; } | |
| 71 | + .elementor-button.elementor-button-default:hover { | |
| 72 | + background-color: #6d7882; | |
| 73 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 74 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 75 | + .elementor-button.elementor-button-default:active { | |
| 76 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 77 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 78 | + .elementor-button.elementor-button-default:visited { | |
| 79 | + color: #fff; } | |
| 80 | + .elementor-button.elementor-button-go-pro { | |
| 81 | + background-color: #93003c; } | |
| 82 | + .elementor-button i { | |
| 83 | + margin-right: 10px; } | |
| 574 | 84 | |
| 575 | 85 | #adminmenu #toplevel_page_elementor div.wp-menu-image:before { |
| 576 | 86 | content: "\e813"; |
| 577 | 87 | font-family: eicons; |
| 578 | 88 | font-size: 18px; |
| 579 | - margin-block-start: 1px; | |
| 580 | -} | |
| 89 | + margin-top: 1px; } | |
| 90 | + | |
| 581 | 91 | #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"] { |
| 582 | - font-weight: 600; | |
| 583 | - background-color: #93003f; | |
| 584 | - color: #ffffff; | |
| 585 | - margin: 3px 10px 0; | |
| 586 | - display: block; | |
| 587 | - text-align: center; | |
| 588 | - border-radius: 3px; | |
| 589 | - transition: all 0.3s; | |
| 590 | -} | |
| 591 | -#adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:hover, #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:focus { | |
| 592 | - background-color: rgb(198, 0, 84.8571428571); | |
| 593 | - box-shadow: none; | |
| 594 | -} | |
| 92 | + font-weight: 700; } | |
| 93 | + #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"]:hover { | |
| 94 | + color: #e0005b; } | |
| 95 | + | |
| 96 | +#adminmenu #toplevel_page_elementor .dashicons.dashicons-star-filled { | |
| 97 | + height: auto; } | |
| 98 | + | |
| 595 | 99 | #adminmenu #menu-posts-elementor_library .wp-menu-image:before { |
| 596 | - content: "\e8ff"; | |
| 100 | + content: '\e8ff'; | |
| 597 | 101 | font-family: eicons; |
| 598 | - font-size: 18px; | |
| 599 | -} | |
| 102 | + font-size: 18px; } | |
| 600 | 103 | |
| 601 | -#e-admin-menu__kit-library { | |
| 602 | - color: #5cb85c; | |
| 603 | -} | |
| 104 | +body.admin-color-fresh #adminmenu #toplevel_page_elementor a[href="admin.php?page=go_elementor_pro"] { | |
| 105 | + color: #c60051; } | |
| 604 | 106 | |
| 605 | 107 | .elementor-plugins-gopro { |
| 606 | - color: #93003f; | |
| 607 | - font-weight: bold; | |
| 608 | -} | |
| 609 | -.elementor-plugins-gopro:hover, .elementor-plugins-gopro:focus { | |
| 610 | - color: rgb(198, 0, 84.8571428571); | |
| 611 | -} | |
| 108 | + color: #93003c; | |
| 109 | + text-shadow: 1px 1px 1px #eee; | |
| 110 | + font-weight: bold; } | |
| 612 | 111 | |
| 613 | 112 | #elementor-switch-mode { |
| 614 | - margin: 15px 0; | |
| 615 | -} | |
| 113 | + margin: 15px 0; } | |
| 616 | 114 | |
| 617 | 115 | #elementor-switch-mode-button, |
| 618 | 116 | #elementor-editor-button { |
| 619 | 117 | outline: none; |
| 620 | - cursor: pointer; | |
| 621 | -} | |
| 622 | -#elementor-switch-mode-button i, | |
| 623 | -#elementor-editor-button i { | |
| 624 | - margin-inline-end: 3px; | |
| 625 | - font-size: 125%; | |
| 626 | - font-style: normal; | |
| 627 | -} | |
| 118 | + cursor: pointer; } | |
| 119 | + #elementor-switch-mode-button i, | |
| 120 | + #elementor-editor-button i { | |
| 121 | + margin-right: 3px; | |
| 122 | + font-size: 125%; | |
| 123 | + font-style: normal; } | |
| 628 | 124 | |
| 629 | 125 | body.elementor-editor-active .elementor-switch-mode-off { |
| 630 | - display: none; | |
| 631 | -} | |
| 126 | + display: none; } | |
| 127 | + | |
| 632 | 128 | body.elementor-editor-active #elementor-switch-mode-button { |
| 633 | 129 | background-color: #f7f7f7; |
| 634 | 130 | color: #555; |
| 635 | 131 | border-color: #ccc; |
| 636 | - box-shadow: 0 1px 0 #ccc !important; | |
| 637 | - text-shadow: unset; | |
| 638 | -} | |
| 639 | -body.elementor-editor-active #elementor-switch-mode-button:hover { | |
| 640 | - background-color: #e9e9e9; | |
| 641 | -} | |
| 642 | -body.elementor-editor-active #elementor-switch-mode-button:active { | |
| 643 | - box-shadow: inset 0 1px 0 #ccc; | |
| 644 | - transform: translateY(1px); | |
| 645 | -} | |
| 132 | + -webkit-box-shadow: 0 1px 0 #ccc !important; | |
| 133 | + box-shadow: 0 1px 0 #ccc !important; | |
| 134 | + text-shadow: unset; } | |
| 135 | + body.elementor-editor-active #elementor-switch-mode-button:hover { | |
| 136 | + background-color: #e9e9e9; } | |
| 137 | + body.elementor-editor-active #elementor-switch-mode-button:active { | |
| 138 | + -webkit-box-shadow: inset 0 1px 0 #ccc; | |
| 139 | + box-shadow: inset 0 1px 0 #ccc; | |
| 140 | + -webkit-transform: translateY(1px); | |
| 141 | + -ms-transform: translateY(1px); | |
| 142 | + transform: translateY(1px); } | |
| 143 | + | |
| 646 | 144 | body.elementor-editor-active #postdivrich { |
| 647 | - display: none !important; | |
| 648 | -} | |
| 145 | + display: none !important; } | |
| 146 | + | |
| 147 | +body.elementor-editor-active .editor-block-list__layout, | |
| 649 | 148 | body.elementor-editor-active .block-editor-block-list__layout { |
| 650 | - display: none; | |
| 651 | -} | |
| 149 | + display: none; } | |
| 150 | + | |
| 652 | 151 | body.elementor-editor-inactive .elementor-switch-mode-on { |
| 653 | - display: none; | |
| 654 | -} | |
| 152 | + display: none; } | |
| 153 | + | |
| 655 | 154 | body.elementor-editor-inactive #elementor-editor { |
| 656 | - display: none; | |
| 657 | -} | |
| 155 | + display: none; } | |
| 658 | 156 | |
| 659 | 157 | body.elementor-editor-active .editor-block-list__layout { |
| 660 | - display: none; | |
| 661 | -} | |
| 158 | + display: none; } | |
| 159 | + | |
| 662 | 160 | body.elementor-editor-active .edit-post-layout__content .edit-post-visual-editor { |
| 663 | - flex-basis: auto; | |
| 664 | -} | |
| 161 | + -ms-flex-preferred-size: auto; | |
| 162 | + flex-basis: auto; } | |
| 163 | + | |
| 665 | 164 | body.elementor-editor-active #elementor-editor { |
| 666 | - margin-block-end: 50px; | |
| 667 | -} | |
| 165 | + margin-bottom: 50px; } | |
| 166 | + | |
| 668 | 167 | body.elementor-editor-active .edit-post-text-editor__body .editor-post-text-editor { |
| 669 | - display: none; | |
| 670 | -} | |
| 671 | -body.elementor-editor-active :is(.is-desktop-preview, .is-tablet-preview, .is-mobile-preview) :is(.editor-styles-wrapper, iframe[name=editor-canvas]) { | |
| 672 | - height: auto !important; | |
| 673 | - padding: 0 !important; | |
| 674 | - flex: 0 !important; | |
| 675 | -} | |
| 168 | + display: none; } | |
| 169 | + | |
| 676 | 170 | body .block-editor #elementor-switch-mode { |
| 677 | - margin: 0 15px; | |
| 678 | -} | |
| 679 | -body .block-editor #elementor-switch-mode .button { | |
| 680 | - margin: 2px; | |
| 681 | - height: 33px; | |
| 682 | - font-size: 13px; | |
| 683 | - line-height: 1; | |
| 684 | -} | |
| 685 | -body .block-editor #elementor-switch-mode .button i { | |
| 686 | - padding-inline-end: 5px; | |
| 687 | -} | |
| 171 | + margin: 0 15px; } | |
| 172 | + body .block-editor #elementor-switch-mode .button { | |
| 173 | + margin: 2px; | |
| 174 | + height: 33px; | |
| 175 | + font-size: 13px; | |
| 176 | + line-height: 1; } | |
| 177 | + body .block-editor #elementor-switch-mode .button i { | |
| 178 | + padding-right: 5px; } | |
| 688 | 179 | |
| 689 | 180 | .elementor-button { |
| 690 | 181 | font-size: 13px; |
| 691 | 182 | text-decoration: none; |
| 692 | - padding: 15px 40px; | |
| 693 | -} | |
| 183 | + padding: 15px 40px; } | |
| 694 | 184 | |
| 695 | 185 | #elementor-editor { |
| 696 | 186 | height: 300px; |
| 697 | 187 | width: 100%; |
| 698 | - transition: all 0.5s ease; | |
| 699 | -} | |
| 700 | -#elementor-editor .elementor-loader-wrapper { | |
| 701 | - position: absolute; | |
| 702 | - inset-block-start: 50%; | |
| 703 | - inset-inline-start: 50%; | |
| 704 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 705 | - width: 300px; | |
| 706 | - display: flex; | |
| 707 | - flex-direction: column; | |
| 708 | - align-items: center; | |
| 709 | - gap: 30px; | |
| 710 | -} | |
| 711 | -#elementor-editor .elementor-loader { | |
| 712 | - border-radius: 50%; | |
| 713 | - padding: 40px; | |
| 714 | - height: 150px; | |
| 715 | - width: 150px; | |
| 716 | - background-color: var(--e-a-bg-active); | |
| 717 | - box-sizing: border-box; | |
| 718 | - box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); | |
| 719 | -} | |
| 720 | -#elementor-editor .elementor-loader-boxes { | |
| 721 | - height: 100%; | |
| 722 | - width: 100%; | |
| 723 | - position: relative; | |
| 724 | -} | |
| 725 | -#elementor-editor .elementor-loader-box { | |
| 726 | - position: absolute; | |
| 727 | - background-color: var(--e-a-color-txt-hover); | |
| 728 | - animation: load 1.8s linear infinite; | |
| 729 | -} | |
| 730 | -#elementor-editor .elementor-loader-box:nth-of-type(1) { | |
| 731 | - width: 20%; | |
| 732 | - height: 100%; | |
| 733 | - left: 0; | |
| 734 | - top: 0; | |
| 735 | -} | |
| 736 | -#elementor-editor .elementor-loader-box:not(:nth-of-type(1)) { | |
| 737 | - right: 0; | |
| 738 | - height: 20%; | |
| 739 | - width: 60%; | |
| 740 | -} | |
| 741 | -#elementor-editor .elementor-loader-box:nth-of-type(2) { | |
| 742 | - top: 0; | |
| 743 | - animation-delay: calc(1.8s / 4 * -1); | |
| 744 | -} | |
| 745 | -#elementor-editor .elementor-loader-box:nth-of-type(3) { | |
| 746 | - top: 40%; | |
| 747 | - animation-delay: calc(1.8s / 4 * -2); | |
| 748 | -} | |
| 749 | -#elementor-editor .elementor-loader-box:nth-of-type(4) { | |
| 750 | - bottom: 0; | |
| 751 | - animation-delay: calc(1.8s / 4 * -3); | |
| 752 | -} | |
| 753 | -#elementor-editor .elementor-loading-title { | |
| 754 | - color: var(--e-a-color-txt); | |
| 755 | - text-align: center; | |
| 756 | - text-transform: uppercase; | |
| 757 | - letter-spacing: 7px; | |
| 758 | - text-indent: 7px; | |
| 759 | - font-size: 10px; | |
| 760 | - width: 100%; | |
| 761 | -} | |
| 188 | + -webkit-transition: all 0.5s ease; | |
| 189 | + -o-transition: all 0.5s ease; | |
| 190 | + transition: all 0.5s ease; } | |
| 191 | + #elementor-editor .elementor-loader-wrapper { | |
| 192 | + position: absolute; | |
| 193 | + top: 50%; | |
| 194 | + left: 50%; | |
| 195 | + -webkit-transform: translate(-50%, -50%); | |
| 196 | + -ms-transform: translate(-50%, -50%); | |
| 197 | + transform: translate(-50%, -50%); | |
| 198 | + width: 300px; | |
| 199 | + display: -webkit-box; | |
| 200 | + display: -ms-flexbox; | |
| 201 | + display: flex; | |
| 202 | + -ms-flex-wrap: wrap; | |
| 203 | + flex-wrap: wrap; | |
| 204 | + -webkit-box-pack: center; | |
| 205 | + -ms-flex-pack: center; | |
| 206 | + justify-content: center; } | |
| 207 | + #elementor-editor .elementor-loader { | |
| 208 | + -webkit-border-radius: 50%; | |
| 209 | + border-radius: 50%; | |
| 210 | + padding: 40px; | |
| 211 | + height: 150px; | |
| 212 | + width: 150px; | |
| 213 | + background-color: rgba(255, 255, 255, 0.9); | |
| 214 | + -webkit-box-sizing: border-box; | |
| 215 | + box-sizing: border-box; | |
| 216 | + -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); | |
| 217 | + box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); } | |
| 218 | + #elementor-editor .elementor-loader-boxes { | |
| 219 | + height: 100%; | |
| 220 | + width: 100%; | |
| 221 | + position: relative; } | |
| 222 | + #elementor-editor .elementor-loader-box { | |
| 223 | + position: absolute; | |
| 224 | + background-color: #d5dadf; | |
| 225 | + -webkit-animation: load 1.8s linear infinite; | |
| 226 | + animation: load 1.8s linear infinite; } | |
| 227 | + #elementor-editor .elementor-loader-box:nth-of-type(1) { | |
| 228 | + width: 20%; | |
| 229 | + height: 100%; | |
| 230 | + left: 0; | |
| 231 | + top: 0; } | |
| 232 | + #elementor-editor .elementor-loader-box:not(:nth-of-type(1)) { | |
| 233 | + right: 0; | |
| 234 | + height: 20%; | |
| 235 | + width: 60%; } | |
| 236 | + #elementor-editor .elementor-loader-box:nth-of-type(2) { | |
| 237 | + top: 0; | |
| 238 | + -webkit-animation-delay: -0.45s; | |
| 239 | + animation-delay: -0.45s; } | |
| 240 | + #elementor-editor .elementor-loader-box:nth-of-type(3) { | |
| 241 | + top: 40%; | |
| 242 | + -webkit-animation-delay: -0.9s; | |
| 243 | + animation-delay: -0.9s; } | |
| 244 | + #elementor-editor .elementor-loader-box:nth-of-type(4) { | |
| 245 | + bottom: 0; | |
| 246 | + -webkit-animation-delay: -1.35s; | |
| 247 | + animation-delay: -1.35s; } | |
| 248 | + #elementor-editor .elementor-loading-title { | |
| 249 | + color: #a4afb7; | |
| 250 | + text-align: center; | |
| 251 | + text-transform: uppercase; | |
| 252 | + margin-top: 30px; | |
| 253 | + letter-spacing: 7px; | |
| 254 | + text-indent: 7px; | |
| 255 | + font-size: 10px; | |
| 256 | + width: 100%; } | |
| 762 | 257 | |
| 763 | 258 | #elementor-go-to-edit-page-link { |
| 764 | 259 | height: 100%; |
| 260 | + display: -webkit-box; | |
| 261 | + display: -ms-flexbox; | |
| 765 | 262 | display: flex; |
| 766 | - justify-content: center; | |
| 767 | - align-items: center; | |
| 263 | + -webkit-box-pack: center; | |
| 264 | + -ms-flex-pack: center; | |
| 265 | + justify-content: center; | |
| 266 | + -webkit-box-align: center; | |
| 267 | + -ms-flex-align: center; | |
| 268 | + align-items: center; | |
| 768 | 269 | border: 1px solid #DDD; |
| 769 | 270 | background-color: #F7F7F7; |
| 770 | 271 | text-decoration: none; |
| 771 | 272 | position: relative; |
| 772 | - font-family: Sans-serif; | |
| 773 | -} | |
| 774 | -#elementor-go-to-edit-page-link:hover { | |
| 775 | - background-color: #ffffff; | |
| 776 | -} | |
| 777 | -#elementor-go-to-edit-page-link:focus { | |
| 778 | - box-shadow: none; | |
| 779 | -} | |
| 780 | -#elementor-go-to-edit-page-link.elementor-animate #elementor-editor-button { | |
| 781 | - display: none; | |
| 782 | -} | |
| 783 | -#elementor-go-to-edit-page-link:not(.elementor-animate) .elementor-loader-wrapper { | |
| 784 | - display: none; | |
| 785 | -} | |
| 273 | + font-family: Sans-serif; } | |
| 274 | + #elementor-go-to-edit-page-link:hover { | |
| 275 | + background-color: #ffffff; } | |
| 276 | + #elementor-go-to-edit-page-link:focus { | |
| 277 | + -webkit-box-shadow: none; | |
| 278 | + box-shadow: none; } | |
| 279 | + #elementor-go-to-edit-page-link.elementor-animate #elementor-editor-button { | |
| 280 | + display: none; } | |
| 281 | + #elementor-go-to-edit-page-link:not(.elementor-animate) .elementor-loader-wrapper { | |
| 282 | + display: none; } | |
| 786 | 283 | |
| 787 | 284 | .elementor-button-spinner:before { |
| 788 | - font: normal 20px/0.5 dashicons; | |
| 285 | + font: normal 20px/.5 dashicons; | |
| 789 | 286 | speak: none; |
| 790 | 287 | display: inline-block; |
| 791 | 288 | padding: 0; |
| 792 | - inset-block-start: 8px; | |
| 793 | - inset-inline-start: -4px; | |
| 289 | + top: 8px; | |
| 290 | + left: -4px; | |
| 794 | 291 | position: relative; |
| 795 | 292 | vertical-align: top; |
| 796 | - content: "\f463"; | |
| 797 | -} | |
| 293 | + content: "\f463"; } | |
| 294 | + | |
| 798 | 295 | .elementor-button-spinner.loading:before { |
| 799 | - animation: rotation 1s infinite linear; | |
| 800 | -} | |
| 296 | + -webkit-animation: rotation 1s infinite linear; | |
| 297 | + animation: rotation 1s infinite linear; } | |
| 298 | + | |
| 801 | 299 | .elementor-button-spinner.success:before { |
| 802 | 300 | content: "\f147"; |
| 803 | - color: #46b450; | |
| 804 | -} | |
| 301 | + color: #46b450; } | |
| 805 | 302 | |
| 806 | 303 | .elementor-blank_state { |
| 807 | 304 | padding: 5em 0; |
| 808 | 305 | margin: auto; |
| @@ -807,2209 +304,761 @@ | ||
| 807 | 304 | padding: 5em 0; |
| 808 | 305 | margin: auto; |
| 809 | 306 | max-width: 520px; |
| 810 | 307 | text-align: center; |
| 811 | - font-family: var(--e-a-font-family); | |
| 812 | -} | |
| 813 | -.elementor-blank_state i { | |
| 814 | - font-size: 50px; | |
| 815 | -} | |
| 816 | -.elementor-blank_state h3 { | |
| 817 | - font-size: 32px; | |
| 818 | - font-weight: 300; | |
| 819 | - color: inherit; | |
| 820 | - margin: 20px 0 10px; | |
| 821 | - line-height: 1.2; | |
| 822 | -} | |
| 823 | -.elementor-blank_state p { | |
| 824 | - font-size: 16px; | |
| 825 | - font-weight: normal; | |
| 826 | - margin-block-end: 40px; | |
| 827 | -} | |
| 828 | -.elementor-blank_state .elementor-button { | |
| 829 | - display: inline-block; | |
| 830 | -} | |
| 308 | + color: #6d7882; | |
| 309 | + font-family: Roboto, sans-serif; } | |
| 310 | + .elementor-blank_state i { | |
| 311 | + font-size: 50px; | |
| 312 | + color: #a4afb7; } | |
| 313 | + .elementor-blank_state h2 { | |
| 314 | + font-size: 32px; | |
| 315 | + font-weight: 300; | |
| 316 | + color: inherit; | |
| 317 | + margin: 40px 0 10px; | |
| 318 | + line-height: 1.2; } | |
| 319 | + .elementor-blank_state p { | |
| 320 | + font-size: 16px; | |
| 321 | + font-weight: normal; | |
| 322 | + color: #a4afb7; | |
| 323 | + margin-bottom: 40px; } | |
| 324 | + .elementor-blank_state .elementor-button { | |
| 325 | + display: inline-block; } | |
| 831 | 326 | |
| 832 | -#available-widgets [class*=elementor-template] .widget-title:before { | |
| 327 | +#available-widgets [class*="elementor-template"] .widget-title:before { | |
| 833 | 328 | content: "\e813"; |
| 834 | 329 | font-family: eicons; |
| 835 | - font-size: 17px; | |
| 836 | -} | |
| 330 | + font-size: 17px; } | |
| 837 | 331 | |
| 838 | 332 | .elementor-settings-form-page { |
| 839 | - padding-block-start: 30px; | |
| 840 | -} | |
| 841 | -.elementor-settings-form-page:not(.elementor-active) { | |
| 842 | - display: none; | |
| 843 | -} | |
| 333 | + padding-top: 30px; } | |
| 334 | + .elementor-settings-form-page:not(.elementor-active) { | |
| 335 | + display: none; } | |
| 844 | 336 | |
| 845 | 337 | ._elementor_settings_update_time { |
| 846 | - display: none; | |
| 847 | -} | |
| 338 | + display: none; } | |
| 848 | 339 | |
| 849 | -#tab-advanced .form-table tr:not(:last-child), | |
| 850 | -#tab-performance .form-table tr:not(:last-child), | |
| 851 | -#tab-experiments .form-table tr:not(:last-child) { | |
| 852 | - border-block-end: 1px solid #dcdcde; | |
| 853 | -} | |
| 854 | -#tab-advanced .form-table tr .description, | |
| 855 | -#tab-performance .form-table tr .description, | |
| 856 | -#tab-experiments .form-table tr .description { | |
| 857 | - font-size: 0.9em; | |
| 858 | - margin: 10px 0; | |
| 859 | - max-width: 820px; | |
| 860 | -} | |
| 340 | +#confirm_fa_migration_admin_modal .dialog-confirm-ok { | |
| 341 | + color: #6d7882; } | |
| 861 | 342 | |
| 862 | 343 | body.post-type-attachment table.media .column-title .media-icon img[src$=".svg"] { |
| 863 | - width: 100%; | |
| 864 | -} | |
| 344 | + width: 100%; } | |
| 865 | 345 | |
| 866 | 346 | .e-major-update-warning { |
| 867 | - margin-block-end: 5px; | |
| 868 | - max-width: 1000px; | |
| 869 | - display: flex; | |
| 870 | -} | |
| 871 | -.e-major-update-warning__separator { | |
| 872 | - margin: 15px -12px; | |
| 873 | -} | |
| 874 | -.e-major-update-warning__icon { | |
| 875 | - font-size: 17px; | |
| 876 | - margin-inline-end: 9px; | |
| 877 | - margin-inline-start: 2px; | |
| 878 | -} | |
| 879 | -.e-major-update-warning__title { | |
| 880 | - font-weight: 600; | |
| 881 | - margin-block-end: 10px; | |
| 882 | -} | |
| 883 | -.e-major-update-warning + p { | |
| 884 | - display: none; | |
| 885 | -} | |
| 347 | + margin-bottom: 5px; | |
| 348 | + max-width: 1000px; } | |
| 349 | + .e-major-update-warning__title { | |
| 350 | + font-weight: bold; | |
| 351 | + margin: 10px 0; } | |
| 352 | + .e-major-update-warning + p { | |
| 353 | + display: none; } | |
| 886 | 354 | |
| 887 | -.notice-success .e-major-update-warning__separator { | |
| 888 | - border: 1px solid #46b450; | |
| 889 | -} | |
| 890 | -.notice-success .e-major-update-warning__icon { | |
| 891 | - color: #79ba49; | |
| 892 | -} | |
| 355 | +.e-getting-started { | |
| 356 | + max-width: 900px; | |
| 357 | + padding: 2.5em 0; | |
| 358 | + margin: auto; | |
| 359 | + text-align: center; } | |
| 360 | + .e-getting-started__header { | |
| 361 | + display: -webkit-box; | |
| 362 | + display: -ms-flexbox; | |
| 363 | + display: flex; | |
| 364 | + -webkit-box-orient: horizontal; | |
| 365 | + -webkit-box-direction: normal; | |
| 366 | + -ms-flex-direction: row; | |
| 367 | + flex-direction: row; | |
| 368 | + -webkit-box-pack: justify; | |
| 369 | + -ms-flex-pack: justify; | |
| 370 | + justify-content: space-between; | |
| 371 | + -webkit-box-align: center; | |
| 372 | + -ms-flex-align: center; | |
| 373 | + align-items: center; | |
| 374 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 375 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); } | |
| 376 | + .e-getting-started__header .e-logo-wrapper { | |
| 377 | + font-size: 10px; | |
| 378 | + margin-right: 10px; } | |
| 379 | + .e-getting-started__title { | |
| 380 | + padding: 0 15px; | |
| 381 | + font-weight: 600; | |
| 382 | + text-transform: uppercase; | |
| 383 | + display: -webkit-box; | |
| 384 | + display: -ms-flexbox; | |
| 385 | + display: flex; | |
| 386 | + -webkit-box-align: center; | |
| 387 | + -ms-flex-align: center; | |
| 388 | + align-items: center; } | |
| 389 | + .e-getting-started__skip { | |
| 390 | + border-left: 1px solid #eee; | |
| 391 | + font-size: 16px; | |
| 392 | + color: inherit; } | |
| 393 | + .e-getting-started__skip i { | |
| 394 | + padding: 15px; } | |
| 395 | + .e-getting-started__content { | |
| 396 | + padding: 50px; } | |
| 397 | + .e-getting-started__content h2 { | |
| 398 | + font-size: 2em; | |
| 399 | + margin-top: 0; } | |
| 400 | + .e-getting-started__content--narrow { | |
| 401 | + max-width: 500px; | |
| 402 | + margin: auto; } | |
| 403 | + .e-getting-started__video { | |
| 404 | + margin: 40px 0 60px; } | |
| 405 | + .e-getting-started__video iframe { | |
| 406 | + -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); | |
| 407 | + box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); } | |
| 408 | + .e-getting-started__actions .button-primary { | |
| 409 | + margin-right: 20px; } | |
| 893 | 410 | |
| 894 | -.notice-warning .e-major-update-warning__separator { | |
| 895 | - border: 1px solid #ffb900; | |
| 896 | -} | |
| 897 | -.notice-warning .e-major-update-warning__icon { | |
| 898 | - color: #f56e28; | |
| 899 | -} | |
| 900 | - | |
| 901 | -.plugins table.e-compatibility-update-table tr { | |
| 902 | - background: transparent; | |
| 903 | -} | |
| 904 | -.plugins table.e-compatibility-update-table tr th { | |
| 905 | - font-weight: 600; | |
| 906 | -} | |
| 907 | -.plugins table.e-compatibility-update-table tr th, .plugins table.e-compatibility-update-table tr td { | |
| 908 | - min-width: 250px; | |
| 909 | - font-size: 13px; | |
| 910 | - background: transparent; | |
| 911 | - box-shadow: none; | |
| 912 | - border: none; | |
| 913 | - padding-block-start: 5px; | |
| 914 | - padding-block-end: 5px; | |
| 915 | - padding-inline-end: 15px; | |
| 916 | - padding-inline-start: 0; | |
| 917 | -} | |
| 918 | - | |
| 919 | -.dialog-widget-content { | |
| 920 | - background-color: var(--e-a-bg-default); | |
| 921 | - position: absolute; | |
| 922 | - border-radius: 3px; | |
| 923 | - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); | |
| 924 | - overflow: hidden; | |
| 925 | -} | |
| 926 | - | |
| 927 | -.dialog-message { | |
| 928 | - line-height: 1.5; | |
| 929 | - box-sizing: border-box; | |
| 930 | -} | |
| 931 | - | |
| 932 | -.dialog-close-button { | |
| 933 | - cursor: pointer; | |
| 934 | - position: absolute; | |
| 935 | - margin-block-start: 15px; | |
| 936 | - inset-inline-end: 15px; | |
| 937 | - color: var(--e-a-color-txt); | |
| 938 | - font-size: 15px; | |
| 939 | - line-height: 1; | |
| 940 | - transition: var(--e-a-transition-hover); | |
| 941 | -} | |
| 942 | -.dialog-close-button:hover { | |
| 943 | - color: var(--e-a-color-txt-hover); | |
| 944 | -} | |
| 945 | - | |
| 946 | -.dialog-prevent-scroll { | |
| 947 | - overflow: hidden; | |
| 948 | - max-height: 100vh; | |
| 949 | -} | |
| 950 | - | |
| 951 | -.dialog-type-lightbox { | |
| 952 | - position: fixed; | |
| 953 | - height: 100%; | |
| 954 | - width: 100%; | |
| 955 | - bottom: 0; | |
| 956 | - left: 0; | |
| 957 | - background-color: rgba(0, 0, 0, 0.8); | |
| 958 | - z-index: 9999; | |
| 959 | - -webkit-user-select: none; | |
| 960 | - -moz-user-select: none; | |
| 961 | - user-select: none; | |
| 962 | -} | |
| 963 | - | |
| 964 | -.elementor-editor-active .elementor-popup-modal { | |
| 965 | - background-color: initial; | |
| 966 | -} | |
| 967 | - | |
| 968 | -.dialog-type-confirm .dialog-widget-content, | |
| 969 | -.dialog-type-alert .dialog-widget-content { | |
| 970 | - margin: auto; | |
| 971 | - width: 400px; | |
| 411 | +/*= Elementor Message | |
| 412 | +---------------------------------------*/ | |
| 413 | +.notice.elementor-message { | |
| 972 | 414 | padding: 20px; |
| 973 | -} | |
| 974 | -.dialog-type-confirm .dialog-header, | |
| 975 | -.dialog-type-alert .dialog-header { | |
| 976 | - font-size: 15px; | |
| 977 | - font-weight: 500; | |
| 978 | -} | |
| 979 | -.dialog-type-confirm .dialog-header:after, | |
| 980 | -.dialog-type-alert .dialog-header:after { | |
| 981 | - content: ""; | |
| 982 | - display: block; | |
| 983 | - border-block-end: var(--e-a-border); | |
| 984 | - padding-block-end: 10px; | |
| 985 | - margin-block-end: 10px; | |
| 986 | - margin-inline-start: -20px; | |
| 987 | - margin-inline-end: -20px; | |
| 988 | -} | |
| 989 | -.dialog-type-confirm .dialog-message, | |
| 990 | -.dialog-type-alert .dialog-message { | |
| 991 | - min-height: 50px; | |
| 992 | -} | |
| 993 | -.dialog-type-confirm .dialog-buttons-wrapper, | |
| 994 | -.dialog-type-alert .dialog-buttons-wrapper { | |
| 995 | - padding-block-start: 10px; | |
| 996 | - display: flex; | |
| 997 | - justify-content: flex-end; | |
| 998 | - gap: 15px; | |
| 999 | -} | |
| 1000 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button, | |
| 1001 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button { | |
| 1002 | - font-size: 12px; | |
| 1003 | - font-weight: 500; | |
| 1004 | - line-height: 1.2; | |
| 1005 | - padding: 8px 16px; | |
| 1006 | - outline: none; | |
| 1007 | - border: none; | |
| 1008 | - border-radius: var(--e-a-border-radius); | |
| 1009 | - background-color: var(--e-a-btn-bg); | |
| 1010 | - color: var(--e-a-btn-color-invert); | |
| 1011 | - transition: var(--e-a-transition-hover); | |
| 1012 | -} | |
| 1013 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, | |
| 1014 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover { | |
| 1015 | - border: none; | |
| 1016 | -} | |
| 1017 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, | |
| 1018 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 1019 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus { | |
| 1020 | - background-color: var(--e-a-btn-bg-hover); | |
| 1021 | - color: var(--e-a-btn-color-invert); | |
| 1022 | -} | |
| 1023 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active, | |
| 1024 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active { | |
| 1025 | - background-color: var(--e-a-btn-bg-active); | |
| 1026 | -} | |
| 1027 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]), | |
| 1028 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) { | |
| 1029 | - cursor: pointer; | |
| 1030 | -} | |
| 1031 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled, | |
| 1032 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled { | |
| 1033 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1034 | - color: var(--e-a-btn-color-disabled); | |
| 1035 | -} | |
| 1036 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, | |
| 1037 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon { | |
| 1038 | - display: none; | |
| 1039 | -} | |
| 1040 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-skip, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel, | |
| 1041 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt, | |
| 1042 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip, | |
| 1043 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-skip, | |
| 1044 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel { | |
| 1045 | - background: transparent; | |
| 1046 | - color: var(--e-a-color-txt); | |
| 1047 | -} | |
| 1048 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus, | |
| 1049 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, | |
| 1050 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:hover, | |
| 1051 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-skip:hover, | |
| 1052 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, | |
| 1053 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, | |
| 1054 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:focus, | |
| 1055 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-skip:focus, | |
| 1056 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus { | |
| 1057 | - background: var(--e-a-bg-hover); | |
| 1058 | - color: var(--e-a-color-txt-hover); | |
| 1059 | -} | |
| 1060 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:disabled, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-skip:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, | |
| 1061 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, | |
| 1062 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:disabled, | |
| 1063 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-skip:disabled, | |
| 1064 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled { | |
| 1065 | - background: transparent; | |
| 1066 | - color: var(--e-a-color-txt-disabled); | |
| 1067 | -} | |
| 1068 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border, | |
| 1069 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border { | |
| 1070 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 1071 | -} | |
| 1072 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success, | |
| 1073 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success, | |
| 1074 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success { | |
| 1075 | - background-color: var(--e-a-btn-bg-success); | |
| 1076 | -} | |
| 1077 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus, | |
| 1078 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, | |
| 1079 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, | |
| 1080 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover, | |
| 1081 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus { | |
| 1082 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 1083 | -} | |
| 1084 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok, | |
| 1085 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary, | |
| 1086 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit, | |
| 1087 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit, | |
| 1088 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over, | |
| 1089 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok { | |
| 1090 | - background-color: var(--e-a-btn-bg-primary); | |
| 1091 | - color: var(--e-a-btn-color); | |
| 1092 | -} | |
| 1093 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, | |
| 1094 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover, | |
| 1095 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit:hover, | |
| 1096 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit:hover, | |
| 1097 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, | |
| 1098 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, | |
| 1099 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus, | |
| 1100 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit:focus, | |
| 1101 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit:focus, | |
| 1102 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, | |
| 1103 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus { | |
| 1104 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 1105 | - color: var(--e-a-btn-color); | |
| 1106 | -} | |
| 1107 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, | |
| 1108 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, | |
| 1109 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip, | |
| 1110 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip, | |
| 1111 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit, | |
| 1112 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip, | |
| 1113 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit, | |
| 1114 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip, | |
| 1115 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, | |
| 1116 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip, | |
| 1117 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip, | |
| 1118 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, | |
| 1119 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit, | |
| 1120 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit, | |
| 1121 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, | |
| 1122 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, | |
| 1123 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip, | |
| 1124 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip, | |
| 1125 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel { | |
| 1126 | - background: transparent; | |
| 1127 | - color: var(--e-a-color-primary-bold); | |
| 1128 | -} | |
| 1129 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus, | |
| 1130 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, | |
| 1131 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip:hover, | |
| 1132 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip:hover, | |
| 1133 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit:hover, | |
| 1134 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip:hover, | |
| 1135 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit:hover, | |
| 1136 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip:hover, | |
| 1137 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, | |
| 1138 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 1139 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 1140 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, | |
| 1141 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 1142 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 1143 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, | |
| 1144 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, | |
| 1145 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:hover, | |
| 1146 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:hover, | |
| 1147 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, | |
| 1148 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, | |
| 1149 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip:focus, | |
| 1150 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip:focus, | |
| 1151 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit:focus, | |
| 1152 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip:focus, | |
| 1153 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit:focus, | |
| 1154 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip:focus, | |
| 1155 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, | |
| 1156 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 1157 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 1158 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, | |
| 1159 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 1160 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 1161 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, | |
| 1162 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, | |
| 1163 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:focus, | |
| 1164 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:focus, | |
| 1165 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus { | |
| 1166 | - background: var(--e-a-bg-primary); | |
| 1167 | -} | |
| 1168 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent, | |
| 1169 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro, | |
| 1170 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent { | |
| 1171 | - background-color: var(--e-a-btn-bg-accent); | |
| 1172 | -} | |
| 1173 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus, | |
| 1174 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover, | |
| 1175 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus, | |
| 1176 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover, | |
| 1177 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus { | |
| 1178 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 1179 | -} | |
| 1180 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active, | |
| 1181 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active, | |
| 1182 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active { | |
| 1183 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 1184 | -} | |
| 1185 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info, | |
| 1186 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info, | |
| 1187 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info { | |
| 1188 | - background-color: var(--e-a-btn-bg-info); | |
| 1189 | -} | |
| 1190 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus, | |
| 1191 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, | |
| 1192 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, | |
| 1193 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover, | |
| 1194 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus { | |
| 1195 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 1196 | -} | |
| 1197 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning, | |
| 1198 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning, | |
| 1199 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning { | |
| 1200 | - background-color: var(--e-a-btn-bg-warning); | |
| 1201 | -} | |
| 1202 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus, | |
| 1203 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, | |
| 1204 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, | |
| 1205 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover, | |
| 1206 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus { | |
| 1207 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 1208 | -} | |
| 1209 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger, | |
| 1210 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, | |
| 1211 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { | |
| 1212 | - background-color: var(--e-a-btn-bg-danger); | |
| 1213 | -} | |
| 1214 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white, | |
| 1215 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 1216 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 1217 | - color: var(--e-a-color-white); | |
| 1218 | -} | |
| 1219 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus, | |
| 1220 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, | |
| 1221 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, | |
| 1222 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, | |
| 1223 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus { | |
| 1224 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 1225 | -} | |
| 1226 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i, | |
| 1227 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button i { | |
| 1228 | - margin-inline-end: 5px; | |
| 1229 | -} | |
| 1230 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited, | |
| 1231 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 1232 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, | |
| 1233 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { | |
| 1234 | - color: initial; | |
| 1235 | -} | |
| 1236 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited, | |
| 1237 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 1238 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 1239 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 1240 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1241 | -} | |
| 1242 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 1243 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 1244 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1245 | - cursor: not-allowed; | |
| 1246 | -} | |
| 415 | + border-left-color: #93003c; } | |
| 416 | + .notice.elementor-message .elementor-message-inner { | |
| 417 | + display: -webkit-box; | |
| 418 | + display: -ms-flexbox; | |
| 419 | + display: flex; | |
| 420 | + -webkit-box-align: center; | |
| 421 | + -ms-flex-align: center; | |
| 422 | + align-items: center; } | |
| 423 | + .notice.elementor-message .elementor-message-icon { | |
| 424 | + font-size: 20px; } | |
| 425 | + .notice.elementor-message .elementor-message-content { | |
| 426 | + padding: 0 20px; } | |
| 427 | + .notice.elementor-message p { | |
| 428 | + padding: 0; | |
| 429 | + margin: 0; } | |
| 430 | + .notice.elementor-message h3 { | |
| 431 | + margin: 0 0 5px; } | |
| 432 | + .notice.elementor-message .elementor-message-action { | |
| 433 | + text-align: center; | |
| 434 | + display: -webkit-box; | |
| 435 | + display: -ms-flexbox; | |
| 436 | + display: flex; | |
| 437 | + -webkit-box-orient: vertical; | |
| 438 | + -webkit-box-direction: normal; | |
| 439 | + -ms-flex-direction: column; | |
| 440 | + flex-direction: column; | |
| 441 | + margin-left: auto; } | |
| 442 | + .notice.elementor-message .elementor-message-action .elementor-button { | |
| 443 | + background-color: #93003c; | |
| 444 | + color: #fff; | |
| 445 | + border-color: #7c1337; | |
| 446 | + -webkit-box-shadow: 0 1px 0 #7c1337; | |
| 447 | + box-shadow: 0 1px 0 #7c1337; | |
| 448 | + padding: 5px 30px; | |
| 449 | + height: auto; | |
| 450 | + line-height: 20px; | |
| 451 | + text-transform: capitalize; } | |
| 452 | + .notice.elementor-message .elementor-message-action .elementor-button i { | |
| 453 | + margin-right: 5px; } | |
| 454 | + .notice.elementor-message .elementor-message-action .elementor-button:hover { | |
| 455 | + background-color: #a0124a; } | |
| 456 | + .notice.elementor-message .elementor-message-action .elementor-button:active { | |
| 457 | + -webkit-box-shadow: inset 0 1px 0 #7c1337; | |
| 458 | + box-shadow: inset 0 1px 0 #7c1337; | |
| 459 | + -webkit-transform: translateY(1px); | |
| 460 | + -ms-transform: translateY(1px); | |
| 461 | + transform: translateY(1px); } | |
| 462 | + .notice.elementor-message .elementor-message-action .elementor-link { | |
| 463 | + padding-top: 5px; } | |
| 464 | + .notice.elementor-message .elementor-message-actions { | |
| 465 | + margin-top: 10px; } | |
| 466 | + .notice.elementor-message .elementor-message-actions .button.button-primary { | |
| 467 | + margin-right: 5px; } | |
| 1247 | 468 | |
| 1248 | -:root { | |
| 1249 | - --e-focus-color: rgba(0, 115, 170, .4); | |
| 1250 | - --e-context-primary-color: #0073aa; | |
| 1251 | - --e-context-primary-color-dark: rgb(0, 80.5, 119); | |
| 1252 | - --e-context-primary-tint-4: rgba(0, 115, 170, 0.4); | |
| 1253 | - --e-context-primary-tint-1: rgba(0, 115, 170, 0.04); | |
| 1254 | - --e-context-success-color: #0A875A; | |
| 1255 | - --e-context-success-color-dark: rgb(6.4827586207, 87.5172413793, 58.3448275862); | |
| 1256 | - --e-context-success-tint-4: rgba(10, 135, 90, 0.4); | |
| 1257 | - --e-context-success-tint-1: rgba(10, 135, 90, 0.04); | |
| 1258 | - --e-context-info-color: #2563EB; | |
| 1259 | - --e-context-info-color-dark: rgb(18.5714285714, 76.1428571429, 202.4285714286); | |
| 1260 | - --e-context-info-tint-4: rgba(37, 99, 235, 0.4); | |
| 1261 | - --e-context-info-tint-1: rgba(37, 99, 235, 0.04); | |
| 1262 | - --e-context-warning-color: #F59E0B; | |
| 1263 | - --e-context-warning-color-dark: rgb(196.9291338583, 126.7125984252, 8.0708661417); | |
| 1264 | - --e-context-warning-tint-4: rgba(245, 158, 11, 0.4); | |
| 1265 | - --e-context-warning-tint-1: rgba(245, 158, 11, 0.04); | |
| 1266 | - --e-context-error-color: #DC2626; | |
| 1267 | - --e-context-error-color-dark: rgb(178.25, 28.75, 28.75); | |
| 1268 | - --e-context-error-tint-4: rgba(220, 38, 38, 0.4); | |
| 1269 | - --e-context-error-tint-1: rgba(220, 38, 38, 0.04); | |
| 1270 | - --e-context-cta-color: #524CFF; | |
| 1271 | - --e-context-cta-color-dark: rgb(32.7094972067, 25, 255); | |
| 1272 | - --e-context-cta-tint-4: rgba(82, 76, 255, 0.4); | |
| 1273 | - --e-context-cta-tint-1: rgba(82, 76, 255, 0.04); | |
| 1274 | - --e-context-promotion-color: #93003f; | |
| 1275 | - --e-context-promotion-color-dark: rgb(96, 0, 41.1428571429); | |
| 1276 | - --e-context-promotion-tint-4: rgba(147, 0, 63, 0.4); | |
| 1277 | - --e-context-promotion-tint-1: rgba(147, 0, 63, 0.04); | |
| 1278 | -} | |
| 469 | +.notice.elementor-message-announcement { | |
| 470 | + border-color: #93003c; } | |
| 471 | + .notice.elementor-message-announcement a { | |
| 472 | + color: #93003c; } | |
| 1279 | 473 | |
| 1280 | -:root { | |
| 1281 | - --e-button-padding-block: 0.4375rem; | |
| 1282 | - --e-button-padding-inline: 0.75rem; | |
| 1283 | - --e-button-font-size: 0.8125rem; | |
| 1284 | - --e-button-font-weight: 500; | |
| 1285 | - --e-button-line-height: 0.9375rem; | |
| 1286 | - --e-button-border-radius: 3px; | |
| 1287 | - --e-button-context-color: var(--e-context-primary-color); | |
| 1288 | - --e-button-context-color-dark: var(--e-context-primary-color-dark); | |
| 1289 | - --e-button-context-tint: var(--e-context-primary-tint-1); | |
| 1290 | -} | |
| 474 | +@media (min-width: 1200px) { | |
| 475 | + .elementor-message-action { | |
| 476 | + padding-right: 10px; } } | |
| 1291 | 477 | |
| 1292 | -.notice a.e-button, | |
| 1293 | -.error a.e-button, | |
| 1294 | -.updated a.e-button { | |
| 1295 | - color: #ffffff; | |
| 1296 | - text-decoration: none; | |
| 1297 | -} | |
| 1298 | -.notice a.e-button:hover, .notice a.e-button:focus, .notice a.e-button:active, | |
| 1299 | -.error a.e-button:hover, | |
| 1300 | -.error a.e-button:focus, | |
| 1301 | -.error a.e-button:active, | |
| 1302 | -.updated a.e-button:hover, | |
| 1303 | -.updated a.e-button:focus, | |
| 1304 | -.updated a.e-button:active { | |
| 1305 | - color: #ffffff; | |
| 1306 | - text-decoration: none; | |
| 1307 | -} | |
| 1308 | -.notice a.e-button.e-button--outline, | |
| 1309 | -.error a.e-button.e-button--outline, | |
| 1310 | -.updated a.e-button.e-button--outline { | |
| 1311 | - color: var(--e-button-context-color); | |
| 1312 | -} | |
| 1313 | -.notice a.e-button.e-button--outline:hover, .notice a.e-button.e-button--outline:focus, | |
| 1314 | -.error a.e-button.e-button--outline:hover, | |
| 1315 | -.error a.e-button.e-button--outline:focus, | |
| 1316 | -.updated a.e-button.e-button--outline:hover, | |
| 1317 | -.updated a.e-button.e-button--outline:focus { | |
| 1318 | - color: var(--e-button-context-color-dark); | |
| 1319 | -} | |
| 1320 | -.notice a.e-button.e-button--link, | |
| 1321 | -.error a.e-button.e-button--link, | |
| 1322 | -.updated a.e-button.e-button--link { | |
| 1323 | - color: var(--e-button-context-color); | |
| 1324 | -} | |
| 1325 | -.notice a.e-button.e-button--link:hover, .notice a.e-button.e-button--link:focus, | |
| 1326 | -.error a.e-button.e-button--link:hover, | |
| 1327 | -.error a.e-button.e-button--link:focus, | |
| 1328 | -.updated a.e-button.e-button--link:hover, | |
| 1329 | -.updated a.e-button.e-button--link:focus { | |
| 1330 | - color: var(--e-button-context-color-dark); | |
| 1331 | -} | |
| 478 | +@media (max-width: 600px) { | |
| 479 | + .notice.elementor-message { | |
| 480 | + padding: 20px; } | |
| 481 | + .notice.elementor-message .elementor-message-inner { | |
| 482 | + display: block; | |
| 483 | + text-align: center; } | |
| 484 | + .notice.elementor-message .elementor-message-inner .elementor-message-icon, | |
| 485 | + .notice.elementor-message .elementor-message-inner .elementor-message-content, | |
| 486 | + .notice.elementor-message .elementor-message-inner .elementor-message-action { | |
| 487 | + display: block; } | |
| 488 | + .notice.elementor-message .elementor-message-inner .elementor-message-action { | |
| 489 | + text-align: center; } | |
| 490 | + .notice.elementor-message .elementor-message-inner .elementor-message-icon { | |
| 491 | + width: auto; } | |
| 492 | + .notice.elementor-message .elementor-message-inner .elementor-message-content { | |
| 493 | + padding: 10px 0; } } | |
| 1332 | 494 | |
| 1333 | -.e-button { | |
| 1334 | - display: inline-block; | |
| 1335 | - font-weight: var(--e-button-font-weight); | |
| 1336 | - text-align: center; | |
| 1337 | - white-space: nowrap; | |
| 1338 | - vertical-align: middle; | |
| 1339 | - -webkit-user-select: none; | |
| 1340 | - -moz-user-select: none; | |
| 1341 | - user-select: none; | |
| 1342 | - color: #ffffff; | |
| 1343 | - border: 0; | |
| 1344 | - text-decoration: none; | |
| 1345 | - background: var(--e-button-context-color); | |
| 1346 | - padding: var(--e-button-padding-block) var(--e-button-padding-inline); | |
| 1347 | - font-size: var(--e-button-font-size); | |
| 1348 | - line-height: var(--e-button-line-height); | |
| 1349 | - border-radius: var(--e-button-border-radius); | |
| 1350 | - transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | |
| 1351 | -} | |
| 1352 | -.e-button:active, .e-button:hover, .e-button:focus { | |
| 1353 | - color: #ffffff; | |
| 1354 | - text-decoration: none; | |
| 1355 | - background: var(--e-button-context-color-dark); | |
| 1356 | -} | |
| 1357 | -.e-button:focus, .e-button.focus { | |
| 1358 | - outline: 0; | |
| 1359 | - box-shadow: 0 0 0 2px var(--e-focus-color); | |
| 1360 | -} | |
| 1361 | -.e-button.disabled, .e-button:disabled { | |
| 1362 | - opacity: 0.5; | |
| 1363 | - box-shadow: none; | |
| 1364 | -} | |
| 1365 | -.e-button:not(:disabled):not(.disabled) { | |
| 1366 | - cursor: pointer; | |
| 1367 | -} | |
| 1368 | -.e-button:not(:disabled):not(.disabled):active:focus, .e-button:not(:disabled):not(.disabled).active:focus { | |
| 1369 | - box-shadow: 0 0 0 2px var(--e-focus-color); | |
| 1370 | -} | |
| 1371 | -.e-button--primary { | |
| 1372 | - --e-button-context-color: var(--e-context-primary-color); | |
| 1373 | - --e-button-context-color-dark: var(--e-context-primary-color-dark); | |
| 1374 | - --e-button-context-tint: var(--e-context-primary-tint-1); | |
| 1375 | - --e-focus-color: var(--e-context-primary-tint-4); | |
| 1376 | -} | |
| 1377 | -.e-button--success { | |
| 1378 | - --e-button-context-color: var(--e-context-success-color); | |
| 1379 | - --e-button-context-color-dark: var(--e-context-success-color-dark); | |
| 1380 | - --e-button-context-tint: var(--e-context-success-tint-1); | |
| 1381 | - --e-focus-color: var(--e-context-success-tint-4); | |
| 1382 | -} | |
| 1383 | -.e-button--info { | |
| 1384 | - --e-button-context-color: var(--e-context-info-color); | |
| 1385 | - --e-button-context-color-dark: var(--e-context-info-color-dark); | |
| 1386 | - --e-button-context-tint: var(--e-context-info-tint-1); | |
| 1387 | - --e-focus-color: var(--e-context-info-tint-4); | |
| 1388 | -} | |
| 1389 | -.e-button--warning { | |
| 1390 | - --e-button-context-color: var(--e-context-warning-color); | |
| 1391 | - --e-button-context-color-dark: var(--e-context-warning-color-dark); | |
| 1392 | - --e-button-context-tint: var(--e-context-warning-tint-1); | |
| 1393 | - --e-focus-color: var(--e-context-warning-tint-4); | |
| 1394 | -} | |
| 1395 | -.e-button--error { | |
| 1396 | - --e-button-context-color: var(--e-context-error-color); | |
| 1397 | - --e-button-context-color-dark: var(--e-context-error-color-dark); | |
| 1398 | - --e-button-context-tint: var(--e-context-error-tint-1); | |
| 1399 | - --e-focus-color: var(--e-context-error-tint-4); | |
| 1400 | -} | |
| 1401 | -.e-button--cta { | |
| 1402 | - --e-button-context-color: var(--e-context-cta-color); | |
| 1403 | - --e-button-context-color-dark: var(--e-context-cta-color-dark); | |
| 1404 | - --e-button-context-tint: var(--e-context-cta-tint-1); | |
| 1405 | - --e-focus-color: var(--e-context-cta-tint-4); | |
| 1406 | -} | |
| 1407 | -.e-button--promotion { | |
| 1408 | - --e-button-context-color: var(--e-context-promotion-color); | |
| 1409 | - --e-button-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1410 | - --e-button-context-tint: var(--e-context-promotion-tint-1); | |
| 1411 | - --e-focus-color: var(--e-context-promotion-tint-4); | |
| 1412 | -} | |
| 1413 | -.e-button.e-button--outline { | |
| 1414 | - color: var(--e-button-context-color); | |
| 1415 | - background: none; | |
| 1416 | - border: 1px solid currentColor; | |
| 1417 | -} | |
| 1418 | -.e-button.e-button--outline:hover, .e-button.e-button--outline:focus { | |
| 1419 | - color: var(--e-button-context-color-dark); | |
| 1420 | - background: var(--e-button-context-tint); | |
| 1421 | -} | |
| 1422 | -.e-button.e-button--outline.disabled, .e-button.e-button--outline:disabled { | |
| 1423 | - color: var(--e-button-context-color-dark); | |
| 1424 | - background: #69727D; | |
| 1425 | -} | |
| 1426 | -.e-button > i { | |
| 1427 | - line-height: inherit; | |
| 1428 | - height: var(--e-button-line-height); | |
| 1429 | - width: -moz-min-content; | |
| 1430 | - width: min-content; | |
| 1431 | -} | |
| 1432 | -.e-button > * + * { | |
| 1433 | - margin-inline-start: 0.5ch; | |
| 1434 | -} | |
| 1435 | -.e-button--link { | |
| 1436 | - color: var(--e-button-context-color); | |
| 1437 | - background-color: transparent; | |
| 1438 | -} | |
| 1439 | -.e-button--link:hover, .e-button--link:focus { | |
| 1440 | - color: var(--e-button-context-color-dark); | |
| 1441 | - background: var(--e-button-context-tint); | |
| 1442 | -} | |
| 1443 | -.e-button--link:disabled, .e-button--link.disabled { | |
| 1444 | - color: #69727D; | |
| 1445 | -} | |
| 1446 | - | |
| 1447 | -a.e-button.disabled, | |
| 1448 | -fieldset:disabled a.e-button { | |
| 1449 | - pointer-events: none; | |
| 1450 | -} | |
| 1451 | - | |
| 1452 | -:root { | |
| 1453 | - --e-notice-bg: #fff; | |
| 1454 | - --e-notice-border-color: #ccd0d4; | |
| 1455 | - --e-notice-context-color: #93003f; | |
| 1456 | - --e-notice-context-tint: var(--e-context-cta-tint-1); | |
| 1457 | - --e-notice-box-shadow: 0 1px 4px rgba(0,0,0,.15); | |
| 1458 | - --e-notice-dismiss-color: #3f444b; | |
| 1459 | -} | |
| 1460 | - | |
| 1461 | -.e-notice { | |
| 1462 | - position: relative; | |
| 1463 | - display: flex; | |
| 1464 | - font-family: Roboto, Arial, Helvetica, sans-serif; | |
| 1465 | - background: var(--e-notice-bg); | |
| 1466 | - border: 1px solid var(--e-notice-border-color); | |
| 1467 | - border-inline-start-width: 4px; | |
| 1468 | - box-shadow: var(--e-notice-box-shadow); | |
| 1469 | - margin: 5px 20px 5px 2px; | |
| 1470 | -} | |
| 1471 | -.e-notice.notice { | |
| 1472 | - padding: 0; | |
| 1473 | -} | |
| 1474 | -.e-notice::before { | |
| 1475 | - display: block; | |
| 1476 | - content: ""; | |
| 1477 | - position: absolute; | |
| 1478 | - inset-inline-start: -4px; | |
| 1479 | - inset-block-start: -1px; | |
| 1480 | - inset-block-end: -1px; | |
| 1481 | - width: 4px; | |
| 1482 | - background-color: var(--e-notice-context-color); | |
| 1483 | -} | |
| 1484 | -.e-notice--primary { | |
| 1485 | - --e-notice-context-color: var(--e-context-primary-color); | |
| 1486 | - --e-notice-context-color-dark: var(--e-context-primary-color-dark); | |
| 1487 | - --e-notice-context-tint: var(--e-context-primary-tint-1); | |
| 1488 | -} | |
| 1489 | -.e-notice--success { | |
| 1490 | - --e-notice-context-color: var(--e-context-success-color); | |
| 1491 | - --e-notice-context-color-dark: var(--e-context-success-color-dark); | |
| 1492 | - --e-notice-context-tint: var(--e-context-success-tint-1); | |
| 1493 | -} | |
| 1494 | -.e-notice--info { | |
| 1495 | - --e-notice-context-color: var(--e-context-info-color); | |
| 1496 | - --e-notice-context-color-dark: var(--e-context-info-color-dark); | |
| 1497 | - --e-notice-context-tint: var(--e-context-info-tint-1); | |
| 1498 | -} | |
| 1499 | -.e-notice--warning { | |
| 1500 | - --e-notice-context-color: var(--e-context-warning-color); | |
| 1501 | - --e-notice-context-color-dark: var(--e-context-warning-color-dark); | |
| 1502 | - --e-notice-context-tint: var(--e-context-warning-tint-1); | |
| 1503 | -} | |
| 1504 | -.e-notice--error { | |
| 1505 | - --e-notice-context-color: var(--e-context-error-color); | |
| 1506 | - --e-notice-context-color-dark: var(--e-context-error-color-dark); | |
| 1507 | - --e-notice-context-tint: var(--e-context-error-tint-1); | |
| 1508 | -} | |
| 1509 | -.e-notice--cta { | |
| 1510 | - --e-notice-context-color: var(--e-context-cta-color); | |
| 1511 | - --e-notice-context-color-dark: var(--e-context-cta-color-dark); | |
| 1512 | - --e-notice-context-tint: var(--e-context-cta-tint-1); | |
| 1513 | -} | |
| 1514 | -.e-notice--promotion { | |
| 1515 | - --e-notice-context-color: var(--e-context-promotion-color); | |
| 1516 | - --e-notice-context-color-dark: var(--e-context-promotion-color-dark); | |
| 1517 | - --e-notice-context-tint: var(--e-context-promotion-tint-1); | |
| 1518 | -} | |
| 1519 | -.e-notice--extended { | |
| 1520 | - --e-notice-is-extended: 1; | |
| 1521 | -} | |
| 1522 | -.e-notice--dismissible { | |
| 1523 | - padding-inline-end: 38px; | |
| 1524 | -} | |
| 1525 | -.e-notice__aside { | |
| 1526 | - overflow: hidden; | |
| 1527 | - background-color: var(--e-notice-context-tint); | |
| 1528 | - width: calc(var(--e-notice-is-extended, 0) * 50px); | |
| 1529 | - text-align: center; | |
| 1530 | - padding-block-start: 15px; | |
| 1531 | - flex-grow: 0; | |
| 1532 | - flex-shrink: 0; | |
| 1533 | -} | |
| 1534 | -.e-notice__icon-wrapper { | |
| 1535 | - display: inline-block; | |
| 1536 | - font-size: 1.5rem; | |
| 1537 | - max-height: 1.5rem; | |
| 1538 | - width: 1.5rem; | |
| 1539 | - line-height: 1.5rem; | |
| 1540 | - color: var(--e-notice-context-color); | |
| 1541 | - border-radius: 100px; | |
| 1542 | -} | |
| 1543 | -.e-notice__content { | |
| 1544 | - padding: 20px; | |
| 1545 | -} | |
| 1546 | -.e-notice__actions { | |
| 1547 | - display: flex; | |
| 1548 | - gap: 8px; | |
| 1549 | -} | |
| 1550 | -.e-notice__dismiss { | |
| 1551 | - width: 20px; | |
| 1552 | - height: 20px; | |
| 1553 | - line-height: 20px; | |
| 1554 | - font-size: 0.8125rem; | |
| 1555 | - text-align: center; | |
| 1556 | - background: none; | |
| 1557 | - display: block; | |
| 1558 | - position: absolute; | |
| 1559 | - inset-block-start: 0; | |
| 1560 | - inset-inline-end: 1px; | |
| 1561 | - border: none; | |
| 1562 | - margin: 0; | |
| 1563 | - padding: 9px; | |
| 1564 | - cursor: pointer; | |
| 1565 | - font-style: normal; | |
| 1566 | -} | |
| 1567 | -.e-notice__dismiss:before { | |
| 1568 | - font-family: eicons; | |
| 1569 | - display: inline-block; | |
| 1570 | - content: "\e87f"; | |
| 1571 | - color: var(--e-notice-dismiss-color); | |
| 1572 | - width: 20px; | |
| 1573 | - border-radius: 20px; | |
| 1574 | - speak: none; | |
| 1575 | - text-align: center; | |
| 1576 | -} | |
| 1577 | -.e-notice__dismiss:hover:before, .e-notice__dismiss:active:before, .e-notice__dismiss:focus:before { | |
| 1578 | - font-weight: bold; | |
| 1579 | -} | |
| 1580 | -.e-notice__dismiss:focus:before { | |
| 1581 | - color: #fff; | |
| 1582 | - background: var(--e-notice-dismiss-color); | |
| 1583 | - outline: none; | |
| 1584 | -} | |
| 1585 | -.e-notice__dismiss:focus { | |
| 1586 | - outline: none; | |
| 1587 | -} | |
| 1588 | -.e-notice p { | |
| 1589 | - line-height: 1.2; | |
| 1590 | - padding: 0; | |
| 1591 | - margin: 0; | |
| 1592 | -} | |
| 1593 | -.e-notice p + .e-notice__actions { | |
| 1594 | - margin-block-start: 1rem; | |
| 1595 | -} | |
| 1596 | -.e-notice h3 { | |
| 1597 | - font-size: 1.0625rem; | |
| 1598 | - line-height: 1.2; | |
| 1599 | - margin: 0; | |
| 1600 | -} | |
| 1601 | -.e-notice h3 + p { | |
| 1602 | - margin-block-start: 8px; | |
| 1603 | -} | |
| 1604 | - | |
| 1605 | 495 | /*= Elementor Admin Alert |
| 1606 | 496 | ---------------------------------------*/ |
| 1607 | 497 | .elementor-admin-alert { |
| 1608 | 498 | padding: 15px; |
| 1609 | - border-inline-start: 3px solid transparent; | |
| 499 | + border-left: 5px solid transparent; | |
| 1610 | 500 | position: relative; |
| 1611 | 501 | font-size: 12px; |
| 1612 | 502 | line-height: 1.5; |
| 1613 | - text-align: start; | |
| 1614 | -} | |
| 1615 | -.elementor-admin-alert a { | |
| 1616 | - color: inherit; | |
| 1617 | -} | |
| 1618 | -.elementor-admin-alert.elementor-alert-info { | |
| 1619 | - color: var(--e-a-color-info); | |
| 1620 | - background-color: var(--e-a-bg-info); | |
| 1621 | - border-color: var(--e-a-color-info); | |
| 1622 | -} | |
| 1623 | -.elementor-admin-alert.elementor-alert-success { | |
| 1624 | - color: var(--e-a-color-success); | |
| 1625 | - background-color: var(--e-a-bg-success); | |
| 1626 | - border-color: var(--e-a-color-success); | |
| 1627 | -} | |
| 1628 | -.elementor-admin-alert.elementor-alert-warning { | |
| 1629 | - color: var(--e-admin-color-warning); | |
| 1630 | - background-color: var(--e-a-bg-warning); | |
| 1631 | - border-color: var(--e-a-color-warning); | |
| 1632 | -} | |
| 1633 | -.elementor-admin-alert.elementor-alert-danger { | |
| 1634 | - color: var(--e-a-color-danger); | |
| 1635 | - background-color: var(--e-a-bg-danger); | |
| 1636 | - border-color: var(--e-a-color-danger); | |
| 1637 | -} | |
| 503 | + text-align: left; } | |
| 504 | + .elementor-admin-alert a { | |
| 505 | + color: inherit; } | |
| 506 | + .elementor-admin-alert.elementor-alert-info { | |
| 507 | + color: #31708f; | |
| 508 | + background-color: #d9edf7; | |
| 509 | + border-color: #bcdff1; } | |
| 510 | + .elementor-admin-alert.elementor-alert-success { | |
| 511 | + color: #3c763d; | |
| 512 | + background-color: #dff0d8; | |
| 513 | + border-color: #cae6be; } | |
| 514 | + .elementor-admin-alert.elementor-alert-warning { | |
| 515 | + color: #8a6d3b; | |
| 516 | + background-color: #fcf8e3; | |
| 517 | + border-color: #f9f0c3; } | |
| 518 | + .elementor-admin-alert.elementor-alert-danger { | |
| 519 | + color: #a94442; | |
| 520 | + background-color: #f2dede; | |
| 521 | + border-color: #e8c4c4; } | |
| 1638 | 522 | |
| 1639 | 523 | /*= Elementor System Info |
| 1640 | 524 | ---------------------------------------*/ |
| 1641 | 525 | #elementor-system-info { |
| 1642 | - padding: 15px; | |
| 1643 | -} | |
| 1644 | -#elementor-system-info .elementor-system-info-header { | |
| 1645 | - display: flex; | |
| 1646 | - justify-content: space-between; | |
| 1647 | - align-items: center; | |
| 1648 | -} | |
| 1649 | -#elementor-system-info .elementor-system-info-section { | |
| 1650 | - margin-block-end: 10px; | |
| 1651 | -} | |
| 1652 | -#elementor-system-info .elementor-system-info-section .widefat { | |
| 1653 | - white-space: pre; | |
| 1654 | -} | |
| 1655 | -#elementor-system-info .elementor-system-info-section .elementor-log-entries { | |
| 1656 | - white-space: pre-wrap; | |
| 1657 | -} | |
| 1658 | -#elementor-system-info .elementor-system-info-section:not(.elementor-system-info-log) tbody td:first-child { | |
| 1659 | - width: 300px; | |
| 1660 | -} | |
| 1661 | -#elementor-system-info .elementor-system-info-section:not(.elementor-system-info-log) td { | |
| 1662 | - white-space: break-spaces; | |
| 1663 | -} | |
| 1664 | -#elementor-system-info .elementor-system-info-field-recommendation { | |
| 1665 | - padding-inline-start: 10px; | |
| 1666 | - color: #7F7F7F; | |
| 1667 | -} | |
| 1668 | -#elementor-system-info .elementor-system-info-plugin-name { | |
| 1669 | - color: #000; | |
| 1670 | -} | |
| 1671 | -#elementor-system-info .elementor-system-info-plugin-properties { | |
| 1672 | - padding: 10px; | |
| 1673 | -} | |
| 1674 | -#elementor-system-info #elementor-system-info-raw-code { | |
| 1675 | - width: 100%; | |
| 1676 | - height: 200px; | |
| 1677 | -} | |
| 1678 | -#elementor-system-info #elementor-system-info-raw-code-label { | |
| 1679 | - padding: 5px; | |
| 1680 | - display: block; | |
| 1681 | -} | |
| 1682 | -#elementor-system-info .elementor-warning td:first-child { | |
| 1683 | - border-inline-start: 3px solid #F59E0B; | |
| 1684 | -} | |
| 1685 | -#elementor-system-info a.box-title-tool { | |
| 1686 | - font-size: 80%; | |
| 1687 | - margin-inline-start: 15px; | |
| 1688 | - color: #69727D; | |
| 1689 | -} | |
| 1690 | -#elementor-system-info a.box-title-tool:hover { | |
| 1691 | - text-decoration: underline; | |
| 1692 | -} | |
| 1693 | -#elementor-system-info #elementor-usage-recalc { | |
| 1694 | - font-size: 12px; | |
| 1695 | - color: #ffffff; | |
| 1696 | - background-color: #9DA5AE; | |
| 1697 | - padding: 4px 18px 5px 18px; | |
| 1698 | - border-radius: 3px; | |
| 1699 | -} | |
| 526 | + padding: 15px; } | |
| 527 | + #elementor-system-info .elementor-system-info-section { | |
| 528 | + margin-bottom: 10px; } | |
| 529 | + #elementor-system-info .elementor-system-info-section > .elementor-system-info-report-name { | |
| 530 | + padding-left: 10px; | |
| 531 | + border-bottom: 1px solid #e1e1e1; } | |
| 532 | + #elementor-system-info .elementor-system-info-section .widefat { | |
| 533 | + white-space: pre; } | |
| 534 | + #elementor-system-info .elementor-system-info-section .elementor-log-entries { | |
| 535 | + white-space: pre-wrap; } | |
| 536 | + #elementor-system-info .elementor-system-info-section:not(.elementor-system-info-log) tbody td:first-child { | |
| 537 | + width: 300px; } | |
| 538 | + #elementor-system-info .elementor-system-info-report-name { | |
| 539 | + text-transform: uppercase; | |
| 540 | + font-size: 14px; | |
| 541 | + margin: 0; | |
| 542 | + line-height: 2; } | |
| 543 | + #elementor-system-info .elementor-system-info-report-row { | |
| 544 | + overflow: hidden; | |
| 545 | + padding: 5px 0; } | |
| 546 | + #elementor-system-info .elementor-system-info-report-row > * { | |
| 547 | + float: left; } | |
| 548 | + #elementor-system-info .elementor-system-info-report-field, | |
| 549 | + #elementor-system-info .elementor-system-info-field-recommendation { | |
| 550 | + padding-left: 10px; | |
| 551 | + color: #7F7F7F; } | |
| 552 | + #elementor-system-info .elementor-system-info-report-fields { | |
| 553 | + padding-left: 20px; } | |
| 554 | + #elementor-system-info .elementor-system-info-plugin-name { | |
| 555 | + color: #000; } | |
| 556 | + #elementor-system-info .elementor-system-info-plugin-properties { | |
| 557 | + padding: 10px; } | |
| 558 | + #elementor-system-info #elementor-system-info-raw-code { | |
| 559 | + width: 100%; | |
| 560 | + height: 200px; } | |
| 561 | + #elementor-system-info #elementor-system-info-raw-code-label { | |
| 562 | + padding: 5px; | |
| 563 | + display: block; } | |
| 564 | + #elementor-system-info .elementor-warning td:first-child { | |
| 565 | + border-left: 3px solid #fcb92c; } | |
| 566 | + #elementor-system-info a.box-title-tool { | |
| 567 | + font-size: 80%; | |
| 568 | + margin-left: 15px; | |
| 569 | + color: #818a91; } | |
| 570 | + #elementor-system-info a.box-title-tool:hover { | |
| 571 | + text-decoration: underline; } | |
| 572 | + #elementor-system-info #elementor-usage-recalc { | |
| 573 | + font-size: 12px; | |
| 574 | + color: #ffffff; | |
| 575 | + background-color: #a4afb7; | |
| 576 | + padding: 4px 18px 5px 18px; | |
| 577 | + -webkit-border-radius: 3px; | |
| 578 | + border-radius: 3px; } | |
| 1700 | 579 | |
| 1701 | -.dialog-type-confirm .dialog-widget-content, | |
| 1702 | -.dialog-type-alert .dialog-widget-content { | |
| 1703 | - margin: auto; | |
| 1704 | - width: 400px; | |
| 1705 | - padding: 20px; | |
| 1706 | -} | |
| 1707 | -.dialog-type-confirm .dialog-header, | |
| 1708 | -.dialog-type-alert .dialog-header { | |
| 1709 | - font-size: 15px; | |
| 1710 | - font-weight: 500; | |
| 1711 | -} | |
| 1712 | -.dialog-type-confirm .dialog-header:after, | |
| 1713 | -.dialog-type-alert .dialog-header:after { | |
| 1714 | - content: ""; | |
| 1715 | - display: block; | |
| 1716 | - border-block-end: var(--e-a-border); | |
| 1717 | - padding-block-end: 10px; | |
| 1718 | - margin-block-end: 10px; | |
| 1719 | - margin-inline-start: -20px; | |
| 1720 | - margin-inline-end: -20px; | |
| 1721 | -} | |
| 1722 | -.dialog-type-confirm .dialog-message, | |
| 1723 | -.dialog-type-alert .dialog-message { | |
| 1724 | - min-height: 50px; | |
| 1725 | -} | |
| 1726 | -.dialog-type-confirm .dialog-buttons-wrapper, | |
| 1727 | -.dialog-type-alert .dialog-buttons-wrapper { | |
| 1728 | - padding-block-start: 10px; | |
| 1729 | - display: flex; | |
| 1730 | - justify-content: flex-end; | |
| 1731 | - gap: 15px; | |
| 1732 | -} | |
| 1733 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button, | |
| 1734 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button { | |
| 1735 | - font-size: 12px; | |
| 1736 | - font-weight: 500; | |
| 1737 | - line-height: 1.2; | |
| 1738 | - padding: 8px 16px; | |
| 1739 | - outline: none; | |
| 1740 | - border: none; | |
| 1741 | - border-radius: var(--e-a-border-radius); | |
| 1742 | - background-color: var(--e-a-btn-bg); | |
| 1743 | - color: var(--e-a-btn-color-invert); | |
| 1744 | - transition: var(--e-a-transition-hover); | |
| 1745 | -} | |
| 1746 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, | |
| 1747 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover { | |
| 1748 | - border: none; | |
| 1749 | -} | |
| 1750 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, | |
| 1751 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 1752 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus { | |
| 1753 | - background-color: var(--e-a-btn-bg-hover); | |
| 1754 | - color: var(--e-a-btn-color-invert); | |
| 1755 | -} | |
| 1756 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active, | |
| 1757 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active { | |
| 1758 | - background-color: var(--e-a-btn-bg-active); | |
| 1759 | -} | |
| 1760 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]), | |
| 1761 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) { | |
| 1762 | - cursor: pointer; | |
| 1763 | -} | |
| 1764 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled, | |
| 1765 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled { | |
| 1766 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1767 | - color: var(--e-a-btn-color-disabled); | |
| 1768 | -} | |
| 1769 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, | |
| 1770 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon { | |
| 1771 | - display: none; | |
| 1772 | -} | |
| 1773 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-skip, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel, | |
| 1774 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt, | |
| 1775 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip, | |
| 1776 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-skip, | |
| 1777 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel { | |
| 1778 | - background: transparent; | |
| 1779 | - color: var(--e-a-color-txt); | |
| 1780 | -} | |
| 1781 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus, | |
| 1782 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, | |
| 1783 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:hover, | |
| 1784 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-skip:hover, | |
| 1785 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, | |
| 1786 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, | |
| 1787 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:focus, | |
| 1788 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-skip:focus, | |
| 1789 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus { | |
| 1790 | - background: var(--e-a-bg-hover); | |
| 1791 | - color: var(--e-a-color-txt-hover); | |
| 1792 | -} | |
| 1793 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:disabled, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-skip:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, | |
| 1794 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, | |
| 1795 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-skip:disabled, | |
| 1796 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-skip:disabled, | |
| 1797 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled { | |
| 1798 | - background: transparent; | |
| 1799 | - color: var(--e-a-color-txt-disabled); | |
| 1800 | -} | |
| 1801 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border, | |
| 1802 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border { | |
| 1803 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 1804 | -} | |
| 1805 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success, | |
| 1806 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success, | |
| 1807 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success { | |
| 1808 | - background-color: var(--e-a-btn-bg-success); | |
| 1809 | -} | |
| 1810 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus, | |
| 1811 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, | |
| 1812 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, | |
| 1813 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover, | |
| 1814 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus { | |
| 1815 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 1816 | -} | |
| 1817 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, | |
| 1818 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary, | |
| 1819 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit, | |
| 1820 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit, | |
| 1821 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok, | |
| 1822 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over { | |
| 1823 | - background-color: var(--e-a-btn-bg-primary); | |
| 1824 | - color: var(--e-a-btn-color); | |
| 1825 | -} | |
| 1826 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, | |
| 1827 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover, | |
| 1828 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit:hover, | |
| 1829 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit:hover, | |
| 1830 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, | |
| 1831 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, | |
| 1832 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus, | |
| 1833 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit:focus, | |
| 1834 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit:focus, | |
| 1835 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, | |
| 1836 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus { | |
| 1837 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 1838 | - color: var(--e-a-btn-color); | |
| 1839 | -} | |
| 1840 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-cancel, | |
| 1841 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, | |
| 1842 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip, | |
| 1843 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip, | |
| 1844 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit, | |
| 1845 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip, | |
| 1846 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit, | |
| 1847 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip, | |
| 1848 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, | |
| 1849 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip, | |
| 1850 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip, | |
| 1851 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, | |
| 1852 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip, | |
| 1853 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip, | |
| 1854 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, | |
| 1855 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit, | |
| 1856 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit, | |
| 1857 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, | |
| 1858 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-cancel { | |
| 1859 | - background: transparent; | |
| 1860 | - color: var(--e-a-color-primary-bold); | |
| 1861 | -} | |
| 1862 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:hover, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:focus, #elementor-deactivate-feedback-modal .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 1863 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, | |
| 1864 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip:hover, | |
| 1865 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip:hover, | |
| 1866 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit:hover, | |
| 1867 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip:hover, | |
| 1868 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit:hover, | |
| 1869 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip:hover, | |
| 1870 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, | |
| 1871 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:hover, | |
| 1872 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:hover, | |
| 1873 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, | |
| 1874 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 1875 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:hover, | |
| 1876 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, | |
| 1877 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 1878 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:hover, | |
| 1879 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, | |
| 1880 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 1881 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, | |
| 1882 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-primary.dialog-skip:focus, | |
| 1883 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-skip:focus, | |
| 1884 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.e-btn-txt.dialog-submit:focus, | |
| 1885 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-submit.dialog-skip:focus, | |
| 1886 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-submit:focus, | |
| 1887 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-submit.dialog-skip:focus, | |
| 1888 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, | |
| 1889 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-ok.dialog-skip:focus, | |
| 1890 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-skip:focus, | |
| 1891 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, | |
| 1892 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 1893 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-skip:focus, | |
| 1894 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, | |
| 1895 | -.dialog-type-alert .dialog-buttons-wrapper #elementor-deactivate-feedback-modal .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 1896 | -#elementor-deactivate-feedback-modal .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-submit:focus, | |
| 1897 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus, | |
| 1898 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over.dialog-cancel:focus { | |
| 1899 | - background: var(--e-a-bg-primary); | |
| 1900 | -} | |
| 1901 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent, | |
| 1902 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro, | |
| 1903 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent { | |
| 1904 | - background-color: var(--e-a-btn-bg-accent); | |
| 1905 | -} | |
| 1906 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus, | |
| 1907 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover, | |
| 1908 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus, | |
| 1909 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover, | |
| 1910 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus { | |
| 1911 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 1912 | -} | |
| 1913 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active, | |
| 1914 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active, | |
| 1915 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active { | |
| 1916 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 1917 | -} | |
| 1918 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info, | |
| 1919 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info, | |
| 1920 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info { | |
| 1921 | - background-color: var(--e-a-btn-bg-info); | |
| 1922 | -} | |
| 1923 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus, | |
| 1924 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, | |
| 1925 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, | |
| 1926 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover, | |
| 1927 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus { | |
| 1928 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 1929 | -} | |
| 1930 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning, | |
| 1931 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning, | |
| 1932 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning { | |
| 1933 | - background-color: var(--e-a-btn-bg-warning); | |
| 1934 | -} | |
| 1935 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus, | |
| 1936 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, | |
| 1937 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, | |
| 1938 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover, | |
| 1939 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus { | |
| 1940 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 1941 | -} | |
| 1942 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger, | |
| 1943 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, | |
| 1944 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { | |
| 1945 | - background-color: var(--e-a-btn-bg-danger); | |
| 1946 | -} | |
| 1947 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white, | |
| 1948 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 1949 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 1950 | - color: var(--e-a-color-white); | |
| 1951 | -} | |
| 1952 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus, | |
| 1953 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, | |
| 1954 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, | |
| 1955 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, | |
| 1956 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus { | |
| 1957 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 1958 | -} | |
| 1959 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i, | |
| 1960 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button i { | |
| 1961 | - margin-inline-end: 5px; | |
| 1962 | -} | |
| 1963 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited, | |
| 1964 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 1965 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, | |
| 1966 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { | |
| 1967 | - color: initial; | |
| 1968 | -} | |
| 1969 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited, | |
| 1970 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 1971 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 1972 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 1973 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1974 | -} | |
| 1975 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 1976 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 1977 | - background-color: var(--e-a-btn-bg-disabled); | |
| 1978 | - cursor: not-allowed; | |
| 1979 | -} | |
| 580 | +@-webkit-keyframes elementor-rotation { | |
| 581 | + 0% { | |
| 582 | + -webkit-transform: rotate(0deg); | |
| 583 | + transform: rotate(0deg); } | |
| 584 | + 100% { | |
| 585 | + -webkit-transform: rotate(359deg); | |
| 586 | + transform: rotate(359deg); } } | |
| 1980 | 587 | |
| 1981 | 588 | @keyframes elementor-rotation { |
| 1982 | 589 | 0% { |
| 1983 | - transform: rotate(0deg); | |
| 1984 | - } | |
| 590 | + -webkit-transform: rotate(0deg); | |
| 591 | + transform: rotate(0deg); } | |
| 1985 | 592 | 100% { |
| 1986 | - transform: rotate(359deg); | |
| 1987 | - } | |
| 1988 | -} | |
| 593 | + -webkit-transform: rotate(359deg); | |
| 594 | + transform: rotate(359deg); } } | |
| 595 | + | |
| 1989 | 596 | #elementor-deactivate-feedback-dialog-wrapper { |
| 1990 | - display: none; | |
| 1991 | -} | |
| 597 | + display: none; } | |
| 1992 | 598 | |
| 1993 | -#elementor-deactivate-feedback-modal { | |
| 1994 | - color: var(--e-a-color-txt); | |
| 1995 | -} | |
| 1996 | 599 | #elementor-deactivate-feedback-modal .dialog-widget-content { |
| 1997 | - width: 550px; | |
| 1998 | -} | |
| 600 | + width: 550px; } | |
| 601 | + | |
| 1999 | 602 | #elementor-deactivate-feedback-modal .dialog-header { |
| 2000 | 603 | padding: 18px 15px; |
| 2001 | - box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 2002 | - text-align: start; | |
| 2003 | -} | |
| 604 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 605 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 606 | + text-align: left; } | |
| 607 | + | |
| 2004 | 608 | #elementor-deactivate-feedback-modal .dialog-message { |
| 2005 | - padding: 30px; | |
| 2006 | - padding-block-end: 0; | |
| 2007 | - text-align: start; | |
| 2008 | -} | |
| 609 | + padding: 30px 30px 0; | |
| 610 | + text-align: left; } | |
| 611 | + | |
| 2009 | 612 | #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input { |
| 2010 | - margin-block: 0; | |
| 2011 | - margin-inline: 0 15px; | |
| 2012 | - box-shadow: none; | |
| 2013 | -} | |
| 2014 | -#elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input:not(:checked) ~ .elementor-feedback-text { | |
| 2015 | - display: none; | |
| 2016 | -} | |
| 613 | + float: left; | |
| 614 | + margin: 0 15px 0 0; | |
| 615 | + -webkit-box-shadow: none; | |
| 616 | + box-shadow: none; } | |
| 617 | + #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-input:not(:checked) ~ .elementor-feedback-text { | |
| 618 | + display: none; } | |
| 619 | + | |
| 2017 | 620 | #elementor-deactivate-feedback-modal .elementor-deactivate-feedback-dialog-label { |
| 2018 | 621 | display: block; |
| 2019 | 622 | font-size: 13px; |
| 2020 | -} | |
| 623 | + color: #6d7882; } | |
| 624 | + | |
| 2021 | 625 | #elementor-deactivate-feedback-modal .elementor-feedback-text { |
| 2022 | - background-color: transparent; | |
| 2023 | - color: var(--e-a-color-txt); | |
| 2024 | - margin-block: 10px 0; | |
| 2025 | - margin-inline: 30px 0; | |
| 626 | + margin: 10px 0 0 30px; | |
| 2026 | 627 | padding: 5px; |
| 2027 | - box-shadow: none; | |
| 2028 | - width: 92%; | |
| 2029 | -} | |
| 628 | + font-size: 13px; | |
| 629 | + -webkit-box-shadow: none; | |
| 630 | + box-shadow: none; | |
| 631 | + background-color: #fff; | |
| 632 | + width: 92%; } | |
| 633 | + | |
| 2030 | 634 | #elementor-deactivate-feedback-modal .dialog-buttons-wrapper { |
| 2031 | - display: flex; | |
| 2032 | - justify-content: space-between; | |
| 635 | + border-top: none; | |
| 636 | + text-align: left; | |
| 2033 | 637 | padding: 20px 30px 30px; |
| 2034 | -} | |
| 2035 | -#elementor-deactivate-feedback-modal .dialog-submit.elementor-loading:before { | |
| 2036 | - display: inline-block; | |
| 2037 | - content: "\f463"; | |
| 2038 | - font: 18px dashicons; | |
| 2039 | - animation: elementor-rotation 2s infinite linear; | |
| 2040 | -} | |
| 2041 | -#elementor-deactivate-feedback-modal[data-feedback-selected=elementor_pro] .elementor-feedback-text { | |
| 2042 | - color: #F59E0B; | |
| 2043 | - padding: 0; | |
| 2044 | -} | |
| 2045 | -#elementor-deactivate-feedback-modal[data-feedback-selected=elementor_pro] .dialog-submit { | |
| 2046 | - display: none; | |
| 2047 | -} | |
| 638 | + overflow: hidden; } | |
| 2048 | 639 | |
| 640 | +#elementor-deactivate-feedback-modal .dialog-submit { | |
| 641 | + background-color: #93003c; | |
| 642 | + -webkit-border-radius: 3px; | |
| 643 | + border-radius: 3px; | |
| 644 | + color: #fff; | |
| 645 | + line-height: 1; | |
| 646 | + padding: 12px 20px; | |
| 647 | + font-size: 13px; | |
| 648 | + width: 180px; | |
| 649 | + height: 38px; } | |
| 650 | + #elementor-deactivate-feedback-modal .dialog-submit.elementor-loading:before { | |
| 651 | + display: inline-block; | |
| 652 | + content: '\f463'; | |
| 653 | + font: 18px dashicons; | |
| 654 | + -webkit-animation: elementor-rotation 2s infinite linear; | |
| 655 | + animation: elementor-rotation 2s infinite linear; } | |
| 656 | + | |
| 657 | +#elementor-deactivate-feedback-modal .dialog-skip { | |
| 658 | + font-size: 12px; | |
| 659 | + color: #a4afb7; | |
| 660 | + background: none; | |
| 661 | + float: right; | |
| 662 | + width: auto; } | |
| 663 | + | |
| 664 | +#elementor-deactivate-feedback-modal[data-feedback-selected="elementor_pro"] .elementor-feedback-text { | |
| 665 | + color: #b01b1b; | |
| 666 | + padding: 0; } | |
| 667 | + | |
| 668 | +#elementor-deactivate-feedback-modal[data-feedback-selected="elementor_pro"] .dialog-submit { | |
| 669 | + display: none; } | |
| 670 | + | |
| 2049 | 671 | #elementor-deactivate-feedback-dialog-header i { |
| 2050 | - font-size: 19px; | |
| 2051 | -} | |
| 672 | + color: #93003c; | |
| 673 | + font-size: 19px; } | |
| 674 | + | |
| 2052 | 675 | #elementor-deactivate-feedback-dialog-header-title { |
| 2053 | 676 | font-size: 15px; |
| 2054 | 677 | text-transform: uppercase; |
| 2055 | 678 | font-weight: bold; |
| 2056 | - padding-inline-start: 5px; | |
| 2057 | -} | |
| 679 | + padding-left: 5px; } | |
| 680 | + | |
| 2058 | 681 | #elementor-deactivate-feedback-dialog-form-caption { |
| 2059 | 682 | font-weight: bold; |
| 2060 | 683 | font-size: 15px; |
| 2061 | - line-height: 1.4; | |
| 2062 | -} | |
| 684 | + color: #495157; | |
| 685 | + line-height: 1.4; } | |
| 686 | + | |
| 2063 | 687 | #elementor-deactivate-feedback-dialog-form-body { |
| 2064 | - padding-block-start: 30px; | |
| 2065 | - padding-block-end: 15px; | |
| 2066 | -} | |
| 688 | + padding-top: 30px; } | |
| 2067 | 689 | |
| 2068 | 690 | .elementor-deactivate-feedback-dialog-input-wrapper { |
| 2069 | - display: flex; | |
| 2070 | - align-items: center; | |
| 2071 | - line-height: 2; | |
| 691 | + line-height: 1.3; | |
| 2072 | 692 | overflow: hidden; |
| 2073 | -} | |
| 693 | + margin-bottom: 15px; } | |
| 2074 | 694 | |
| 2075 | 695 | #elementor-hidden-area { |
| 2076 | - display: none; | |
| 2077 | -} | |
| 696 | + display: none; } | |
| 2078 | 697 | |
| 2079 | 698 | #elementor-import-template-trigger { |
| 2080 | - cursor: pointer; | |
| 2081 | -} | |
| 699 | + cursor: pointer; } | |
| 2082 | 700 | |
| 2083 | 701 | #elementor-import-template-area { |
| 2084 | 702 | display: none; |
| 2085 | 703 | margin: 50px 0 30px; |
| 2086 | - text-align: center; | |
| 2087 | -} | |
| 704 | + text-align: center; } | |
| 2088 | 705 | |
| 2089 | 706 | #elementor-import-template-form { |
| 2090 | 707 | display: inline-block; |
| 2091 | - margin-block-start: 30px; | |
| 708 | + margin-top: 30px; | |
| 2092 | 709 | padding: 30px 50px; |
| 2093 | 710 | background-color: #FFFFFF; |
| 2094 | - border: 1px solid #e5e5e5; | |
| 2095 | -} | |
| 711 | + border: 1px solid #e5e5e5; } | |
| 2096 | 712 | |
| 2097 | 713 | #elementor-import-template-title { |
| 2098 | 714 | font-size: 18px; |
| 2099 | - color: #555d66; | |
| 2100 | -} | |
| 715 | + color: #555d66; } | |
| 2101 | 716 | |
| 2102 | 717 | .form-table:not(.elementor-maintenance-mode-is-enabled) .elementor-default-hide { |
| 2103 | - display: none; | |
| 2104 | -} | |
| 718 | + display: none; } | |
| 2105 | 719 | |
| 2106 | 720 | .elementor-maintenance-mode-error { |
| 2107 | 721 | color: red; |
| 2108 | 722 | line-height: 1.6; |
| 2109 | - display: none; | |
| 2110 | -} | |
| 723 | + display: none; } | |
| 2111 | 724 | |
| 2112 | 725 | #tab-replace_url.elementor-active ~ p.submit, |
| 2113 | -#tab-fontawesome4_migration.elementor-active ~ p.submit, | |
| 2114 | -#tab-import-export-kit.elementor-active ~ p.submit { | |
| 2115 | - display: none; | |
| 2116 | -} | |
| 726 | +#tab-fontawesome4_migration.elementor-active ~ p.submit { | |
| 727 | + display: none; } | |
| 2117 | 728 | |
| 729 | +#elementor_rollback > div, | |
| 730 | +#elementor_rollback_pro > div, | |
| 2118 | 731 | #elementor_replace_url > div { |
| 2119 | - max-width: 800px; | |
| 2120 | -} | |
| 2121 | -#elementor_replace_url > div input { | |
| 2122 | - margin-block-end: 6px; | |
| 2123 | -} | |
| 732 | + display: -webkit-box; | |
| 733 | + display: -ms-flexbox; | |
| 734 | + display: flex; } | |
| 735 | + #elementor_rollback > div input, | |
| 736 | + #elementor_rollback > div select, | |
| 737 | + #elementor_rollback_pro > div input, | |
| 738 | + #elementor_rollback_pro > div select, | |
| 739 | + #elementor_replace_url > div input, | |
| 740 | + #elementor_replace_url > div select { | |
| 741 | + margin-right: 6px; } | |
| 2124 | 742 | |
| 2125 | -#elementor_rollback > div, | |
| 2126 | -#elementor_rollback_pro > div { | |
| 2127 | - display: flex; | |
| 2128 | - align-items: center; | |
| 2129 | -} | |
| 2130 | -#elementor_rollback > div input, | |
| 2131 | -#elementor_rollback > div select, | |
| 2132 | -#elementor_rollback_pro > div input, | |
| 2133 | -#elementor_rollback_pro > div select { | |
| 2134 | - margin-inline-end: 6px; | |
| 2135 | -} | |
| 743 | +#e-dashboard-overview .dashicons { | |
| 744 | + vertical-align: middle; | |
| 745 | + font-size: 17px; } | |
| 2136 | 746 | |
| 2137 | -.tab-import-export-kit__wrapper { | |
| 2138 | - margin: 40px 0; | |
| 2139 | - max-width: 700px; | |
| 2140 | -} | |
| 2141 | -.tab-import-export-kit__container { | |
| 2142 | - background-color: white; | |
| 2143 | - font-size: 16px; | |
| 2144 | - max-width: 700px; | |
| 2145 | - padding: 30px; | |
| 2146 | -} | |
| 2147 | -.tab-import-export-kit__container:not(:first-child) { | |
| 2148 | - margin-block-start: 5px; | |
| 2149 | -} | |
| 2150 | -.tab-import-export-kit__container.e-editor-one { | |
| 2151 | - border: 1px solid rgba(0, 0, 0, 0.12); | |
| 2152 | - border-radius: 8px; | |
| 2153 | -} | |
| 2154 | -.tab-import-export-kit__container.e-editor-one:not(:first-child) { | |
| 2155 | - margin-block-start: 20px; | |
| 2156 | -} | |
| 2157 | -.tab-import-export-kit__container p { | |
| 2158 | - font-size: 16px; | |
| 2159 | - margin: 20px 0 25px; | |
| 2160 | -} | |
| 2161 | -.tab-import-export-kit__container .description { | |
| 2162 | - font-size: 16px; | |
| 2163 | - margin: 8px 0 8px; | |
| 2164 | -} | |
| 2165 | -.tab-import-export-kit__container .action-buttons { | |
| 2166 | - margin-block-start: 20px; | |
| 2167 | -} | |
| 2168 | -.tab-import-export-kit__info { | |
| 2169 | - font-size: 14px; | |
| 2170 | -} | |
| 2171 | -.tab-import-export-kit__container a:not(.elementor-button), .tab-import-export-kit__info a { | |
| 2172 | - color: var(--e-a-color-info); | |
| 2173 | - text-decoration: underline; | |
| 2174 | -} | |
| 2175 | -.tab-import-export-kit__box { | |
| 2176 | - display: flex; | |
| 2177 | - justify-content: space-between; | |
| 2178 | - align-items: flex-start; | |
| 2179 | -} | |
| 2180 | -.tab-import-export-kit__box.action-buttons { | |
| 2181 | - justify-content: end; | |
| 2182 | - gap: 12px; | |
| 2183 | -} | |
| 2184 | -.tab-import-export-kit__box h2 { | |
| 2185 | - font-size: 28px; | |
| 2186 | - font-weight: normal; | |
| 2187 | - line-height: 1; | |
| 2188 | - margin: 0; | |
| 2189 | -} | |
| 2190 | -.tab-import-export-kit__box .elementor-button.elementor-button-success { | |
| 2191 | - font-weight: bold; | |
| 2192 | - padding: 8px 16px; | |
| 2193 | - text-transform: initial; | |
| 2194 | -} | |
| 2195 | - | |
| 2196 | -.tab-import-export-kit__revert .tab-import-export-kit__kit-item { | |
| 2197 | - background-color: rgba(255, 255, 255, 0.5); | |
| 2198 | - box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); | |
| 2199 | - border-radius: 0.1875rem; | |
| 2200 | - margin-block-end: 15px; | |
| 2201 | - display: inline-block; | |
| 2202 | -} | |
| 2203 | -.tab-import-export-kit__revert .tab-import-export-kit__kit-item header { | |
| 2204 | - border-block-end: 1px solid #F1F2F3; | |
| 2205 | - padding: 0.625rem; | |
| 2206 | -} | |
| 2207 | -.tab-import-export-kit__revert .tab-import-export-kit__kit-item h3 { | |
| 2208 | - font-size: 0.875rem; | |
| 2209 | - margin: 0; | |
| 2210 | -} | |
| 2211 | -.tab-import-export-kit__revert .tab-import-export-kit__kit-item img { | |
| 2212 | - width: 330px; | |
| 2213 | - height: auto; | |
| 2214 | - max-width: 100%; | |
| 2215 | - aspect-ratio: 330/315; | |
| 2216 | -} | |
| 2217 | -.tab-import-export-kit__revert .button, .tab-import-export-kit__revert .button:hover { | |
| 2218 | - color: #a94442; | |
| 2219 | - border-color: #a94442; | |
| 2220 | - display: inline-block; | |
| 2221 | -} | |
| 2222 | - | |
| 2223 | -#dashboard-widgets .e-dashboard-widget h3.e-heading { | |
| 2224 | - font-weight: 600; | |
| 2225 | - margin-block-end: 13px; | |
| 2226 | -} | |
| 2227 | -#dashboard-widgets .e-dashboard-widget .e-divider_bottom { | |
| 2228 | - border-block-end: 1px solid #eee; | |
| 2229 | - margin: 0 -12px; | |
| 2230 | - padding: 6px 12px; | |
| 2231 | -} | |
| 2232 | -#dashboard-widgets .e-dashboard-widget .e-divider_top { | |
| 2233 | - border-block-start: 1px solid #eee; | |
| 2234 | - margin: 0 -12px; | |
| 2235 | - padding: 12px 12px 0; | |
| 2236 | -} | |
| 2237 | -#dashboard-widgets .e-dashboard-widget .e-quick-actions-wrap .e-divider_top, | |
| 2238 | -#dashboard-widgets .e-dashboard-widget .e-news-feed-wrap .e-divider_top { | |
| 2239 | - padding-block-start: 18px; | |
| 2240 | - margin-block-start: 18px; | |
| 2241 | -} | |
| 2242 | - | |
| 2243 | -.e-dashboard-widget .dashicons { | |
| 2244 | - color: #606a73; | |
| 2245 | -} | |
| 2246 | -.e-dashboard-widget ul.e-action-list li { | |
| 2247 | - margin-block-start: 14px; | |
| 2248 | -} | |
| 2249 | -.e-dashboard-widget ul.e-action-list li a { | |
| 2250 | - margin-inline-start: 5px; | |
| 2251 | -} | |
| 2252 | - | |
| 2253 | -.e-dashboard-overview .dashicons { | |
| 2254 | - vertical-align: middle; | |
| 2255 | - font-size: 17px; | |
| 2256 | -} | |
| 2257 | -.e-dashboard-overview .e-overview__header { | |
| 747 | +#e-dashboard-overview .e-overview__header { | |
| 2258 | 748 | display: table; |
| 2259 | 749 | width: 100%; |
| 2260 | - box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05); | |
| 750 | + -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05); | |
| 751 | + box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05); | |
| 2261 | 752 | margin: 0 -12px 8px; |
| 2262 | - padding: 0 12px 12px; | |
| 2263 | -} | |
| 2264 | -.e-dashboard-overview .e-overview__logo, .e-dashboard-overview .e-overview__versions, .e-dashboard-overview .e-overview__create { | |
| 753 | + padding: 0 12px 12px; } | |
| 754 | + | |
| 755 | +#e-dashboard-overview .e-overview__logo, #e-dashboard-overview .e-overview__versions, #e-dashboard-overview .e-overview__create { | |
| 2265 | 756 | display: table-cell; |
| 2266 | - vertical-align: middle; | |
| 2267 | -} | |
| 2268 | -.e-dashboard-overview .e-overview__logo { | |
| 2269 | - width: 30px; | |
| 2270 | -} | |
| 2271 | -.e-dashboard-overview .e-overview__versions { | |
| 757 | + vertical-align: middle; } | |
| 758 | + | |
| 759 | +#e-dashboard-overview .e-overview__logo { | |
| 760 | + width: 30px; } | |
| 761 | + | |
| 762 | +#e-dashboard-overview .e-overview__versions { | |
| 2272 | 763 | padding: 0 10px; |
| 2273 | 764 | font-size: 0.9em; |
| 2274 | - line-height: 1.5; | |
| 2275 | -} | |
| 2276 | -.e-dashboard-overview .e-overview__version { | |
| 2277 | - display: block; | |
| 2278 | -} | |
| 2279 | -.e-dashboard-overview .e-overview__create { | |
| 2280 | - text-align: end; | |
| 2281 | -} | |
| 2282 | -.e-dashboard-overview .e-overview__feed { | |
| 2283 | - font-size: 14px; | |
| 2284 | - font-weight: 500; | |
| 2285 | -} | |
| 2286 | -.e-dashboard-overview .e-overview__post { | |
| 2287 | - margin-block-start: 10px; | |
| 2288 | -} | |
| 2289 | -.e-dashboard-overview .e-overview__post-link { | |
| 2290 | - display: inline-block; | |
| 2291 | -} | |
| 2292 | -.e-dashboard-overview .e-overview__badge { | |
| 2293 | - background: #0A875A; | |
| 765 | + line-height: 1.5; } | |
| 766 | + | |
| 767 | +#e-dashboard-overview .e-overview__version { | |
| 768 | + display: block; } | |
| 769 | + | |
| 770 | +#e-dashboard-overview .e-overview__create { | |
| 771 | + text-align: right; } | |
| 772 | + | |
| 773 | +#e-dashboard-overview .e-overview__post { | |
| 774 | + margin-top: 10px; } | |
| 775 | + | |
| 776 | +#e-dashboard-overview .e-overview__post-link { | |
| 777 | + display: inline-block; } | |
| 778 | + | |
| 779 | +#e-dashboard-overview .e-overview__badge { | |
| 780 | + background: #39b54a; | |
| 2294 | 781 | color: white; |
| 2295 | 782 | font-size: 0.75em; |
| 2296 | 783 | padding: 3px 6px; |
| 2297 | - border-radius: 3px; | |
| 2298 | - text-transform: uppercase; | |
| 2299 | -} | |
| 2300 | -.e-dashboard-overview .e-overview__post-description { | |
| 2301 | - margin: 0 0 1.5em; | |
| 2302 | -} | |
| 2303 | -.e-dashboard-overview .e-overview__recently-edited li { | |
| 2304 | - color: #72777c; | |
| 2305 | -} | |
| 2306 | -.e-dashboard-overview .e-overview__footer.e-divider_top { | |
| 2307 | - padding-block-start: 12px; | |
| 2308 | - padding-block-end: 0; | |
| 2309 | -} | |
| 2310 | -.e-dashboard-overview .e-overview__footer ul { | |
| 2311 | - display: flex; | |
| 2312 | - list-style: none; | |
| 2313 | - margin: 0; | |
| 2314 | - padding: 0; | |
| 2315 | -} | |
| 2316 | -.e-dashboard-overview .e-overview__footer ul li { | |
| 2317 | - padding: 0 10px; | |
| 2318 | - margin: 0; | |
| 2319 | - border-inline-start: 1px solid #ddd; | |
| 2320 | -} | |
| 2321 | -.e-dashboard-overview .e-overview__footer ul li:first-child { | |
| 2322 | - padding-inline-start: 0; | |
| 2323 | - border: none; | |
| 2324 | -} | |
| 2325 | -.e-dashboard-overview .e-overview__go-pro a, .e-dashboard-overview .e-overview__ai a { | |
| 2326 | - color: #93003f; | |
| 2327 | - font-weight: 500; | |
| 2328 | -} | |
| 784 | + -webkit-border-radius: 3px; | |
| 785 | + border-radius: 3px; | |
| 786 | + text-transform: uppercase; } | |
| 2329 | 787 | |
| 2330 | -[class*=branch-7].wp-core-ui .button .dashicons { | |
| 2331 | - vertical-align: middle; | |
| 2332 | - line-height: 1.2; | |
| 2333 | - color: var(--wp-admin-theme-color); | |
| 2334 | -} | |
| 788 | +#e-dashboard-overview .e-overview__post-description { | |
| 789 | + margin: 0 0 1.5em; } | |
| 2335 | 790 | |
| 2336 | -#e-dashboard-ally .ui-sortable-handle { | |
| 2337 | - justify-content: flex-start; | |
| 2338 | - gap: 8px; | |
| 2339 | -} | |
| 791 | +#e-dashboard-overview .e-overview__recently-edited li { | |
| 792 | + color: #72777c; } | |
| 2340 | 793 | |
| 2341 | -#dashboard-widgets .e-dashboard-ally { | |
| 2342 | - padding: 28px 0; | |
| 2343 | -} | |
| 2344 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-img { | |
| 2345 | - text-align: center; | |
| 2346 | - margin-block-end: 16px; | |
| 2347 | -} | |
| 2348 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-info { | |
| 2349 | - display: flex; | |
| 2350 | - flex-direction: column; | |
| 2351 | - align-items: center; | |
| 2352 | - text-align: center; | |
| 2353 | - margin-block-end: 20px; | |
| 2354 | -} | |
| 2355 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-title { | |
| 2356 | - font-size: 20px; | |
| 2357 | - line-height: 32px; | |
| 2358 | - color: #0C0D0E; | |
| 2359 | - margin-block-end: 0; | |
| 2360 | -} | |
| 2361 | -#dashboard-widgets .e-dashboard-ally .e-dashboard-ally-description { | |
| 2362 | - max-width: 295px; | |
| 794 | +#e-dashboard-overview .e-overview__feed { | |
| 2363 | 795 | font-size: 14px; |
| 2364 | - line-height: 20px; | |
| 2365 | - color: #3F444B; | |
| 2366 | - margin: 0 0 16px; | |
| 2367 | -} | |
| 796 | + font-weight: 500; } | |
| 797 | + #e-dashboard-overview .e-overview__feed .e-overview__post-link { | |
| 798 | + padding-bottom: 5px; } | |
| 2368 | 799 | |
| 2369 | -label[for=e-dashboard-ally-hide] svg { | |
| 2370 | - display: inline-block; | |
| 2371 | - vertical-align: middle; | |
| 2372 | - margin-inline-end: 4px; | |
| 2373 | - margin-block-end: 2px; | |
| 2374 | -} | |
| 800 | +#e-dashboard-overview .e-overview__recently-edited .e-overview__heading, #e-dashboard-overview .e-overview__feed .e-overview__heading { | |
| 801 | + font-weight: 700; | |
| 802 | + border-bottom: 1px solid #eee; | |
| 803 | + margin: 0 -12px; | |
| 804 | + padding: 6px 12px; } | |
| 2375 | 805 | |
| 806 | +#e-dashboard-overview .e-overview__footer { | |
| 807 | + margin: 0 -12px -12px; | |
| 808 | + padding: 12px; | |
| 809 | + border-top: 1px solid #eee; } | |
| 810 | + #e-dashboard-overview .e-overview__footer ul { | |
| 811 | + display: -webkit-box; | |
| 812 | + display: -ms-flexbox; | |
| 813 | + display: flex; | |
| 814 | + list-style: none; | |
| 815 | + margin: 0; | |
| 816 | + padding: 0; } | |
| 817 | + #e-dashboard-overview .e-overview__footer ul li { | |
| 818 | + padding: 0 10px; | |
| 819 | + margin: 0; | |
| 820 | + border-left: 1px solid #ddd; } | |
| 821 | + #e-dashboard-overview .e-overview__footer ul li:first-child { | |
| 822 | + padding-left: 0; | |
| 823 | + border: none; } | |
| 824 | + | |
| 825 | +#e-dashboard-overview .e-overview__go-pro a { | |
| 826 | + color: #93003c; | |
| 827 | + font-weight: 500; } | |
| 828 | + | |
| 2376 | 829 | .post-type-elementor_library #elementor-template-library-tabs-wrapper { |
| 2377 | - padding-block-start: 2em; | |
| 2378 | - margin-block-end: 2em; | |
| 2379 | -} | |
| 830 | + padding-top: 2em; | |
| 831 | + margin-bottom: 2em; } | |
| 832 | + | |
| 2380 | 833 | .post-type-elementor_library th#taxonomy-elementor_library_category { |
| 2381 | - width: 110px; | |
| 2382 | -} | |
| 834 | + width: 110px; } | |
| 2383 | 835 | |
| 2384 | -#elementor-new-template-modal .dialog-message, #elementor-new-floating-elements-modal .dialog-message { | |
| 2385 | - max-height: 70vh; | |
| 2386 | -} | |
| 2387 | -#elementor-new-template-modal .e-hidden, #elementor-new-floating-elements-modal .e-hidden { | |
| 2388 | - display: none !important; | |
| 2389 | -} | |
| 2390 | -#elementor-new-template-dialog-content, #elementor-new-floating-elements-dialog-content { | |
| 836 | +#elementor-new-template-modal .dialog-message { | |
| 837 | + max-height: 70vh; } | |
| 838 | + | |
| 839 | +#elementor-new-template-dialog-content { | |
| 840 | + display: -webkit-box; | |
| 841 | + display: -ms-flexbox; | |
| 2391 | 842 | display: flex; |
| 2392 | - align-items: center; | |
| 843 | + -webkit-box-align: center; | |
| 844 | + -ms-flex-align: center; | |
| 845 | + align-items: center; | |
| 2393 | 846 | height: 100%; |
| 2394 | - text-align: start; | |
| 2395 | -} | |
| 2396 | -@media (max-width: 1439px) { | |
| 2397 | - #elementor-new-template-dialog-content, #elementor-new-floating-elements-dialog-content { | |
| 2398 | - padding: 0 50px; | |
| 2399 | - } | |
| 2400 | -} | |
| 2401 | -@media (min-width: 1440px) { | |
| 2402 | - #elementor-new-template-dialog-content, #elementor-new-floating-elements-dialog-content { | |
| 2403 | - padding: 0 120px; | |
| 2404 | - } | |
| 2405 | -} | |
| 2406 | -#elementor-new-template__description, #elementor-new-floating-elements__description { | |
| 847 | + text-align: left; | |
| 848 | + color: #6d7882; } | |
| 849 | + @media (max-width: 1439px) { | |
| 850 | + #elementor-new-template-dialog-content { | |
| 851 | + padding: 0 50px; } } | |
| 852 | + @media (min-width: 1440px) { | |
| 853 | + #elementor-new-template-dialog-content { | |
| 854 | + padding: 0 120px; } } | |
| 855 | + | |
| 856 | +#elementor-new-template__description { | |
| 2407 | 857 | width: 35%; |
| 2408 | 858 | max-width: 300px; |
| 2409 | - padding-inline-end: 100px; | |
| 2410 | -} | |
| 2411 | -#elementor-new-template__description__title, #elementor-new-floating-elements__description__title { | |
| 2412 | - font-size: 30px; | |
| 2413 | -} | |
| 2414 | -#elementor-new-template__description__title span, #elementor-new-floating-elements__description__title span { | |
| 2415 | - font-weight: bold; | |
| 2416 | -} | |
| 2417 | -#elementor-new-template__description__content, #elementor-new-floating-elements__description__content { | |
| 2418 | - font-size: 16px; | |
| 2419 | - padding: 30px 0; | |
| 2420 | -} | |
| 2421 | -#elementor-new-template__take_a_tour, #elementor-new-floating-elements__take_a_tour { | |
| 859 | + padding-right: 100px; } | |
| 860 | + #elementor-new-template__description__title { | |
| 861 | + font-size: 30px; | |
| 862 | + color: #556068; } | |
| 863 | + #elementor-new-template__description__title span { | |
| 864 | + font-weight: bold; } | |
| 865 | + #elementor-new-template__description__content { | |
| 866 | + font-size: 16px; | |
| 867 | + padding: 30px 0; } | |
| 868 | + | |
| 869 | +#elementor-new-template__take_a_tour { | |
| 870 | + display: -webkit-box; | |
| 871 | + display: -ms-flexbox; | |
| 2422 | 872 | display: flex; |
| 2423 | - align-items: center; | |
| 2424 | - font-size: 15px; | |
| 2425 | -} | |
| 2426 | -#elementor-new-template__take_a_tour i, #elementor-new-floating-elements__take_a_tour i { | |
| 2427 | - color: var(--e-a-color-accent); | |
| 2428 | - font-size: 30px; | |
| 2429 | -} | |
| 2430 | -#elementor-new-template__take_a_tour a, #elementor-new-floating-elements__take_a_tour a { | |
| 2431 | - padding-inline-start: 10px; | |
| 2432 | - font-weight: 500; | |
| 2433 | -} | |
| 2434 | -#elementor-new-template__form, #elementor-new-floating-elements__form { | |
| 2435 | - flex-grow: 1; | |
| 873 | + -webkit-box-align: center; | |
| 874 | + -ms-flex-align: center; | |
| 875 | + align-items: center; | |
| 876 | + font-size: 15px; } | |
| 877 | + #elementor-new-template__take_a_tour i { | |
| 878 | + color: #93003c; | |
| 879 | + font-size: 30px; } | |
| 880 | + #elementor-new-template__take_a_tour a { | |
| 881 | + color: #6d7882; | |
| 882 | + padding-left: 10px; | |
| 883 | + text-decoration: none; | |
| 884 | + font-weight: 500; } | |
| 885 | + | |
| 886 | +#elementor-new-template__form { | |
| 887 | + -webkit-box-flex: 1; | |
| 888 | + -ms-flex-positive: 1; | |
| 889 | + flex-grow: 1; | |
| 2436 | 890 | max-width: 440px; |
| 2437 | 891 | padding: 55px; |
| 2438 | - background-color: var(--e-a-color-white); | |
| 2439 | - border-radius: var(--e-a-border-radius); | |
| 2440 | - border: var(--e-a-border); | |
| 2441 | -} | |
| 2442 | -#elementor-new-template__form__title, #elementor-new-floating-elements__form__title { | |
| 2443 | - font-size: 23px; | |
| 2444 | -} | |
| 2445 | -#elementor-new-template__form__template-type.elementor-form-field__select, #elementor-new-floating-elements__form__template-type.elementor-form-field__select { | |
| 2446 | - max-width: initial; | |
| 2447 | -} | |
| 2448 | -#elementor-new-template__form__template-type-badge, #elementor-new-floating-elements__form__template-type-badge { | |
| 2449 | - position: absolute; | |
| 2450 | - display: flex; | |
| 2451 | - align-items: center; | |
| 2452 | - justify-content: center; | |
| 2453 | - gap: 2px; | |
| 2454 | - border-radius: 2px; | |
| 2455 | - background-color: #F1F2F3; | |
| 2456 | - padding: 4px; | |
| 2457 | - font-size: 8px; | |
| 2458 | - font-weight: 500; | |
| 2459 | - line-height: 1; | |
| 2460 | - text-transform: uppercase; | |
| 2461 | - inset-block-start: 50%; | |
| 2462 | - inset-inline-end: 28px; | |
| 2463 | - transform: translateY(-50%); | |
| 2464 | -} | |
| 2465 | -#elementor-new-template__form .elementor-form-field__label, #elementor-new-floating-elements__form .elementor-form-field__label { | |
| 2466 | - display: block; | |
| 2467 | - margin: 25px 0 7px; | |
| 2468 | - font-size: 14px; | |
| 2469 | - line-height: 1; | |
| 2470 | -} | |
| 2471 | -#elementor-new-template__form .elementor-form-field input, | |
| 2472 | -#elementor-new-template__form .elementor-form-field select, #elementor-new-floating-elements__form .elementor-form-field input, | |
| 2473 | -#elementor-new-floating-elements__form .elementor-form-field select { | |
| 2474 | - width: 100%; | |
| 2475 | - height: 50px; | |
| 2476 | - padding: 10px; | |
| 2477 | - font-size: 14px; | |
| 2478 | - box-shadow: none; | |
| 2479 | - border-radius: var(--e-a-border-radius); | |
| 2480 | - background: none; | |
| 2481 | - border: var(--e-a-border-bold); | |
| 2482 | - outline: none; | |
| 2483 | -} | |
| 2484 | -#elementor-new-template__form .elementor-form-field input:focus, | |
| 2485 | -#elementor-new-template__form .elementor-form-field select:focus, #elementor-new-floating-elements__form .elementor-form-field input:focus, | |
| 2486 | -#elementor-new-floating-elements__form .elementor-form-field select:focus { | |
| 2487 | - border-color: var(--e-a-border-color-focus); | |
| 2488 | -} | |
| 2489 | -#elementor-new-template__form .elementor-form-field__select, #elementor-new-floating-elements__form .elementor-form-field__select { | |
| 2490 | - -webkit-appearance: none; | |
| 2491 | - -moz-appearance: none; | |
| 2492 | - appearance: none; | |
| 2493 | - cursor: pointer; | |
| 2494 | -} | |
| 2495 | -#elementor-new-template__form .elementor-form-field__select__wrapper, #elementor-new-floating-elements__form .elementor-form-field__select__wrapper { | |
| 2496 | - position: relative; | |
| 2497 | -} | |
| 2498 | -#elementor-new-template__form .elementor-form-field__select__wrapper:after, #elementor-new-floating-elements__form .elementor-form-field__select__wrapper:after { | |
| 2499 | - font-family: eicons; | |
| 2500 | - content: "\e8ad"; | |
| 2501 | - position: absolute; | |
| 2502 | - inset-block-start: 50%; | |
| 2503 | - inset-inline-end: 10px; | |
| 2504 | - transform: translateY(-50%); | |
| 2505 | -} | |
| 2506 | -#elementor-new-template__form__submit, #elementor-new-template__form__lock_button, #elementor-new-floating-elements__form__submit, #elementor-new-floating-elements__form__lock_button { | |
| 2507 | - display: block; | |
| 2508 | - width: 100%; | |
| 2509 | - height: 50px; | |
| 2510 | - margin-block-start: 24px; | |
| 2511 | - box-sizing: border-box; | |
| 2512 | - text-align: center; | |
| 2513 | -} | |
| 892 | + background-color: #fff; | |
| 893 | + -webkit-border-radius: 3px; | |
| 894 | + border-radius: 3px; | |
| 895 | + -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08); | |
| 896 | + box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08); } | |
| 897 | + #elementor-new-template__form__title { | |
| 898 | + font-size: 23px; | |
| 899 | + color: #556068; } | |
| 900 | + #elementor-new-template__form__template-type.elementor-form-field__select { | |
| 901 | + max-width: initial; } | |
| 902 | + #elementor-new-template__form .elementor-form-field__label { | |
| 903 | + display: block; | |
| 904 | + margin: 25px 0 7px; | |
| 905 | + font-size: 14px; | |
| 906 | + line-height: 1; } | |
| 907 | + #elementor-new-template__form .elementor-form-field input, | |
| 908 | + #elementor-new-template__form .elementor-form-field select { | |
| 909 | + width: 100%; | |
| 910 | + height: 50px; | |
| 911 | + padding: 10px; | |
| 912 | + font-size: 14px; | |
| 913 | + -webkit-box-shadow: none; | |
| 914 | + box-shadow: none; | |
| 915 | + -webkit-border-radius: 3px; | |
| 916 | + border-radius: 3px; | |
| 917 | + background: none; | |
| 918 | + color: #495157; | |
| 919 | + border: 1px solid; | |
| 920 | + outline: none; } | |
| 921 | + #elementor-new-template__form .elementor-form-field input:not(:focus), | |
| 922 | + #elementor-new-template__form .elementor-form-field select:not(:focus) { | |
| 923 | + border-color: #d5dadf; } | |
| 924 | + #elementor-new-template__form .elementor-form-field input:focus, | |
| 925 | + #elementor-new-template__form .elementor-form-field select:focus { | |
| 926 | + border-color: #a4afb7; } | |
| 927 | + #elementor-new-template__form .elementor-form-field__select { | |
| 928 | + appearance: none; | |
| 929 | + -webkit-appearance: none; | |
| 930 | + -moz-appearance: none; | |
| 931 | + cursor: pointer; } | |
| 932 | + #elementor-new-template__form .elementor-form-field__select__wrapper { | |
| 933 | + position: relative; } | |
| 934 | + #elementor-new-template__form .elementor-form-field__select__wrapper:after { | |
| 935 | + font-family: eicons; | |
| 936 | + content: '\e8ad'; | |
| 937 | + position: absolute; | |
| 938 | + top: 50%; | |
| 939 | + right: 10px; | |
| 940 | + -webkit-transform: translateY(-50%); | |
| 941 | + -ms-transform: translateY(-50%); | |
| 942 | + transform: translateY(-50%); } | |
| 943 | + #elementor-new-template__form__submit { | |
| 944 | + width: 100%; | |
| 945 | + height: 50px; | |
| 946 | + margin-top: 25px; } | |
| 2514 | 947 | |
| 2515 | 948 | @media (max-width: 1024px) { |
| 2516 | 949 | #elementor-new-template__description { |
| 2517 | 950 | max-width: 250px; |
| 2518 | - padding-inline-end: 30px; | |
| 2519 | - } | |
| 2520 | -} | |
| 951 | + padding-right: 30px; } } | |
| 952 | + | |
| 2521 | 953 | @media (max-width: 767px) { |
| 2522 | 954 | #elementor-new-template__description { |
| 2523 | - display: none; | |
| 2524 | - } | |
| 2525 | -} | |
| 955 | + display: none; } } | |
| 956 | + | |
| 2526 | 957 | #elementor-role-manager { |
| 2527 | 958 | max-width: 500px; |
| 2528 | - margin-block-start: 50px; | |
| 2529 | -} | |
| 2530 | -#elementor-role-manager h3 { | |
| 2531 | - color: #3f444b; | |
| 2532 | - font-weight: normal; | |
| 2533 | - font-size: 22px; | |
| 2534 | -} | |
| 2535 | -#elementor-role-manager .elementor-settings-form-page { | |
| 2536 | - padding: 0; | |
| 2537 | -} | |
| 2538 | -#elementor-role-manager .elementor-role-row { | |
| 2539 | - background: #ffffff; | |
| 2540 | - color: #3f444b; | |
| 2541 | - margin-block-end: 2px; | |
| 2542 | -} | |
| 2543 | -#elementor-role-manager .elementor-role-row.e-editor-one { | |
| 2544 | - border: 1px solid rgba(0, 0, 0, 0.12); | |
| 2545 | - margin-block-end: 20px; | |
| 2546 | - border-radius: 8px; | |
| 2547 | -} | |
| 2548 | -#elementor-role-manager .elementor-role-row.e-editor-one .elementor-role-controls { | |
| 2549 | - border-end-start-radius: 8px; | |
| 2550 | - border-end-end-radius: 8px; | |
| 2551 | -} | |
| 2552 | -#elementor-role-manager .elementor-role-row .elementor-role-label { | |
| 2553 | - display: flex; | |
| 2554 | - padding: 15px 20px; | |
| 2555 | - font-weight: 500; | |
| 2556 | - cursor: pointer; | |
| 2557 | -} | |
| 2558 | -#elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-name { | |
| 2559 | - padding-inline-end: 20px; | |
| 2560 | -} | |
| 2561 | -#elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-toggle { | |
| 2562 | - text-align: end; | |
| 2563 | - flex-grow: 1; | |
| 2564 | -} | |
| 2565 | -#elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-excluded-indicator { | |
| 2566 | - color: #9DA5AE; | |
| 2567 | -} | |
| 2568 | -#elementor-role-manager .elementor-role-row .elementor-role-controls { | |
| 2569 | - background-color: #F9FAFA; | |
| 2570 | - padding: 20px 20px 5px; | |
| 2571 | - transition: all 0.3s ease-in-out; | |
| 2572 | -} | |
| 2573 | -#elementor-role-manager .elementor-role-row .elementor-role-controls > div { | |
| 2574 | - margin-block-end: 15px; | |
| 2575 | -} | |
| 2576 | -#elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro { | |
| 2577 | - display: flex; | |
| 2578 | - align-items: center; | |
| 2579 | -} | |
| 2580 | -#elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__desc { | |
| 2581 | - font-weight: 500; | |
| 2582 | - font-style: italic; | |
| 2583 | - flex-grow: 1; | |
| 2584 | -} | |
| 2585 | -#elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__link { | |
| 2586 | - display: flex; | |
| 2587 | -} | |
| 2588 | -#elementor-role-manager .elementor-role-row .elementor-role-controls-advanced > div + div { | |
| 2589 | - margin-block-start: 15px; | |
| 2590 | -} | |
| 2591 | -#elementor-role-manager .elementor-role-control-warning { | |
| 2592 | - color: var(--e-a-color-danger); | |
| 2593 | -} | |
| 959 | + margin-top: 50px; } | |
| 960 | + #elementor-role-manager h3 { | |
| 961 | + color: #6d7882; | |
| 962 | + font-weight: normal; | |
| 963 | + font-size: 22px; } | |
| 964 | + #elementor-role-manager .elementor-settings-form-page { | |
| 965 | + padding: 0; } | |
| 966 | + #elementor-role-manager .elementor-role-row { | |
| 967 | + background: #ffffff; | |
| 968 | + color: #6d7882; | |
| 969 | + margin-bottom: 2px; } | |
| 970 | + #elementor-role-manager .elementor-role-row .elementor-role-label { | |
| 971 | + display: -webkit-box; | |
| 972 | + display: -ms-flexbox; | |
| 973 | + display: flex; | |
| 974 | + padding: 15px 20px; | |
| 975 | + font-weight: 500; | |
| 976 | + cursor: pointer; } | |
| 977 | + #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-name { | |
| 978 | + padding-right: 20px; } | |
| 979 | + #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-toggle { | |
| 980 | + text-align: right; | |
| 981 | + -webkit-box-flex: 1; | |
| 982 | + -ms-flex-positive: 1; | |
| 983 | + flex-grow: 1; } | |
| 984 | + #elementor-role-manager .elementor-role-row .elementor-role-label span.elementor-role-excluded-indicator { | |
| 985 | + color: #a4afb7; } | |
| 986 | + #elementor-role-manager .elementor-role-row .elementor-role-controls { | |
| 987 | + background-color: #f7f7f7; | |
| 988 | + padding: 20px 20px 5px; } | |
| 989 | + #elementor-role-manager .elementor-role-row .elementor-role-controls > div { | |
| 990 | + margin-bottom: 15px; } | |
| 991 | + #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro { | |
| 992 | + display: -webkit-box; | |
| 993 | + display: -ms-flexbox; | |
| 994 | + display: flex; } | |
| 995 | + #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__desc { | |
| 996 | + font-weight: 500; | |
| 997 | + font-style: italic; } | |
| 998 | + #elementor-role-manager .elementor-role-row .elementor-role-controls .elementor-role-go-pro .elementor-role-go-pro__link { | |
| 999 | + text-align: right; | |
| 1000 | + -webkit-box-flex: 1; | |
| 1001 | + -ms-flex-positive: 1; | |
| 1002 | + flex-grow: 1; } | |
| 2594 | 1003 | |
| 2595 | -#elementor-beta-tester-modal { | |
| 2596 | - color: var(--e-a-color-txt); | |
| 2597 | -} | |
| 2598 | 1004 | #elementor-beta-tester-modal .elementor-templates-modal__header__items-area { |
| 2599 | - color: var(--e-a-color-txt); | |
| 2600 | - cursor: pointer; | |
| 2601 | -} | |
| 2602 | -#elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again, | |
| 2603 | -#elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i { | |
| 2604 | - color: var(--e-a-color-txt-hover); | |
| 2605 | -} | |
| 2606 | -#elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again { | |
| 2607 | - text-transform: uppercase; | |
| 2608 | - font-weight: bold; | |
| 2609 | - font-size: 12px; | |
| 2610 | - transition: var(--e-a-transition-hover); | |
| 2611 | -} | |
| 1005 | + color: #c2cbd2; | |
| 1006 | + cursor: pointer; } | |
| 1007 | + #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-beta-tester-do-not-show-again, | |
| 1008 | + #elementor-beta-tester-modal .elementor-templates-modal__header__items-area:hover .elementor-templates-modal__header__item > i { | |
| 1009 | + color: #6d7882; } | |
| 1010 | + #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-templates-modal__header__close { | |
| 1011 | + border: none; } | |
| 1012 | + #elementor-beta-tester-modal .elementor-templates-modal__header__items-area .elementor-beta-tester-do-not-show-again { | |
| 1013 | + text-transform: uppercase; | |
| 1014 | + font-weight: bold; | |
| 1015 | + font-size: 12px; | |
| 1016 | + -webkit-transition: all 0.3s; | |
| 1017 | + -o-transition: all 0.3s; | |
| 1018 | + transition: all 0.3s; } | |
| 1019 | + | |
| 2612 | 1020 | #elementor-beta-tester-modal .dialog-lightbox-widget-content { |
| 2613 | 1021 | max-width: 500px; |
| 2614 | - height: initial; | |
| 2615 | -} | |
| 1022 | + height: initial; } | |
| 1023 | + | |
| 2616 | 1024 | #elementor-beta-tester-modal .dialog-lightbox-message { |
| 2617 | 1025 | padding: 40px; |
| 2618 | 1026 | height: 300px; |
| 2619 | - background-color: var(--e-a-bg-default); | |
| 2620 | -} | |
| 1027 | + background-color: #fff; } | |
| 2621 | 1028 | |
| 2622 | 1029 | #elementor-beta-tester-form__caption { |
| 2623 | 1030 | font-weight: bold; |
| 2624 | 1031 | font-size: 20px; |
| 2625 | -} | |
| 1032 | + color: #495157; } | |
| 1033 | + | |
| 2626 | 1034 | #elementor-beta-tester-form__description { |
| 2627 | 1035 | font-size: 15px; |
| 2628 | - margin-block-start: 10px; | |
| 2629 | -} | |
| 1036 | + color: #6d7882; | |
| 1037 | + margin-top: 10px; } | |
| 1038 | + | |
| 2630 | 1039 | #elementor-beta-tester-form__input-wrapper { |
| 1040 | + display: -webkit-box; | |
| 1041 | + display: -ms-flexbox; | |
| 2631 | 1042 | display: flex; |
| 2632 | - margin-block-start: 30px; | |
| 2633 | -} | |
| 2634 | -#elementor-beta-tester-form__input-wrapper .elementor-button { | |
| 2635 | - border-start-start-radius: 0; | |
| 2636 | - border-start-end-radius: 3px; | |
| 2637 | - border-end-start-radius: 0; | |
| 2638 | - border-end-end-radius: 3px; | |
| 2639 | -} | |
| 1043 | + margin-top: 30px; } | |
| 1044 | + #elementor-beta-tester-form__input-wrapper .elementor-button { | |
| 1045 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1046 | + border-radius: 0 3px 3px 0; } | |
| 1047 | + | |
| 2640 | 1048 | #elementor-beta-tester-form__email { |
| 2641 | - flex-grow: 1; | |
| 2642 | - border: var(--e-a-border); | |
| 2643 | - border-inline-end: 0; | |
| 2644 | - border-start-start-radius: 3px; | |
| 2645 | - border-start-end-radius: 0; | |
| 2646 | - border-end-start-radius: 3px; | |
| 2647 | - border-end-end-radius: 0; | |
| 1049 | + -webkit-box-flex: 1; | |
| 1050 | + -ms-flex-positive: 1; | |
| 1051 | + flex-grow: 1; | |
| 1052 | + border: #d5dadf 1px solid; | |
| 1053 | + border-right: 0; | |
| 1054 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1055 | + border-radius: 3px 0 0 3px; | |
| 2648 | 1056 | margin: 0; |
| 2649 | 1057 | padding: 10px; |
| 2650 | - height: 50px; | |
| 2651 | -} | |
| 1058 | + height: 50px; } | |
| 1059 | + | |
| 2652 | 1060 | #elementor-beta-tester-form__terms { |
| 2653 | - margin-block-start: 40px; | |
| 1061 | + margin-top: 40px; | |
| 2654 | 1062 | font-size: 11px; |
| 2655 | - color: var(--e-a-color-txt-muted); | |
| 2656 | -} | |
| 2657 | - | |
| 2658 | -.e-experiment__title { | |
| 2659 | - display: flex; | |
| 2660 | - align-items: flex-start; | |
| 2661 | - flex-direction: column; | |
| 2662 | - position: relative; | |
| 2663 | -} | |
| 2664 | -.e-experiment__title__indicator { | |
| 2665 | - position: absolute; | |
| 2666 | - height: 10px; | |
| 2667 | - width: 10px; | |
| 2668 | - border-radius: 50%; | |
| 2669 | - border: 2px solid white; | |
| 2670 | - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | |
| 2671 | - flex-shrink: 0; | |
| 2672 | - margin-block-start: 2px; | |
| 2673 | -} | |
| 2674 | -.e-experiment__title__indicator--active { | |
| 2675 | - background: #39b54a; | |
| 2676 | -} | |
| 2677 | -.e-experiment__title__label { | |
| 2678 | - margin-inline-start: 24px; | |
| 2679 | -} | |
| 2680 | -.e-experiment__title__tag { | |
| 2681 | - background: #0085ba; | |
| 2682 | - color: #ffffff; | |
| 2683 | - font-size: 0.8em; | |
| 2684 | - padding: 3px 6px; | |
| 2685 | - line-height: 1; | |
| 2686 | - border-radius: 3px; | |
| 2687 | - font-weight: 600; | |
| 2688 | - margin-block-start: 5px; | |
| 2689 | - margin-inline-start: 24px; | |
| 2690 | -} | |
| 2691 | -.e-experiment__title__tag__secondary { | |
| 2692 | - background: rgba(0, 0, 0, 0.1); | |
| 2693 | - color: inherit; | |
| 2694 | -} | |
| 2695 | -.e-experiment__title__tag__deprecated { | |
| 2696 | - background: #e66; | |
| 2697 | - color: white; | |
| 2698 | -} | |
| 2699 | -.e-experiment__title__tag.e-editor-one { | |
| 2700 | - background: #EBEBEB; | |
| 2701 | - color: #3F444B; | |
| 2702 | -} | |
| 2703 | -.e-experiment__table-title { | |
| 2704 | - margin: 30px 0; | |
| 2705 | -} | |
| 2706 | -.e-experiment__dependency, .e-experiment__status { | |
| 2707 | - margin-block-start: 4px; | |
| 2708 | - font-size: 0.9em; | |
| 2709 | - line-height: 18px; | |
| 2710 | - font-weight: bold; | |
| 2711 | - font-style: italic; | |
| 2712 | -} | |
| 2713 | -.e-experiment__button.button { | |
| 2714 | - margin-block: 18px 22px; | |
| 2715 | - margin-inline: 0 14px; | |
| 2716 | -} | |
| 2717 | -.e-experiment__dependency { | |
| 2718 | - color: #21759b; | |
| 2719 | -} | |
| 2720 | -.e-experiment__dependency__title { | |
| 2721 | - font-weight: inherit; | |
| 2722 | -} | |
| 2723 | - | |
| 2724 | -.e-landing-pages-empty .elementor-blank_state { | |
| 2725 | - padding: 5em 0 2em 0; | |
| 2726 | -} | |
| 2727 | -.e-landing-pages-empty .e-trashed-items { | |
| 2728 | - text-align: center; | |
| 2729 | -} | |
| 2730 | - | |
| 2731 | -.e-feature-promotion { | |
| 2732 | - --e-a-top-bar-height: 50px; | |
| 2733 | - --e-a-content-area-spacing: 110px; | |
| 2734 | - --e-black: #000000; | |
| 2735 | - width: 1220px; | |
| 2736 | - height: calc(100vh - var(--e-a-top-bar-height) - var(--e-a-content-area-spacing)); | |
| 2737 | - display: grid; | |
| 2738 | - grid-template-columns: repeat(2, auto); | |
| 2739 | - grid-template-rows: auto; | |
| 2740 | - justify-content: space-between; | |
| 2741 | - align-items: center; | |
| 2742 | - align-content: center; | |
| 2743 | - margin: auto; | |
| 2744 | - transform: translate(calc(-10px * var(--direction-multiplier)), 40px); | |
| 2745 | - text-align: center; | |
| 2746 | - font-family: var(--e-a-font-family); | |
| 2747 | -} | |
| 2748 | -.e-feature-promotion_data { | |
| 2749 | - grid-column: 1/2; | |
| 2750 | - grid-row: 1/2; | |
| 2751 | - display: flex; | |
| 2752 | - flex-direction: column; | |
| 2753 | - justify-content: center; | |
| 2754 | - align-items: self-start; | |
| 2755 | - margin-inline-start: 15px; | |
| 2756 | - padding-inline-end: 40px; | |
| 2757 | - max-width: 608px; | |
| 2758 | -} | |
| 2759 | -.e-feature-promotion_data h3 { | |
| 2760 | - margin: 0; | |
| 2761 | - margin-block-end: 33px; | |
| 2762 | - text-align: start; | |
| 2763 | - font-size: 1.85rem; | |
| 2764 | - font-weight: 300; | |
| 2765 | - color: var(--e-black); | |
| 2766 | - line-height: 1.2; | |
| 2767 | -} | |
| 2768 | -.e-feature-promotion_data ul { | |
| 2769 | - margin-block-start: 0; | |
| 2770 | - margin-block-end: 1.6rem; | |
| 2771 | - text-align: start; | |
| 2772 | -} | |
| 2773 | -.e-feature-promotion_data ul > li { | |
| 2774 | - display: flex; | |
| 2775 | - font-size: 1rem; | |
| 2776 | - line-height: 21px; | |
| 2777 | - color: var(--e-black); | |
| 2778 | - margin-block-start: 0; | |
| 2779 | - margin-block-end: 8px; | |
| 2780 | - margin-inline-start: 8px; | |
| 2781 | - margin-inline-end: 9px; | |
| 2782 | -} | |
| 2783 | -.e-feature-promotion_data ul > li:before { | |
| 2784 | - content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5201 6.46967C21.813 6.76256 21.813 7.23744 21.5201 7.53033L11.5201 17.5303C11.2272 17.8232 10.7523 17.8232 10.4594 17.5303L5.45942 12.5303C5.16652 12.2374 5.16652 11.7626 5.45942 11.4697C5.75231 11.1768 6.22718 11.1768 6.52008 11.4697L10.9897 15.9393L20.4594 6.46967C20.7523 6.17678 21.2272 6.17678 21.5201 6.46967Z' fill='%230C0D0E'/%3E%3C/svg%3E%0A"); | |
| 2785 | - font-size: 1.4rem; | |
| 2786 | - margin-block-start: -3px; | |
| 2787 | - margin-block-end: 0; | |
| 2788 | - margin-inline-start: -9px; | |
| 2789 | - margin-inline-end: 9px; | |
| 2790 | -} | |
| 2791 | -.e-feature-promotion_data > .go-pro { | |
| 2792 | - display: flex; | |
| 2793 | - align-items: center; | |
| 2794 | - padding: 9px 15px; | |
| 2795 | - font-size: 0.9rem; | |
| 2796 | -} | |
| 2797 | -.e-feature-promotion_data > .side-note { | |
| 2798 | - justify-self: baseline; | |
| 2799 | - margin-block-start: 2rem; | |
| 2800 | - text-align: start; | |
| 2801 | -} | |
| 2802 | -.e-feature-promotion_iframe { | |
| 2803 | - grid-column: 2/3; | |
| 2804 | - grid-row: 1/2; | |
| 2805 | - aspect-ratio: 16/9; | |
| 2806 | - width: 608px; | |
| 2807 | - border: none; | |
| 2808 | -} | |
| 2809 | - | |
| 2810 | -@media (max-width: 1410px) { | |
| 2811 | - .e-feature-promotion { | |
| 2812 | - display: flex; | |
| 2813 | - flex-direction: column; | |
| 2814 | - justify-content: flex-start; | |
| 2815 | - width: 90%; | |
| 2816 | - } | |
| 2817 | - .e-feature-promotion_data { | |
| 2818 | - margin-block-end: 2rem; | |
| 2819 | - margin-inline-start: unset; | |
| 2820 | - padding-inline-end: unset; | |
| 2821 | - } | |
| 2822 | - .e-feature-promotion_iframe { | |
| 2823 | - max-width: 90%; | |
| 2824 | - aspect-ratio: 16/9; | |
| 2825 | - } | |
| 2826 | -} | |
| 2827 | -#wpcontent .wrap.elementor-admin-page-license { | |
| 2828 | - flex-direction: column; | |
| 2829 | - align-items: flex-start; | |
| 2830 | - flex-wrap: nowrap; | |
| 2831 | -} | |
| 2832 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box { | |
| 2833 | - width: 100%; | |
| 2834 | - max-width: 600px; | |
| 2835 | - background: white; | |
| 2836 | - margin: 20px 0; | |
| 2837 | - padding: 20px 20px; | |
| 2838 | - box-sizing: border-box; | |
| 2839 | -} | |
| 2840 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2841 | - display: flex; | |
| 2842 | - justify-content: space-between; | |
| 2843 | - align-items: center; | |
| 2844 | - margin: 0; | |
| 2845 | - padding: 0; | |
| 2846 | - padding-block-end: 20px; | |
| 2847 | - border-block-end: 1px solid #eee; | |
| 2848 | -} | |
| 2849 | -@media screen and (max-width: 782px) { | |
| 2850 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 { | |
| 2851 | - flex-wrap: wrap; | |
| 2852 | - gap: 15px; | |
| 2853 | - } | |
| 2854 | -} | |
| 2855 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 span { | |
| 2856 | - flex-grow: 1; | |
| 2857 | - padding-inline-start: 5px; | |
| 2858 | -} | |
| 2859 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box h3 small { | |
| 2860 | - font-size: 13px; | |
| 2861 | - font-weight: normal; | |
| 2862 | -} | |
| 2863 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box label { | |
| 2864 | - display: block; | |
| 2865 | - font-size: 1.3em; | |
| 2866 | - font-weight: 600; | |
| 2867 | - margin: 1em 0; | |
| 2868 | -} | |
| 2869 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2870 | - margin-inline-start: 15px; | |
| 2871 | - margin-block-end: 0; | |
| 2872 | -} | |
| 2873 | -@media screen and (max-width: 782px) { | |
| 2874 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .button { | |
| 2875 | - margin-inline: 0; | |
| 2876 | - min-height: auto; | |
| 2877 | - } | |
| 2878 | -} | |
| 2879 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box p.description { | |
| 2880 | - margin: 10px 0; | |
| 2881 | -} | |
| 2882 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2883 | - display: flex; | |
| 2884 | - align-items: center; | |
| 2885 | - justify-content: space-between; | |
| 2886 | -} | |
| 2887 | -@media screen and (max-width: 782px) { | |
| 2888 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch { | |
| 2889 | - align-items: flex-start; | |
| 2890 | - } | |
| 2891 | - #wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-stretch .button, #wpcontent .wrap.elementor-admin-page-license .elementor-license-box.e-row-stretch .button { | |
| 2892 | - margin-inline-start: 10px; | |
| 2893 | - } | |
| 2894 | -} | |
| 2895 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .e-row-divider-bottom { | |
| 2896 | - padding-block-end: 15px; | |
| 2897 | - border-block-end: 1px solid #eeeeee; | |
| 2898 | -} | |
| 2899 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link { | |
| 2900 | - color: #93003f; | |
| 2901 | - border-color: #93003f; | |
| 2902 | -} | |
| 2903 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box .elementor-upgrade-link:hover { | |
| 2904 | - color: #fff; | |
| 2905 | - background-color: #93003f; | |
| 2906 | -} | |
| 2907 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion { | |
| 2908 | - display: flex; | |
| 2909 | - flex-direction: row; | |
| 2910 | - gap: 40px; | |
| 2911 | - justify-content: start; | |
| 2912 | - align-items: center; | |
| 2913 | -} | |
| 2914 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion h2 { | |
| 2915 | - line-height: 24px; | |
| 2916 | -} | |
| 2917 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .elementor-box-action { | |
| 2918 | - justify-content: flex-start; | |
| 2919 | -} | |
| 2920 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion .button-upgrade { | |
| 2921 | - display: inline-flex; | |
| 2922 | - align-items: center; | |
| 2923 | - gap: 10px; | |
| 2924 | - margin-inline: 0; | |
| 2925 | - margin-block-start: 10px; | |
| 2926 | - color: #fff; | |
| 2927 | - background-color: #93003f; | |
| 2928 | - border: 0; | |
| 2929 | -} | |
| 2930 | -#wpcontent .wrap.elementor-admin-page-license .elementor-license-box.elementor-pro-connect-promotion > img { | |
| 2931 | - width: 45%; | |
| 2932 | -} | |
| 2933 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action { | |
| 2934 | - display: flex; | |
| 2935 | - justify-content: flex-end; | |
| 2936 | -} | |
| 2937 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link { | |
| 2938 | - color: #72777c; | |
| 2939 | - margin-inline-end: 15px; | |
| 2940 | -} | |
| 2941 | -#wpcontent .wrap.elementor-admin-page-license .elementor-box-action .elementor-manually-link:hover { | |
| 2942 | - color: inherit; | |
| 2943 | -} | |
| 2944 | - | |
| 2945 | -.elementor-control-notice { | |
| 2946 | - display: flex; | |
| 2947 | - justify-content: flex-start; | |
| 2948 | - align-items: flex-start; | |
| 2949 | - gap: 8px; | |
| 2950 | - padding: 16px; | |
| 2951 | - border-radius: 3px; | |
| 2952 | - border: 1px solid var(--notice-control-color, var(--e-a-color-txt)); | |
| 2953 | - color: var(--e-a-color-txt); | |
| 2954 | - font-size: 12px; | |
| 2955 | - font-weight: 400; | |
| 2956 | - line-height: 1.5; | |
| 2957 | - text-align: start; | |
| 2958 | - margin-block-start: 10px; | |
| 2959 | -} | |
| 2960 | -.elementor-control-notice-type-info { | |
| 2961 | - --notice-control-color: var(--e-a-color-info); | |
| 2962 | -} | |
| 2963 | -.elementor-control-notice-type-success { | |
| 2964 | - --notice-control-color: var(--e-a-color-success); | |
| 2965 | -} | |
| 2966 | -.elementor-control-notice-type-warning { | |
| 2967 | - --notice-control-color: var(--e-a-color-warning); | |
| 2968 | -} | |
| 2969 | -.elementor-control-notice-type-danger { | |
| 2970 | - --notice-control-color: var(--e-a-color-danger); | |
| 2971 | -} | |
| 2972 | -.elementor-control-notice-icon { | |
| 2973 | - flex-basis: 18px; | |
| 2974 | - color: var(--notice-control-color); | |
| 2975 | -} | |
| 2976 | -.elementor-control-notice-main { | |
| 2977 | - display: flex; | |
| 2978 | - flex-direction: column; | |
| 2979 | - justify-content: flex-start; | |
| 2980 | - align-items: flex-start; | |
| 2981 | - gap: 6px; | |
| 2982 | - flex: 1; | |
| 2983 | -} | |
| 2984 | -.elementor-control-notice-main-heading { | |
| 2985 | - font-weight: 700; | |
| 2986 | - font-style: italic; | |
| 2987 | -} | |
| 2988 | -.elementor-control-notice-main-content { | |
| 2989 | - font-style: italic; | |
| 2990 | - line-height: 1.5; | |
| 2991 | -} | |
| 2992 | -.elementor-control-notice-main-actions { | |
| 2993 | - display: flex; | |
| 2994 | - gap: 10px; | |
| 2995 | - padding-block-start: 8px; | |
| 2996 | -} | |
| 2997 | -.elementor-control-notice-main a { | |
| 2998 | - color: inherit; | |
| 2999 | - font-weight: 700; | |
| 3000 | - cursor: pointer; | |
| 3001 | -} | |
| 3002 | -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus { | |
| 3003 | - color: inherit; | |
| 3004 | -} | |
| 3005 | -.elementor-control-notice-dismiss { | |
| 3006 | - -webkit-appearance: none; | |
| 3007 | - -moz-appearance: none; | |
| 3008 | - appearance: none; | |
| 3009 | - background-color: transparent; | |
| 3010 | - border: 0; | |
| 3011 | - padding: 0; | |
| 3012 | - margin: 0; | |
| 3013 | - cursor: pointer; | |
| 3014 | -} | |
| 1063 | + color: #a4afb7; } | |
| 3015 | 1064 | /*# sourceMappingURL=admin.css.map */ |