| @@ -1,85 +1,20 @@ | ||
| 1 | -:root { | |
| 2 | - --direction-multiplier: 1; | |
| 3 | -} | |
| 4 | - | |
| 5 | -html[dir=rtl], | |
| 6 | -body.rtl { | |
| 7 | - --direction-multiplier: -1; | |
| 8 | -} | |
| 9 | - | |
| 10 | -.elementor-hidden { | |
| 11 | - display: none; | |
| 12 | -} | |
| 13 | - | |
| 14 | -.elementor-visibility-hidden { | |
| 15 | - visibility: hidden; | |
| 16 | -} | |
| 17 | - | |
| 18 | -.elementor-screen-only, | |
| 19 | -.screen-reader-text, | |
| 20 | -.screen-reader-text span, | |
| 21 | -.ui-helper-hidden-accessible { | |
| 22 | - position: absolute; | |
| 23 | - top: -10000em; | |
| 24 | - width: 1px; | |
| 25 | - height: 1px; | |
| 26 | - margin: -1px; | |
| 27 | - padding: 0; | |
| 28 | - overflow: hidden; | |
| 29 | - clip: rect(0, 0, 0, 0); | |
| 30 | - border: 0; | |
| 31 | -} | |
| 32 | - | |
| 33 | -.elementor-clearfix:after { | |
| 34 | - content: ""; | |
| 35 | - display: block; | |
| 36 | - clear: both; | |
| 37 | - width: 0; | |
| 38 | - height: 0; | |
| 39 | -} | |
| 40 | - | |
| 41 | -.e-logo-wrapper { | |
| 42 | - display: inline-block; | |
| 43 | - line-height: 1; | |
| 44 | -} | |
| 45 | -.e-logo-wrapper i { | |
| 46 | - color: var(--e-a-color-circle-logo); | |
| 47 | - font-size: 2.5em; | |
| 48 | -} | |
| 49 | - | |
| 1 | +/*! elementor - v3.2.4 - 26-05-2021 */ | |
| 50 | 2 | .dialog-widget-content { |
| 51 | - background-color: var(--e-a-bg-default); | |
| 3 | + background-color: #fff; | |
| 52 | 4 | position: absolute; |
| 53 | - border-radius: 3px; | |
| 54 | - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); | |
| 55 | - overflow: hidden; | |
| 56 | -} | |
| 5 | + -webkit-border-radius: 3px; | |
| 6 | + border-radius: 3px; | |
| 7 | + -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); | |
| 8 | + box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); | |
| 9 | + overflow: hidden; } | |
| 57 | 10 | |
| 58 | 11 | .dialog-message { |
| 12 | + font-size: 12px; | |
| 59 | 13 | line-height: 1.5; |
| 60 | - box-sizing: border-box; | |
| 61 | -} | |
| 14 | + -webkit-box-sizing: border-box; | |
| 15 | + box-sizing: border-box; } | |
| 62 | 16 | |
| 63 | -.dialog-close-button { | |
| 64 | - cursor: pointer; | |
| 65 | - position: absolute; | |
| 66 | - margin-block-start: 15px; | |
| 67 | - inset-inline-end: 15px; | |
| 68 | - color: var(--e-a-color-txt); | |
| 69 | - font-size: 15px; | |
| 70 | - line-height: 1; | |
| 71 | - transition: var(--e-a-transition-hover); | |
| 72 | -} | |
| 73 | -.dialog-close-button:hover { | |
| 74 | - color: var(--e-a-color-txt-hover); | |
| 75 | -} | |
| 76 | - | |
| 77 | -.dialog-prevent-scroll { | |
| 78 | - overflow: hidden; | |
| 79 | - max-height: 100vh; | |
| 80 | -} | |
| 81 | - | |
| 82 | 17 | .dialog-type-lightbox { |
| 83 | 18 | position: fixed; |
| 84 | 19 | height: 100%; |
| 85 | 20 | width: 100%; |
| @@ -88,610 +23,465 @@ | ||
| 88 | 23 | background-color: rgba(0, 0, 0, 0.8); |
| 89 | 24 | z-index: 9999; |
| 90 | 25 | -webkit-user-select: none; |
| 91 | 26 | -moz-user-select: none; |
| 92 | - user-select: none; | |
| 93 | -} | |
| 27 | + -ms-user-select: none; | |
| 28 | + user-select: none; } | |
| 29 | + .dialog-type-lightbox .dialog-widget-content { | |
| 30 | + margin: auto; | |
| 31 | + width: 375px; } | |
| 32 | + .dialog-type-lightbox .dialog-header { | |
| 33 | + font-size: 15px; | |
| 34 | + color: #495157; | |
| 35 | + padding: 30px 0 10px; | |
| 36 | + font-weight: 500; } | |
| 37 | + .dialog-type-lightbox .dialog-message { | |
| 38 | + padding: 0 30px 30px; | |
| 39 | + min-height: 50px; } | |
| 40 | + .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header, | |
| 41 | + .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message { | |
| 42 | + text-align: center; } | |
| 43 | + .dialog-type-lightbox .dialog-buttons-wrapper { | |
| 44 | + border-top: 1px solid #e6e9ec; | |
| 45 | + text-align: center; } | |
| 46 | + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button { | |
| 47 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 48 | + width: 50%; | |
| 49 | + border: none; | |
| 50 | + background: none; | |
| 51 | + color: #6d7882; | |
| 52 | + font-size: 15px; | |
| 53 | + cursor: pointer; | |
| 54 | + padding: 13px 0; | |
| 55 | + outline: 0; } | |
| 56 | + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover { | |
| 57 | + background-color: #f4f6f7; } | |
| 58 | + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok { | |
| 59 | + color: #b01b1b; } | |
| 60 | + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over { | |
| 61 | + color: #39b54a; } | |
| 62 | + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active { | |
| 63 | + background-color: rgba(230, 233, 236, 0.5); } | |
| 64 | + .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner { | |
| 65 | + border: 0; } | |
| 94 | 66 | |
| 95 | -.elementor-editor-active .elementor-popup-modal { | |
| 96 | - background-color: initial; | |
| 97 | -} | |
| 98 | - | |
| 99 | -.dialog-type-confirm .dialog-widget-content, | |
| 100 | -.dialog-type-alert .dialog-widget-content { | |
| 101 | - margin: auto; | |
| 102 | - width: 400px; | |
| 103 | - padding: 20px; | |
| 104 | -} | |
| 105 | -.dialog-type-confirm .dialog-header, | |
| 106 | -.dialog-type-alert .dialog-header { | |
| 67 | +.dialog-close-button { | |
| 68 | + cursor: pointer; | |
| 69 | + position: absolute; | |
| 70 | + margin-top: 15px; | |
| 71 | + right: 15px; | |
| 107 | 72 | font-size: 15px; |
| 108 | - font-weight: 500; | |
| 109 | -} | |
| 110 | -.dialog-type-confirm .dialog-header:after, | |
| 111 | -.dialog-type-alert .dialog-header:after { | |
| 112 | - content: ""; | |
| 113 | - display: block; | |
| 114 | - border-block-end: var(--e-a-border); | |
| 115 | - padding-block-end: 10px; | |
| 116 | - margin-block-end: 10px; | |
| 117 | - margin-inline-start: -20px; | |
| 118 | - margin-inline-end: -20px; | |
| 119 | -} | |
| 120 | -.dialog-type-confirm .dialog-message, | |
| 121 | -.dialog-type-alert .dialog-message { | |
| 122 | - min-height: 50px; | |
| 123 | -} | |
| 124 | -.dialog-type-confirm .dialog-buttons-wrapper, | |
| 125 | -.dialog-type-alert .dialog-buttons-wrapper { | |
| 126 | - padding-block-start: 10px; | |
| 127 | - display: flex; | |
| 128 | - justify-content: flex-end; | |
| 129 | - gap: 15px; | |
| 130 | -} | |
| 131 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button, | |
| 132 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button { | |
| 133 | - font-size: 12px; | |
| 134 | - font-weight: 500; | |
| 135 | - line-height: 1.2; | |
| 136 | - padding: 8px 16px; | |
| 137 | - outline: none; | |
| 138 | - border: none; | |
| 139 | - border-radius: var(--e-a-border-radius); | |
| 140 | - background-color: var(--e-a-btn-bg); | |
| 141 | - color: var(--e-a-btn-color-invert); | |
| 142 | - transition: var(--e-a-transition-hover); | |
| 143 | -} | |
| 144 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, | |
| 145 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover { | |
| 146 | - border: none; | |
| 147 | -} | |
| 148 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, | |
| 149 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 150 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus { | |
| 151 | - background-color: var(--e-a-btn-bg-hover); | |
| 152 | - color: var(--e-a-btn-color-invert); | |
| 153 | -} | |
| 154 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active, | |
| 155 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active { | |
| 156 | - background-color: var(--e-a-btn-bg-active); | |
| 157 | -} | |
| 158 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]), | |
| 159 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) { | |
| 160 | - cursor: pointer; | |
| 161 | -} | |
| 162 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled, | |
| 163 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled { | |
| 164 | - background-color: var(--e-a-btn-bg-disabled); | |
| 165 | - color: var(--e-a-btn-color-disabled); | |
| 166 | -} | |
| 167 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, | |
| 168 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon { | |
| 169 | - display: none; | |
| 170 | -} | |
| 171 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel, | |
| 172 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt, | |
| 173 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel { | |
| 174 | - background: transparent; | |
| 175 | - color: var(--e-a-color-txt); | |
| 176 | -} | |
| 177 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt: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 .dialog-button.dialog-cancel:focus, | |
| 178 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, | |
| 179 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, | |
| 180 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, | |
| 181 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus { | |
| 182 | - background: var(--e-a-bg-hover); | |
| 183 | - color: var(--e-a-color-txt-hover); | |
| 184 | -} | |
| 185 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, | |
| 186 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, | |
| 187 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled { | |
| 188 | - background: transparent; | |
| 189 | - color: var(--e-a-color-txt-disabled); | |
| 190 | -} | |
| 191 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border, | |
| 192 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border { | |
| 193 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 194 | -} | |
| 195 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success, | |
| 196 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success, | |
| 197 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success { | |
| 198 | - background-color: var(--e-a-btn-bg-success); | |
| 199 | -} | |
| 200 | -.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, | |
| 201 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, | |
| 202 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, | |
| 203 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover, | |
| 204 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus { | |
| 205 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 206 | -} | |
| 207 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok, | |
| 208 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary, | |
| 209 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over, | |
| 210 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok { | |
| 211 | - background-color: var(--e-a-btn-bg-primary); | |
| 212 | - color: var(--e-a-btn-color); | |
| 213 | -} | |
| 214 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary: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 .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, | |
| 215 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover, | |
| 216 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, | |
| 217 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, | |
| 218 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus, | |
| 219 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, | |
| 220 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus { | |
| 221 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 222 | - color: var(--e-a-btn-color); | |
| 223 | -} | |
| 224 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .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 .dialog-button.dialog-ok.dialog-cancel, | |
| 225 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, | |
| 226 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, | |
| 227 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, | |
| 228 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, | |
| 229 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, | |
| 230 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel { | |
| 231 | - background: transparent; | |
| 232 | - color: var(--e-a-color-primary-bold); | |
| 233 | -} | |
| 234 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel: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 .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 .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel: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 .dialog-button.dialog-ok.dialog-cancel:focus, | |
| 235 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, | |
| 236 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, | |
| 237 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, | |
| 238 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, | |
| 239 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, | |
| 240 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, | |
| 241 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, | |
| 242 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, | |
| 243 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, | |
| 244 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, | |
| 245 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, | |
| 246 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus { | |
| 247 | - background: var(--e-a-bg-primary); | |
| 248 | -} | |
| 249 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent, | |
| 250 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro, | |
| 251 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent { | |
| 252 | - background-color: var(--e-a-btn-bg-accent); | |
| 253 | -} | |
| 254 | -.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, | |
| 255 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover, | |
| 256 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus, | |
| 257 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover, | |
| 258 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus { | |
| 259 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 260 | -} | |
| 261 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active, | |
| 262 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active, | |
| 263 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active { | |
| 264 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 265 | -} | |
| 266 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info, | |
| 267 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info, | |
| 268 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info { | |
| 269 | - background-color: var(--e-a-btn-bg-info); | |
| 270 | -} | |
| 271 | -.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, | |
| 272 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, | |
| 273 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, | |
| 274 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover, | |
| 275 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus { | |
| 276 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 277 | -} | |
| 278 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning, | |
| 279 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning, | |
| 280 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning { | |
| 281 | - background-color: var(--e-a-btn-bg-warning); | |
| 282 | -} | |
| 283 | -.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, | |
| 284 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, | |
| 285 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, | |
| 286 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover, | |
| 287 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus { | |
| 288 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 289 | -} | |
| 290 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger, | |
| 291 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, | |
| 292 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { | |
| 293 | - background-color: var(--e-a-btn-bg-danger); | |
| 294 | -} | |
| 295 | -.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, | |
| 296 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 297 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 298 | - color: var(--e-a-color-white); | |
| 299 | -} | |
| 300 | -.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, | |
| 301 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, | |
| 302 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, | |
| 303 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, | |
| 304 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus { | |
| 305 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 306 | -} | |
| 307 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i, | |
| 308 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button i { | |
| 309 | - margin-inline-end: 5px; | |
| 310 | -} | |
| 311 | -.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, | |
| 312 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 313 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, | |
| 314 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { | |
| 315 | - color: initial; | |
| 316 | -} | |
| 317 | -.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, | |
| 318 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 319 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 320 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 321 | - background-color: var(--e-a-btn-bg-disabled); | |
| 322 | -} | |
| 323 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 324 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 325 | - background-color: var(--e-a-btn-bg-disabled); | |
| 326 | - cursor: not-allowed; | |
| 327 | -} | |
| 73 | + line-height: 1; } | |
| 74 | + .dialog-close-button:not(:hover) { | |
| 75 | + opacity: .4; } | |
| 328 | 76 | |
| 329 | -#elementor-change-exit-preference-dialog .dialog-message a { | |
| 330 | - cursor: pointer; | |
| 331 | -} | |
| 332 | -#elementor-change-exit-preference-dialog .dialog-message > div { | |
| 333 | - margin-block-end: 10px; | |
| 334 | -} | |
| 77 | +.dialog-alert-widget .dialog-buttons-wrapper > button { | |
| 78 | + width: 100%; } | |
| 335 | 79 | |
| 336 | -#e-experiments-messages-dialog .dialog-confirm-header { | |
| 337 | - font-weight: 600; | |
| 338 | -} | |
| 80 | +.dialog-confirm-widget .dialog-button:first-child { | |
| 81 | + border-right: 1px solid #e6e9ec; } | |
| 339 | 82 | |
| 340 | -#e-kit-elements-defaults-create-dialog label { | |
| 341 | - display: flex; | |
| 342 | - align-items: center; | |
| 343 | - justify-content: center; | |
| 344 | - gap: 10px; | |
| 345 | - margin-block-start: 20px; | |
| 346 | -} | |
| 83 | +.dialog-prevent-scroll { | |
| 84 | + overflow: hidden; | |
| 85 | + max-height: 100vh; } | |
| 347 | 86 | |
| 348 | 87 | @media (min-width: 1024px) { |
| 349 | 88 | body.admin-bar .dialog-lightbox-widget { |
| 350 | - height: calc(100vh - 32px); | |
| 351 | - } | |
| 352 | -} | |
| 89 | + height: calc(100vh - 32px); } } | |
| 90 | + | |
| 353 | 91 | @media (max-width: 1024px) { |
| 354 | 92 | body.admin-bar .dialog-type-lightbox { |
| 93 | + position: -webkit-sticky; | |
| 355 | 94 | position: sticky; |
| 356 | - height: 100vh; | |
| 357 | - } | |
| 358 | -} | |
| 95 | + height: 100vh; } } | |
| 96 | + | |
| 97 | +.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio { | |
| 98 | + padding-bottom: 42.8571%; } | |
| 99 | + | |
| 100 | +.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio { | |
| 101 | + padding-bottom: 56.25%; } | |
| 102 | + | |
| 103 | +.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio { | |
| 104 | + padding-bottom: 75%; } | |
| 105 | + | |
| 106 | +.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio { | |
| 107 | + padding-bottom: 66.6666%; } | |
| 108 | + | |
| 109 | +.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio { | |
| 110 | + padding-bottom: 100%; } | |
| 111 | + | |
| 112 | +.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio { | |
| 113 | + padding-bottom: 177.8%; } | |
| 114 | + | |
| 115 | +.elementor-fit-aspect-ratio { | |
| 116 | + position: relative; | |
| 117 | + height: 0; } | |
| 118 | + .elementor-fit-aspect-ratio iframe { | |
| 119 | + position: absolute; | |
| 120 | + top: 0; | |
| 121 | + left: 0; | |
| 122 | + height: 100%; | |
| 123 | + width: 100%; | |
| 124 | + border: 0; | |
| 125 | + background-color: #000; } | |
| 126 | + .elementor-fit-aspect-ratio video { | |
| 127 | + width: 100%; } | |
| 128 | + | |
| 129 | +.flatpickr-calendar { | |
| 130 | + width: 280px; } | |
| 131 | + .flatpickr-calendar .flatpickr-current-month span.cur-month { | |
| 132 | + font-weight: 300; } | |
| 133 | + .flatpickr-calendar .dayContainer { | |
| 134 | + width: 280px; | |
| 135 | + min-width: 280px; | |
| 136 | + max-width: 280px; } | |
| 137 | + .flatpickr-calendar .flatpickr-days { | |
| 138 | + width: 280px; } | |
| 139 | + .flatpickr-calendar .flatpickr-day { | |
| 140 | + max-width: 37px; | |
| 141 | + height: 37px; | |
| 142 | + line-height: 37px; } | |
| 143 | + | |
| 359 | 144 | .elementor-templates-modal .dialog-widget-content { |
| 360 | - font-family: Roboto, Arial, Helvetica, sans-serif; | |
| 361 | - background-color: var(--e-a-bg-default); | |
| 362 | - width: 100%; | |
| 363 | -} | |
| 364 | -@media (max-width: 1439px) { | |
| 365 | - .elementor-templates-modal .dialog-widget-content { | |
| 366 | - max-width: 990px; | |
| 367 | - } | |
| 368 | -} | |
| 369 | -@media (min-width: 1440px) { | |
| 370 | - .elementor-templates-modal .dialog-widget-content { | |
| 371 | - max-width: 1200px; | |
| 372 | - } | |
| 373 | -} | |
| 145 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 146 | + background-color: #f1f3f5; | |
| 147 | + width: 100%; } | |
| 148 | + @media (max-width: 1439px) { | |
| 149 | + .elementor-templates-modal .dialog-widget-content { | |
| 150 | + max-width: 990px; } } | |
| 151 | + @media (min-width: 1440px) { | |
| 152 | + .elementor-templates-modal .dialog-widget-content { | |
| 153 | + max-width: 1200px; } } | |
| 154 | + | |
| 374 | 155 | .elementor-templates-modal .dialog-header { |
| 375 | - border-block-end: var(--e-a-border); | |
| 376 | 156 | padding: 0; |
| 377 | - z-index: 1; | |
| 378 | -} | |
| 157 | + background-color: #fff; | |
| 158 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 159 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 160 | + position: relative; | |
| 161 | + z-index: 1; } | |
| 162 | + | |
| 379 | 163 | .elementor-templates-modal .dialog-buttons-wrapper { |
| 380 | - border-block-start: var(--e-a-border); | |
| 381 | - padding: 10px; | |
| 382 | - display: flex; | |
| 383 | - justify-content: flex-end; | |
| 384 | - gap: 15px; | |
| 385 | -} | |
| 164 | + background-color: #fff; | |
| 165 | + border: none; | |
| 166 | + display: none; | |
| 167 | + -webkit-box-pack: end; | |
| 168 | + -ms-flex-pack: end; | |
| 169 | + justify-content: flex-end; | |
| 170 | + padding: 5px; | |
| 171 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 172 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 173 | + position: relative; } | |
| 174 | + .elementor-templates-modal .dialog-buttons-wrapper .elementor-button { | |
| 175 | + height: 40px; | |
| 176 | + margin-left: 5px; } | |
| 177 | + .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success { | |
| 178 | + padding: 12px 36px; | |
| 179 | + color: #fff; | |
| 180 | + width: initial; | |
| 181 | + font-size: 15px; } | |
| 182 | + .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover { | |
| 183 | + background-color: #39b54a; } | |
| 184 | + | |
| 386 | 185 | .elementor-templates-modal .dialog-message { |
| 387 | 186 | height: 750px; |
| 388 | 187 | max-height: 85vh; |
| 389 | - overflow-y: auto; | |
| 390 | - padding: 20px; | |
| 391 | -} | |
| 188 | + overflow: auto; | |
| 189 | + padding-top: 25px; } | |
| 190 | + | |
| 392 | 191 | .elementor-templates-modal .dialog-content { |
| 393 | - height: 100%; | |
| 394 | - text-align: center; | |
| 395 | -} | |
| 192 | + height: 100%; } | |
| 193 | + | |
| 396 | 194 | .elementor-templates-modal .dialog-loading { |
| 397 | - display: none; | |
| 398 | -} | |
| 195 | + display: none; } | |
| 196 | + | |
| 399 | 197 | .elementor-templates-modal__header { |
| 198 | + display: -webkit-box; | |
| 199 | + display: -ms-flexbox; | |
| 400 | 200 | display: flex; |
| 401 | - align-items: center; | |
| 402 | - justify-content: space-between; | |
| 403 | - height: 50px; | |
| 404 | -} | |
| 405 | -.elementor-templates-modal__header__logo { | |
| 406 | - line-height: 1; | |
| 407 | - text-transform: uppercase; | |
| 408 | - font-weight: bold; | |
| 409 | - cursor: pointer; | |
| 410 | -} | |
| 411 | -.elementor-templates-modal__header__logo-area { | |
| 412 | - text-align: start; | |
| 413 | - padding-inline-start: 15px; | |
| 414 | -} | |
| 415 | -.elementor-templates-modal__header__logo-area > * { | |
| 416 | - display: flex; | |
| 417 | - align-items: center; | |
| 418 | -} | |
| 419 | -.elementor-templates-modal__header__logo__icon-wrapper { | |
| 420 | - margin-inline-end: 10px; | |
| 421 | - font-size: 12px; | |
| 422 | -} | |
| 423 | -.elementor-templates-modal__header__logo__title { | |
| 424 | - color: var(--e-a-color-txt-active); | |
| 425 | - padding-block-start: 2px; | |
| 426 | -} | |
| 427 | -.elementor-templates-modal__header__items-area { | |
| 428 | - display: flex; | |
| 429 | - flex-direction: row-reverse; | |
| 430 | - align-items: center; | |
| 431 | -} | |
| 432 | -.elementor-templates-modal__header__item { | |
| 433 | - position: relative; | |
| 434 | - display: flex; | |
| 435 | - align-items: center; | |
| 436 | - justify-content: center; | |
| 437 | - box-sizing: content-box; | |
| 438 | -} | |
| 439 | -.elementor-templates-modal__header__item > i { | |
| 440 | - font-size: 20px; | |
| 441 | - transition: var(--e-a-transition-hover); | |
| 442 | - cursor: pointer; | |
| 443 | -} | |
| 444 | -.elementor-templates-modal__header__item > i:hover { | |
| 445 | - color: var(--e-a-color-txt-hover); | |
| 446 | -} | |
| 447 | -.elementor-templates-modal__header__close:is(button) { | |
| 448 | - background: transparent; | |
| 449 | - margin: 0; | |
| 450 | - font-size: inherit; | |
| 451 | - font-family: inherit; | |
| 452 | - color: inherit; | |
| 453 | - border: none; | |
| 454 | - cursor: pointer; | |
| 455 | -} | |
| 456 | -.elementor-templates-modal__header__close--normal { | |
| 457 | - width: 47px; | |
| 458 | - border-inline-start: var(--e-a-border); | |
| 459 | -} | |
| 460 | -.elementor-templates-modal__header__close--normal i { | |
| 461 | - font-size: 18px; | |
| 462 | -} | |
| 463 | -.elementor-templates-modal__header__close--skip { | |
| 464 | - padding: 10px; | |
| 465 | - padding-inline-start: 20px; | |
| 466 | - margin-inline-end: 10px; | |
| 467 | - font-size: 11px; | |
| 468 | - font-weight: normal; | |
| 469 | - line-height: 1; | |
| 470 | - border-radius: var(--e-a-border-radius); | |
| 471 | - cursor: pointer; | |
| 472 | -} | |
| 473 | -.elementor-templates-modal__header__close--skip > i { | |
| 474 | - font-size: inherit; | |
| 475 | - padding-inline-start: 10px; | |
| 476 | - margin-inline-start: 15px; | |
| 477 | - border-inline-start: 1px solid; | |
| 478 | -} | |
| 479 | -.elementor-templates-modal__header__close--skip > i:not(:hover) { | |
| 480 | - color: var(--e-a-color-white); | |
| 481 | -} | |
| 201 | + -webkit-box-align: center; | |
| 202 | + -ms-flex-align: center; | |
| 203 | + align-items: center; | |
| 204 | + -webkit-box-pack: justify; | |
| 205 | + -ms-flex-pack: justify; | |
| 206 | + justify-content: space-between; | |
| 207 | + height: 50px; } | |
| 208 | + .elementor-templates-modal__header__logo { | |
| 209 | + line-height: 1; | |
| 210 | + text-transform: uppercase; | |
| 211 | + font-weight: bold; | |
| 212 | + cursor: pointer; } | |
| 213 | + .elementor-templates-modal__header__logo-area { | |
| 214 | + text-align: left; | |
| 215 | + padding-left: 15px; } | |
| 216 | + .elementor-templates-modal__header__logo-area > * { | |
| 217 | + display: -webkit-box; | |
| 218 | + display: -ms-flexbox; | |
| 219 | + display: flex; | |
| 220 | + -webkit-box-align: center; | |
| 221 | + -ms-flex-align: center; | |
| 222 | + align-items: center; } | |
| 223 | + .elementor-templates-modal__header__logo__icon-wrapper { | |
| 224 | + margin-right: 10px; | |
| 225 | + font-size: 12px; } | |
| 226 | + .elementor-templates-modal__header__logo__title { | |
| 227 | + padding-top: 2px; } | |
| 228 | + .elementor-templates-modal__header__items-area { | |
| 229 | + display: -webkit-box; | |
| 230 | + display: -ms-flexbox; | |
| 231 | + display: flex; | |
| 232 | + -webkit-box-orient: horizontal; | |
| 233 | + -webkit-box-direction: reverse; | |
| 234 | + -ms-flex-direction: row-reverse; | |
| 235 | + flex-direction: row-reverse; } | |
| 236 | + .elementor-templates-modal__header__item { | |
| 237 | + position: relative; | |
| 238 | + display: -webkit-box; | |
| 239 | + display: -ms-flexbox; | |
| 240 | + display: flex; | |
| 241 | + -webkit-box-align: center; | |
| 242 | + -ms-flex-align: center; | |
| 243 | + align-items: center; | |
| 244 | + -webkit-box-pack: center; | |
| 245 | + -ms-flex-pack: center; | |
| 246 | + justify-content: center; | |
| 247 | + -webkit-box-sizing: content-box; | |
| 248 | + box-sizing: content-box; } | |
| 249 | + .elementor-templates-modal__header__item > i { | |
| 250 | + font-size: 20px; | |
| 251 | + -webkit-transition: all 0.3s; | |
| 252 | + -o-transition: all 0.3s; | |
| 253 | + transition: all 0.3s; | |
| 254 | + cursor: pointer; } | |
| 255 | + .elementor-templates-modal__header__item > i:not(:hover) { | |
| 256 | + color: #a4afb7; } | |
| 257 | + .elementor-templates-modal__header__close--normal { | |
| 258 | + width: 47px; | |
| 259 | + border-left: 1px solid #e6e9ec; } | |
| 260 | + .elementor-templates-modal__header__close--normal i { | |
| 261 | + font-size: 18px; } | |
| 262 | + .elementor-templates-modal__header__close--skip { | |
| 263 | + padding: 10px; | |
| 264 | + padding-left: 20px; | |
| 265 | + margin-right: 10px; | |
| 266 | + color: #fff; | |
| 267 | + background-color: #a4afb7; | |
| 268 | + font-size: 11px; | |
| 269 | + font-weight: normal; | |
| 270 | + line-height: 1; | |
| 271 | + text-transform: uppercase; | |
| 272 | + -webkit-border-radius: 2px; | |
| 273 | + border-radius: 2px; | |
| 274 | + cursor: pointer; } | |
| 275 | + .elementor-templates-modal__header__close--skip > i { | |
| 276 | + font-size: inherit; | |
| 277 | + padding-left: 10px; | |
| 278 | + margin-left: 15px; | |
| 279 | + border-left: 1px solid; } | |
| 280 | + .elementor-templates-modal__header__close--skip > i:not(:hover) { | |
| 281 | + color: #fff; } | |
| 282 | + | |
| 482 | 283 | .elementor-templates-modal__sidebar { |
| 483 | - flex-shrink: 0; | |
| 284 | + -ms-flex-negative: 0; | |
| 285 | + flex-shrink: 0; | |
| 484 | 286 | width: 25%; |
| 485 | - border-inline-end: var(--e-a-border); | |
| 486 | -} | |
| 287 | + background-color: rgba(255, 255, 255, 0.3); } | |
| 288 | + | |
| 487 | 289 | .elementor-templates-modal__content { |
| 488 | - flex-grow: 1; | |
| 489 | -} | |
| 290 | + -webkit-box-flex: 1; | |
| 291 | + -ms-flex-positive: 1; | |
| 292 | + flex-grow: 1; | |
| 293 | + -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05); | |
| 294 | + box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05); } | |
| 490 | 295 | |
| 491 | -#elementor-toast { | |
| 296 | +/* Will select next element after last '.elementor-general-section' */ | |
| 297 | +#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section { | |
| 298 | + border-top: 1px solid #464b50; | |
| 299 | + margin-top: 6px; } | |
| 300 | + | |
| 301 | +.elementor-hidden { | |
| 302 | + display: none; } | |
| 303 | + | |
| 304 | +.elementor-screen-only, | |
| 305 | +.screen-reader-text, | |
| 306 | +.screen-reader-text span, | |
| 307 | +.ui-helper-hidden-accessible { | |
| 492 | 308 | position: absolute; |
| 493 | - width: 280px; | |
| 494 | - padding: 20px; | |
| 495 | - border-radius: 5px; | |
| 496 | - color: var(--e-a-dark-color-txt); | |
| 497 | - background-color: rgba(0, 0, 0, 0.8); | |
| 498 | - z-index: 10000; | |
| 499 | -} | |
| 500 | -#elementor-toast.dialog-position-window { | |
| 501 | - position: fixed; | |
| 502 | -} | |
| 503 | -#elementor-toast .dialog-message { | |
| 504 | - font-size: 13px; | |
| 505 | -} | |
| 506 | -#elementor-toast .dialog-buttons-wrapper { | |
| 507 | - display: flex; | |
| 508 | - justify-content: flex-end; | |
| 509 | -} | |
| 510 | -#elementor-toast .dialog-buttons-wrapper:not(:empty) { | |
| 511 | - margin-block-start: 15px; | |
| 512 | -} | |
| 513 | -#elementor-toast .dialog-button { | |
| 514 | - font-size: 12px; | |
| 515 | - font-weight: 500; | |
| 516 | - line-height: 1.2; | |
| 517 | - padding: 8px 16px; | |
| 518 | - margin-inline-end: 10px; | |
| 519 | - color: var(--e-a-dark-color-txt); | |
| 520 | - border-radius: var(--e-a-border-radius); | |
| 521 | - transition: var(--e-a-transition-hover); | |
| 522 | - cursor: pointer; | |
| 523 | - background: none; | |
| 524 | - border: none; | |
| 525 | - font-family: inherit; | |
| 526 | -} | |
| 527 | -#elementor-toast .dialog-button:hover { | |
| 528 | - background: var(--e-a-bg-hover); | |
| 529 | - color: var(--e-a-color-txt-hover); | |
| 530 | -} | |
| 531 | -#elementor-toast .dialog-button:focus-visible { | |
| 532 | - outline: 2px solid var(--e-a-border-color-focus, #4F46E5); | |
| 533 | - outline-offset: 2px; | |
| 534 | -} | |
| 535 | -#elementor-toast .dialog-button:last-child { | |
| 536 | - margin-inline-end: 0; | |
| 537 | -} | |
| 309 | + top: -10000em; | |
| 310 | + width: 1px; | |
| 311 | + height: 1px; | |
| 312 | + margin: -1px; | |
| 313 | + padding: 0; | |
| 314 | + overflow: hidden; | |
| 315 | + clip: rect(0, 0, 0, 0); | |
| 316 | + border: 0; } | |
| 538 | 317 | |
| 539 | -/* Will select next element after last '.elementor-general-section' */ | |
| 540 | -#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section { | |
| 541 | - border-block-start: 1px solid #464b50; | |
| 542 | - margin-block-start: 6px; | |
| 543 | -} | |
| 318 | +.elementor-clearfix:after { | |
| 319 | + content: ''; | |
| 320 | + display: block; | |
| 321 | + clear: both; | |
| 322 | + width: 0; | |
| 323 | + height: 0; } | |
| 544 | 324 | |
| 545 | 325 | .e-logo-wrapper { |
| 326 | + background: #93003c; | |
| 546 | 327 | display: inline-block; |
| 547 | - line-height: 1; | |
| 548 | -} | |
| 549 | -.e-logo-wrapper i { | |
| 550 | - color: var(--e-a-color-circle-logo); | |
| 551 | - font-size: 2.5em; | |
| 552 | -} | |
| 328 | + padding: 0.75em; | |
| 329 | + -webkit-border-radius: 50%; | |
| 330 | + border-radius: 50%; | |
| 331 | + line-height: 1; } | |
| 332 | + .e-logo-wrapper i { | |
| 333 | + color: #fff; | |
| 334 | + font-size: 1em; } | |
| 553 | 335 | |
| 554 | 336 | #elementor-finder__modal { |
| 555 | 337 | background: none; |
| 556 | - z-index: 99999; | |
| 557 | -} | |
| 558 | -#elementor-finder__modal .dialog-widget-content { | |
| 559 | - width: 650px; | |
| 560 | - max-width: 98%; | |
| 561 | - top: 18vh; | |
| 562 | - left: calc(50% - 650px / 2); | |
| 563 | -} | |
| 564 | -#elementor-finder__modal .dialog-content { | |
| 565 | - text-align: start; | |
| 566 | -} | |
| 567 | -#elementor-finder__modal .dialog-message { | |
| 568 | - height: initial; | |
| 569 | - min-height: 0; | |
| 570 | - padding: 0; | |
| 571 | - text-align: start; | |
| 572 | -} | |
| 338 | + z-index: 99999; } | |
| 339 | + #elementor-finder__modal .dialog-widget-content { | |
| 340 | + width: 650px; | |
| 341 | + max-width: 98%; | |
| 342 | + top: 18vh; | |
| 343 | + left: calc( 50% - 650px / 2); } | |
| 344 | + #elementor-finder__modal .dialog-message { | |
| 345 | + height: initial; | |
| 346 | + min-height: 0; | |
| 347 | + padding: 0; | |
| 348 | + text-align: left; } | |
| 349 | + | |
| 573 | 350 | #elementor-finder__search { |
| 574 | - padding: 15px; | |
| 351 | + padding: 14px 15px 14px 21px; | |
| 352 | + display: -webkit-box; | |
| 353 | + display: -ms-flexbox; | |
| 575 | 354 | display: flex; |
| 576 | -} | |
| 577 | -#elementor-finder__search i { | |
| 578 | - font-size: 16px; | |
| 579 | - margin-inline-end: 15px; | |
| 580 | -} | |
| 581 | -#elementor-finder__search__input { | |
| 582 | - border: none; | |
| 583 | - background: none; | |
| 584 | - outline: none; | |
| 585 | - padding: 0; | |
| 586 | - margin: 0; | |
| 587 | - flex-grow: 1; | |
| 588 | - font-size: 14px; | |
| 589 | - box-shadow: none; | |
| 590 | -} | |
| 591 | -#elementor-finder__search__input::-moz-placeholder { | |
| 592 | - font-style: italic; | |
| 593 | - font-weight: 300; | |
| 594 | -} | |
| 595 | -#elementor-finder__search__input::placeholder { | |
| 596 | - font-style: italic; | |
| 597 | - font-weight: 300; | |
| 598 | -} | |
| 355 | + -webkit-box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03); | |
| 356 | + box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03); } | |
| 357 | + #elementor-finder__search i { | |
| 358 | + font-size: 16px; | |
| 359 | + color: #a4afb7; | |
| 360 | + font-weight: bold; | |
| 361 | + margin-right: 15px; } | |
| 362 | + #elementor-finder__search__input { | |
| 363 | + border: none; | |
| 364 | + background: none; | |
| 365 | + outline: none; | |
| 366 | + padding: 0; | |
| 367 | + margin: 0; | |
| 368 | + -webkit-box-flex: 1; | |
| 369 | + -ms-flex-positive: 1; | |
| 370 | + flex-grow: 1; | |
| 371 | + font-size: 14px; | |
| 372 | + color: #495157; | |
| 373 | + -webkit-box-shadow: none; | |
| 374 | + box-shadow: none; } | |
| 375 | + #elementor-finder__search__input::-webkit-input-placeholder { | |
| 376 | + color: #a4afb7; | |
| 377 | + font-style: italic; | |
| 378 | + font-weight: 300; } | |
| 379 | + #elementor-finder__search__input::-moz-placeholder { | |
| 380 | + color: #a4afb7; | |
| 381 | + font-style: italic; | |
| 382 | + font-weight: 300; } | |
| 383 | + #elementor-finder__search__input::-ms-input-placeholder { | |
| 384 | + color: #a4afb7; | |
| 385 | + font-style: italic; | |
| 386 | + font-weight: 300; } | |
| 387 | + #elementor-finder__search__input::placeholder { | |
| 388 | + color: #a4afb7; | |
| 389 | + font-style: italic; | |
| 390 | + font-weight: 300; } | |
| 391 | + | |
| 599 | 392 | #elementor-finder__results { |
| 600 | 393 | max-height: 50vh; |
| 601 | - overflow: auto; | |
| 602 | -} | |
| 394 | + overflow: auto; } | |
| 395 | + | |
| 603 | 396 | #elementor-finder__no-results { |
| 604 | 397 | display: none; |
| 605 | 398 | padding: 20px; |
| 606 | -} | |
| 607 | -#elementor-finder__lock-dialog { | |
| 608 | - z-index: 100000; | |
| 609 | -} | |
| 399 | + color: #a4afb7; } | |
| 610 | 400 | |
| 611 | 401 | .elementor-finder__results__category { |
| 612 | - position: relative; | |
| 613 | -} | |
| 614 | -.elementor-finder__results__category__title { | |
| 615 | - padding: 5px 25px; | |
| 616 | - font-size: 10px; | |
| 617 | - border-block-end: var(--e-a-border); | |
| 618 | -} | |
| 619 | -.elementor-finder__results__category--dynamic .elementor-finder__results__category__items { | |
| 620 | - min-height: 26px; | |
| 621 | -} | |
| 622 | -.elementor-finder__results__category .eicon-loading { | |
| 623 | - display: none; | |
| 624 | - position: absolute; | |
| 625 | - inset-block-start: 30px; | |
| 626 | - inset-inline-end: 10px; | |
| 627 | - color: var(--e-a-color-info); | |
| 628 | - font-size: 14px; | |
| 629 | -} | |
| 402 | + position: relative; } | |
| 403 | + .elementor-finder__results__category__title { | |
| 404 | + padding: 5px 25px; | |
| 405 | + color: #6d7882; | |
| 406 | + background-color: #e6e9ec; | |
| 407 | + font-size: 9px; | |
| 408 | + text-transform: uppercase; } | |
| 409 | + .elementor-finder__results__category--dynamic .elementor-finder__results__category__items { | |
| 410 | + min-height: 26px; } | |
| 411 | + .elementor-finder__results__category .eicon-loading { | |
| 412 | + display: none; | |
| 413 | + position: absolute; | |
| 414 | + right: 10px; | |
| 415 | + top: 30px; | |
| 416 | + color: #71d7f7; | |
| 417 | + font-size: 14px; } | |
| 418 | + | |
| 630 | 419 | .elementor-finder__results__item { |
| 631 | - display: flex; | |
| 632 | -} | |
| 633 | -.elementor-finder__results__item a { | |
| 634 | - text-decoration: none; | |
| 635 | - color: inherit; | |
| 636 | -} | |
| 637 | -.elementor-finder__results__item.elementor-active { | |
| 638 | - background-color: var(--e-a-bg-hover); | |
| 639 | -} | |
| 640 | -.elementor-finder__results__item.elementor-active a { | |
| 641 | - color: inherit; | |
| 642 | -} | |
| 643 | -.elementor-finder__results__item:not(.elementor-active) .elementor-finder__results__item__actions { | |
| 644 | - display: none; | |
| 645 | -} | |
| 646 | -.elementor-finder__results__item__link { | |
| 647 | - display: flex; | |
| 648 | - align-items: center; | |
| 649 | - height: 35px; | |
| 650 | - flex-grow: 1; | |
| 651 | -} | |
| 652 | -.elementor-finder__results__item__icon { | |
| 653 | - width: 60px; | |
| 654 | - text-align: center; | |
| 655 | - font-size: 17px; | |
| 656 | -} | |
| 657 | -.elementor-finder__results__item__title { | |
| 658 | - font-size: 13px; | |
| 659 | -} | |
| 660 | -.elementor-finder__results__item__description { | |
| 661 | - margin-inline-start: 5px; | |
| 662 | - font-style: italic; | |
| 663 | -} | |
| 664 | -.elementor-finder__results__item__badge { | |
| 665 | - text-transform: uppercase; | |
| 666 | - position: absolute; | |
| 667 | - inset-inline-end: 16px; | |
| 668 | - font-size: 8px; | |
| 669 | - font-weight: 500; | |
| 670 | - display: flex; | |
| 671 | - align-items: center; | |
| 672 | - gap: 4px; | |
| 673 | -} | |
| 674 | -.elementor-finder__results__item__actions { | |
| 675 | - display: flex; | |
| 676 | -} | |
| 677 | -.elementor-finder__results__item__action { | |
| 678 | - display: flex; | |
| 679 | - align-items: center; | |
| 680 | - justify-content: center; | |
| 681 | - height: 100%; | |
| 682 | - width: 35px; | |
| 683 | -} | |
| 684 | -.elementor-finder__results__item__action:hover { | |
| 685 | - background-color: rgba(0, 0, 0, 0.07); | |
| 686 | -} | |
| 420 | + display: -webkit-box; | |
| 421 | + display: -ms-flexbox; | |
| 422 | + display: flex; } | |
| 423 | + .elementor-finder__results__item a { | |
| 424 | + text-decoration: none; | |
| 425 | + -webkit-box-shadow: none; | |
| 426 | + box-shadow: none; | |
| 427 | + outline: none; } | |
| 428 | + .elementor-finder__results__item.elementor-active { | |
| 429 | + background-color: #71d7f7; | |
| 430 | + -webkit-box-shadow: none; | |
| 431 | + box-shadow: none; | |
| 432 | + outline: none; } | |
| 433 | + .elementor-finder__results__item.elementor-active * { | |
| 434 | + color: #fff; } | |
| 435 | + .elementor-finder__results__item:not(.elementor-active) .elementor-finder__results__item__actions { | |
| 436 | + display: none; } | |
| 437 | + .elementor-finder__results__item__link { | |
| 438 | + display: -webkit-box; | |
| 439 | + display: -ms-flexbox; | |
| 440 | + display: flex; | |
| 441 | + -webkit-box-align: center; | |
| 442 | + -ms-flex-align: center; | |
| 443 | + align-items: center; | |
| 444 | + height: 35px; | |
| 445 | + -webkit-box-flex: 1; | |
| 446 | + -ms-flex-positive: 1; | |
| 447 | + flex-grow: 1; } | |
| 448 | + .elementor-finder__results__item__icon { | |
| 449 | + width: 60px; | |
| 450 | + text-align: center; | |
| 451 | + color: #6d7882; | |
| 452 | + font-size: 17px; } | |
| 453 | + .elementor-finder__results__item__title { | |
| 454 | + color: #6d7882; | |
| 455 | + font-size: 13px; } | |
| 456 | + .elementor-finder__results__item__description { | |
| 457 | + margin-left: 5px; | |
| 458 | + color: #a4afb7; | |
| 459 | + font-style: italic; } | |
| 460 | + .elementor-finder__results__item__actions { | |
| 461 | + display: -webkit-box; | |
| 462 | + display: -ms-flexbox; | |
| 463 | + display: flex; } | |
| 464 | + .elementor-finder__results__item__action { | |
| 465 | + display: -webkit-box; | |
| 466 | + display: -ms-flexbox; | |
| 467 | + display: flex; | |
| 468 | + -webkit-box-align: center; | |
| 469 | + -ms-flex-align: center; | |
| 470 | + align-items: center; | |
| 471 | + -webkit-box-pack: center; | |
| 472 | + -ms-flex-pack: center; | |
| 473 | + justify-content: center; | |
| 474 | + height: 100%; | |
| 475 | + width: 35px; } | |
| 476 | + .elementor-finder__results__item__action:hover { | |
| 477 | + background-color: rgba(0, 0, 0, 0.07); } | |
| 687 | 478 | |
| 688 | 479 | .tipsy { |
| 689 | 480 | font-size: 10px; |
| 690 | 481 | position: absolute; |
| 691 | 482 | padding: 5px; |
| 692 | - z-index: 100000; | |
| 693 | -} | |
| 483 | + z-index: 100000; } | |
| 694 | 484 | |
| 695 | 485 | .tipsy-inner { |
| 696 | 486 | background-color: #000; |
| 697 | 487 | color: #FFF; |
| @@ -698,11 +488,12 @@ | ||
| 698 | 488 | font-weight: 500; |
| 699 | 489 | max-width: 200px; |
| 700 | 490 | padding: 5px 12px; |
| 701 | 491 | text-align: center; |
| 702 | - border-radius: 3px; | |
| 703 | - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); | |
| 704 | -} | |
| 492 | + -webkit-border-radius: 3px; | |
| 493 | + border-radius: 3px; | |
| 494 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); | |
| 495 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); } | |
| 705 | 496 | |
| 706 | 497 | .tipsy-arrow { |
| 707 | 498 | position: absolute; |
| 708 | 499 | width: 0; |
| @@ -707,26 +498,21 @@ | ||
| 707 | 498 | position: absolute; |
| 708 | 499 | width: 0; |
| 709 | 500 | height: 0; |
| 710 | 501 | line-height: 0; |
| 711 | - border: 5px dashed #000; | |
| 712 | -} | |
| 502 | + border: 5px dashed #000; } | |
| 713 | 503 | |
| 714 | 504 | .tipsy-arrow-n { |
| 715 | - border-bottom-color: #000; | |
| 716 | -} | |
| 505 | + border-bottom-color: #000; } | |
| 717 | 506 | |
| 718 | 507 | .tipsy-arrow-s { |
| 719 | - border-top-color: #000; | |
| 720 | -} | |
| 508 | + border-top-color: #000; } | |
| 721 | 509 | |
| 722 | 510 | .tipsy-arrow-e { |
| 723 | - border-left-color: #000; | |
| 724 | -} | |
| 511 | + border-left-color: #000; } | |
| 725 | 512 | |
| 726 | 513 | .tipsy-arrow-w { |
| 727 | - border-right-color: #000; | |
| 728 | -} | |
| 514 | + border-right-color: #000; } | |
| 729 | 515 | |
| 730 | 516 | .tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow { |
| 731 | 517 | border-left-color: transparent; |
| 732 | 518 | border-right-color: transparent; |
| @@ -731,19 +517,16 @@ | ||
| 731 | 517 | border-left-color: transparent; |
| 732 | 518 | border-right-color: transparent; |
| 733 | 519 | top: 0; |
| 734 | 520 | border-bottom-style: solid; |
| 735 | - border-top: none; | |
| 736 | -} | |
| 521 | + border-top: none; } | |
| 737 | 522 | |
| 738 | 523 | .tipsy-n .tipsy-arrow { |
| 739 | 524 | left: 50%; |
| 740 | - margin-left: -5px; | |
| 741 | -} | |
| 525 | + margin-left: -5px; } | |
| 742 | 526 | |
| 743 | 527 | .tipsy-nw .tipsy-arrow { |
| 744 | - left: 10px; | |
| 745 | -} | |
| 528 | + left: 10px; } | |
| 746 | 529 | |
| 747 | 530 | .tipsy-ne .tipsy-arrow { |
| 748 | 531 | top: 0; |
| 749 | 532 | right: 10px; |
| @@ -749,10 +532,9 @@ | ||
| 749 | 532 | right: 10px; |
| 750 | 533 | border-bottom-style: solid; |
| 751 | 534 | border-top: none; |
| 752 | 535 | border-left-color: transparent; |
| 753 | - border-right-color: transparent; | |
| 754 | -} | |
| 536 | + border-right-color: transparent; } | |
| 755 | 537 | |
| 756 | 538 | .tipsy-s .tipsy-arrow, .tipsy-se .tipsy-arrow, .tipsy-sw .tipsy-arrow { |
| 757 | 539 | bottom: 0; |
| 758 | 540 | border-top-style: solid; |
| @@ -757,39 +539,32 @@ | ||
| 757 | 539 | bottom: 0; |
| 758 | 540 | border-top-style: solid; |
| 759 | 541 | border-bottom: none; |
| 760 | 542 | border-left-color: transparent; |
| 761 | - border-right-color: transparent; | |
| 762 | -} | |
| 543 | + border-right-color: transparent; } | |
| 763 | 544 | |
| 764 | 545 | .tipsy-s .tipsy-arrow { |
| 765 | 546 | left: 50%; |
| 766 | - margin-left: -5px; | |
| 767 | -} | |
| 547 | + margin-left: -5px; } | |
| 768 | 548 | |
| 769 | 549 | .tipsy-sw .tipsy-arrow { |
| 770 | - left: 10px; | |
| 771 | -} | |
| 550 | + left: 10px; } | |
| 772 | 551 | |
| 773 | 552 | .tipsy-se .tipsy-arrow { |
| 774 | - right: 10px; | |
| 775 | -} | |
| 553 | + right: 10px; } | |
| 776 | 554 | |
| 777 | 555 | .tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow { |
| 778 | 556 | top: 50%; |
| 779 | 557 | margin-top: -5px; |
| 780 | 558 | border-top-color: transparent; |
| 781 | - border-bottom-color: transparent; | |
| 782 | -} | |
| 559 | + border-bottom-color: transparent; } | |
| 783 | 560 | |
| 784 | 561 | .tipsy-e .tipsy-arrow { |
| 785 | 562 | right: 0; |
| 786 | 563 | border-left-style: solid; |
| 787 | - border-right: none; | |
| 788 | -} | |
| 564 | + border-right: none; } | |
| 789 | 565 | |
| 790 | 566 | .tipsy-w .tipsy-arrow { |
| 791 | 567 | left: 0; |
| 792 | 568 | border-right-style: solid; |
| 793 | - border-left: none; | |
| 794 | -} | |
| 569 | + border-left: none; } | |
| 795 | 570 | /*# sourceMappingURL=common.css.map */ |