| @@ -1,649 +1,472 @@ | ||
| 1 | +/*! elementor - v3.0.3 - 27-08-2020 */ | |
| 2 | +@charset "UTF-8"; | |
| 1 | 3 | .elementor-control-unit-1 { |
| 2 | - width: 27px; | |
| 3 | -} | |
| 4 | + width: 27px; } | |
| 4 | 5 | |
| 5 | 6 | .elementor-control-unit-2 { |
| 6 | - width: 54px; | |
| 7 | -} | |
| 7 | + width: 54px; } | |
| 8 | 8 | |
| 9 | 9 | .elementor-control-unit-3 { |
| 10 | - width: 81px; | |
| 11 | -} | |
| 10 | + width: 81px; } | |
| 12 | 11 | |
| 13 | 12 | .elementor-control-unit-4 { |
| 14 | - width: 108px; | |
| 15 | -} | |
| 13 | + width: 108px; } | |
| 16 | 14 | |
| 17 | 15 | .elementor-control-unit-5 { |
| 18 | 16 | max-width: 400px; |
| 19 | - width: 52%; | |
| 20 | -} | |
| 17 | + width: 52%; } | |
| 21 | 18 | |
| 22 | 19 | *, :before, :after { |
| 23 | 20 | margin: 0; |
| 24 | 21 | padding: 0; |
| 25 | - box-sizing: border-box; | |
| 26 | -} | |
| 22 | + -webkit-box-sizing: border-box; | |
| 23 | + box-sizing: border-box; } | |
| 27 | 24 | |
| 28 | 25 | body, |
| 29 | 26 | html { |
| 30 | - height: 100%; | |
| 31 | -} | |
| 27 | + height: 100%; } | |
| 32 | 28 | |
| 33 | 29 | html { |
| 34 | - background-color: var(--e-a-bg-loading); | |
| 35 | -} | |
| 30 | + background-color: #F1F1F1; } | |
| 36 | 31 | |
| 37 | 32 | iframe, |
| 38 | 33 | img { |
| 39 | - border: 0 none; | |
| 40 | -} | |
| 34 | + border: 0 none; } | |
| 41 | 35 | |
| 42 | 36 | li { |
| 43 | - list-style: none; | |
| 44 | -} | |
| 37 | + list-style: none; } | |
| 45 | 38 | |
| 46 | 39 | a { |
| 47 | - text-decoration: none; | |
| 48 | -} | |
| 40 | + text-decoration: none; } | |
| 49 | 41 | |
| 50 | 42 | body { |
| 51 | - background-color: var(--e-a-bg-default); | |
| 52 | - color: var(--e-a-color-txt); | |
| 53 | - font-family: var(--e-a-font-family); | |
| 43 | + color: #6d7882; | |
| 44 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 54 | 45 | font-size: 13px; |
| 55 | 46 | font-weight: normal; |
| 56 | 47 | line-height: 1; |
| 57 | 48 | text-decoration: none; |
| 58 | 49 | text-transform: none; |
| 59 | - overflow: hidden; | |
| 60 | -} | |
| 61 | -body:after { | |
| 62 | - content: ""; | |
| 63 | - position: absolute; | |
| 64 | - inset-block-start: 0; | |
| 65 | - inset-inline-end: 0; | |
| 66 | - height: 100%; | |
| 67 | - width: 0; | |
| 68 | - background-color: var(--e-a-bg-default); | |
| 69 | - transition: width 0.5s; | |
| 70 | -} | |
| 71 | -body a { | |
| 72 | - color: var(--e-a-color-info); | |
| 73 | -} | |
| 74 | -body a:hover { | |
| 75 | - color: var(--e-a-color-primary-bold); | |
| 76 | -} | |
| 77 | -body.elementor-editor-active #elementor-mode-switcher-preview i { | |
| 78 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 79 | -} | |
| 80 | -body.elementor-editor-preview { | |
| 81 | - --e-preview-width: 100%; | |
| 82 | -} | |
| 83 | -body.elementor-editor-preview #elementor-mode-switcher-preview i { | |
| 84 | - scale: calc(-1 * var(--direction-multiplier)) 1; | |
| 85 | -} | |
| 86 | -body.elementor-navigator--dock-hint:after { | |
| 87 | - width: 30px; | |
| 88 | -} | |
| 50 | + overflow: hidden; } | |
| 51 | + body:after { | |
| 52 | + content: ''; | |
| 53 | + position: absolute; | |
| 54 | + top: 0; | |
| 55 | + right: 0; | |
| 56 | + height: 100%; | |
| 57 | + width: 0; | |
| 58 | + background-color: #71d7f7; | |
| 59 | + -webkit-transition: width .5s; | |
| 60 | + -o-transition: width .5s; | |
| 61 | + transition: width .5s; } | |
| 62 | + body a { | |
| 63 | + color: #71d7f7; } | |
| 64 | + body a:hover { | |
| 65 | + color: #93003c; } | |
| 66 | + body.elementor-editor-active #elementor-preview { | |
| 67 | + right: 0; } | |
| 68 | + @media (max-width: 1439px) { | |
| 69 | + body.elementor-editor-active #elementor-preview { | |
| 70 | + left: 280px; } } | |
| 71 | + @media (min-width: 1440px) { | |
| 72 | + body.elementor-editor-active #elementor-preview { | |
| 73 | + left: 300px; } } | |
| 74 | + body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before { | |
| 75 | + content: ""; } | |
| 76 | + body.elementor-editor-preview #elementor-preview { | |
| 77 | + left: 0; } | |
| 78 | + body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before { | |
| 79 | + content: ""; } | |
| 80 | + body.elementor-navigator--dock-hint:after { | |
| 81 | + width: 30px; } | |
| 89 | 82 | |
| 90 | -#elementor-editor-wrapper { | |
| 91 | - display: flex; | |
| 92 | - width: 100%; | |
| 93 | - height: 100vh; | |
| 94 | -} | |
| 95 | - | |
| 96 | 83 | #elementor-panel:not(.ui-resizable-resizing), |
| 97 | 84 | #elementor-preview:not(.ui-resizable-resizing) { |
| 98 | - transition: margin 0.5s ease-in-out, width 0.5s ease-in-out; | |
| 99 | -} | |
| 85 | + -webkit-transition: left 0.5s, width 0.5s; | |
| 86 | + -o-transition: left 0.5s, width 0.5s; | |
| 87 | + transition: left 0.5s, width 0.5s; } | |
| 100 | 88 | |
| 101 | 89 | #elementor-loading { |
| 102 | 90 | position: fixed; |
| 103 | - inset: 0; | |
| 104 | - background: var(--e-a-bg-default); | |
| 105 | - z-index: 9999; | |
| 106 | -} | |
| 91 | + top: 0; | |
| 92 | + left: 0; | |
| 93 | + bottom: 0; | |
| 94 | + right: 0; | |
| 95 | + background: #f1f3f5; | |
| 96 | + z-index: 9999; } | |
| 107 | 97 | |
| 108 | 98 | #elementor-preview-loading { |
| 99 | + display: -webkit-box; | |
| 100 | + display: -ms-flexbox; | |
| 109 | 101 | display: flex; |
| 110 | - align-items: center; | |
| 111 | - justify-content: center; | |
| 102 | + -webkit-box-align: center; | |
| 103 | + -ms-flex-align: center; | |
| 104 | + align-items: center; | |
| 105 | + -webkit-box-pack: center; | |
| 106 | + -ms-flex-pack: center; | |
| 107 | + justify-content: center; | |
| 112 | 108 | position: absolute; |
| 113 | - inset: 0; | |
| 114 | - background-color: var(--e-a-bg-default); | |
| 115 | -} | |
| 116 | -#elementor-preview-loading i { | |
| 117 | - color: var(--e-a-color-txt-disabled); | |
| 118 | - font-size: 50px; | |
| 119 | -} | |
| 109 | + top: 0; | |
| 110 | + left: 0; | |
| 111 | + width: 100%; | |
| 112 | + height: 100%; | |
| 113 | + background-color: #fff; } | |
| 114 | + #elementor-preview-loading i { | |
| 115 | + color: #d5dadf; | |
| 116 | + font-size: 50px; } | |
| 120 | 117 | |
| 118 | +.select2-container { | |
| 119 | + width: 100% !important; | |
| 120 | + outline: none; | |
| 121 | + z-index: 9999; | |
| 122 | + font-size: 12px; } | |
| 123 | + .select2-container.select2-container--default .select2-selection--single { | |
| 124 | + height: 27px; } | |
| 125 | + .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { | |
| 126 | + color: #6d7882; | |
| 127 | + line-height: 27px; } | |
| 128 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { | |
| 129 | + display: none; } | |
| 130 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice { | |
| 131 | + line-height: 1.5; | |
| 132 | + font-size: 0.9em; | |
| 133 | + border: none; | |
| 134 | + -webkit-border-radius: 0; | |
| 135 | + border-radius: 0; } | |
| 136 | + .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, | |
| 137 | + .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { | |
| 138 | + border-color: #d5dadf; } | |
| 139 | + .select2-container.select2-container--open .select2-selection--single, | |
| 140 | + .select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single, | |
| 141 | + .select2-container.select2-container--focus .select2-selection--multiple { | |
| 142 | + border-color: #a4afb7; } | |
| 143 | + | |
| 144 | +.select2-selection { | |
| 145 | + outline: none; } | |
| 146 | + .select2-selection--single { | |
| 147 | + height: 27px; } | |
| 148 | + | |
| 149 | +.select2-selection__arrow { | |
| 150 | + height: 27px; | |
| 151 | + top: 0; } | |
| 152 | + | |
| 153 | +.select2-results__option[aria-selected=true] { | |
| 154 | + color: #495157; } | |
| 155 | + .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { | |
| 156 | + background-color: initial; } | |
| 157 | + | |
| 158 | +.select2-dropdown { | |
| 159 | + border-color: #a4afb7; } | |
| 160 | + .select2-dropdown .select2-search__field { | |
| 161 | + outline: none; } | |
| 162 | + | |
| 163 | +#elementor-fatal-error-dialog button.dialog-ok { | |
| 164 | + color: #71d7f7; } | |
| 165 | + | |
| 166 | +#elementor-fatal-error-dialog .dialog-header { | |
| 167 | + color: #6d7882; } | |
| 168 | + | |
| 169 | +#elementor-flexbox-attention-dialog .dialog-cancel { | |
| 170 | + color: #39b54a; } | |
| 171 | + | |
| 172 | +#elementor-flexbox-attention-dialog .dialog-ok { | |
| 173 | + color: #6d7882; } | |
| 174 | + | |
| 121 | 175 | .elementor-nerd-box { |
| 122 | 176 | padding: 30px; |
| 123 | - text-align: center; | |
| 124 | -} | |
| 125 | -.elementor-nerd-box-icon { | |
| 126 | - width: 100px; | |
| 127 | -} | |
| 128 | -.elementor-nerd-box-title { | |
| 129 | - margin-block-start: 20px; | |
| 130 | - font-size: 16px; | |
| 131 | - font-weight: bold; | |
| 132 | - line-height: 1.4; | |
| 133 | -} | |
| 134 | -.elementor-nerd-box-message { | |
| 135 | - margin-block-start: 5px; | |
| 136 | - line-height: 1.8; | |
| 137 | - font-size: 11px; | |
| 138 | -} | |
| 139 | -.elementor-nerd-box .elementor-button { | |
| 140 | - margin-block-start: 20px; | |
| 141 | -} | |
| 142 | -.elementor-nerd-box--upsale { | |
| 143 | - padding: 15px 30px 30px; | |
| 144 | -} | |
| 145 | -.elementor-nerd-box--upsale .elementor-nerd-box-title { | |
| 146 | - font-weight: 500; | |
| 147 | - line-height: 1.2; | |
| 148 | -} | |
| 149 | -.elementor-nerd-box--upsale .elementor-nerd-box-message { | |
| 150 | - line-height: 1.5; | |
| 151 | -} | |
| 177 | + text-align: center; } | |
| 178 | + .elementor-nerd-box-icon { | |
| 179 | + width: 100px; | |
| 180 | + margin-right: 10px; } | |
| 181 | + .elementor-nerd-box-title { | |
| 182 | + margin-top: 20px; | |
| 183 | + font-size: 16px; | |
| 184 | + font-weight: bold; | |
| 185 | + line-height: 1.4; } | |
| 186 | + .elementor-nerd-box-message { | |
| 187 | + margin-top: 5px; | |
| 188 | + line-height: 1.8; | |
| 189 | + font-size: 11px; } | |
| 190 | + .elementor-nerd-box .elementor-button.elementor-nerd-box-link { | |
| 191 | + background-color: #93003c; | |
| 192 | + color: #ffffff; | |
| 193 | + padding: 7px 25px; | |
| 194 | + margin-top: 20px; | |
| 195 | + -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1); | |
| 196 | + box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1); | |
| 197 | + -webkit-transition: .5s; | |
| 198 | + -o-transition: .5s; | |
| 199 | + transition: .5s; } | |
| 200 | + .elementor-nerd-box .elementor-button.elementor-nerd-box-link:hover { | |
| 201 | + background-color: #c60051; } | |
| 152 | 202 | |
| 153 | 203 | .eicon-nerd:hover:before { |
| 154 | - content: "\e8b7"; | |
| 155 | -} | |
| 204 | + content: '\e8b7'; } | |
| 205 | + | |
| 156 | 206 | .eicon-nerd:active:before { |
| 157 | - content: "\e8b6"; | |
| 158 | -} | |
| 207 | + content: '\e8b6'; } | |
| 159 | 208 | |
| 160 | 209 | .e-group-control-header { |
| 210 | + display: -webkit-box; | |
| 211 | + display: -ms-flexbox; | |
| 161 | 212 | display: flex; |
| 162 | - justify-content: space-between; | |
| 163 | - align-items: center; | |
| 213 | + -webkit-box-pack: justify; | |
| 214 | + -ms-flex-pack: justify; | |
| 215 | + justify-content: space-between; | |
| 216 | + -webkit-box-align: center; | |
| 217 | + -ms-flex-align: center; | |
| 218 | + align-items: center; | |
| 164 | 219 | font-weight: bold; |
| 165 | 220 | font-size: 12px; |
| 166 | 221 | padding: 10px; |
| 167 | - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 168 | - margin-block-end: 15px; | |
| 169 | -} | |
| 222 | + -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); | |
| 223 | + box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); | |
| 224 | + margin-bottom: 15px; } | |
| 170 | 225 | |
| 171 | 226 | .e-control-tools { |
| 172 | - display: flex; | |
| 173 | -} | |
| 227 | + display: -webkit-box; | |
| 228 | + display: -ms-flexbox; | |
| 229 | + display: flex; } | |
| 174 | 230 | |
| 175 | 231 | .e-control-tool { |
| 176 | 232 | width: 20px; |
| 177 | 233 | height: 20px; |
| 234 | + display: -webkit-inline-box; | |
| 235 | + display: -ms-inline-flexbox; | |
| 178 | 236 | display: inline-flex; |
| 179 | - border-radius: 3px; | |
| 237 | + -webkit-border-radius: 3px; | |
| 238 | + border-radius: 3px; | |
| 180 | 239 | margin: 0 3px 0; |
| 181 | 240 | border: 0; |
| 182 | 241 | position: relative; |
| 183 | - background-color: var(--e-a-bg-default); | |
| 184 | -} | |
| 185 | -.e-control-tool:not(.e-control-tool-disabled) { | |
| 186 | - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); | |
| 187 | - cursor: pointer; | |
| 188 | -} | |
| 189 | -.e-control-tool-disabled { | |
| 190 | - background: var(--e-a-bg-default); | |
| 191 | - pointer-events: none; | |
| 192 | -} | |
| 193 | -.e-control-tool-disabled i { | |
| 194 | - color: var(--e-a-color-txt-disabled); | |
| 195 | -} | |
| 196 | -.e-control-tool i { | |
| 197 | - position: absolute; | |
| 198 | - position: absolute; | |
| 199 | - inset-block-start: 50%; | |
| 200 | - inset-inline-start: 50%; | |
| 201 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 202 | - color: var(--e-a-color-txt-default); | |
| 203 | - font-size: 13px; | |
| 204 | -} | |
| 242 | + background-color: #fff; } | |
| 243 | + .e-control-tool:not(.e-control-tool-disabled) { | |
| 244 | + -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); | |
| 245 | + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); | |
| 246 | + cursor: pointer; } | |
| 247 | + .e-control-tool-disabled { | |
| 248 | + background: #e6e9ec; | |
| 249 | + pointer-events: none; } | |
| 250 | + .e-control-tool-disabled i { | |
| 251 | + color: #fff; } | |
| 252 | + .e-control-tool i { | |
| 253 | + position: absolute; | |
| 254 | + top: 50%; | |
| 255 | + left: 50%; | |
| 256 | + -webkit-transform: translateX(-50%) translateY(-50%); | |
| 257 | + -ms-transform: translateX(-50%) translateY(-50%); | |
| 258 | + transform: translateX(-50%) translateY(-50%); | |
| 259 | + color: #6d7882; | |
| 260 | + font-size: 13px; } | |
| 205 | 261 | |
| 206 | -i.eicon-tilted { | |
| 207 | - transform: rotate(90deg); | |
| 208 | -} | |
| 262 | +#e-enable-unfiltered-files-dialog .dialog-confirm-ok { | |
| 263 | + color: #39b54a; } | |
| 209 | 264 | |
| 210 | 265 | .elementor-loader-wrapper { |
| 211 | 266 | position: absolute; |
| 212 | - inset-block-start: 50%; | |
| 213 | - inset-inline-start: 50%; | |
| 214 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 267 | + top: 50%; | |
| 268 | + left: 50%; | |
| 269 | + -webkit-transform: translate(-50%, -50%); | |
| 270 | + -ms-transform: translate(-50%, -50%); | |
| 271 | + transform: translate(-50%, -50%); | |
| 215 | 272 | width: 300px; |
| 273 | + display: -webkit-box; | |
| 274 | + display: -ms-flexbox; | |
| 216 | 275 | display: flex; |
| 217 | - flex-direction: column; | |
| 218 | - align-items: center; | |
| 219 | - gap: 30px; | |
| 220 | -} | |
| 276 | + -ms-flex-wrap: wrap; | |
| 277 | + flex-wrap: wrap; | |
| 278 | + -webkit-box-pack: center; | |
| 279 | + -ms-flex-pack: center; | |
| 280 | + justify-content: center; } | |
| 221 | 281 | |
| 222 | 282 | .elementor-loader { |
| 223 | - border-radius: 50%; | |
| 283 | + -webkit-border-radius: 50%; | |
| 284 | + border-radius: 50%; | |
| 224 | 285 | padding: 40px; |
| 225 | 286 | height: 150px; |
| 226 | 287 | width: 150px; |
| 227 | - background-color: var(--e-a-bg-active); | |
| 228 | - box-sizing: border-box; | |
| 229 | - box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); | |
| 230 | -} | |
| 288 | + background-color: rgba(255, 255, 255, 0.9); | |
| 289 | + -webkit-box-sizing: border-box; | |
| 290 | + box-sizing: border-box; | |
| 291 | + -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); | |
| 292 | + box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); } | |
| 231 | 293 | |
| 232 | 294 | .elementor-loader-boxes { |
| 233 | 295 | height: 100%; |
| 234 | 296 | width: 100%; |
| 235 | - position: relative; | |
| 236 | -} | |
| 297 | + position: relative; } | |
| 237 | 298 | |
| 238 | 299 | .elementor-loader-box { |
| 239 | 300 | position: absolute; |
| 240 | - background-color: var(--e-a-color-txt-hover); | |
| 241 | - animation: load 1.8s linear infinite; | |
| 242 | -} | |
| 243 | -.elementor-loader-box:nth-of-type(1) { | |
| 244 | - width: 20%; | |
| 245 | - height: 100%; | |
| 246 | - left: 0; | |
| 247 | - top: 0; | |
| 248 | -} | |
| 249 | -.elementor-loader-box:not(:nth-of-type(1)) { | |
| 250 | - right: 0; | |
| 251 | - height: 20%; | |
| 252 | - width: 60%; | |
| 253 | -} | |
| 254 | -.elementor-loader-box:nth-of-type(2) { | |
| 255 | - top: 0; | |
| 256 | - animation-delay: calc(1.8s / 4 * -1); | |
| 257 | -} | |
| 258 | -.elementor-loader-box:nth-of-type(3) { | |
| 259 | - top: 40%; | |
| 260 | - animation-delay: calc(1.8s / 4 * -2); | |
| 261 | -} | |
| 262 | -.elementor-loader-box:nth-of-type(4) { | |
| 263 | - bottom: 0; | |
| 264 | - animation-delay: calc(1.8s / 4 * -3); | |
| 265 | -} | |
| 301 | + background-color: #d5dadf; | |
| 302 | + -webkit-animation: load 1.8s linear infinite; | |
| 303 | + animation: load 1.8s linear infinite; } | |
| 304 | + .elementor-loader-box:nth-of-type(1) { | |
| 305 | + width: 20%; | |
| 306 | + height: 100%; | |
| 307 | + left: 0; | |
| 308 | + top: 0; } | |
| 309 | + .elementor-loader-box:not(:nth-of-type(1)) { | |
| 310 | + right: 0; | |
| 311 | + height: 20%; | |
| 312 | + width: 60%; } | |
| 313 | + .elementor-loader-box:nth-of-type(2) { | |
| 314 | + top: 0; | |
| 315 | + -webkit-animation-delay: -0.45s; | |
| 316 | + animation-delay: -0.45s; } | |
| 317 | + .elementor-loader-box:nth-of-type(3) { | |
| 318 | + top: 40%; | |
| 319 | + -webkit-animation-delay: -0.9s; | |
| 320 | + animation-delay: -0.9s; } | |
| 321 | + .elementor-loader-box:nth-of-type(4) { | |
| 322 | + bottom: 0; | |
| 323 | + -webkit-animation-delay: -1.35s; | |
| 324 | + animation-delay: -1.35s; } | |
| 266 | 325 | |
| 267 | 326 | .elementor-loading-title { |
| 268 | - color: var(--e-a-color-txt); | |
| 327 | + color: #a4afb7; | |
| 269 | 328 | text-align: center; |
| 270 | 329 | text-transform: uppercase; |
| 330 | + margin-top: 30px; | |
| 271 | 331 | letter-spacing: 7px; |
| 272 | 332 | text-indent: 7px; |
| 273 | 333 | font-size: 10px; |
| 274 | - width: 100%; | |
| 275 | -} | |
| 334 | + width: 100%; } | |
| 276 | 335 | |
| 277 | -input, | |
| 278 | -select, | |
| 279 | -textarea, | |
| 280 | -.e-input-style { | |
| 281 | - color: var(--e-a-color-txt); | |
| 282 | - border-radius: var(--e-a-border-radius); | |
| 336 | +.elementor-button { | |
| 337 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 338 | + font-weight: 500; | |
| 339 | + text-transform: uppercase; | |
| 340 | + outline: none; | |
| 341 | + border: none; | |
| 342 | + -webkit-border-radius: 3px; | |
| 343 | + border-radius: 3px; | |
| 344 | + -webkit-transition-property: background, color, opacity, -webkit-box-shadow; | |
| 345 | + transition-property: background, color, opacity, -webkit-box-shadow; | |
| 346 | + -o-transition-property: background, color, box-shadow, opacity; | |
| 347 | + transition-property: background, color, box-shadow, opacity; | |
| 348 | + transition-property: background, color, box-shadow, opacity, -webkit-box-shadow; | |
| 349 | + -webkit-transition-duration: .3s; | |
| 350 | + -o-transition-duration: .3s; | |
| 351 | + transition-duration: .3s; } | |
| 352 | + .elementor-button:hover { | |
| 353 | + border: none; } | |
| 354 | + .elementor-button:not([disabled]) { | |
| 355 | + cursor: pointer; } | |
| 356 | + .elementor-button:not(.elementor-button-state) .elementor-state-icon { | |
| 357 | + display: none; } | |
| 358 | + .elementor-button.elementor-button-success { | |
| 359 | + color: #fff; } | |
| 360 | + .elementor-button.elementor-button-success[disabled] { | |
| 361 | + background-color: #c2cbd2; } | |
| 362 | + .elementor-button.elementor-button-success:not([disabled]) { | |
| 363 | + background-color: #39b54a; } | |
| 364 | + .elementor-button.elementor-button-success:not([disabled]):hover { | |
| 365 | + opacity: 0.85; | |
| 366 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 367 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 368 | + .elementor-button.elementor-button-success:not([disabled]):active { | |
| 369 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 370 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 371 | + .elementor-button.elementor-button-warning { | |
| 372 | + background-color: #a4afb7; | |
| 373 | + color: #fff; } | |
| 374 | + .elementor-button.elementor-button-warning[disabled] { | |
| 375 | + background-color: #c2cbd2; } | |
| 376 | + .elementor-button.elementor-button-warning:not([disabled]):hover { | |
| 377 | + background-color: #b01b1b; | |
| 378 | + opacity: 0.85; | |
| 379 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 380 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 381 | + .elementor-button.elementor-button-warning:not([disabled]):active { | |
| 382 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 383 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 384 | + .elementor-button.elementor-button-danger { | |
| 385 | + background-color: #d72b3f; | |
| 386 | + color: #fff; } | |
| 387 | + .elementor-button.elementor-button-danger[disabled] { | |
| 388 | + background-color: #c2cbd2; } | |
| 389 | + .elementor-button.elementor-button-danger:not([disabled]):hover { | |
| 390 | + opacity: 0.85; | |
| 391 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 392 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 393 | + .elementor-button.elementor-button-danger:not([disabled]):active { | |
| 394 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 395 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 396 | + .elementor-button.elementor-edit-template { | |
| 397 | + display: inline-block; | |
| 398 | + margin-top: 15px; | |
| 399 | + color: #fff; } | |
| 400 | + .elementor-button.elementor-button-default { | |
| 401 | + background-color: #a4afb7; | |
| 402 | + color: #fff; | |
| 403 | + font-size: 11px; | |
| 404 | + padding: 7px 21px; } | |
| 405 | + .elementor-button.elementor-button-default:hover { | |
| 406 | + background-color: #6d7882; | |
| 407 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 408 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 409 | + .elementor-button.elementor-button-default:active { | |
| 410 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 411 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 412 | + .elementor-button.elementor-button-default:visited { | |
| 413 | + color: #fff; } | |
| 414 | + .elementor-button.elementor-button-go-pro { | |
| 415 | + background-color: #93003c; } | |
| 416 | + .elementor-button i { | |
| 417 | + margin-right: 10px; } | |
| 418 | + | |
| 419 | +input, select, textarea, .elementor-input-style { | |
| 420 | + -webkit-border-radius: 3px; | |
| 421 | + border-radius: 3px; | |
| 283 | 422 | font-size: 12px; |
| 284 | 423 | width: 100%; |
| 285 | 424 | background: none; |
| 286 | - background-color: var(--e-a-bg-default); | |
| 287 | - box-shadow: none; | |
| 288 | - border: var(--e-a-border-bold); | |
| 289 | - outline: none; | |
| 290 | -} | |
| 291 | -input:focus, input:focus + .elementor-control-dynamic-switcher, | |
| 292 | -select:focus, | |
| 293 | -select:focus + .elementor-control-dynamic-switcher, | |
| 294 | -textarea:focus, | |
| 295 | -textarea:focus + .elementor-control-dynamic-switcher, | |
| 296 | -.e-input-style:focus, | |
| 297 | -.e-input-style:focus + .elementor-control-dynamic-switcher { | |
| 298 | - border-color: var(--e-a-border-color-focus); | |
| 299 | -} | |
| 425 | + -webkit-box-shadow: none; | |
| 426 | + box-shadow: none; | |
| 427 | + color: #6d7882; | |
| 428 | + border: 1px solid; | |
| 429 | + outline: none; } | |
| 430 | + input:not(:focus), select:not(:focus), textarea:not(:focus), .elementor-input-style:not(:focus) { | |
| 431 | + border-color: #d5dadf; } | |
| 432 | + input:focus, input:focus + .elementor-control-dynamic-switcher, select:focus, select:focus + .elementor-control-dynamic-switcher, textarea:focus, textarea:focus + .elementor-control-dynamic-switcher, .elementor-input-style:focus, .elementor-input-style:focus + .elementor-control-dynamic-switcher { | |
| 433 | + border-color: #a4afb7; } | |
| 434 | + input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .elementor-input-style::-webkit-input-placeholder { | |
| 435 | + color: #a4afb7; } | |
| 436 | + input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .elementor-input-style::-moz-placeholder { | |
| 437 | + color: #a4afb7; } | |
| 438 | + input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, .elementor-input-style::-ms-input-placeholder { | |
| 439 | + color: #a4afb7; } | |
| 440 | + input::placeholder, select::placeholder, textarea::placeholder, .elementor-input-style::placeholder { | |
| 441 | + color: #a4afb7; } | |
| 300 | 442 | |
| 301 | -.elementor-error input, | |
| 302 | -.elementor-error select, | |
| 303 | -.elementor-error textarea { | |
| 304 | - border-color: var(--e-a-color-danger); | |
| 305 | -} | |
| 443 | +.elementor-error input, .elementor-error select, .elementor-error textarea { | |
| 444 | + border-color: #b01b1b; } | |
| 306 | 445 | |
| 307 | 446 | input { |
| 308 | - min-width: 0; | |
| 309 | -} | |
| 447 | + min-width: 0; } | |
| 310 | 448 | |
| 311 | -input, textarea, .e-input-style { | |
| 312 | - padding: 5px; | |
| 313 | -} | |
| 449 | +input, textarea, .elementor-input-style { | |
| 450 | + padding: 5px; } | |
| 314 | 451 | |
| 315 | -textarea, .e-input-style { | |
| 316 | - resize: vertical; | |
| 317 | -} | |
| 452 | +textarea, .elementor-input-style { | |
| 453 | + resize: vertical; } | |
| 318 | 454 | |
| 319 | -input[type=checkbox], | |
| 320 | -input[type=radio] { | |
| 455 | +input[type="checkbox"], | |
| 456 | +input[type="radio"] { | |
| 321 | 457 | height: auto; |
| 322 | - width: auto; | |
| 323 | -} | |
| 458 | + width: auto; } | |
| 324 | 459 | |
| 325 | -input[type=checkbox] { | |
| 326 | - margin: 0; | |
| 327 | - padding: 0; | |
| 328 | - -webkit-appearance: none; | |
| 329 | - -moz-appearance: none; | |
| 330 | - appearance: none; | |
| 331 | - outline: none; | |
| 332 | - content: none; | |
| 333 | - height: 15px; | |
| 334 | - border-radius: var(--e-a-border-radius); | |
| 335 | - margin-inline-end: 5px; | |
| 336 | - width: 15px; | |
| 337 | - border: var(--e-a-border-bold); | |
| 338 | - display: inline-flex; | |
| 339 | - align-items: center; | |
| 340 | - justify-content: center; | |
| 341 | -} | |
| 342 | -input[type=checkbox]:checked { | |
| 343 | - background: var(--e-a-color-primary-bold); | |
| 344 | - border: none; | |
| 345 | -} | |
| 346 | -input[type=checkbox]:checked:before { | |
| 347 | - display: block; | |
| 348 | - content: ""; | |
| 349 | - width: 4px; | |
| 350 | - height: 7px; | |
| 351 | - border: solid white; | |
| 352 | - border-width: 0 2px 2px 0; | |
| 353 | - transform: rotate(45deg); | |
| 354 | -} | |
| 355 | - | |
| 356 | 460 | input[disabled] { |
| 357 | - background-color: var(--e-a-bg-hover); | |
| 461 | + background-color: #e6e9ec; | |
| 358 | 462 | cursor: not-allowed; |
| 359 | - opacity: 1; | |
| 360 | -} | |
| 463 | + opacity: 1; } | |
| 361 | 464 | |
| 362 | 465 | select { |
| 363 | 466 | outline: none; |
| 364 | - height: 27px; | |
| 365 | -} | |
| 467 | + height: 27px; } | |
| 366 | 468 | |
| 367 | -.dialog-widget-content { | |
| 368 | - background-color: var(--e-a-bg-default); | |
| 369 | - position: absolute; | |
| 370 | - border-radius: 3px; | |
| 371 | - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); | |
| 372 | - overflow: hidden; | |
| 373 | -} | |
| 374 | - | |
| 375 | -.dialog-message { | |
| 376 | - line-height: 1.5; | |
| 377 | - box-sizing: border-box; | |
| 378 | -} | |
| 379 | - | |
| 380 | -.dialog-close-button { | |
| 381 | - cursor: pointer; | |
| 382 | - position: absolute; | |
| 383 | - margin-block-start: 15px; | |
| 384 | - inset-inline-end: 15px; | |
| 385 | - color: var(--e-a-color-txt); | |
| 386 | - font-size: 15px; | |
| 387 | - line-height: 1; | |
| 388 | - transition: var(--e-a-transition-hover); | |
| 389 | -} | |
| 390 | -.dialog-close-button:hover { | |
| 391 | - color: var(--e-a-color-txt-hover); | |
| 392 | -} | |
| 393 | - | |
| 394 | -.dialog-prevent-scroll { | |
| 395 | - overflow: hidden; | |
| 396 | - max-height: 100vh; | |
| 397 | -} | |
| 398 | - | |
| 399 | -.dialog-type-lightbox { | |
| 400 | - position: fixed; | |
| 401 | - height: 100%; | |
| 402 | - width: 100%; | |
| 403 | - bottom: 0; | |
| 404 | - left: 0; | |
| 405 | - background-color: rgba(0, 0, 0, 0.8); | |
| 406 | - z-index: 9999; | |
| 407 | - -webkit-user-select: none; | |
| 408 | - -moz-user-select: none; | |
| 409 | - user-select: none; | |
| 410 | -} | |
| 411 | - | |
| 412 | -.elementor-editor-active .elementor-popup-modal { | |
| 413 | - background-color: initial; | |
| 414 | -} | |
| 415 | - | |
| 416 | -.dialog-type-confirm .dialog-widget-content, | |
| 417 | -.dialog-type-alert .dialog-widget-content { | |
| 418 | - margin: auto; | |
| 419 | - width: 400px; | |
| 420 | - padding: 20px; | |
| 421 | -} | |
| 422 | -.dialog-type-confirm .dialog-header, | |
| 423 | -.dialog-type-alert .dialog-header { | |
| 424 | - font-size: 15px; | |
| 425 | - font-weight: 500; | |
| 426 | -} | |
| 427 | -.dialog-type-confirm .dialog-header:after, | |
| 428 | -.dialog-type-alert .dialog-header:after { | |
| 429 | - content: ""; | |
| 430 | - display: block; | |
| 431 | - border-block-end: var(--e-a-border); | |
| 432 | - padding-block-end: 10px; | |
| 433 | - margin-block-end: 10px; | |
| 434 | - margin-inline-start: -20px; | |
| 435 | - margin-inline-end: -20px; | |
| 436 | -} | |
| 437 | -.dialog-type-confirm .dialog-message, | |
| 438 | -.dialog-type-alert .dialog-message { | |
| 439 | - min-height: 50px; | |
| 440 | -} | |
| 441 | -.dialog-type-confirm .dialog-buttons-wrapper, | |
| 442 | -.dialog-type-alert .dialog-buttons-wrapper { | |
| 443 | - padding-block-start: 10px; | |
| 444 | - display: flex; | |
| 445 | - justify-content: flex-end; | |
| 446 | - gap: 15px; | |
| 447 | -} | |
| 448 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button, | |
| 449 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button { | |
| 450 | - font-size: 12px; | |
| 451 | - font-weight: 500; | |
| 452 | - line-height: 1.2; | |
| 453 | - padding: 8px 16px; | |
| 454 | - outline: none; | |
| 455 | - border: none; | |
| 456 | - border-radius: var(--e-a-border-radius); | |
| 457 | - background-color: var(--e-a-btn-bg); | |
| 458 | - color: var(--e-a-btn-color-invert); | |
| 459 | - transition: var(--e-a-transition-hover); | |
| 460 | -} | |
| 461 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, | |
| 462 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover { | |
| 463 | - border: none; | |
| 464 | -} | |
| 465 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, | |
| 466 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 467 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus { | |
| 468 | - background-color: var(--e-a-btn-bg-hover); | |
| 469 | - color: var(--e-a-btn-color-invert); | |
| 470 | -} | |
| 471 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active, | |
| 472 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active { | |
| 473 | - background-color: var(--e-a-btn-bg-active); | |
| 474 | -} | |
| 475 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]), | |
| 476 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) { | |
| 477 | - cursor: pointer; | |
| 478 | -} | |
| 479 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled, | |
| 480 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled { | |
| 481 | - background-color: var(--e-a-btn-bg-disabled); | |
| 482 | - color: var(--e-a-btn-color-disabled); | |
| 483 | -} | |
| 484 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, | |
| 485 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon { | |
| 486 | - display: none; | |
| 487 | -} | |
| 488 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel, | |
| 489 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt, | |
| 490 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel { | |
| 491 | - background: transparent; | |
| 492 | - color: var(--e-a-color-txt); | |
| 493 | -} | |
| 494 | -.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, | |
| 495 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, | |
| 496 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, | |
| 497 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, | |
| 498 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus { | |
| 499 | - background: var(--e-a-bg-hover); | |
| 500 | - color: var(--e-a-color-txt-hover); | |
| 501 | -} | |
| 502 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, | |
| 503 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, | |
| 504 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled { | |
| 505 | - background: transparent; | |
| 506 | - color: var(--e-a-color-txt-disabled); | |
| 507 | -} | |
| 508 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border, | |
| 509 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border { | |
| 510 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 511 | -} | |
| 512 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success, | |
| 513 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success, | |
| 514 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success { | |
| 515 | - background-color: var(--e-a-btn-bg-success); | |
| 516 | -} | |
| 517 | -.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, | |
| 518 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, | |
| 519 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, | |
| 520 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover, | |
| 521 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus { | |
| 522 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 523 | -} | |
| 524 | -.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, | |
| 525 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary, | |
| 526 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over, | |
| 527 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok { | |
| 528 | - background-color: var(--e-a-btn-bg-primary); | |
| 529 | - color: var(--e-a-btn-color); | |
| 530 | -} | |
| 531 | -.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, | |
| 532 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover, | |
| 533 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, | |
| 534 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, | |
| 535 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus, | |
| 536 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, | |
| 537 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus { | |
| 538 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 539 | - color: var(--e-a-btn-color); | |
| 540 | -} | |
| 541 | -.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, | |
| 542 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, | |
| 543 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, | |
| 544 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, | |
| 545 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, | |
| 546 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, | |
| 547 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel { | |
| 548 | - background: transparent; | |
| 549 | - color: var(--e-a-color-primary-bold); | |
| 550 | -} | |
| 551 | -.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, | |
| 552 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, | |
| 553 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, | |
| 554 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, | |
| 555 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, | |
| 556 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, | |
| 557 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, | |
| 558 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, | |
| 559 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, | |
| 560 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, | |
| 561 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, | |
| 562 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, | |
| 563 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus { | |
| 564 | - background: var(--e-a-bg-primary); | |
| 565 | -} | |
| 566 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent, | |
| 567 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro, | |
| 568 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent { | |
| 569 | - background-color: var(--e-a-btn-bg-accent); | |
| 570 | -} | |
| 571 | -.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, | |
| 572 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover, | |
| 573 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus, | |
| 574 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover, | |
| 575 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus { | |
| 576 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 577 | -} | |
| 578 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active, | |
| 579 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active, | |
| 580 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active { | |
| 581 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 582 | -} | |
| 583 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info, | |
| 584 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info, | |
| 585 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info { | |
| 586 | - background-color: var(--e-a-btn-bg-info); | |
| 587 | -} | |
| 588 | -.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, | |
| 589 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, | |
| 590 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, | |
| 591 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover, | |
| 592 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus { | |
| 593 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 594 | -} | |
| 595 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning, | |
| 596 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning, | |
| 597 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning { | |
| 598 | - background-color: var(--e-a-btn-bg-warning); | |
| 599 | -} | |
| 600 | -.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, | |
| 601 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, | |
| 602 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, | |
| 603 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover, | |
| 604 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus { | |
| 605 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 606 | -} | |
| 607 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger, | |
| 608 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, | |
| 609 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { | |
| 610 | - background-color: var(--e-a-btn-bg-danger); | |
| 611 | -} | |
| 612 | -.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, | |
| 613 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 614 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 615 | - color: var(--e-a-color-white); | |
| 616 | -} | |
| 617 | -.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, | |
| 618 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, | |
| 619 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, | |
| 620 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, | |
| 621 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus { | |
| 622 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 623 | -} | |
| 624 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i, | |
| 625 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button i { | |
| 626 | - margin-inline-end: 5px; | |
| 627 | -} | |
| 628 | -.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, | |
| 629 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 630 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, | |
| 631 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { | |
| 632 | - color: initial; | |
| 633 | -} | |
| 634 | -.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, | |
| 635 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 636 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 637 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 638 | - background-color: var(--e-a-btn-bg-disabled); | |
| 639 | -} | |
| 640 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 641 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 642 | - background-color: var(--e-a-btn-bg-disabled); | |
| 643 | - cursor: not-allowed; | |
| 644 | -} | |
| 645 | - | |
| 646 | 469 | /* |
| 647 | 470 | * Container style |
| 648 | 471 | */ |
| 649 | 472 | .ps { |
| @@ -648,10 +471,10 @@ | ||
| 648 | 471 | */ |
| 649 | 472 | .ps { |
| 650 | 473 | overflow: hidden !important; |
| 651 | 474 | overflow-anchor: none; |
| 652 | - touch-action: auto; | |
| 653 | -} | |
| 475 | + -ms-touch-action: auto; | |
| 476 | + touch-action: auto; } | |
| 654 | 477 | |
| 655 | 478 | /* |
| 656 | 479 | * Scrollbar rail styles |
| 657 | 480 | */ |
| @@ -657,66 +480,63 @@ | ||
| 657 | 480 | */ |
| 658 | 481 | .ps__rail-y { |
| 659 | 482 | display: none; |
| 660 | 483 | opacity: 0; |
| 661 | - transition: background-color 0.2s linear, opacity 0.2s linear; | |
| 484 | + -webkit-transition: background-color .2s linear, opacity .2s linear; | |
| 485 | + -o-transition: background-color .2s linear, opacity .2s linear; | |
| 486 | + transition: background-color .2s linear, opacity .2s linear; | |
| 662 | 487 | width: 15px; |
| 663 | 488 | /* there must be 'right' or 'left' for ps__rail-y */ |
| 664 | 489 | right: 0; |
| 665 | 490 | left: initial !important; |
| 666 | 491 | /* please don't change 'position' */ |
| 667 | - position: absolute; | |
| 668 | -} | |
| 492 | + position: absolute; } | |
| 669 | 493 | |
| 670 | 494 | .ps--active-y > .ps__rail-y { |
| 671 | 495 | display: block; |
| 672 | - background-color: transparent; | |
| 673 | -} | |
| 496 | + background-color: transparent; } | |
| 674 | 497 | |
| 675 | 498 | .ps:hover > .ps__rail-y, |
| 676 | 499 | .ps--focus > .ps__rail-y, |
| 677 | 500 | .ps--scrolling-y > .ps__rail-y { |
| 678 | - opacity: 0.6; | |
| 679 | -} | |
| 501 | + opacity: 0.6; } | |
| 680 | 502 | |
| 681 | 503 | .ps .ps__rail-y:hover, |
| 682 | 504 | .ps .ps__rail-y:focus, |
| 683 | 505 | .ps .ps__rail-y.ps--clicking { |
| 684 | - opacity: 0.9; | |
| 685 | -} | |
| 506 | + opacity: 0.9; } | |
| 686 | 507 | |
| 687 | 508 | .ps__thumb-y { |
| 688 | 509 | background-color: #aaa; |
| 689 | - border-radius: 6px; | |
| 690 | - transition: background-color 0.2s linear, width 0.2s ease-in-out; | |
| 510 | + -webkit-border-radius: 6px; | |
| 511 | + border-radius: 6px; | |
| 512 | + -webkit-transition: background-color .2s linear, width .2s ease-in-out; | |
| 513 | + -o-transition: background-color .2s linear, width .2s ease-in-out; | |
| 514 | + transition: background-color .2s linear, width .2s ease-in-out; | |
| 691 | 515 | width: 6px; |
| 692 | 516 | /* there must be 'right' for ps__thumb-y */ |
| 693 | 517 | right: 2px; |
| 694 | 518 | /* please don't change 'position' */ |
| 695 | - position: absolute; | |
| 696 | -} | |
| 519 | + position: absolute; } | |
| 697 | 520 | |
| 698 | 521 | .ps__rail-y:hover > .ps__thumb-y, |
| 699 | 522 | .ps__rail-y:focus > .ps__thumb-y, |
| 700 | 523 | .ps__rail-y.ps--clicking .ps__thumb-y { |
| 701 | 524 | background-color: #999; |
| 702 | - width: 6px; | |
| 703 | -} | |
| 525 | + width: 6px; } | |
| 704 | 526 | |
| 705 | 527 | /* Make clicks pass-through */ |
| 706 | 528 | #nprogress { |
| 707 | - pointer-events: none; | |
| 708 | -} | |
| 529 | + pointer-events: none; } | |
| 709 | 530 | |
| 710 | 531 | #nprogress .bar { |
| 711 | - background: #D004D4; | |
| 532 | + background: #39b54a; | |
| 712 | 533 | position: fixed; |
| 713 | 534 | z-index: 1031; |
| 714 | 535 | top: 0; |
| 715 | 536 | left: 0; |
| 716 | 537 | width: 100%; |
| 717 | - height: 2px; | |
| 718 | -} | |
| 538 | + height: 2px; } | |
| 719 | 539 | |
| 720 | 540 | /* Fancy blur effect */ |
| 721 | 541 | #nprogress .peg { |
| 722 | 542 | display: block; |
| @@ -723,12 +543,14 @@ | ||
| 723 | 543 | position: absolute; |
| 724 | 544 | right: 0; |
| 725 | 545 | width: 100px; |
| 726 | 546 | height: 100%; |
| 727 | - box-shadow: 0 0 10px #D004D4, 0 0 5px #D004D4; | |
| 728 | - opacity: 1; | |
| 729 | - transform: rotate(3deg) translate(0px, -4px); | |
| 730 | -} | |
| 547 | + -webkit-box-shadow: 0 0 10px #39b54a, 0 0 5px #39b54a; | |
| 548 | + box-shadow: 0 0 10px #39b54a, 0 0 5px #39b54a; | |
| 549 | + opacity: 1.0; | |
| 550 | + -webkit-transform: rotate(3deg) translate(0px, -4px); | |
| 551 | + -ms-transform: rotate(3deg) translate(0px, -4px); | |
| 552 | + transform: rotate(3deg) translate(0px, -4px); } | |
| 731 | 553 | |
| 732 | 554 | /* Remove these to get rid of the spinner */ |
| 733 | 555 | #nprogress .spinner { |
| 734 | 556 | display: none; |
| @@ -734,3244 +556,2424 @@ | ||
| 734 | 556 | display: none; |
| 735 | 557 | position: fixed; |
| 736 | 558 | z-index: 1031; |
| 737 | 559 | top: 15px; |
| 738 | - right: 15px; | |
| 739 | -} | |
| 560 | + right: 15px; } | |
| 740 | 561 | |
| 741 | 562 | #nprogress .spinner-icon { |
| 742 | 563 | width: 18px; |
| 743 | 564 | height: 18px; |
| 744 | - box-sizing: border-box; | |
| 565 | + -webkit-box-sizing: border-box; | |
| 566 | + box-sizing: border-box; | |
| 745 | 567 | border: solid 2px transparent; |
| 746 | - border-block-start-color: #D004D4; | |
| 747 | - border-inline-start-color: #D004D4; | |
| 748 | - border-radius: 50%; | |
| 749 | - animation: nprogress-spinner 400ms linear infinite; | |
| 750 | -} | |
| 568 | + border-top-color: #39b54a; | |
| 569 | + border-left-color: #39b54a; | |
| 570 | + -webkit-border-radius: 50%; | |
| 571 | + border-radius: 50%; | |
| 572 | + -webkit-animation: nprogress-spinner 400ms linear infinite; | |
| 573 | + animation: nprogress-spinner 400ms linear infinite; } | |
| 751 | 574 | |
| 752 | 575 | .nprogress-custom-parent { |
| 753 | 576 | overflow: hidden; |
| 754 | - position: relative; | |
| 755 | -} | |
| 577 | + position: relative; } | |
| 756 | 578 | |
| 757 | 579 | .nprogress-custom-parent #nprogress .spinner, |
| 758 | 580 | .nprogress-custom-parent #nprogress .bar { |
| 759 | - position: absolute; | |
| 760 | -} | |
| 581 | + position: absolute; } | |
| 761 | 582 | |
| 583 | +@-webkit-keyframes nprogress-spinner { | |
| 584 | + 0% { | |
| 585 | + -webkit-transform: rotate(0deg); | |
| 586 | + transform: rotate(0deg); } | |
| 587 | + 100% { | |
| 588 | + -webkit-transform: rotate(360deg); | |
| 589 | + transform: rotate(360deg); } } | |
| 590 | + | |
| 762 | 591 | @keyframes nprogress-spinner { |
| 763 | 592 | 0% { |
| 764 | - transform: rotate(0deg); | |
| 765 | - } | |
| 593 | + -webkit-transform: rotate(0deg); | |
| 594 | + transform: rotate(0deg); } | |
| 766 | 595 | 100% { |
| 767 | - transform: rotate(360deg); | |
| 768 | - } | |
| 769 | -} | |
| 596 | + -webkit-transform: rotate(360deg); | |
| 597 | + transform: rotate(360deg); } } | |
| 598 | + | |
| 770 | 599 | #nprogress .bar, |
| 771 | 600 | #nprogress .spinner { |
| 772 | - z-index: 100000; | |
| 773 | -} | |
| 601 | + z-index: 100000; } | |
| 774 | 602 | |
| 775 | -:root { | |
| 776 | - --e-is-preview-mode: 0; | |
| 777 | -} | |
| 778 | -@media (max-width: 1439px) { | |
| 779 | - :root { | |
| 780 | - --e-editor-panel-width: 280px; | |
| 781 | - } | |
| 782 | -} | |
| 783 | -@media (min-width: 1440px) { | |
| 784 | - :root { | |
| 785 | - --e-editor-panel-width: 300px; | |
| 786 | - } | |
| 787 | -} | |
| 788 | - | |
| 789 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 790 | -#elementor-panel-header-wrapper, | |
| 791 | -#elementor-panel-content-wrapper, | |
| 792 | -#elementor-panel-footer) h1, | |
| 793 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 794 | -#elementor-panel-header-wrapper, | |
| 795 | -#elementor-panel-content-wrapper, | |
| 796 | -#elementor-panel-footer) h2, | |
| 797 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 798 | -#elementor-panel-header-wrapper, | |
| 799 | -#elementor-panel-content-wrapper, | |
| 800 | -#elementor-panel-footer) h3, | |
| 801 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 802 | -#elementor-panel-header-wrapper, | |
| 803 | -#elementor-panel-content-wrapper, | |
| 804 | -#elementor-panel-footer) h4, | |
| 805 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 806 | -#elementor-panel-header-wrapper, | |
| 807 | -#elementor-panel-content-wrapper, | |
| 808 | -#elementor-panel-footer) h5, | |
| 809 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 810 | -#elementor-panel-header-wrapper, | |
| 811 | -#elementor-panel-content-wrapper, | |
| 812 | -#elementor-panel-footer) h6 { | |
| 813 | - font-size: 100%; | |
| 814 | - font-weight: normal; | |
| 815 | -} | |
| 816 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 817 | -#elementor-panel-header-wrapper, | |
| 818 | -#elementor-panel-content-wrapper, | |
| 819 | -#elementor-panel-footer) abbr, | |
| 820 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 821 | -#elementor-panel-header-wrapper, | |
| 822 | -#elementor-panel-content-wrapper, | |
| 823 | -#elementor-panel-footer) acronym { | |
| 824 | - border: 0; | |
| 825 | - font-variant: normal; | |
| 826 | -} | |
| 827 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 828 | -#elementor-panel-header-wrapper, | |
| 829 | -#elementor-panel-content-wrapper, | |
| 830 | -#elementor-panel-footer) sup { | |
| 831 | - vertical-align: text-top; | |
| 832 | -} | |
| 833 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 834 | -#elementor-panel-header-wrapper, | |
| 835 | -#elementor-panel-content-wrapper, | |
| 836 | -#elementor-panel-footer) sub { | |
| 837 | - vertical-align: text-bottom; | |
| 838 | -} | |
| 839 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 840 | -#elementor-panel-header-wrapper, | |
| 841 | -#elementor-panel-content-wrapper, | |
| 842 | -#elementor-panel-footer) img { | |
| 843 | - max-width: 100%; | |
| 844 | - height: auto; | |
| 845 | - border: 0; | |
| 846 | -} | |
| 847 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 848 | -#elementor-panel-header-wrapper, | |
| 849 | -#elementor-panel-content-wrapper, | |
| 850 | -#elementor-panel-footer) :focus { | |
| 851 | - outline: 0; | |
| 852 | -} | |
| 853 | -.elementor-panel .elementor-panel-box-content { | |
| 854 | - padding: 20px 20px 10px; | |
| 855 | -} | |
| 856 | -.elementor-panel .elementor-button { | |
| 857 | - display: inline-block; | |
| 858 | -} | |
| 859 | -.elementor-panel .elementor-panel-alert { | |
| 860 | - background-color: var(--e-a-bg-primary); | |
| 861 | - padding: 15px; | |
| 862 | - border-inline-start: 3px solid var(--e-a-color-primary); | |
| 863 | - position: relative; | |
| 864 | - font-size: 12px; | |
| 865 | - font-weight: 300; | |
| 866 | - font-style: italic; | |
| 867 | - line-height: 1.5; | |
| 868 | - text-align: start; | |
| 869 | - border-start-start-radius: 0; | |
| 870 | - border-start-end-radius: 3px; | |
| 871 | - border-end-start-radius: 0; | |
| 872 | - border-end-end-radius: 3px; | |
| 873 | -} | |
| 874 | -.elementor-panel .elementor-panel-alert a { | |
| 875 | - color: inherit; | |
| 876 | -} | |
| 877 | -.elementor-panel .elementor-panel-alert.elementor-panel-alert-info { | |
| 878 | - border-color: var(--e-a-color-info); | |
| 879 | - background: var(--e-a-bg-info); | |
| 880 | -} | |
| 881 | -.elementor-panel .elementor-panel-alert.elementor-panel-alert-success { | |
| 882 | - border-color: var(--e-a-color-success); | |
| 883 | - background: var(--e-a-bg-success); | |
| 884 | -} | |
| 885 | -.elementor-panel .elementor-panel-alert.elementor-panel-alert-warning { | |
| 886 | - border-inline-start: 3px solid var(--e-a-color-warning); | |
| 887 | - background: var(--e-a-bg-warning); | |
| 888 | -} | |
| 889 | -.elementor-panel .elementor-panel-alert.elementor-panel-alert-danger { | |
| 890 | - border-color: var(--e-a-color-danger); | |
| 891 | - background: var(--e-a-bg-danger); | |
| 892 | -} | |
| 893 | -.elementor-panel .elementor-descriptor, .elementor-panel .elementor-control-field-description { | |
| 894 | - font-size: 11px; | |
| 895 | - font-style: italic; | |
| 896 | - line-height: 1.4; | |
| 897 | - color: var(--e-a-color-txt-muted); | |
| 898 | -} | |
| 899 | -.elementor-panel .elementor-controls-popover { | |
| 900 | - display: none; | |
| 901 | - position: absolute; | |
| 902 | - box-shadow: var(--e-a-popover-shadow); | |
| 903 | - border-radius: var(--e-a-border-radius); | |
| 904 | - inset-inline: 0; | |
| 905 | - margin: -4px auto 5px; | |
| 906 | - padding-block-start: 15px; | |
| 907 | - width: 90%; | |
| 908 | - z-index: 10000; | |
| 909 | - background-color: var(--e-a-bg-default); | |
| 910 | -} | |
| 911 | -.elementor-panel .elementor-controls-popover:before { | |
| 912 | - content: ""; | |
| 913 | - position: absolute; | |
| 914 | - inset-block-start: -16px; | |
| 915 | - inset-inline-end: 22px; | |
| 916 | - border: 8px solid transparent; | |
| 917 | - border-block-end-color: var(--e-a-bg-default); | |
| 918 | -} | |
| 919 | -.elementor-panel .elementor-controls-popover div.elementor-control { | |
| 920 | - background-color: transparent; | |
| 921 | -} | |
| 922 | -.elementor-panel .elementor-controls-popover div.elementor-control:before { | |
| 923 | - content: none; | |
| 924 | -} | |
| 925 | -.elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { | |
| 926 | - margin-block-start: 20px; | |
| 927 | -} | |
| 928 | 603 | .elementor-panel { |
| 929 | - position: relative; | |
| 604 | + position: fixed; | |
| 930 | 605 | height: 100%; |
| 931 | - inset-inline-start: 0; | |
| 932 | - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 933 | - width: var(--e-editor-panel-width); | |
| 606 | + top: 0; | |
| 607 | + bottom: 0; | |
| 934 | 608 | overflow: visible; |
| 935 | - background-color: var(--e-a-bg-default); | |
| 609 | + background-color: #e6e9ec; | |
| 936 | 610 | z-index: 1; |
| 937 | - font-family: var(--e-a-font-family); | |
| 938 | - font-size: 13px; | |
| 939 | -} | |
| 940 | -.elementor-editor-preview .elementor-panel { | |
| 941 | - --e-is-preview-mode: 1; | |
| 942 | -} | |
| 943 | -.elementor-editor-preview .elementor-panel > .ui-resizable-e, | |
| 944 | -.elementor-editor-preview .elementor-panel > .ui-resizable-w { | |
| 945 | - display: none; | |
| 946 | -} | |
| 947 | -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper { | |
| 948 | - display: flex; | |
| 949 | - flex-direction: column; | |
| 950 | -} | |
| 951 | -.elementor-panel .ps__rail-y { | |
| 952 | - z-index: 2; | |
| 953 | -} | |
| 954 | -.elementor-panel .elementor-responsive-panel { | |
| 955 | - padding: 0 15px; | |
| 956 | - display: grid; | |
| 957 | - gap: 10px; | |
| 958 | - grid-template-columns: repeat(auto-fill, minmax(min(135px, 50% - 5px), 1fr)); | |
| 959 | -} | |
| 960 | -.elementor-panel .elementor-responsive-panel > .e-responsive-panel-stretch { | |
| 961 | - grid-column: 1/-1; | |
| 962 | -} | |
| 963 | -.elementor-panel #elementor-panel-header { | |
| 964 | - display: flex; | |
| 965 | - align-items: center; | |
| 966 | - justify-content: space-between; | |
| 967 | - height: 40px; | |
| 968 | - width: 100%; | |
| 969 | - background-color: var(--e-a-dark-bg); | |
| 970 | - color: var(--e-a-color-white); | |
| 971 | -} | |
| 972 | -.elementor-panel #elementor-panel-header > * { | |
| 973 | - display: flex; | |
| 974 | - align-items: center; | |
| 975 | - justify-content: center; | |
| 976 | -} | |
| 977 | -.elementor-panel .elementor-header-button { | |
| 978 | - width: 40px; | |
| 979 | - border: 0; | |
| 980 | - color: currentColor; | |
| 981 | - background-color: transparent; | |
| 982 | -} | |
| 983 | -.elementor-panel .elementor-header-button .elementor-icon { | |
| 984 | - cursor: pointer; | |
| 985 | - display: block; | |
| 986 | - font-size: 19px; | |
| 987 | - height: 40px; | |
| 988 | - line-height: 40px; | |
| 989 | - transition: var(--e-a-transition-hover); | |
| 990 | -} | |
| 991 | -.elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar { | |
| 992 | - font-size: 18px; | |
| 993 | -} | |
| 994 | -.elementor-panel .elementor-header-button:hover, .elementor-panel .elementor-header-button:focus { | |
| 995 | - color: var(--e-a-dark-color-txt-hover); | |
| 996 | -} | |
| 997 | -.elementor-panel #elementor-panel-header-title { | |
| 998 | - flex: 1; | |
| 999 | - font-size: 15px; | |
| 1000 | - font-weight: 700; | |
| 1001 | -} | |
| 1002 | -.elementor-panel #elementor-panel-header-title img { | |
| 1003 | - width: 90px; | |
| 1004 | -} | |
| 1005 | -.elementor-panel #elementor-panel-elements-categories { | |
| 1006 | - padding-block-end: 10px; | |
| 1007 | - position: relative; | |
| 1008 | -} | |
| 1009 | -.elementor-panel .elementor-panel-category { | |
| 1010 | - position: relative; | |
| 1011 | - border-block-end: var(--e-a-border); | |
| 1012 | -} | |
| 1013 | -.elementor-panel .elementor-panel-category .elementor-panel-heading { | |
| 1014 | - padding: 0 15px; | |
| 1015 | - border: none; | |
| 1016 | - background-color: transparent; | |
| 1017 | -} | |
| 1018 | -.elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading { | |
| 1019 | - border: none; | |
| 1020 | -} | |
| 1021 | -.elementor-panel .elementor-panel-category.elementor-active-title { | |
| 1022 | - display: flex; | |
| 1023 | -} | |
| 1024 | -.elementor-panel .elementor-panel-category-items { | |
| 1025 | - padding-block-end: 20px; | |
| 1026 | -} | |
| 1027 | -.elementor-panel .elementor-panel-category-items-empty { | |
| 1028 | - grid-column-start: 1; | |
| 1029 | - grid-column-end: 3; | |
| 1030 | -} | |
| 1031 | -.elementor-panel #elementor-panel-page-menu { | |
| 1032 | - padding: 25px 15px; | |
| 1033 | -} | |
| 1034 | -.elementor-panel .elementor-panel-menu-group-title { | |
| 1035 | - text-transform: uppercase; | |
| 1036 | - font-size: 11px; | |
| 1037 | -} | |
| 1038 | -.elementor-panel .elementor-panel-menu-items { | |
| 1039 | - border: var(--e-a-border); | |
| 1040 | - margin: 15px 0 25px; | |
| 1041 | - border-radius: 5px; | |
| 1042 | - overflow: hidden; | |
| 1043 | -} | |
| 1044 | -.elementor-panel .elementor-panel-menu-item { | |
| 1045 | - display: flex; | |
| 1046 | - align-items: center; | |
| 1047 | - width: 100%; | |
| 1048 | - height: 40px; | |
| 1049 | - transition: var(--e-a-transition-hover); | |
| 1050 | - border: 0; | |
| 1051 | - background-color: transparent; | |
| 1052 | - cursor: pointer; | |
| 1053 | -} | |
| 1054 | -.elementor-panel .elementor-panel-menu-item:not(:last-child) { | |
| 1055 | - border-block-end: var(--e-a-border); | |
| 1056 | -} | |
| 1057 | -.elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus { | |
| 1058 | - background-color: var(--e-a-bg-hover); | |
| 1059 | -} | |
| 1060 | -.elementor-panel .elementor-panel-menu-item:active { | |
| 1061 | - background-color: var(--e-a-bg-active); | |
| 1062 | - color: var(--e-a-color-txt-accent); | |
| 1063 | -} | |
| 1064 | -.elementor-panel .elementor-panel-menu-item-icon { | |
| 1065 | - text-align: center; | |
| 1066 | - width: 30px; | |
| 1067 | - flex-shrink: 0; | |
| 1068 | - padding: 10px 0; | |
| 1069 | - margin: 0 10px; | |
| 1070 | - font-size: 19px; | |
| 1071 | -} | |
| 1072 | -.elementor-panel .elementor-panel-menu-item-title { | |
| 1073 | - display: flex; | |
| 1074 | - flex-grow: 1; | |
| 1075 | - font-weight: 500; | |
| 1076 | - justify-content: space-between; | |
| 1077 | -} | |
| 1078 | -.elementor-panel .elementor-panel-menu-item-title-badge { | |
| 1079 | - margin: 0 10px; | |
| 1080 | - background: var(--e-a-color-white); | |
| 1081 | - border-radius: var(--e-a-border-radius); | |
| 1082 | -} | |
| 1083 | -.elementor-panel .elementor-panel-menu-item-title > span { | |
| 1084 | - color: var(--e-a-color-accent); | |
| 1085 | -} | |
| 1086 | -.elementor-panel .elementor-panel-menu-item a { | |
| 1087 | - display: flex; | |
| 1088 | - align-items: center; | |
| 1089 | - color: inherit; | |
| 1090 | - width: 100%; | |
| 1091 | - height: 100%; | |
| 1092 | - padding-inline-start: 10px; | |
| 1093 | - padding: 10px 0; | |
| 1094 | -} | |
| 1095 | -.elementor-panel .elementor-control.elementor-control-clear_page { | |
| 1096 | - background-color: transparent; | |
| 1097 | -} | |
| 1098 | -.elementor-panel .elementor-control.elementor-control-clear_page .elementor-control-raw-html { | |
| 1099 | - display: flex; | |
| 1100 | - align-items: center; | |
| 1101 | - justify-content: space-between; | |
| 1102 | -} | |
| 1103 | -.elementor-panel .elementor-panel-navigation { | |
| 1104 | - display: flex; | |
| 1105 | - width: 100%; | |
| 1106 | - border-block-end: var(--e-a-border); | |
| 1107 | -} | |
| 1108 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab { | |
| 1109 | - all: unset; | |
| 1110 | - flex: auto; | |
| 1111 | - transition: var(--e-a-transition-hover); | |
| 1112 | - border-block-end: 3px solid transparent; | |
| 1113 | - cursor: pointer; | |
| 1114 | -} | |
| 1115 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:hover, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus { | |
| 1116 | - background-color: var(--e-a-bg-hover); | |
| 1117 | -} | |
| 1118 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus { | |
| 1119 | - outline: 0; | |
| 1120 | -} | |
| 1121 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 1122 | - border-color: var(--e-a-border-color-accent); | |
| 1123 | - color: var(--e-a-color-txt-accent); | |
| 1124 | -} | |
| 1125 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span { | |
| 1126 | - color: var(--e-a-color-txt-accent); | |
| 1127 | -} | |
| 1128 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span { | |
| 1129 | - color: inherit; | |
| 1130 | - display: block; | |
| 1131 | - text-align: center; | |
| 1132 | - padding: 12px 0 8px; | |
| 1133 | - font-size: 10px; | |
| 1134 | -} | |
| 1135 | -.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before { | |
| 1136 | - font-family: eicons; | |
| 1137 | - font-size: 16px; | |
| 1138 | - display: block; | |
| 1139 | - margin-block-end: 8px; | |
| 1140 | -} | |
| 1141 | -.elementor-panel .elementor-tab-control-content span:before { | |
| 1142 | - content: "\e92c"; | |
| 1143 | -} | |
| 1144 | -.elementor-panel .elementor-tab-control-style span:before { | |
| 1145 | - content: "\e921"; | |
| 1146 | -} | |
| 1147 | -.elementor-panel .elementor-tab-control-settings span:before { | |
| 1148 | - content: "\e940"; | |
| 1149 | -} | |
| 1150 | -.elementor-panel .elementor-tab-control-advanced-tab-floating-buttons span:before, | |
| 1151 | -.elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before, | |
| 1152 | -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before, | |
| 1153 | -.elementor-panel .elementor-tab-control-advanced span:before, | |
| 1154 | -.elementor-panel .elementor-tab-control-general_style span:before { | |
| 1155 | - content: "\e916"; | |
| 1156 | -} | |
| 1157 | -.elementor-panel .elementor-tab-control-responsive span:before { | |
| 1158 | - content: "\e885"; | |
| 1159 | -} | |
| 1160 | -.elementor-panel .elementor-tab-control-lightbox span:before { | |
| 1161 | - content: "\e922"; | |
| 1162 | -} | |
| 1163 | -.elementor-panel .elementor-tab-control-layout span:before, | |
| 1164 | -.elementor-panel .elementor-tab-control-column span:before { | |
| 1165 | - content: "\e899"; | |
| 1166 | -} | |
| 1167 | -.elementor-panel #elementor-panel__editor__help { | |
| 1168 | - padding: 50px 25px; | |
| 1169 | - display: flex; | |
| 1170 | - align-items: center; | |
| 1171 | - justify-content: center; | |
| 1172 | -} | |
| 1173 | -.elementor-panel #elementor-panel__editor__help__link { | |
| 1174 | - display: inline-flex; | |
| 1175 | - align-items: center; | |
| 1176 | - justify-content: center; | |
| 1177 | - font-size: 85%; | |
| 1178 | - line-height: 2; | |
| 1179 | - padding-inline-start: 5px; | |
| 1180 | - color: inherit; | |
| 1181 | - font-weight: 500; | |
| 1182 | - transition: var(--e-a-transition-hover); | |
| 1183 | -} | |
| 1184 | -.elementor-panel #elementor-panel__editor__help__link:hover, .elementor-panel #elementor-panel__editor__help__link:focus { | |
| 1185 | - color: var(--e-a-color-info); | |
| 1186 | -} | |
| 1187 | -.elementor-panel #elementor-panel__editor__help__link i { | |
| 1188 | - padding: 0 5px; | |
| 1189 | - font-size: 125%; | |
| 1190 | - position: relative; | |
| 1191 | -} | |
| 1192 | -.elementor-panel #elementor-panel__editor__help__link i:after { | |
| 1193 | - content: ""; | |
| 1194 | - position: absolute; | |
| 1195 | - height: 13px; | |
| 1196 | - width: 13px; | |
| 1197 | - inset-block-start: 3px; | |
| 1198 | - inset-block-end: 0; | |
| 1199 | - inset-inline-start: 8px; | |
| 1200 | - inset-inline-end: 0; | |
| 1201 | - border-radius: 50%; | |
| 1202 | - z-index: -1; | |
| 1203 | -} | |
| 1204 | -.elementor-panel #elementor-panel-footer { | |
| 1205 | - position: relative; | |
| 1206 | - height: 40px; | |
| 1207 | - background-color: var(--e-a-dark-bg); | |
| 1208 | - color: var(--e-a-dark-color-txt); | |
| 1209 | -} | |
| 1210 | -.elementor-panel #elementor-panel-footer-tools { | |
| 1211 | - display: flex; | |
| 1212 | - justify-content: space-between; | |
| 1213 | - height: 100%; | |
| 1214 | -} | |
| 1215 | -.elementor-panel .elementor-panel-footer-tool { | |
| 1216 | - display: flex; | |
| 1217 | - align-items: center; | |
| 1218 | - justify-content: center; | |
| 1219 | - width: 15%; | |
| 1220 | - cursor: pointer; | |
| 1221 | - transition: var(--e-a-transition-hover); | |
| 1222 | - border: 0; | |
| 1223 | - color: currentColor; | |
| 1224 | - background-color: transparent; | |
| 1225 | -} | |
| 1226 | -.elementor-panel .elementor-panel-footer-tool i { | |
| 1227 | - font-size: 15px; | |
| 1228 | -} | |
| 1229 | -.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right { | |
| 1230 | - margin: auto; | |
| 1231 | - transform: rotate(270deg); | |
| 1232 | -} | |
| 1233 | -.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1234 | - cursor: inherit; | |
| 1235 | -} | |
| 1236 | -.elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus { | |
| 1237 | - color: var(--e-a-dark-color-txt-hover); | |
| 1238 | -} | |
| 1239 | -.elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 1240 | - display: none; | |
| 1241 | -} | |
| 1242 | -.elementor-panel #elementor-panel-footer-saver-publish { | |
| 1243 | - width: 30%; | |
| 1244 | - margin-inline-start: auto; | |
| 1245 | -} | |
| 1246 | -.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { | |
| 1247 | - margin-inline-end: 0; | |
| 1248 | -} | |
| 1249 | -.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { | |
| 1250 | - display: none; | |
| 1251 | -} | |
| 1252 | -.elementor-panel #elementor-panel-footer-saver-options { | |
| 1253 | - width: 10%; | |
| 1254 | -} | |
| 1255 | -.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { | |
| 1256 | - font-size: 11px; | |
| 1257 | - font-style: italic; | |
| 1258 | - padding: 5px 0 15px; | |
| 1259 | -} | |
| 1260 | -.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { | |
| 1261 | - display: none; | |
| 1262 | -} | |
| 1263 | -.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { | |
| 1264 | - border-block-end: 1px dotted transparent; | |
| 1265 | - transition: all ease-in-out 0.3s; | |
| 1266 | - cursor: pointer; | |
| 1267 | -} | |
| 1268 | -.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { | |
| 1269 | - border-block-end-color: inherit; | |
| 1270 | -} | |
| 1271 | -.elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right { | |
| 1272 | - transform: rotate(90deg); | |
| 1273 | -} | |
| 1274 | -.elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1275 | - padding: 0; | |
| 1276 | - font-size: 11px; | |
| 1277 | - height: 100%; | |
| 1278 | - width: 100%; | |
| 1279 | - border-radius: 0; | |
| 1280 | -} | |
| 1281 | -.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1282 | - background-color: #1f2124; | |
| 1283 | - color: #9DA5AE; | |
| 1284 | -} | |
| 1285 | -.elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) { | |
| 1286 | - border-inline-end: 1px solid #F0ABFC; | |
| 1287 | -} | |
| 1288 | -.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled { | |
| 1289 | - border-inline-end: 1px solid #3f444b; | |
| 1290 | -} | |
| 1291 | -.elementor-panel .elementor-panel-footer-sub-menu-wrapper { | |
| 1292 | - position: absolute; | |
| 1293 | - inset-block-end: 100%; | |
| 1294 | - inset-inline-start: 0; | |
| 1295 | - width: 100%; | |
| 1296 | - background-color: #1f2124; | |
| 1297 | - padding: 10px; | |
| 1298 | - box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1299 | - cursor: default; | |
| 1300 | - z-index: 10000; | |
| 1301 | -} | |
| 1302 | -.elementor-panel .elementor-panel-footer-sub-menu { | |
| 1303 | - border-radius: var(--e-border-radius); | |
| 1304 | - overflow: hidden; | |
| 1305 | - border: 1px solid #3f444b; | |
| 1306 | -} | |
| 1307 | -.elementor-panel .elementor-panel-footer-sub-menu-item { | |
| 1308 | - display: flex; | |
| 1309 | - height: 40px; | |
| 1310 | - color: #D5D8DC; | |
| 1311 | - align-items: center; | |
| 1312 | - -moz-column-gap: 10px; | |
| 1313 | - column-gap: 10px; | |
| 1314 | - padding: 0 20px; | |
| 1315 | - transition: var(--e-a-transition-hover); | |
| 1316 | - cursor: pointer; | |
| 1317 | -} | |
| 1318 | -.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled { | |
| 1319 | - cursor: default; | |
| 1320 | - color: #69727D; | |
| 1321 | -} | |
| 1322 | -.elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { | |
| 1323 | - border-block-end: 1px solid #3f444b; | |
| 1324 | -} | |
| 1325 | -.elementor-panel .elementor-panel-footer-sub-menu-item:hover { | |
| 1326 | - background-color: rgba(255, 255, 255, 0.1); | |
| 1327 | -} | |
| 1328 | -.elementor-panel .elementor-panel-footer-sub-menu-item.active { | |
| 1329 | - background-color: rgba(255, 255, 255, 0.2); | |
| 1330 | -} | |
| 611 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 612 | + font-size: 13px; } | |
| 613 | + .elementor-editor-active .elementor-panel { | |
| 614 | + left: 0; } | |
| 615 | + @media (max-width: 1439px) { | |
| 616 | + .elementor-editor-preview .elementor-panel { | |
| 617 | + left: -280px; } } | |
| 618 | + @media (min-width: 1440px) { | |
| 619 | + .elementor-editor-preview .elementor-panel { | |
| 620 | + left: -300px; } } | |
| 621 | + .elementor-editor-preview .elementor-panel > .ui-resizable-e, .elementor-editor-preview .elementor-panel > .ui-resizable-w { | |
| 622 | + display: none; } | |
| 623 | + @media (max-width: 1439px) { | |
| 624 | + .elementor-panel { | |
| 625 | + width: 280px; } } | |
| 626 | + @media (min-width: 1440px) { | |
| 627 | + .elementor-panel { | |
| 628 | + width: 300px; } } | |
| 629 | + .elementor-panel .ps-scrollbar-y-rail { | |
| 630 | + z-index: 2; } | |
| 631 | + .elementor-panel ::-moz-selection { | |
| 632 | + background: #5bc0de; | |
| 633 | + color: #ffffff; } | |
| 634 | + .elementor-panel ::selection { | |
| 635 | + background: #5bc0de; | |
| 636 | + color: #ffffff; } | |
| 637 | + .elementor-panel a { | |
| 638 | + color: #93003c; } | |
| 639 | + .elementor-panel h1, | |
| 640 | + .elementor-panel h2, | |
| 641 | + .elementor-panel h3, | |
| 642 | + .elementor-panel h4, | |
| 643 | + .elementor-panel h5, | |
| 644 | + .elementor-panel h6 { | |
| 645 | + font-size: 100%; | |
| 646 | + font-weight: normal; } | |
| 647 | + .elementor-panel abbr, | |
| 648 | + .elementor-panel acronym { | |
| 649 | + border: 0; | |
| 650 | + font-variant: normal; } | |
| 651 | + .elementor-panel sup { | |
| 652 | + vertical-align: text-top; } | |
| 653 | + .elementor-panel sub { | |
| 654 | + vertical-align: text-bottom; } | |
| 655 | + .elementor-panel img { | |
| 656 | + max-width: 100%; | |
| 657 | + height: auto; | |
| 658 | + border: 0; } | |
| 659 | + .elementor-panel ::-moz-focus-inner { | |
| 660 | + padding: 0; | |
| 661 | + border: 0; } | |
| 662 | + .elementor-panel :focus { | |
| 663 | + outline: 0; } | |
| 664 | + .elementor-panel .elementor-panel-box { | |
| 665 | + margin-top: 10px; | |
| 666 | + background-color: #fff; } | |
| 667 | + .elementor-panel .elementor-panel-box-content { | |
| 668 | + padding: 20px 20px 10px; } | |
| 669 | + .elementor-panel .elementor-button { | |
| 670 | + display: inline-block; } | |
| 671 | + .elementor-panel .elementor-panel-alert { | |
| 672 | + background-color: #fcfcfc; | |
| 673 | + padding: 15px; | |
| 674 | + border-left: 3px solid transparent; | |
| 675 | + position: relative; | |
| 676 | + font-size: 12px; | |
| 677 | + font-weight: 300; | |
| 678 | + font-style: italic; | |
| 679 | + line-height: 1.5; | |
| 680 | + text-align: left; | |
| 681 | + -webkit-border-radius: 0 3px 3px 0; | |
| 682 | + border-radius: 0 3px 3px 0; | |
| 683 | + -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); | |
| 684 | + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); } | |
| 685 | + .elementor-panel .elementor-panel-alert a { | |
| 686 | + color: inherit; } | |
| 687 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-info { | |
| 688 | + border-color: #71d7f7; | |
| 689 | + background-color: #f3fcff; } | |
| 690 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-success { | |
| 691 | + border-color: #39b54a; } | |
| 692 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-warning { | |
| 693 | + border-color: #fcb92c; } | |
| 694 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger { | |
| 695 | + border-color: #d72b3f; } | |
| 696 | + .elementor-panel .elementor-label { | |
| 697 | + display: inline; | |
| 698 | + padding: .2em .6em .3em; | |
| 699 | + font-size: 75%; | |
| 700 | + font-weight: 700; | |
| 701 | + line-height: 1; | |
| 702 | + color: #fff; | |
| 703 | + text-align: center; | |
| 704 | + white-space: nowrap; | |
| 705 | + vertical-align: baseline; | |
| 706 | + -webkit-border-radius: .25em; | |
| 707 | + border-radius: .25em; | |
| 708 | + text-transform: capitalize; } | |
| 709 | + .elementor-panel .elementor-label.elementor-label-default { | |
| 710 | + background-color: #a4afb7; } | |
| 711 | + .elementor-panel .elementor-label.elementor-label-info { | |
| 712 | + background-color: #5bc0de; } | |
| 713 | + .elementor-panel .elementor-label.elementor-label-success { | |
| 714 | + background-color: #5cb85c; } | |
| 715 | + .elementor-panel .elementor-label.elementor-label-warning { | |
| 716 | + background-color: #f0ad4e; } | |
| 717 | + .elementor-panel .elementor-label.elementor-label-danger { | |
| 718 | + background-color: #d9534f; } | |
| 719 | + .elementor-panel .elementor-descriptor, .elementor-panel .elementor-control-field-description { | |
| 720 | + font-size: 11px; | |
| 721 | + font-style: italic; | |
| 722 | + line-height: 1.4; | |
| 723 | + color: #a4afb7; } | |
| 724 | + .elementor-panel .elementor-controls-popover { | |
| 725 | + display: none; | |
| 726 | + position: absolute; | |
| 727 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 728 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 729 | + -webkit-border-radius: 3px; | |
| 730 | + border-radius: 3px; | |
| 731 | + left: 0; | |
| 732 | + right: 0; | |
| 733 | + margin: -4px auto 5px; | |
| 734 | + padding-top: 15px; | |
| 735 | + width: 90%; | |
| 736 | + z-index: 10000; | |
| 737 | + background-color: #fff; } | |
| 738 | + .elementor-panel .elementor-controls-popover:before { | |
| 739 | + content: ''; | |
| 740 | + position: absolute; | |
| 741 | + top: -16px; | |
| 742 | + right: 22px; | |
| 743 | + border: 8px solid transparent; | |
| 744 | + border-bottom-color: #fff; } | |
| 745 | + .elementor-panel .elementor-controls-popover div.elementor-control { | |
| 746 | + background-color: transparent; } | |
| 747 | + .elementor-panel .elementor-controls-popover div.elementor-control:before { | |
| 748 | + content: none; } | |
| 749 | + .elementor-panel #elementor-controls .pojo-widget-button-collapse { | |
| 750 | + display: none; } | |
| 751 | + .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { | |
| 752 | + margin-top: 20px; } | |
| 753 | + .elementor-panel #elementor-panel-header { | |
| 754 | + display: table; | |
| 755 | + height: 40px; | |
| 756 | + width: 100%; | |
| 757 | + background-color: #93003c; | |
| 758 | + color: #fff; } | |
| 759 | + .elementor-panel #elementor-panel-header > * { | |
| 760 | + display: table-cell; | |
| 761 | + vertical-align: middle; | |
| 762 | + text-align: center; } | |
| 763 | + .elementor-panel .elementor-header-button { | |
| 764 | + width: 40px; } | |
| 765 | + .elementor-panel .elementor-header-button .elementor-icon { | |
| 766 | + cursor: pointer; | |
| 767 | + display: block; | |
| 768 | + font-size: 19px; | |
| 769 | + height: 40px; | |
| 770 | + line-height: 40px; | |
| 771 | + -webkit-transition: all 0.3s; | |
| 772 | + -o-transition: all 0.3s; | |
| 773 | + transition: all 0.3s; } | |
| 774 | + .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar { | |
| 775 | + font-size: 18px; } | |
| 776 | + .elementor-panel .elementor-header-button .elementor-icon:hover { | |
| 777 | + color: #d5dadf; } | |
| 778 | + .elementor-panel #elementor-panel-header-title { | |
| 779 | + font-size: 15px; } | |
| 780 | + .elementor-panel #elementor-panel-header-title img { | |
| 781 | + width: 90px; } | |
| 782 | + .elementor-panel .elementor-panel-category { | |
| 783 | + position: relative; } | |
| 784 | + .elementor-panel .elementor-panel-category:first-child .elementor-panel-category-title { | |
| 785 | + padding-top: 14px; } | |
| 786 | + .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-category-title:before { | |
| 787 | + -webkit-transform: rotate(90deg); | |
| 788 | + -ms-transform: rotate(90deg); | |
| 789 | + transform: rotate(90deg); } | |
| 790 | + .elementor-panel .elementor-panel-category:not(.elementor-active):after { | |
| 791 | + content: ''; | |
| 792 | + position: absolute; | |
| 793 | + left: 15px; | |
| 794 | + right: 15px; | |
| 795 | + bottom: 0; | |
| 796 | + height: 8px; | |
| 797 | + background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(transparent)); | |
| 798 | + background: -webkit-linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 799 | + background: -o-linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 800 | + background: linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 801 | + -webkit-transform: translateY(100%); | |
| 802 | + -ms-transform: translateY(100%); | |
| 803 | + transform: translateY(100%); } | |
| 804 | + .elementor-panel .elementor-panel-category-title { | |
| 805 | + margin: 0 15px; | |
| 806 | + padding: 20px 0; | |
| 807 | + position: relative; | |
| 808 | + text-transform: uppercase; | |
| 809 | + font-size: 11px; | |
| 810 | + cursor: pointer; } | |
| 811 | + .elementor-panel .elementor-panel-category-title:before { | |
| 812 | + content: ""; | |
| 813 | + font-family: eicons; | |
| 814 | + position: absolute; | |
| 815 | + right: 0; | |
| 816 | + -webkit-transition: -webkit-transform .3s; | |
| 817 | + transition: -webkit-transform .3s; | |
| 818 | + -o-transition: transform .3s; | |
| 819 | + transition: transform .3s; | |
| 820 | + transition: transform .3s, -webkit-transform .3s; } | |
| 821 | + .elementor-panel .elementor-panel-category-items { | |
| 822 | + overflow: hidden; | |
| 823 | + padding: 0 5px; | |
| 824 | + display: none; } | |
| 825 | + .elementor-panel .elementor-panel-scheme-title { | |
| 826 | + padding: 10px 20px; | |
| 827 | + margin-top: 10px; } | |
| 828 | + .elementor-panel .elementor-panel-scheme-description { | |
| 829 | + padding: 20px 20px 0; } | |
| 830 | + .elementor-panel .elementor-panel-scheme-buttons { | |
| 831 | + padding: 0 20px; | |
| 832 | + display: table; | |
| 833 | + table-layout: fixed; | |
| 834 | + width: 100%; | |
| 835 | + height: 40px; | |
| 836 | + background-color: #fff; | |
| 837 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 838 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); } | |
| 839 | + .elementor-panel .elementor-panel-scheme-buttons .elementor-button { | |
| 840 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 841 | + font-size: 11px; | |
| 842 | + font-weight: 400; } | |
| 843 | + .elementor-panel .elementor-panel-scheme-button-wrapper { | |
| 844 | + display: table-cell; | |
| 845 | + vertical-align: middle; | |
| 846 | + text-align: center; } | |
| 847 | + .elementor-panel .elementor-panel-scheme-button-wrapper:first-child { | |
| 848 | + text-align: left; } | |
| 849 | + .elementor-panel .elementor-panel-scheme-button-wrapper:last-child { | |
| 850 | + text-align: right; } | |
| 851 | + .elementor-panel .elementor-panel-scheme-save .elementor-button { | |
| 852 | + padding: 6px 18px; } | |
| 853 | + .elementor-panel .elementor-panel-scheme-reset .elementor-button, .elementor-panel .elementor-panel-scheme-discard .elementor-button { | |
| 854 | + color: #a4afb7; | |
| 855 | + background: none; } | |
| 856 | + .elementor-panel .elementor-panel-scheme-color .elementor-panel-scheme-items { | |
| 857 | + position: relative; | |
| 858 | + display: grid; | |
| 859 | + grid-template-columns: repeat(4, 27px); | |
| 860 | + -webkit-box-pack: justify; | |
| 861 | + -ms-flex-pack: justify; | |
| 862 | + justify-content: space-between; } | |
| 863 | + .elementor-panel .elementor-panel-scheme-color-title { | |
| 864 | + text-align: center; | |
| 865 | + text-transform: uppercase; | |
| 866 | + margin: 10px 0; | |
| 867 | + color: #c2cbd2; | |
| 868 | + font-size: 8px; } | |
| 869 | + .elementor-panel .elementor-panel-scheme-typography-item { | |
| 870 | + display: table; | |
| 871 | + table-layout: fixed; | |
| 872 | + width: 100%; | |
| 873 | + margin-bottom: 15px; } | |
| 874 | + .elementor-panel .elementor-panel-scheme-typography-item > * { | |
| 875 | + display: table-cell; | |
| 876 | + vertical-align: middle; } | |
| 877 | + .elementor-panel .elementor-panel-scheme-typography-item-value select, .elementor-panel .elementor-panel-scheme-typography-item-value input { | |
| 878 | + width: 100%; } | |
| 879 | + .elementor-panel .elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-scheme-typography-items { | |
| 880 | + display: none; } | |
| 881 | + .elementor-panel .elementor-panel-scheme-color-system-scheme { | |
| 882 | + margin-bottom: 10px; } | |
| 883 | + .elementor-panel .elementor-panel-scheme-color-system-scheme .elementor-title { | |
| 884 | + font-size: 11px; | |
| 885 | + color: #a4afb7; | |
| 886 | + font-style: italic; | |
| 887 | + margin-top: 5px; } | |
| 888 | + .elementor-panel .elementor-panel-scheme-color-system-items { | |
| 889 | + display: -webkit-box; | |
| 890 | + display: -ms-flexbox; | |
| 891 | + display: flex; | |
| 892 | + -webkit-transition: border .5s; | |
| 893 | + -o-transition: border .5s; | |
| 894 | + transition: border .5s; | |
| 895 | + overflow: hidden; | |
| 896 | + padding: 3px; | |
| 897 | + -webkit-border-radius: 3px; | |
| 898 | + border-radius: 3px; | |
| 899 | + border: 1px solid #d5dadf; | |
| 900 | + cursor: pointer; } | |
| 901 | + .elementor-panel .elementor-panel-scheme-color-system-items:hover { | |
| 902 | + border: 1px solid #a4afb7; } | |
| 903 | + .elementor-panel .elementor-panel-scheme-color-system-item { | |
| 904 | + height: 20px; | |
| 905 | + -webkit-box-flex: 1; | |
| 906 | + -ms-flex-positive: 1; | |
| 907 | + flex-grow: 1; } | |
| 908 | + .elementor-panel #elementor-panel-schemes-disabled a { | |
| 909 | + color: #39b54a; } | |
| 910 | + .elementor-panel #elementor-panel-schemes-disabled a:hover { | |
| 911 | + text-decoration: underline; } | |
| 912 | + .elementor-panel #elementor-panel-schemes-disabled .elementor-nerd-box-icon { | |
| 913 | + margin-top: 20px; } | |
| 914 | + .elementor-panel #elementor-panel-page-menu { | |
| 915 | + padding: 25px 15px; } | |
| 916 | + .elementor-panel .elementor-panel-menu-group-title { | |
| 917 | + text-transform: uppercase; | |
| 918 | + font-size: 11px; } | |
| 919 | + .elementor-panel .elementor-panel-menu-items { | |
| 920 | + margin: 15px 0 25px; | |
| 921 | + -webkit-border-radius: 5px; | |
| 922 | + border-radius: 5px; | |
| 923 | + overflow: hidden; } | |
| 924 | + .elementor-panel .elementor-panel-menu-item { | |
| 925 | + display: table; | |
| 926 | + width: 100%; | |
| 927 | + height: 40px; | |
| 928 | + cursor: pointer; | |
| 929 | + margin-bottom: 1px; | |
| 930 | + background-color: #fff; } | |
| 931 | + .elementor-panel .elementor-panel-menu-item:hover { | |
| 932 | + background-color: rgba(255, 255, 255, 0.8); } | |
| 933 | + .elementor-panel .elementor-panel-menu-item > * { | |
| 934 | + display: table-cell; | |
| 935 | + vertical-align: middle; } | |
| 936 | + .elementor-panel .elementor-panel-menu-item-icon { | |
| 937 | + text-align: center; | |
| 938 | + width: 50px; | |
| 939 | + color: #a4afb7; | |
| 940 | + font-size: 19px; } | |
| 941 | + .elementor-panel .elementor-panel-menu-item-icon .eicon-editor-external-link { | |
| 942 | + font-size: 18px; } | |
| 943 | + .elementor-panel .elementor-panel-menu-item-title { | |
| 944 | + font-weight: 500; } | |
| 945 | + .elementor-panel .elementor-panel-menu-item-title > span { | |
| 946 | + color: #39b54a; } | |
| 947 | + .elementor-panel .elementor-panel-menu-item a { | |
| 948 | + color: #6d7882; } | |
| 949 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard { | |
| 950 | + background-color: #0085ba; | |
| 951 | + color: #fff; | |
| 952 | + text-transform: uppercase; | |
| 953 | + font-size: 12px; } | |
| 954 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard:hover { | |
| 955 | + background-color: #0073a1; } | |
| 956 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard .elementor-panel-menu-item-title, | |
| 957 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard .elementor-panel-menu-item-icon { | |
| 958 | + color: #fff; } | |
| 959 | + .elementor-panel .elementor-panel-menu-item-settings-additional-settings { | |
| 960 | + background-color: #f1f3f5; } | |
| 961 | + .elementor-panel .elementor-control.elementor-control-clear_page { | |
| 962 | + background-color: transparent; } | |
| 963 | + .elementor-panel .elementor-control.elementor-control-clear_page .elementor-control-raw-html { | |
| 964 | + display: -webkit-box; | |
| 965 | + display: -ms-flexbox; | |
| 966 | + display: flex; | |
| 967 | + -webkit-box-align: center; | |
| 968 | + -ms-flex-align: center; | |
| 969 | + align-items: center; | |
| 970 | + -webkit-box-pack: justify; | |
| 971 | + -ms-flex-pack: justify; | |
| 972 | + justify-content: space-between; } | |
| 973 | + .elementor-panel .elementor-panel-navigation { | |
| 974 | + background-color: #ffffff; | |
| 975 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 976 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 977 | + display: table; | |
| 978 | + table-layout: fixed; | |
| 979 | + width: 100%; } | |
| 980 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab { | |
| 981 | + display: table-cell; } | |
| 982 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 983 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff)); | |
| 984 | + background-image: -webkit-linear-gradient(top, #f1f3f5, #fff); | |
| 985 | + background-image: -o-linear-gradient(top, #f1f3f5, #fff); | |
| 986 | + background-image: linear-gradient(to bottom, #f1f3f5, #fff); | |
| 987 | + border-bottom: 3px solid #93003c; } | |
| 988 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a { | |
| 989 | + display: block; | |
| 990 | + text-align: center; | |
| 991 | + padding: 12px 0 8px; | |
| 992 | + font-size: 10px; | |
| 993 | + color: #6d7882; } | |
| 994 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before { | |
| 995 | + font-family: eicons; | |
| 996 | + font-size: 16px; | |
| 997 | + display: block; | |
| 998 | + margin-bottom: 6px; } | |
| 999 | + .elementor-panel .elementor-tab-control-content a:before { | |
| 1000 | + content: '\e92c'; } | |
| 1001 | + .elementor-panel .elementor-tab-control-style a:before { | |
| 1002 | + content: '\e921'; } | |
| 1003 | + .elementor-panel .elementor-tab-control-advanced a:before, .elementor-panel .elementor-tab-control-settings a:before, .elementor-panel .elementor-tab-control-general_style a:before { | |
| 1004 | + content: '\e916'; } | |
| 1005 | + .elementor-panel .elementor-tab-control-responsive a:before { | |
| 1006 | + content: '\e885'; } | |
| 1007 | + .elementor-panel .elementor-tab-control-layout a:before, .elementor-panel .elementor-tab-control-column a:before { | |
| 1008 | + content: '\e899'; } | |
| 1009 | + .elementor-panel .elementor-tab-control-lightbox a:before { | |
| 1010 | + content: '\e922'; } | |
| 1011 | + .elementor-panel #elementor-panel__editor__help { | |
| 1012 | + padding: 50px 25px; | |
| 1013 | + display: -webkit-box; | |
| 1014 | + display: -ms-flexbox; | |
| 1015 | + display: flex; | |
| 1016 | + -webkit-box-align: center; | |
| 1017 | + -ms-flex-align: center; | |
| 1018 | + align-items: center; | |
| 1019 | + -webkit-box-pack: center; | |
| 1020 | + -ms-flex-pack: center; | |
| 1021 | + justify-content: center; } | |
| 1022 | + .elementor-panel #elementor-panel__editor__help__link { | |
| 1023 | + display: -webkit-inline-box; | |
| 1024 | + display: -ms-inline-flexbox; | |
| 1025 | + display: inline-flex; | |
| 1026 | + -webkit-box-align: center; | |
| 1027 | + -ms-flex-align: center; | |
| 1028 | + align-items: center; | |
| 1029 | + -webkit-box-pack: center; | |
| 1030 | + -ms-flex-pack: center; | |
| 1031 | + justify-content: center; | |
| 1032 | + color: #6d7882; | |
| 1033 | + font-size: 12px; | |
| 1034 | + font-weight: 500; | |
| 1035 | + -webkit-transition: all 0.3s; | |
| 1036 | + -o-transition: all 0.3s; | |
| 1037 | + transition: all 0.3s; } | |
| 1038 | + .elementor-panel #elementor-panel__editor__help__link i { | |
| 1039 | + padding: 0 5px; | |
| 1040 | + color: #a4afb7; | |
| 1041 | + font-size: 18px; | |
| 1042 | + position: relative; } | |
| 1043 | + .elementor-panel #elementor-panel__editor__help__link i:after { | |
| 1044 | + content: ''; | |
| 1045 | + position: absolute; | |
| 1046 | + height: 13px; | |
| 1047 | + width: 13px; | |
| 1048 | + top: 3px; | |
| 1049 | + bottom: 0; | |
| 1050 | + left: 8px; | |
| 1051 | + right: 0; | |
| 1052 | + -webkit-border-radius: 50%; | |
| 1053 | + border-radius: 50%; | |
| 1054 | + z-index: -1; } | |
| 1055 | + .elementor-panel #elementor-panel__editor__help__link:hover { | |
| 1056 | + color: #495157; } | |
| 1057 | + .elementor-panel #elementor-panel__editor__help__link:hover i { | |
| 1058 | + color: #71d7f7; } | |
| 1059 | + .elementor-panel #elementor-panel__editor__help__link:hover i:before { | |
| 1060 | + content: '\e941'; } | |
| 1061 | + .elementor-panel #elementor-panel__editor__help__link:hover i:after { | |
| 1062 | + background: #fff; } | |
| 1063 | + .elementor-panel #elementor-panel-footer { | |
| 1064 | + position: absolute; | |
| 1065 | + bottom: 0; | |
| 1066 | + left: 0; | |
| 1067 | + right: 0; | |
| 1068 | + height: 40px; | |
| 1069 | + background-color: #495157; } | |
| 1070 | + .elementor-panel #elementor-panel-footer-tools { | |
| 1071 | + display: table; | |
| 1072 | + table-layout: fixed; | |
| 1073 | + width: 100%; | |
| 1074 | + height: 100%; } | |
| 1075 | + .elementor-panel .elementor-panel-footer-tool { | |
| 1076 | + display: table-cell; | |
| 1077 | + vertical-align: middle; | |
| 1078 | + text-align: center; | |
| 1079 | + cursor: pointer; | |
| 1080 | + color: #a4afb7; | |
| 1081 | + -webkit-transition: all 0.3s; | |
| 1082 | + -o-transition: all 0.3s; | |
| 1083 | + transition: all 0.3s; } | |
| 1084 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update { | |
| 1085 | + border-right: 1px solid #2d8739; | |
| 1086 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1087 | + border-radius: 3px 0 0 3px; } | |
| 1088 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update i { | |
| 1089 | + margin-right: 5px; } | |
| 1090 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options { | |
| 1091 | + float: left; | |
| 1092 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1093 | + border-radius: 0 3px 3px 0; } | |
| 1094 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i { | |
| 1095 | + margin: auto; } | |
| 1096 | + .elementor-panel .elementor-panel-footer-tool.elementor-open { | |
| 1097 | + color: #fff; } | |
| 1098 | + .elementor-panel .elementor-panel-footer-tool:not(.elementor-open):hover { | |
| 1099 | + color: #d5dadf; } | |
| 1100 | + .elementor-panel .elementor-panel-footer-tool:not(.elementor-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 1101 | + display: none; } | |
| 1102 | + .elementor-panel .elementor-panel-footer-sub-menu-wrapper { | |
| 1103 | + position: absolute; | |
| 1104 | + bottom: 100%; | |
| 1105 | + left: 0; | |
| 1106 | + width: 100%; | |
| 1107 | + background-color: #556068; | |
| 1108 | + padding: 10px; | |
| 1109 | + -webkit-box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1110 | + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1111 | + cursor: default; | |
| 1112 | + z-index: 10000; } | |
| 1113 | + .elementor-panel .elementor-panel-footer-sub-menu { | |
| 1114 | + -webkit-border-radius: 5px; | |
| 1115 | + border-radius: 5px; | |
| 1116 | + overflow: hidden; } | |
| 1117 | + .elementor-panel .elementor-panel-footer-sub-menu-item { | |
| 1118 | + background-color: #495157; | |
| 1119 | + display: table; | |
| 1120 | + table-layout: fixed; | |
| 1121 | + width: 100%; | |
| 1122 | + cursor: pointer; } | |
| 1123 | + .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-icon, | |
| 1124 | + .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-title { | |
| 1125 | + color: #6d7882; } | |
| 1126 | + .elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { | |
| 1127 | + margin-bottom: 1px; } | |
| 1128 | + .elementor-panel .elementor-panel-footer-sub-menu-item:hover { | |
| 1129 | + background-color: rgba(0, 0, 0, 0.2); } | |
| 1130 | + .elementor-panel .elementor-panel-footer-sub-menu-item.active { | |
| 1131 | + background-color: rgba(0, 0, 0, 0.3); } | |
| 1132 | + .elementor-panel .elementor-panel-footer-sub-menu-item > * { | |
| 1133 | + display: table-cell; | |
| 1134 | + height: 40px; | |
| 1135 | + vertical-align: middle; } | |
| 1136 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-icon { | |
| 1137 | + width: 40px; | |
| 1138 | + color: #a4afb7; } | |
| 1139 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-title { | |
| 1140 | + text-align: left; | |
| 1141 | + color: #d5dadf; } | |
| 1142 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description { | |
| 1143 | + width: 95px; | |
| 1144 | + text-align: left; | |
| 1145 | + font-size: 11px; | |
| 1146 | + font-style: italic; | |
| 1147 | + color: #a4afb7; } | |
| 1148 | + .elementor-panel #elementor-panel-footer-help-title { | |
| 1149 | + text-align: left; | |
| 1150 | + padding: 10px 0; | |
| 1151 | + color: #d5dadf; } | |
| 1152 | + .elementor-panel #elementor-panel-footer-responsive > i { | |
| 1153 | + display: block; | |
| 1154 | + height: 100%; | |
| 1155 | + line-height: 40px; } | |
| 1156 | + .elementor-panel #elementor-panel-footer-saver-publish { | |
| 1157 | + width: 80px; } | |
| 1158 | + .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { | |
| 1159 | + margin-right: 0; } | |
| 1160 | + .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { | |
| 1161 | + display: none; } | |
| 1162 | + .elementor-panel #elementor-panel-footer-saver-options { | |
| 1163 | + width: 35px; | |
| 1164 | + border-left: 1px solid #495157; } | |
| 1165 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { | |
| 1166 | + font-size: 11px; | |
| 1167 | + font-style: italic; | |
| 1168 | + color: #a4afb7; | |
| 1169 | + padding: 5px 0 15px; } | |
| 1170 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { | |
| 1171 | + display: none; } | |
| 1172 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { | |
| 1173 | + border-bottom: 1px dotted transparent; | |
| 1174 | + -webkit-transition: all ease-in-out .3s; | |
| 1175 | + -o-transition: all ease-in-out .3s; | |
| 1176 | + transition: all ease-in-out .3s; | |
| 1177 | + cursor: pointer; } | |
| 1178 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { | |
| 1179 | + border-bottom-color: inherit; } | |
| 1180 | + .elementor-panel .elementor-disabled { | |
| 1181 | + cursor: default; } | |
| 1182 | + .elementor-panel #elementor-panel-saver-button-preview a { | |
| 1183 | + color: #a4afb7; } | |
| 1184 | + .elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1185 | + font-size: 11px; | |
| 1186 | + text-transform: uppercase; | |
| 1187 | + height: 26px; } | |
| 1188 | + .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1189 | + background-color: #556068; | |
| 1190 | + color: #a4afb7; } | |
| 1191 | + .elementor-panel #elementor-panel-saver-button-publish { | |
| 1192 | + width: 100%; | |
| 1193 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1194 | + border-radius: 3px 0 0 3px; } | |
| 1195 | + .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1196 | + width: 25px; } | |
| 1331 | 1197 | |
| 1332 | 1198 | #elementor-panel-elements-navigation .elementor-panel-navigation-tab { |
| 1333 | 1199 | text-align: center; |
| 1334 | 1200 | padding: 10px 0; |
| 1335 | - font-size: 12px; | |
| 1336 | - cursor: pointer; | |
| 1337 | -} | |
| 1201 | + font-size: 11px; | |
| 1202 | + text-transform: uppercase; | |
| 1203 | + cursor: pointer; } | |
| 1338 | 1204 | |
| 1339 | 1205 | #elementor-panel-elements { |
| 1340 | 1206 | overflow: hidden; |
| 1341 | -} | |
| 1207 | + padding: 0 5px; } | |
| 1342 | 1208 | |
| 1343 | 1209 | #elementor-panel-state-loading { |
| 1344 | - display: none; | |
| 1345 | -} | |
| 1346 | -body.elementor-panel-loading #elementor-panel-state-loading { | |
| 1347 | - position: absolute; | |
| 1348 | - inset: 0; | |
| 1349 | - display: flex; | |
| 1350 | - align-items: center; | |
| 1351 | - justify-content: center; | |
| 1352 | - background-color: rgba(255, 255, 255, 0.5); | |
| 1353 | - z-index: 2; | |
| 1354 | -} | |
| 1355 | -#elementor-panel-state-loading .eicon-loading { | |
| 1356 | - font-size: 25px; | |
| 1357 | - color: var(--e-a-color-txt-accent); | |
| 1358 | -} | |
| 1210 | + display: none; } | |
| 1211 | + body.elementor-panel-loading #elementor-panel-state-loading { | |
| 1212 | + position: absolute; | |
| 1213 | + top: 0; | |
| 1214 | + left: 0; | |
| 1215 | + height: 100%; | |
| 1216 | + width: 100%; | |
| 1217 | + display: -webkit-box; | |
| 1218 | + display: -ms-flexbox; | |
| 1219 | + display: flex; | |
| 1220 | + -webkit-box-align: center; | |
| 1221 | + -ms-flex-align: center; | |
| 1222 | + align-items: center; | |
| 1223 | + -webkit-box-pack: center; | |
| 1224 | + -ms-flex-pack: center; | |
| 1225 | + justify-content: center; | |
| 1226 | + background-color: rgba(255, 255, 255, 0.5); | |
| 1227 | + z-index: 1; } | |
| 1228 | + #elementor-panel-state-loading .eicon-loading { | |
| 1229 | + font-size: 25px; | |
| 1230 | + color: #71d7f7; } | |
| 1359 | 1231 | |
| 1360 | -#elementor-panel-elements-search-area { | |
| 1361 | - background-color: var(--e-a-bg-default); | |
| 1362 | - position: sticky; | |
| 1363 | - inset-block-start: 0; | |
| 1364 | - padding: 15px; | |
| 1365 | - z-index: 1; | |
| 1366 | -} | |
| 1367 | - | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1232 | #elementor-panel-elements-search-wrapper { |
| 1373 | 1233 | position: relative; |
| 1374 | -} | |
| 1234 | + margin: 10px 10px 5px; } | |
| 1375 | 1235 | |
| 1376 | 1236 | #elementor-panel-elements-search-input { |
| 1237 | + background-color: rgba(255, 255, 255, 0.7); | |
| 1377 | 1238 | font-size: 11px; |
| 1378 | - padding-block: 10px; | |
| 1379 | - padding-inline: 29px 10px; | |
| 1239 | + padding: 10px 10px 10px 29px; | |
| 1380 | 1240 | font-style: italic; |
| 1381 | - border: var(--e-a-border-bold); | |
| 1382 | - border-radius: 0; | |
| 1241 | + color: #a4afb7; | |
| 1242 | + border: none; | |
| 1243 | + -webkit-transition: all 1s; | |
| 1244 | + -o-transition: all 1s; | |
| 1383 | 1245 | transition: all 1s; |
| 1246 | + -webkit-border-radius: 3px; | |
| 1247 | + border-radius: 3px; | |
| 1248 | + appearance: none; | |
| 1384 | 1249 | -webkit-appearance: none; |
| 1385 | - -moz-appearance: none; | |
| 1386 | - appearance: none; | |
| 1387 | -} | |
| 1388 | -#elementor-panel-elements-search-input + i { | |
| 1389 | - position: absolute; | |
| 1390 | - inset-block-start: 50%; | |
| 1391 | - inset-inline-start: 10px; | |
| 1392 | - transform: translateY(-50%); | |
| 1393 | - color: var(--e-a-color-txt-disabled); | |
| 1394 | -} | |
| 1395 | -#elementor-panel-elements-search-input:focus { | |
| 1396 | - border-color: var(--e-a-border-color-focus); | |
| 1397 | - padding-inline-end: 15px; | |
| 1398 | -} | |
| 1250 | + -moz-appearance: none; } | |
| 1251 | + #elementor-panel-elements-search-input + i { | |
| 1252 | + position: absolute; | |
| 1253 | + left: 10px; | |
| 1254 | + top: 50%; | |
| 1255 | + color: #a4afb7; | |
| 1256 | + -webkit-transform: translateY(-50%); | |
| 1257 | + -ms-transform: translateY(-50%); | |
| 1258 | + transform: translateY(-50%); } | |
| 1259 | + #elementor-panel-elements-search-input:focus { | |
| 1260 | + background-color: white; | |
| 1261 | + padding-right: 15px; } | |
| 1399 | 1262 | |
| 1400 | -.e-free-badge-container { | |
| 1401 | - flex-grow: 1; | |
| 1402 | - margin-inline-start: 10px; | |
| 1403 | - margin-inline-end: 10px; | |
| 1404 | -} | |
| 1405 | -.e-free-badge-container .e-free-badge { | |
| 1406 | - border-radius: var(--e-a-border-radius); | |
| 1407 | - background-color: var(--e-a-btn-bg); | |
| 1408 | - color: var(--e-a-btn-color-invert); | |
| 1409 | - padding: 3px 5px; | |
| 1410 | -} | |
| 1411 | - | |
| 1412 | 1263 | .elementor-panel .elementor-element { |
| 1413 | - font-family: var(--e-a-font-family); | |
| 1414 | - color: var(--e-a-color-txt); | |
| 1415 | - line-height: 1; | |
| 1416 | - text-align: center; | |
| 1417 | - border: var(--e-a-border-bold); | |
| 1418 | - border-radius: 3px; | |
| 1264 | + -webkit-border-radius: 3px; | |
| 1265 | + border-radius: 3px; | |
| 1266 | + background-color: #fff; | |
| 1419 | 1267 | cursor: move; |
| 1420 | - position: relative; | |
| 1421 | - transition: var(--e-a-transition-hover); | |
| 1422 | - width: 100%; | |
| 1423 | - background-color: transparent; | |
| 1424 | -} | |
| 1425 | -.elementor-panel .elementor-element--promotion .elementor-element { | |
| 1426 | - cursor: pointer; | |
| 1427 | - -webkit-user-select: none; | |
| 1428 | - -moz-user-select: none; | |
| 1429 | - user-select: none; | |
| 1430 | -} | |
| 1431 | -.elementor-panel .elementor-element .eicon-atomic { | |
| 1432 | - position: absolute; | |
| 1433 | - inset-block-start: 5px; | |
| 1434 | - inset-inline-end: 5px; | |
| 1435 | - color: var(--e-a-color-txt); | |
| 1436 | -} | |
| 1437 | -.elementor-panel .elementor-element[data-library-element-type=e-birthday-easter-egg] .icon { | |
| 1438 | - color: #C00BB9; | |
| 1439 | -} | |
| 1440 | -.elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { | |
| 1441 | - background-color: var(--e-a-bg-hover); | |
| 1442 | - border-color: var(--e-a-border-color-bold); | |
| 1443 | -} | |
| 1444 | -.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 1445 | - color: var(--e-a-color-accent); | |
| 1446 | -} | |
| 1447 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1448 | - color: var(--e-a-color-info); | |
| 1449 | -} | |
| 1450 | -.elementor-panel .elementor-element .icon { | |
| 1451 | - font-size: 28px; | |
| 1452 | - padding-block-start: 15px; | |
| 1453 | -} | |
| 1454 | -.elementor-panel .elementor-element .title-wrapper { | |
| 1455 | - display: flex; | |
| 1456 | - height: 40px; | |
| 1457 | - align-items: center; | |
| 1458 | - justify-content: center; | |
| 1459 | -} | |
| 1460 | -.elementor-panel .elementor-element .title { | |
| 1461 | - font-size: 12px; | |
| 1462 | -} | |
| 1463 | -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1464 | - position: absolute; | |
| 1465 | - inset-block-start: 5px; | |
| 1466 | - inset-inline-end: 5px; | |
| 1467 | - color: var(--e-a-color-txt-disabled); | |
| 1468 | -} | |
| 1469 | -.elementor-panel .elementor-element:active { | |
| 1470 | - background-color: var(--e-a-bg-hover); | |
| 1471 | - border-color: var(--e-a-border-color-accent); | |
| 1472 | - color: var(--e-a-color-txt-accent); | |
| 1473 | -} | |
| 1268 | + position: relative; } | |
| 1269 | + .elementor-panel .elementor-element-wrapper { | |
| 1270 | + float: left; | |
| 1271 | + width: 50%; | |
| 1272 | + padding: 5px; | |
| 1273 | + text-align: center; | |
| 1274 | + -webkit-box-sizing: border-box; | |
| 1275 | + box-sizing: border-box; } | |
| 1276 | + .elementor-panel .elementor-element--promotion .elementor-element { | |
| 1277 | + cursor: pointer; | |
| 1278 | + -webkit-user-select: none; | |
| 1279 | + -moz-user-select: none; | |
| 1280 | + -ms-user-select: none; | |
| 1281 | + user-select: none; } | |
| 1282 | + .elementor-panel .elementor-element .icon, | |
| 1283 | + .elementor-panel .elementor-element .title { | |
| 1284 | + color: #556068; | |
| 1285 | + -webkit-transition: all 0.3s; | |
| 1286 | + -o-transition: all 0.3s; | |
| 1287 | + transition: all 0.3s; } | |
| 1288 | + .elementor-panel .elementor-element:hover { | |
| 1289 | + -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | |
| 1290 | + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); } | |
| 1291 | + .elementor-panel .elementor-element:hover .icon, .elementor-panel .elementor-element:hover .title { | |
| 1292 | + color: #93003c; } | |
| 1293 | + .elementor-panel .elementor-element .icon { | |
| 1294 | + font-size: 28px; | |
| 1295 | + padding-top: 15px; } | |
| 1296 | + .elementor-panel .elementor-element .elementor-element-title-wrapper { | |
| 1297 | + display: table; | |
| 1298 | + width: 100%; } | |
| 1299 | + .elementor-panel .elementor-element .title { | |
| 1300 | + font-size: 11px; | |
| 1301 | + display: table-cell; | |
| 1302 | + vertical-align: middle; | |
| 1303 | + height: 40px; } | |
| 1304 | + .elementor-panel .elementor-element > .eicon-lock { | |
| 1305 | + position: absolute; | |
| 1306 | + top: 5px; | |
| 1307 | + right: 5px; | |
| 1308 | + color: #e6e9ec; } | |
| 1474 | 1309 | |
| 1475 | 1310 | #elementor-element--promotion__dialog { |
| 1476 | 1311 | position: absolute; |
| 1477 | 1312 | width: 300px; |
| 1478 | 1313 | z-index: 1; |
| 1479 | - background-color: var(--e-a-bg-default); | |
| 1480 | - box-shadow: var(--e-a-popover-shadow); | |
| 1481 | - border-radius: var(--e-a-border-radius); | |
| 1482 | -} | |
| 1483 | -#elementor-element--promotion__dialog:after { | |
| 1484 | - content: ""; | |
| 1485 | - position: absolute; | |
| 1486 | - inset-block-start: 15px; | |
| 1487 | - inset-inline-end: 100%; | |
| 1488 | - transform: scaleY(0.7); | |
| 1489 | - border: 10px solid transparent; | |
| 1490 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1491 | -} | |
| 1492 | -#elementor-element--promotion__dialog__title { | |
| 1493 | - font-size: 14px; | |
| 1494 | -} | |
| 1495 | -#elementor-element--promotion__dialog .dialog-header { | |
| 1496 | - display: flex; | |
| 1497 | - padding: 20px; | |
| 1498 | - border-block-end: var(--e-a-border); | |
| 1499 | - font-weight: 500; | |
| 1500 | -} | |
| 1501 | -#elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { | |
| 1502 | - flex-grow: 1; | |
| 1503 | - margin-inline-start: 10px; | |
| 1504 | - font-size: 14px; | |
| 1505 | - color: var(--e-a-color-accent); | |
| 1506 | -} | |
| 1507 | -#elementor-element--promotion__dialog .dialog-header .eicon-close { | |
| 1508 | - cursor: pointer; | |
| 1509 | - color: var(--e-a-color-txt-disabled); | |
| 1510 | -} | |
| 1511 | -#elementor-element--promotion__dialog .dialog-header .eicon-close:hover { | |
| 1512 | - color: var(--e-a-color-txt-muted); | |
| 1513 | -} | |
| 1514 | -#elementor-element--promotion__dialog .dialog-message { | |
| 1515 | - padding: 20px; | |
| 1516 | -} | |
| 1517 | -#elementor-element--promotion__dialog .dialog-buttons-wrapper { | |
| 1518 | - padding: 0 20px 20px; | |
| 1519 | -} | |
| 1520 | -#elementor-element--promotion__dialog .dialog-button { | |
| 1521 | - padding: 7px 25px; | |
| 1522 | - font-size: 12px; | |
| 1523 | -} | |
| 1314 | + background-color: #fff; | |
| 1315 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1316 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1317 | + -webkit-border-radius: 3px; | |
| 1318 | + border-radius: 3px; } | |
| 1319 | + #elementor-element--promotion__dialog:after { | |
| 1320 | + content: ''; | |
| 1321 | + position: absolute; | |
| 1322 | + top: 15px; | |
| 1323 | + right: 100%; | |
| 1324 | + -webkit-transform: scaleY(0.7); | |
| 1325 | + -ms-transform: scaleY(0.7); | |
| 1326 | + transform: scaleY(0.7); | |
| 1327 | + border: 10px solid transparent; | |
| 1328 | + border-right-color: #fff; } | |
| 1329 | + #elementor-element--promotion__dialog__title { | |
| 1330 | + font-size: 14px; } | |
| 1331 | + #elementor-element--promotion__dialog .dialog-header { | |
| 1332 | + display: -webkit-box; | |
| 1333 | + display: -ms-flexbox; | |
| 1334 | + display: flex; | |
| 1335 | + padding: 20px; | |
| 1336 | + color: #495157; | |
| 1337 | + border-bottom: 1px solid #e6e9ec; | |
| 1338 | + font-weight: 500; } | |
| 1339 | + #elementor-element--promotion__dialog .dialog-header i { | |
| 1340 | + color: #a4afb7; } | |
| 1341 | + #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { | |
| 1342 | + -webkit-box-flex: 1; | |
| 1343 | + -ms-flex-positive: 1; | |
| 1344 | + flex-grow: 1; | |
| 1345 | + margin-left: 10px; | |
| 1346 | + font-size: 14px; } | |
| 1347 | + #elementor-element--promotion__dialog .dialog-header .eicon-close { | |
| 1348 | + cursor: pointer; } | |
| 1349 | + #elementor-element--promotion__dialog .dialog-message { | |
| 1350 | + padding: 20px; } | |
| 1351 | + #elementor-element--promotion__dialog .dialog-buttons-wrapper { | |
| 1352 | + padding: 0 20px 20px 20px; } | |
| 1353 | + #elementor-element--promotion__dialog .dialog-button { | |
| 1354 | + width: 100%; | |
| 1355 | + padding: 6.5px; | |
| 1356 | + font-size: 12px; } | |
| 1357 | + #elementor-element--promotion__dialog .dialog-button::-moz-focus-inner { | |
| 1358 | + border: 0; } | |
| 1524 | 1359 | |
| 1525 | -.dialog-tooltip-widget { | |
| 1526 | - position: absolute; | |
| 1527 | - width: 300px; | |
| 1528 | - z-index: 1; | |
| 1529 | - background-color: var(--e-a-bg-default); | |
| 1530 | - box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1531 | - border-radius: 3px; | |
| 1532 | -} | |
| 1533 | -.dialog-tooltip-widget:after { | |
| 1534 | - content: ""; | |
| 1535 | - position: absolute; | |
| 1536 | - inset-block-start: 15px; | |
| 1537 | - inset-inline-end: 100%; | |
| 1538 | - transform: scaleY(0.7); | |
| 1539 | - border: 10px solid transparent; | |
| 1540 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1541 | -} | |
| 1542 | -.dialog-tooltip-widget__title { | |
| 1543 | - font-size: 14px; | |
| 1544 | -} | |
| 1545 | -.dialog-tooltip-widget .dialog-tooltip-header { | |
| 1546 | - display: flex; | |
| 1547 | - padding: 20px 20px 0; | |
| 1548 | - color: var(--e-a-color-txt); | |
| 1549 | - border-block-end: 1px solid var(--e-a-bg-default); | |
| 1550 | - font-weight: 500; | |
| 1551 | -} | |
| 1552 | -.dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon { | |
| 1553 | - flex-grow: 1; | |
| 1554 | - margin-inline-start: 10px; | |
| 1555 | - font-size: 14px; | |
| 1556 | - color: #93003f; | |
| 1557 | -} | |
| 1558 | -.dialog-tooltip-widget .dialog-tooltip-header .eicon-close { | |
| 1559 | - cursor: pointer; | |
| 1560 | - margin-inline-start: auto; | |
| 1561 | - color: var(--e-a-color-txt); | |
| 1562 | -} | |
| 1563 | -.dialog-tooltip-widget .dialog-tooltip-message { | |
| 1564 | - padding: 20px; | |
| 1565 | -} | |
| 1566 | -.dialog-tooltip-widget .dialog-tooltip-buttons-wrapper { | |
| 1567 | - padding: 0 20px 20px 20px; | |
| 1568 | - text-align: end; | |
| 1569 | -} | |
| 1570 | -.dialog-tooltip-widget .dialog-tooltip-button { | |
| 1571 | - padding: 7px 25px; | |
| 1572 | - font-size: 12px; | |
| 1573 | -} | |
| 1574 | -.dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { | |
| 1575 | - border: 0; | |
| 1576 | -} | |
| 1577 | - | |
| 1578 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1579 | - display: none; | |
| 1580 | -} | |
| 1581 | - | |
| 1582 | -.elementor-panel-elements-widget-creation { | |
| 1583 | - text-align: center; | |
| 1584 | - padding: 30px 20px; | |
| 1585 | -} | |
| 1586 | -.elementor-panel-elements-widget-creation__title { | |
| 1587 | - font-size: 14px; | |
| 1588 | - font-weight: bold; | |
| 1589 | - line-height: 1.4; | |
| 1590 | - color: var(--e-a-color-txt); | |
| 1591 | -} | |
| 1592 | -.elementor-panel-elements-widget-creation__message { | |
| 1593 | - margin-block-start: 8px; | |
| 1594 | - font-size: 13px; | |
| 1595 | - line-height: 1.6; | |
| 1596 | - color: var(--e-a-color-txt-muted); | |
| 1597 | -} | |
| 1598 | -.elementor-panel-elements-widget-creation__cta { | |
| 1599 | - display: inline-flex; | |
| 1600 | - align-items: center; | |
| 1601 | - gap: 6px; | |
| 1602 | - margin-block-start: 16px; | |
| 1603 | - padding: 0; | |
| 1604 | - border: none; | |
| 1605 | - background: none; | |
| 1606 | - color: #C00BB9; | |
| 1607 | - font-size: 14px; | |
| 1608 | - font-weight: 500; | |
| 1609 | - cursor: pointer; | |
| 1610 | - font-family: var(--e-a-font-family); | |
| 1611 | -} | |
| 1612 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1613 | - font-size: 16px; | |
| 1614 | -} | |
| 1615 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1616 | - opacity: 0.8; | |
| 1617 | -} | |
| 1618 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1619 | - border-block-start: var(--e-a-border); | |
| 1620 | -} | |
| 1621 | - | |
| 1622 | -.elementor-panel-category-custom-widgets-empty { | |
| 1623 | - grid-column: 1/-1; | |
| 1624 | - width: 100%; | |
| 1625 | - padding: 0 16px 16px; | |
| 1626 | -} | |
| 1627 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1628 | - margin: 0; | |
| 1629 | - font-size: 12px; | |
| 1630 | - line-height: 1.6; | |
| 1631 | - color: var(--e-a-color-txt-muted); | |
| 1632 | -} | |
| 1633 | - | |
| 1634 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1635 | - margin-inline-start: auto; | |
| 1636 | - padding: 4px 10px; | |
| 1637 | - border: none; | |
| 1638 | - background: none; | |
| 1639 | - color: #C00BB9; | |
| 1640 | - font-size: 12px; | |
| 1641 | - font-weight: 500; | |
| 1642 | - cursor: pointer; | |
| 1643 | - font-family: var(--e-a-font-family); | |
| 1644 | - flex-shrink: 0; | |
| 1645 | -} | |
| 1646 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1647 | - opacity: 0.8; | |
| 1648 | -} | |
| 1649 | - | |
| 1650 | 1360 | #elementor-panel-inner { |
| 1651 | 1361 | position: relative; |
| 1652 | 1362 | height: 100%; |
| 1653 | - display: flex; | |
| 1654 | - flex-direction: column; | |
| 1655 | - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); | |
| 1656 | -} | |
| 1363 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 1364 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); } | |
| 1657 | 1365 | |
| 1658 | 1366 | #elementor-panel-content-wrapper { |
| 1659 | - position: relative; | |
| 1660 | - width: 100%; | |
| 1661 | - flex: 1; | |
| 1662 | -} | |
| 1367 | + position: absolute; | |
| 1368 | + bottom: 40px; | |
| 1369 | + top: 40px; | |
| 1370 | + left: 0; | |
| 1371 | + width: 100%; } | |
| 1663 | 1372 | |
| 1664 | 1373 | .elementor-panel-container { |
| 1665 | 1374 | clear: both; |
| 1666 | - padding-inline-start: 15px; | |
| 1667 | - padding-inline-end: 15px; | |
| 1668 | -} | |
| 1375 | + padding-left: 15px; | |
| 1376 | + padding-right: 15px; } | |
| 1669 | 1377 | |
| 1670 | -#elementor-panel-get-pro-elements .elementor-nerd-box-message { | |
| 1671 | - margin-block-start: 10px; | |
| 1672 | -} | |
| 1673 | -#elementor-panel-get-pro-elements .elementor-nerd-box-icon { | |
| 1674 | - margin-block-start: 20px; | |
| 1675 | -} | |
| 1378 | +.media-modal.wp-core-ui input { | |
| 1379 | + width: auto; } | |
| 1676 | 1380 | |
| 1677 | -#elementor-panel-get-pro-elements-sticky { | |
| 1678 | - position: sticky; | |
| 1679 | - inset-block-end: 0; | |
| 1680 | - font-size: 14px; | |
| 1681 | - font-weight: 400; | |
| 1682 | - line-height: 1.6; | |
| 1683 | - margin-block-end: -10px; | |
| 1684 | -} | |
| 1685 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1686 | - margin-block-start: -14px; | |
| 1687 | - min-height: 40px; | |
| 1688 | - display: block; | |
| 1689 | - padding: 9px min(35px, 5%); | |
| 1690 | - gap: 10px; | |
| 1691 | - background-color: var(--e-a-color-white); | |
| 1692 | - color: var(--e-a-color-black); | |
| 1693 | - text-align: center; | |
| 1694 | - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); | |
| 1695 | -} | |
| 1696 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a { | |
| 1697 | - display: inline-block; | |
| 1698 | - font-size: 13px; | |
| 1699 | - font-weight: 500; | |
| 1700 | - color: var(--e-a-btn-bg-accent); | |
| 1701 | -} | |
| 1702 | -#elementor-panel-get-pro-elements-sticky img { | |
| 1703 | - margin-inline-start: 17px; | |
| 1704 | -} | |
| 1381 | +.media-modal.wp-core-ui select { | |
| 1382 | + width: initial; } | |
| 1705 | 1383 | |
| 1706 | -#elementor-panel-notice-wrapper .elementor-panel-notice { | |
| 1707 | - width: 90%; | |
| 1708 | - margin: 0 auto; | |
| 1709 | - font-style: unset; | |
| 1710 | - margin-block-end: 15px; | |
| 1711 | -} | |
| 1712 | -#elementor-panel-notice-wrapper .elementor-panel-notice a { | |
| 1713 | - font-weight: bold; | |
| 1714 | - font-style: italic; | |
| 1715 | - border-block-end: 2px dotted var(--e-a-color-info); | |
| 1716 | - display: inline-block; | |
| 1717 | -} | |
| 1384 | +.media-modal.wp-core-ui fieldset { | |
| 1385 | + padding: 0; | |
| 1386 | + border: 0; } | |
| 1718 | 1387 | |
| 1719 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button, | |
| 1720 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon { | |
| 1721 | - position: relative; | |
| 1722 | -} | |
| 1723 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after, | |
| 1724 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after { | |
| 1725 | - position: absolute; | |
| 1726 | - content: ""; | |
| 1727 | - display: block; | |
| 1728 | - background: var(--e-a-color-primary); | |
| 1729 | - border-radius: 50%; | |
| 1730 | - width: 8px; | |
| 1731 | - height: 8px; | |
| 1732 | - inset-block-start: 5px; | |
| 1733 | - inset-inline-end: 5px; | |
| 1734 | -} | |
| 1388 | +.media-modal.wp-core-ui .wp-clearfix::after { | |
| 1389 | + content: ''; | |
| 1390 | + display: table; | |
| 1391 | + clear: both; } | |
| 1735 | 1392 | |
| 1736 | -.media-modal.wp-core-ui { | |
| 1737 | - color-scheme: light; | |
| 1738 | - color: #515962; | |
| 1739 | -} | |
| 1740 | -.media-modal.wp-core-ui select { | |
| 1741 | - width: initial; | |
| 1742 | - padding-inline: 8px; | |
| 1743 | -} | |
| 1744 | -.media-modal.wp-core-ui fieldset { | |
| 1745 | - padding: 0; | |
| 1746 | - border: 0; | |
| 1747 | -} | |
| 1393 | +#elementor-panel-get-pro-elements .elementor-nerd-box-message { | |
| 1394 | + margin-top: 10px; } | |
| 1748 | 1395 | |
| 1396 | +#elementor-panel-get-pro-elements .elementor-nerd-box-icon { | |
| 1397 | + margin-top: 20px; } | |
| 1398 | + | |
| 1749 | 1399 | .elementor-control { |
| 1750 | - --control-title-size: 12px; | |
| 1400 | + background-color: #fff; | |
| 1751 | 1401 | position: relative; |
| 1752 | - padding: 0 20px 15px; | |
| 1753 | -} | |
| 1754 | -.elementor-control a { | |
| 1755 | - font-weight: 500; | |
| 1756 | - text-decoration: none; | |
| 1757 | - border-block-end: 1px dotted transparent; | |
| 1758 | - transition: all ease-in-out 0.3s; | |
| 1759 | -} | |
| 1760 | -.elementor-control a:hover { | |
| 1761 | - border-block-end-color: inherit; | |
| 1762 | -} | |
| 1763 | -.elementor-control .elementor-control-content { | |
| 1764 | - display: flex; | |
| 1765 | - flex-direction: column; | |
| 1766 | -} | |
| 1767 | -.elementor-control .elementor-control-title { | |
| 1768 | - font-size: var(--control-title-size); | |
| 1769 | - line-height: 1; | |
| 1770 | - margin-inline-end: 5px; | |
| 1771 | -} | |
| 1772 | -.elementor-control .elementor-control-title:empty { | |
| 1773 | - display: none; | |
| 1774 | -} | |
| 1775 | -.elementor-control .elementor-control-spinner { | |
| 1776 | - display: flex; | |
| 1777 | - align-items: center; | |
| 1778 | -} | |
| 1779 | -.elementor-control.elementor-control-type-divider { | |
| 1780 | - padding: 0; | |
| 1781 | -} | |
| 1782 | -.elementor-control.elementor-control-type-divider .elementor-control-content { | |
| 1783 | - margin-inline: 20px; | |
| 1784 | - border-width: 0; | |
| 1785 | - border-block-start: var(--e-a-border); | |
| 1786 | - background-color: var(--e-a-bg-default); | |
| 1787 | - height: 15px; | |
| 1788 | -} | |
| 1789 | -.elementor-control.elementor-control-separator-before { | |
| 1790 | - padding-block-start: 15px; | |
| 1791 | -} | |
| 1792 | -.elementor-control.elementor-control-separator-before:before { | |
| 1793 | - content: ""; | |
| 1794 | - position: absolute; | |
| 1795 | - inset: 0 20px auto; | |
| 1796 | - height: 1px; | |
| 1797 | - background-color: var(--e-a-border-color); | |
| 1798 | -} | |
| 1799 | -.elementor-control.elementor-control-separator-after { | |
| 1800 | - padding-block-end: 15px; | |
| 1801 | -} | |
| 1802 | -.elementor-control.elementor-control-separator-after:after { | |
| 1803 | - content: ""; | |
| 1804 | - position: absolute; | |
| 1805 | - inset: auto 20px 0; | |
| 1806 | - height: 1px; | |
| 1807 | - background-color: var(--e-a-border-color); | |
| 1808 | -} | |
| 1809 | -.elementor-control.elementor-control-separator-after + .elementor-control-type-tabs + .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) + .elementor-control-separator-default { | |
| 1810 | - padding-block-start: 15px; | |
| 1811 | -} | |
| 1812 | -.elementor-control.elementor-control-deprecated { | |
| 1813 | - color: var(--e-a-color-warning); | |
| 1814 | -} | |
| 1815 | -.elementor-control.elementor-control-deprecated .elementor-control-field-description { | |
| 1816 | - color: var(--e-a-color-warning); | |
| 1817 | -} | |
| 1818 | -.elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { | |
| 1819 | - display: none; | |
| 1820 | -} | |
| 1821 | -.elementor-control.elementor-hidden-control { | |
| 1822 | - display: none; | |
| 1823 | -} | |
| 1824 | -.elementor-control.elementor-control-type-heading .elementor-control-title { | |
| 1825 | - font-weight: bold; | |
| 1826 | - margin: 0; | |
| 1827 | -} | |
| 1828 | -body:not(.elementor-device-widescreen) .elementor-control.elementor-control-responsive-widescreen { | |
| 1829 | - display: none; | |
| 1830 | -} | |
| 1831 | -body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop { | |
| 1832 | - display: none; | |
| 1833 | -} | |
| 1834 | -body:not(.elementor-device-laptop) .elementor-control.elementor-control-responsive-laptop { | |
| 1835 | - display: none; | |
| 1836 | -} | |
| 1837 | -body:not(.elementor-device-tablet_extra) .elementor-control.elementor-control-responsive-tablet_extra { | |
| 1838 | - display: none; | |
| 1839 | -} | |
| 1840 | -body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet { | |
| 1841 | - display: none; | |
| 1842 | -} | |
| 1843 | -body:not(.elementor-device-mobile_extra) .elementor-control.elementor-control-responsive-mobile_extra { | |
| 1844 | - display: none; | |
| 1845 | -} | |
| 1846 | -body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { | |
| 1847 | - display: none; | |
| 1848 | -} | |
| 1849 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1850 | - padding: 4px; | |
| 1851 | -} | |
| 1852 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1853 | - aspect-ratio: 4/1; | |
| 1854 | - -o-object-fit: cover; | |
| 1855 | - object-fit: cover; | |
| 1856 | - -o-object-position: center; | |
| 1857 | - object-position: center; | |
| 1858 | -} | |
| 1859 | -.elementor-control-shape_divider_bottom img { | |
| 1860 | - rotate: X 180deg; | |
| 1861 | -} | |
| 1862 | -.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1863 | - margin-block-start: 5px; | |
| 1864 | -} | |
| 1402 | + padding: 0 20px 15px; } | |
| 1403 | + .elementor-control a { | |
| 1404 | + font-weight: 500; | |
| 1405 | + text-decoration: none; | |
| 1406 | + border-bottom: 1px dotted transparent; | |
| 1407 | + -webkit-transition: all ease-in-out .3s; | |
| 1408 | + -o-transition: all ease-in-out .3s; | |
| 1409 | + transition: all ease-in-out .3s; } | |
| 1410 | + .elementor-control a:hover { | |
| 1411 | + border-bottom-color: inherit; } | |
| 1412 | + .elementor-control .elementor-control-content { | |
| 1413 | + display: -webkit-box; | |
| 1414 | + display: -ms-flexbox; | |
| 1415 | + display: flex; | |
| 1416 | + -webkit-box-orient: vertical; | |
| 1417 | + -webkit-box-direction: normal; | |
| 1418 | + -ms-flex-direction: column; | |
| 1419 | + flex-direction: column; } | |
| 1420 | + .elementor-control .elementor-control-title { | |
| 1421 | + font-size: 12px; | |
| 1422 | + line-height: 1; | |
| 1423 | + margin-right: 5px; } | |
| 1424 | + .elementor-control .elementor-control-spinner { | |
| 1425 | + display: -webkit-box; | |
| 1426 | + display: -ms-flexbox; | |
| 1427 | + display: flex; | |
| 1428 | + -webkit-box-align: center; | |
| 1429 | + -ms-flex-align: center; | |
| 1430 | + align-items: center; } | |
| 1431 | + .elementor-control.elementor-control-type-divider { | |
| 1432 | + padding: 0; | |
| 1433 | + background-color: transparent; } | |
| 1434 | + .elementor-control.elementor-control-type-divider .elementor-control-content { | |
| 1435 | + border-width: 0; | |
| 1436 | + border-color: #e6e9ec; | |
| 1437 | + border-style: solid; | |
| 1438 | + border-top-width: 1px; | |
| 1439 | + background-color: #ffffff; | |
| 1440 | + height: 15px; } | |
| 1441 | + .elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp { | |
| 1442 | + margin-top: 15px; } | |
| 1443 | + .elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp:before { | |
| 1444 | + content: ''; | |
| 1445 | + height: 1px; | |
| 1446 | + display: block; | |
| 1447 | + margin-bottom: 15px; | |
| 1448 | + background-color: transparent; } | |
| 1449 | + .elementor-control.elementor-control-separator-before { | |
| 1450 | + padding-top: 15px; } | |
| 1451 | + .elementor-control.elementor-control-separator-before:before { | |
| 1452 | + content: ''; | |
| 1453 | + position: absolute; | |
| 1454 | + height: 1px; | |
| 1455 | + width: 100%; | |
| 1456 | + top: 0; | |
| 1457 | + left: 0; | |
| 1458 | + background-color: #e6e9ec; } | |
| 1459 | + .elementor-control.elementor-control-separator-after:after { | |
| 1460 | + content: ''; | |
| 1461 | + position: absolute; | |
| 1462 | + height: 1px; | |
| 1463 | + width: 100%; | |
| 1464 | + bottom: 0; | |
| 1465 | + left: 0; | |
| 1466 | + background-color: #e6e9ec; } | |
| 1467 | + .elementor-control.elementor-control-separator-after + .elementor-control-type-tabs + .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) + .elementor-control-separator-default { | |
| 1468 | + padding-top: 15px; } | |
| 1469 | + .elementor-control.elementor-control-deprecated { | |
| 1470 | + color: #b01b1b; } | |
| 1471 | + .elementor-control.elementor-control-deprecated .elementor-control-field-description { | |
| 1472 | + color: #b01b1b; } | |
| 1473 | + .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { | |
| 1474 | + display: none; } | |
| 1475 | + .elementor-control.elementor-hidden-control { | |
| 1476 | + display: none; } | |
| 1477 | + .elementor-control.elementor-control-type-heading .elementor-control-title { | |
| 1478 | + font-weight: bold; | |
| 1479 | + margin: 0; } | |
| 1480 | + body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop { | |
| 1481 | + display: none; } | |
| 1482 | + body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet { | |
| 1483 | + display: none; } | |
| 1484 | + body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { | |
| 1485 | + display: none; } | |
| 1486 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper { | |
| 1487 | + position: relative; } | |
| 1488 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 1489 | + appearance: none; | |
| 1490 | + -webkit-appearance: none; | |
| 1491 | + -moz-appearance: none; | |
| 1492 | + font-size: 12px; | |
| 1493 | + font-family: inherit; | |
| 1494 | + font-weight: inherit; | |
| 1495 | + font-style: inherit; | |
| 1496 | + text-transform: inherit; | |
| 1497 | + letter-spacing: inherit; | |
| 1498 | + line-height: inherit; | |
| 1499 | + -ms-flex-preferred-size: 100%; | |
| 1500 | + flex-basis: 100%; | |
| 1501 | + padding-left: 5px; | |
| 1502 | + padding-right: 20px; | |
| 1503 | + cursor: pointer; } | |
| 1504 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 1505 | + font-family: eicons; | |
| 1506 | + content: '\e8ad'; | |
| 1507 | + font-size: 12px; | |
| 1508 | + position: absolute; | |
| 1509 | + top: 50%; | |
| 1510 | + -webkit-transform: translateY(-50%); | |
| 1511 | + -ms-transform: translateY(-50%); | |
| 1512 | + transform: translateY(-50%); | |
| 1513 | + right: 5px; | |
| 1514 | + pointer-events: none; } | |
| 1515 | + .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1516 | + margin-top: 5px; } | |
| 1517 | + .elementor-control.elementor-control-custom_css_title { | |
| 1518 | + font-size: 12px; } | |
| 1865 | 1519 | |
| 1866 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1867 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1868 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1869 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1870 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1871 | - transform: rotate(90deg); | |
| 1872 | -} | |
| 1873 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1874 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1875 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1876 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1877 | -} | |
| 1520 | +.elementor-control.elementor-open .elementor-panel-heading-toggle .eicon:before, | |
| 1521 | +.elementor-panel-scheme-item.elementor-open .elementor-panel-heading-toggle .eicon:before { | |
| 1522 | + content: '\e92a'; } | |
| 1878 | 1523 | |
| 1524 | +.elementor-control:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before, | |
| 1525 | +.elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before { | |
| 1526 | + content: ""; } | |
| 1527 | + | |
| 1879 | 1528 | .elementor-panel-heading { |
| 1880 | - display: flex; | |
| 1881 | - align-items: center; | |
| 1882 | - gap: 5px; | |
| 1883 | - height: 48px; | |
| 1884 | - padding-inline: 20px; | |
| 1529 | + display: table; | |
| 1530 | + table-layout: fixed; | |
| 1531 | + height: 40px; | |
| 1532 | + padding: 0 20px; | |
| 1885 | 1533 | width: 100%; |
| 1886 | - border: 0; | |
| 1887 | - border-block-start: var(--e-a-border); | |
| 1888 | - border-block-start-width: 2px; | |
| 1889 | - background-color: transparent; | |
| 1890 | - color: var(--e-a-color-txt-accent); | |
| 1891 | - cursor: pointer; | |
| 1892 | -} | |
| 1893 | -.elementor-panel-heading-toggle { | |
| 1894 | - width: 10px; | |
| 1895 | - display: flex; | |
| 1896 | - flex-direction: column; | |
| 1897 | - align-items: center; | |
| 1898 | -} | |
| 1899 | -.elementor-panel-heading-title { | |
| 1900 | - font-weight: bold; | |
| 1901 | -} | |
| 1902 | -.elementor-panel-heading-category-chip { | |
| 1903 | - margin-inline-start: auto; | |
| 1904 | - background-color: var(--e-a-bg-chip); | |
| 1905 | - border-radius: 100px; | |
| 1906 | - padding: 5px 8px; | |
| 1907 | -} | |
| 1908 | -.elementor-panel-heading-category-chip i { | |
| 1909 | - margin-inline-start: 4px; | |
| 1910 | -} | |
| 1911 | -.elementor-panel-heading-promotion { | |
| 1912 | - margin-inline-start: auto; | |
| 1913 | -} | |
| 1914 | -.elementor-panel-heading-promotion a { | |
| 1915 | - color: var(--e-a-color-accent-promotion); | |
| 1916 | - font-family: "Roboto", sans-serif; | |
| 1917 | - font-weight: 500; | |
| 1918 | - font-size: 13px; | |
| 1919 | -} | |
| 1920 | -.elementor-panel-heading-promotion a i { | |
| 1921 | - margin-inline-end: 4px; | |
| 1922 | - font-size: 14px; | |
| 1923 | -} | |
| 1924 | -.elementor-panel-heading-promotion a:hover { | |
| 1925 | - color: var(--e-a-color-accent-promotion); | |
| 1926 | -} | |
| 1927 | -.elementor-panel-heading:focus-visible { | |
| 1928 | - color: var(--e-a-color-txt-hover); | |
| 1929 | -} | |
| 1534 | + border-bottom: 1px solid #e6e9ec; | |
| 1535 | + cursor: pointer; } | |
| 1536 | + .elementor-panel-heading > * { | |
| 1537 | + display: table-cell; | |
| 1538 | + vertical-align: middle; } | |
| 1539 | + .elementor-panel-heading-toggle { | |
| 1540 | + width: 20px; | |
| 1541 | + color: #495157; } | |
| 1542 | + .elementor-panel-heading-title { | |
| 1543 | + color: #495157; | |
| 1544 | + font-weight: bold; } | |
| 1930 | 1545 | |
| 1931 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1932 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1933 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1934 | - border-block-start: none; | |
| 1935 | -} | |
| 1546 | +.elementor-control-wp { | |
| 1547 | + line-height: 1.5; } | |
| 1548 | + .elementor-control-wp p { | |
| 1549 | + margin: 15px 0; } | |
| 1936 | 1550 | |
| 1937 | 1551 | .elementor-control-field { |
| 1552 | + display: -webkit-box; | |
| 1553 | + display: -ms-flexbox; | |
| 1938 | 1554 | display: flex; |
| 1939 | - align-items: center; | |
| 1940 | -} | |
| 1555 | + -webkit-box-align: center; | |
| 1556 | + -ms-flex-align: center; | |
| 1557 | + align-items: center; } | |
| 1941 | 1558 | |
| 1942 | 1559 | .elementor-label-block > .elementor-control-content > .elementor-control-field { |
| 1943 | - flex-wrap: wrap; | |
| 1944 | -} | |
| 1945 | -.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 1946 | - width: 100%; | |
| 1947 | - max-width: 100%; | |
| 1948 | - margin-block-start: 10px; | |
| 1949 | -} | |
| 1950 | -.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label { | |
| 1951 | - width: auto; | |
| 1952 | - flex: 1 1 27px; | |
| 1953 | - display: flex; | |
| 1954 | - align-items: center; | |
| 1955 | - justify-content: center; | |
| 1956 | -} | |
| 1560 | + -ms-flex-wrap: wrap; | |
| 1561 | + flex-wrap: wrap; } | |
| 1562 | + .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 1563 | + width: 100%; | |
| 1564 | + margin-top: 10px; } | |
| 1565 | + | |
| 1957 | 1566 | .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1958 | - margin-block-start: 0; | |
| 1959 | -} | |
| 1567 | + margin-top: 0; } | |
| 1568 | + | |
| 1960 | 1569 | .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1961 | - margin-block-start: 0; | |
| 1962 | -} | |
| 1570 | + margin-top: 0; } | |
| 1963 | 1571 | |
| 1964 | 1572 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title { |
| 1965 | - flex-shrink: 0; | |
| 1966 | - max-width: 60%; | |
| 1967 | -} | |
| 1573 | + -ms-flex-negative: 0; | |
| 1574 | + flex-shrink: 0; } | |
| 1575 | + | |
| 1968 | 1576 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1969 | - margin-inline-start: auto; | |
| 1970 | -} | |
| 1577 | + margin-left: auto; } | |
| 1971 | 1578 | |
| 1972 | 1579 | .elementor-control-field-description { |
| 1973 | - margin-block-start: 10px; | |
| 1974 | -} | |
| 1580 | + margin-top: 10px; } | |
| 1975 | 1581 | |
| 1976 | 1582 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 1977 | - margin-block-start: 0; | |
| 1978 | -} | |
| 1583 | + margin-top: 0; } | |
| 1979 | 1584 | |
| 1980 | -.elementor-control-start-end .eicon-text-align-left, | |
| 1981 | -.elementor-control-start-end .eicon-text-align-right, | |
| 1982 | -.elementor-control-start-end .eicon-h-align-left, | |
| 1983 | -.elementor-control-start-end .eicon-h-align-right { | |
| 1984 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1985 | -} | |
| 1585 | +.elementor-required { | |
| 1586 | + color: #b01b1b; } | |
| 1986 | 1587 | |
| 1987 | -.elementor-update-preview { | |
| 1988 | - margin: 15px 15px 0; | |
| 1989 | - display: flex; | |
| 1990 | - align-items: center; | |
| 1991 | -} | |
| 1588 | +.elementor-units-choices { | |
| 1589 | + -webkit-box-flex: 1; | |
| 1590 | + -ms-flex-positive: 1; | |
| 1591 | + flex-grow: 1; | |
| 1592 | + text-align: right; } | |
| 1593 | + .elementor-units-choices input { | |
| 1594 | + display: none; } | |
| 1595 | + .elementor-units-choices input:not(:checked) + label { | |
| 1596 | + color: #a4afb7; } | |
| 1597 | + .elementor-units-choices input:checked + label { | |
| 1598 | + text-decoration: underline; } | |
| 1599 | + .elementor-units-choices label { | |
| 1600 | + cursor: pointer; | |
| 1601 | + padding: 0 2px; | |
| 1602 | + text-transform: uppercase; | |
| 1603 | + font-size: 9px; } | |
| 1992 | 1604 | |
| 1993 | -.elementor-update-preview-button-wrapper { | |
| 1994 | - flex-grow: 1; | |
| 1995 | - text-align: end; | |
| 1996 | -} | |
| 1997 | - | |
| 1998 | -.elementor-update-preview-button { | |
| 1999 | - padding: 8px 15px; | |
| 2000 | -} | |
| 2001 | - | |
| 2002 | -.elementor-control-direction-ltr input, | |
| 2003 | -.elementor-control-direction-ltr textarea { | |
| 2004 | - direction: ltr; | |
| 2005 | -} | |
| 2006 | -.elementor-control-direction-rtl input, | |
| 2007 | -.elementor-control-direction-rtl textarea { | |
| 2008 | - direction: rtl; | |
| 2009 | -} | |
| 2010 | - | |
| 2011 | 1605 | .elementor-control-responsive-switchers { |
| 1606 | + margin-right: 5px; | |
| 2012 | 1607 | --selected-option: 0; |
| 2013 | 1608 | --pointer-position: var(--selected-option); |
| 2014 | 1609 | position: relative; |
| 2015 | - width: 2.5em; | |
| 2016 | - height: 2.5em; | |
| 2017 | - margin: calc(-2.5em + 12px) 0; | |
| 2018 | - margin-inline-end: 5px; | |
| 2019 | -} | |
| 2020 | -.elementor-control-responsive-switchers__holder { | |
| 2021 | - position: absolute; | |
| 2022 | - width: 100%; | |
| 2023 | - inset-block-start: 0; | |
| 2024 | - background-color: var(--e-a-bg-default); | |
| 2025 | - border-radius: var(--e-a-border-radius); | |
| 2026 | - transition: 0.15s; | |
| 2027 | - border: 1px solid transparent; | |
| 2028 | -} | |
| 2029 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2030 | - z-index: 11000; | |
| 2031 | -} | |
| 2032 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2033 | - height: 2.5em; | |
| 2034 | - transform: scale(1); | |
| 2035 | - opacity: 1; | |
| 2036 | -} | |
| 2037 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2038 | - color: var(--e-a-color-primary-bold); | |
| 2039 | -} | |
| 2040 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2041 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2042 | -} | |
| 1610 | + width: 2em; | |
| 1611 | + height: 2em; } | |
| 1612 | + .elementor-control-responsive-switchers__holder { | |
| 1613 | + position: absolute; | |
| 1614 | + width: 100%; | |
| 1615 | + top: 0; | |
| 1616 | + background-color: #fff; | |
| 1617 | + -webkit-border-radius: 3px; | |
| 1618 | + border-radius: 3px; | |
| 1619 | + -webkit-transition: 0.15s; | |
| 1620 | + -o-transition: 0.15s; | |
| 1621 | + transition: 0.15s; | |
| 1622 | + border: 1px transparent solid; } | |
| 1623 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 1624 | + z-index: 11000; } | |
| 1625 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 1626 | + height: 2em; | |
| 1627 | + -webkit-transform: scale(1); | |
| 1628 | + -ms-transform: scale(1); | |
| 1629 | + transform: scale(1); | |
| 1630 | + opacity: 1; } | |
| 1631 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 1632 | + color: #71d7f7; } | |
| 1633 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 1634 | + top: calc(-1 * var(--selected-option) * 2em); | |
| 1635 | + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 1636 | + box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } | |
| 2043 | 1637 | |
| 2044 | 1638 | .elementor-responsive-switcher { |
| 2045 | - all: unset; | |
| 1639 | + display: -webkit-box; | |
| 1640 | + display: -ms-flexbox; | |
| 2046 | 1641 | display: flex; |
| 2047 | - align-items: center; | |
| 2048 | - justify-content: center; | |
| 1642 | + -webkit-box-align: center; | |
| 1643 | + -ms-flex-align: center; | |
| 1644 | + align-items: center; | |
| 1645 | + -webkit-box-pack: center; | |
| 1646 | + -ms-flex-pack: center; | |
| 1647 | + justify-content: center; | |
| 2049 | 1648 | position: relative; |
| 2050 | 1649 | z-index: 2; |
| 2051 | 1650 | cursor: pointer; |
| 2052 | 1651 | height: 0; |
| 2053 | - width: 100%; | |
| 2054 | - transform: scale(0); | |
| 1652 | + -webkit-transform: scale(0); | |
| 1653 | + -ms-transform: scale(0); | |
| 1654 | + transform: scale(0); | |
| 2055 | 1655 | opacity: 0; |
| 1656 | + -webkit-transition: 0.15s; | |
| 1657 | + -o-transition: 0.15s; | |
| 2056 | 1658 | transition: 0.15s; |
| 2057 | - font-size: 12px; | |
| 2058 | - color: inherit; | |
| 2059 | -} | |
| 2060 | -.elementor-responsive-switcher:hover { | |
| 2061 | - color: var(--e-a-color-primary-bold); | |
| 2062 | -} | |
| 1659 | + font-size: 12px; } | |
| 2063 | 1660 | |
| 2064 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2065 | - height: 2.5em; | |
| 2066 | - transform: scale(1); | |
| 2067 | - opacity: 1; | |
| 2068 | -} | |
| 2069 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2070 | - color: var(--e-a-color-primary-bold); | |
| 2071 | -} | |
| 1661 | +a.elementor-responsive-switcher { | |
| 1662 | + color: #a4afb7; } | |
| 1663 | + a.elementor-responsive-switcher:hover { | |
| 1664 | + color: #71d7f7; } | |
| 2072 | 1665 | |
| 2073 | 1666 | .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 2074 | - height: 2.5em; | |
| 2075 | - transform: scale(1); | |
| 2076 | - opacity: 1; | |
| 2077 | -} | |
| 1667 | + height: 2em; | |
| 1668 | + -webkit-transform: scale(1); | |
| 1669 | + -ms-transform: scale(1); | |
| 1670 | + transform: scale(1); | |
| 1671 | + opacity: 1; } | |
| 1672 | + | |
| 2078 | 1673 | .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 2079 | - color: var(--e-a-color-primary-bold); | |
| 2080 | -} | |
| 1674 | + color: #71d7f7; } | |
| 2081 | 1675 | |
| 2082 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2083 | - height: 2.5em; | |
| 2084 | - transform: scale(1); | |
| 2085 | - opacity: 1; | |
| 2086 | -} | |
| 2087 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2088 | - color: var(--e-a-color-primary-bold); | |
| 2089 | -} | |
| 1676 | +.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 1677 | + height: 2em; | |
| 1678 | + -webkit-transform: scale(1); | |
| 1679 | + -ms-transform: scale(1); | |
| 1680 | + transform: scale(1); | |
| 1681 | + opacity: 1; } | |
| 2090 | 1682 | |
| 2091 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2092 | - height: 2.5em; | |
| 2093 | - transform: scale(1); | |
| 2094 | - opacity: 1; | |
| 2095 | -} | |
| 2096 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2097 | - color: var(--e-a-color-primary-bold); | |
| 2098 | -} | |
| 2099 | - | |
| 2100 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2101 | - height: 2.5em; | |
| 2102 | - transform: scale(1); | |
| 2103 | - opacity: 1; | |
| 2104 | -} | |
| 2105 | 1683 | .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 2106 | - color: var(--e-a-color-primary-bold); | |
| 2107 | -} | |
| 1684 | + color: #71d7f7; } | |
| 2108 | 1685 | |
| 2109 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2110 | - height: 2.5em; | |
| 2111 | - transform: scale(1); | |
| 2112 | - opacity: 1; | |
| 2113 | -} | |
| 2114 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2115 | - color: var(--e-a-color-primary-bold); | |
| 2116 | -} | |
| 1686 | +.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 1687 | + height: 2em; | |
| 1688 | + -webkit-transform: scale(1); | |
| 1689 | + -ms-transform: scale(1); | |
| 1690 | + transform: scale(1); | |
| 1691 | + opacity: 1; } | |
| 2117 | 1692 | |
| 2118 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2119 | - height: 2.5em; | |
| 2120 | - transform: scale(1); | |
| 2121 | - opacity: 1; | |
| 2122 | -} | |
| 2123 | 1693 | .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 2124 | - color: var(--e-a-color-primary-bold); | |
| 2125 | -} | |
| 1694 | + color: #71d7f7; } | |
| 2126 | 1695 | |
| 2127 | -.e-units-wrapper { | |
| 2128 | - position: relative; | |
| 2129 | - margin-inline-start: auto; | |
| 2130 | -} | |
| 2131 | -.e-units-wrapper .e-units-switcher { | |
| 2132 | - cursor: pointer; | |
| 2133 | - font-size: 10px; | |
| 2134 | - padding: 0.5em; | |
| 2135 | - margin: -0.5em 0; | |
| 2136 | - transition: all ease-in-out 0.15s; | |
| 2137 | -} | |
| 2138 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2139 | - color: var(--e-a-color-primary-bold); | |
| 2140 | - background-color: var(--e-a-bg-hover); | |
| 2141 | - border-radius: var(--e-a-border-radius); | |
| 2142 | -} | |
| 2143 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2144 | - display: none; | |
| 2145 | -} | |
| 2146 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2147 | - display: none; | |
| 2148 | -} | |
| 2149 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2150 | - transform: rotate(90deg); | |
| 2151 | -} | |
| 1696 | +.elementor-update-preview { | |
| 1697 | + margin: 15px 15px 0; | |
| 1698 | + display: -webkit-box; | |
| 1699 | + display: -ms-flexbox; | |
| 1700 | + display: flex; | |
| 1701 | + -webkit-box-align: center; | |
| 1702 | + -ms-flex-align: center; | |
| 1703 | + align-items: center; } | |
| 2152 | 1704 | |
| 2153 | -.e-units-choices input { | |
| 2154 | - display: none; | |
| 2155 | -} | |
| 2156 | -.e-units-choices input:checked + label { | |
| 2157 | - color: var(--e-a-color-primary-bold); | |
| 2158 | -} | |
| 2159 | -.e-units-choices label { | |
| 2160 | - cursor: pointer; | |
| 2161 | - display: block; | |
| 2162 | -} | |
| 2163 | -.e-units-choices { | |
| 2164 | - display: none; | |
| 2165 | - overflow: hidden; | |
| 2166 | - max-height: 0; | |
| 2167 | - position: absolute; | |
| 2168 | - inset-block-start: -0.8em; | |
| 2169 | - inset-inline-start: -0.5em; | |
| 2170 | - width: 2.5em; | |
| 2171 | - text-align: center; | |
| 2172 | - background-color: var(--e-a-bg-default); | |
| 2173 | - border-radius: var(--e-a-border-radius); | |
| 2174 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2175 | - animation-timing-function: linear; | |
| 2176 | - animation-delay: 0s; | |
| 2177 | - animation-fill-mode: forwards; | |
| 2178 | - z-index: 11000; | |
| 2179 | -} | |
| 2180 | -.e-units-choices .elementor-units-choices-label { | |
| 2181 | - display: flex; | |
| 2182 | - align-items: center; | |
| 2183 | - height: 3em; | |
| 2184 | - justify-content: center; | |
| 2185 | - font-size: 10px; | |
| 2186 | - transition: 0.15s; | |
| 2187 | -} | |
| 2188 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2189 | - color: var(--e-a-color-primary-bold); | |
| 2190 | -} | |
| 2191 | -.e-units-choices.e-units-choices-open { | |
| 2192 | - display: block; | |
| 2193 | - animation-duration: 1s; | |
| 2194 | - animation-name: e-units-choices-open; | |
| 2195 | -} | |
| 1705 | +.elementor-update-preview-button-wrapper { | |
| 1706 | + -webkit-box-flex: 1; | |
| 1707 | + -ms-flex-positive: 1; | |
| 1708 | + flex-grow: 1; | |
| 1709 | + text-align: right; } | |
| 2196 | 1710 | |
| 2197 | -.e-units-custom input { | |
| 2198 | - font-family: monospace; | |
| 2199 | - font-size: 0.85em; | |
| 2200 | -} | |
| 1711 | +.elementor-update-preview-button { | |
| 1712 | + padding: 8px 15px; | |
| 1713 | + text-transform: uppercase; } | |
| 2201 | 1714 | |
| 2202 | -@keyframes e-units-choices-open { | |
| 2203 | - from { | |
| 2204 | - max-height: 0; | |
| 2205 | - } | |
| 2206 | - to { | |
| 2207 | - max-height: 100vh; | |
| 2208 | - } | |
| 2209 | -} | |
| 2210 | -.elementor-control-alert { | |
| 2211 | - display: flex; | |
| 2212 | - flex-direction: column; | |
| 2213 | - justify-content: flex-start; | |
| 2214 | - align-items: flex-start; | |
| 2215 | - gap: 8px; | |
| 2216 | -} | |
| 2217 | -.elementor-control-alert-heading { | |
| 2218 | - font-weight: bold; | |
| 2219 | -} | |
| 1715 | +.elementor-control-direction-ltr input, | |
| 1716 | +.elementor-control-direction-ltr textarea { | |
| 1717 | + direction: ltr; } | |
| 2220 | 1718 | |
| 1719 | +.elementor-control-direction-rtl input, | |
| 1720 | +.elementor-control-direction-rtl textarea { | |
| 1721 | + direction: rtl; } | |
| 1722 | + | |
| 2221 | 1723 | .elementor-control-type-button .elementor-control-input-wrapper { |
| 2222 | - text-align: end; | |
| 2223 | -} | |
| 1724 | + text-align: right; } | |
| 1725 | + | |
| 2224 | 1726 | .elementor-control-type-button .elementor-button { |
| 2225 | 1727 | width: auto; |
| 2226 | -} | |
| 2227 | -.elementor-control-type-button .elementor-button.elementor-button-center { | |
| 2228 | - display: block; | |
| 2229 | - margin: 0 auto; | |
| 2230 | -} | |
| 1728 | + height: 26px; } | |
| 2231 | 1729 | |
| 2232 | 1730 | .elementor-control-type-choose.elementor-label-block .elementor-choices { |
| 2233 | - width: 100%; | |
| 2234 | -} | |
| 1731 | + width: 100%; } | |
| 2235 | 1732 | |
| 2236 | 1733 | .elementor-choices { |
| 1734 | + display: -webkit-box; | |
| 1735 | + display: -ms-flexbox; | |
| 2237 | 1736 | display: flex; |
| 2238 | 1737 | height: 27px; |
| 2239 | 1738 | line-height: 27px; |
| 2240 | 1739 | text-align: center; |
| 2241 | 1740 | border-spacing: 1px; |
| 2242 | - border-radius: var(--e-a-border-radius); | |
| 2243 | - overflow: hidden; | |
| 2244 | -} | |
| 2245 | -.elementor-choices .elementor-choices-label { | |
| 2246 | - border-block-start: var(--e-a-border-bold); | |
| 2247 | - border-block-end: var(--e-a-border-bold); | |
| 2248 | - border-inline-start: var(--e-a-border-bold); | |
| 2249 | - border-inline-end: none; | |
| 2250 | - font-size: 12px; | |
| 2251 | - transition: var(--e-a-transition-hover); | |
| 2252 | - cursor: pointer; | |
| 2253 | - overflow: hidden; | |
| 2254 | -} | |
| 2255 | -.elementor-choices .elementor-choices-label:nth-child(2) { | |
| 2256 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2257 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2258 | -} | |
| 2259 | -.elementor-choices .elementor-choices-label:last-child { | |
| 2260 | - border-inline-end: var(--e-a-border-bold); | |
| 2261 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2262 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2263 | -} | |
| 2264 | -.elementor-choices input { | |
| 2265 | - display: none; | |
| 2266 | -} | |
| 2267 | -.elementor-choices input:hover + .elementor-choices-label { | |
| 2268 | - background-color: var(--e-a-bg-hover); | |
| 2269 | -} | |
| 2270 | -.elementor-choices input.e-choose-placeholder + .elementor-choices-label, .elementor-choices input:checked + .elementor-choices-label { | |
| 2271 | - background-color: var(--e-a-bg-active-bold); | |
| 2272 | - color: var(--e-a-color-txt-accent); | |
| 2273 | -} | |
| 1741 | + -webkit-border-radius: 3px; | |
| 1742 | + border-radius: 3px; | |
| 1743 | + overflow: hidden; } | |
| 1744 | + .elementor-choices .elementor-choices-label { | |
| 1745 | + border-top: 1px solid #d5dadf; | |
| 1746 | + border-bottom: 1px solid #d5dadf; | |
| 1747 | + border-left: 1px solid #d5dadf; | |
| 1748 | + border-right: none; | |
| 1749 | + font-size: 12px; | |
| 1750 | + -webkit-transition: all .5s; | |
| 1751 | + -o-transition: all .5s; | |
| 1752 | + transition: all .5s; | |
| 1753 | + cursor: pointer; | |
| 1754 | + overflow: hidden; } | |
| 1755 | + .elementor-choices .elementor-choices-label:nth-child(2) { | |
| 1756 | + -webkit-border-top-left-radius: 3px; | |
| 1757 | + border-top-left-radius: 3px; | |
| 1758 | + -webkit-border-bottom-left-radius: 3px; | |
| 1759 | + border-bottom-left-radius: 3px; } | |
| 1760 | + .elementor-choices .elementor-choices-label:last-child { | |
| 1761 | + border-right: 1px solid #d5dadf; | |
| 1762 | + -webkit-border-top-right-radius: 3px; | |
| 1763 | + border-top-right-radius: 3px; | |
| 1764 | + -webkit-border-bottom-right-radius: 3px; | |
| 1765 | + border-bottom-right-radius: 3px; } | |
| 1766 | + .elementor-choices input { | |
| 1767 | + display: none; } | |
| 1768 | + .elementor-choices input:checked + .elementor-choices-label { | |
| 1769 | + color: #fff; | |
| 1770 | + background-color: #a4afb7; | |
| 1771 | + border-color: #a4afb7; } | |
| 2274 | 1772 | |
| 2275 | 1773 | .elementor-label-inline .elementor-choices { |
| 2276 | - justify-content: flex-end; | |
| 2277 | -} | |
| 1774 | + -webkit-box-pack: end; | |
| 1775 | + -ms-flex-pack: end; | |
| 1776 | + justify-content: flex-end; } | |
| 2278 | 1777 | |
| 2279 | -.elementor-control-type-color.e-control-global .pickr { | |
| 2280 | - border-start-start-radius: 0; | |
| 2281 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2282 | - border-end-start-radius: 0; | |
| 2283 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2284 | - flex-shrink: 0; | |
| 2285 | - border-color: var(--e-a-border-color-bold); | |
| 2286 | - transition: var(--e-a-transition-hover); | |
| 2287 | -} | |
| 2288 | -.elementor-control-type-color.e-control-global .pickr:hover { | |
| 2289 | - background-color: var(--e-a-bg-hover); | |
| 2290 | -} | |
| 2291 | -.elementor-control-type-color.e-control-global .e-global__popover-toggle:not(.e-global__popover-toggle--active) ~ .pickr { | |
| 2292 | - background-color: var(--e-a-bg-active-bold); | |
| 2293 | -} | |
| 1778 | +.rtl .elementor-control-text_align .elementor-choices, | |
| 1779 | +.rtl .elementor-control-align .elementor-choices, | |
| 1780 | +.rtl .elementor-control-position .elementor-choices { | |
| 1781 | + -webkit-box-orient: horizontal; | |
| 1782 | + -webkit-box-direction: reverse; | |
| 1783 | + -ms-flex-direction: row-reverse; | |
| 1784 | + flex-direction: row-reverse; } | |
| 1785 | + .rtl .elementor-control-text_align .elementor-choices .elementor-choices-label:nth-child(2), | |
| 1786 | + .rtl .elementor-control-align .elementor-choices .elementor-choices-label:nth-child(2), | |
| 1787 | + .rtl .elementor-control-position .elementor-choices .elementor-choices-label:nth-child(2) { | |
| 1788 | + border-right: 1px solid #d5dadf; | |
| 1789 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1790 | + border-radius: 3px 0 0 3px; } | |
| 1791 | + .rtl .elementor-control-text_align .elementor-choices .elementor-choices-label:last-child, | |
| 1792 | + .rtl .elementor-control-align .elementor-choices .elementor-choices-label:last-child, | |
| 1793 | + .rtl .elementor-control-position .elementor-choices .elementor-choices-label:last-child { | |
| 1794 | + border-right: none; | |
| 1795 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1796 | + border-radius: 0 3px 3px 0; } | |
| 1797 | + | |
| 1798 | +.elementor-control-type-color.e-control-global .e-global__popover-toggle ~ .pickr { | |
| 1799 | + -webkit-border-radius: 0px 3px 3px 0; | |
| 1800 | + border-radius: 0px 3px 3px 0; | |
| 1801 | + -ms-flex-negative: 0; | |
| 1802 | + flex-shrink: 0; } | |
| 1803 | + | |
| 2294 | 1804 | .elementor-control-type-color .elementor-control-title { |
| 2295 | - flex-grow: 1; | |
| 2296 | -} | |
| 1805 | + -webkit-box-flex: 1; | |
| 1806 | + -ms-flex-positive: 1; | |
| 1807 | + flex-grow: 1; } | |
| 1808 | + | |
| 2297 | 1809 | .elementor-control-type-color .elementor-control-input-wrapper { |
| 1810 | + display: -webkit-box; | |
| 1811 | + display: -ms-flexbox; | |
| 2298 | 1812 | display: flex; |
| 2299 | - justify-content: flex-end; | |
| 2300 | -} | |
| 1813 | + -webkit-box-pack: end; | |
| 1814 | + -ms-flex-pack: end; | |
| 1815 | + justify-content: flex-end; } | |
| 2301 | 1816 | |
| 1817 | +.elementor-control-type-color .elementor-control-dynamic-switcher { | |
| 1818 | + border-left-width: 0; | |
| 1819 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1820 | + border-radius: 0 3px 3px 0; } | |
| 1821 | + | |
| 1822 | +.elementor-control-type-color.elementor-control-dynamic .pickr { | |
| 1823 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1824 | + border-radius: 3px 0 0 3px; } | |
| 1825 | + | |
| 2302 | 1826 | .elementor-group-control-css-filter .elementor-slider { |
| 2303 | 1827 | height: 6px; |
| 2304 | - box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 2305 | -} | |
| 1828 | + -webkit-box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 1829 | + box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); } | |
| 1830 | + | |
| 2306 | 1831 | .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2307 | - margin-block-start: 0; | |
| 2308 | - margin-block-end: 5px; | |
| 2309 | -} | |
| 1832 | + margin-top: 0; | |
| 1833 | + margin-bottom: 5px; } | |
| 2310 | 1834 | |
| 2311 | 1835 | .elementor-group-control-blur .elementor-slider { |
| 2312 | 1836 | background: url("../images/blur.png"); |
| 2313 | - background-size: cover; | |
| 2314 | - background-position: center; | |
| 2315 | -} | |
| 1837 | + -webkit-background-size: cover; | |
| 1838 | + background-size: cover; | |
| 1839 | + background-position: center; } | |
| 2316 | 1840 | |
| 2317 | 1841 | .elementor-group-control-contrast .elementor-slider { |
| 2318 | 1842 | background: url("../images/contrast.png"); |
| 2319 | - background-size: 100% 100%; | |
| 2320 | -} | |
| 1843 | + -webkit-background-size: 100% 100%; | |
| 1844 | + background-size: 100% 100%; } | |
| 2321 | 1845 | |
| 2322 | 1846 | .elementor-group-control-hue .elementor-slider { |
| 2323 | - background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 2324 | -} | |
| 1847 | + background-image: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(greenyellow), color-stop(limegreen), color-stop(deepskyblue), color-stop(blue), color-stop(95%, darkviolet)); | |
| 1848 | + background-image: -webkit-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 1849 | + background-image: -o-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 1850 | + background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); } | |
| 2325 | 1851 | |
| 2326 | 1852 | .elementor-group-control-saturate .elementor-slider { |
| 2327 | - background-image: linear-gradient(to right, gray, red); | |
| 2328 | -} | |
| 1853 | + background-image: -webkit-gradient(linear, left top, right top, from(gray), to(red)); | |
| 1854 | + background-image: -webkit-linear-gradient(left, gray, red); | |
| 1855 | + background-image: -o-linear-gradient(left, gray, red); | |
| 1856 | + background-image: linear-gradient(to right, gray, red); } | |
| 2329 | 1857 | |
| 2330 | 1858 | .elementor-group-control-brightness .elementor-slider { |
| 2331 | - background-image: linear-gradient(to right, black, white); | |
| 2332 | -} | |
| 1859 | + background-image: -webkit-gradient(linear, left top, right top, from(black), to(white)); | |
| 1860 | + background-image: -webkit-linear-gradient(left, black, white); | |
| 1861 | + background-image: -o-linear-gradient(left, black, white); | |
| 1862 | + background-image: linear-gradient(to right, black, white); } | |
| 2333 | 1863 | |
| 2334 | -.elementor-control-responsive-switchers { | |
| 2335 | - --selected-option: 0; | |
| 2336 | - --pointer-position: var(--selected-option); | |
| 2337 | - position: relative; | |
| 2338 | - width: 2.5em; | |
| 2339 | - height: 2.5em; | |
| 2340 | - margin: calc(-2.5em + 12px) 0; | |
| 2341 | - margin-inline-end: 5px; | |
| 2342 | -} | |
| 2343 | -.elementor-control-responsive-switchers__holder { | |
| 2344 | - position: absolute; | |
| 2345 | - width: 100%; | |
| 2346 | - inset-block-start: 0; | |
| 2347 | - background-color: var(--e-a-bg-default); | |
| 2348 | - border-radius: var(--e-a-border-radius); | |
| 2349 | - transition: 0.15s; | |
| 2350 | - border: 1px solid transparent; | |
| 2351 | -} | |
| 2352 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2353 | - z-index: 11000; | |
| 2354 | -} | |
| 2355 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2356 | - height: 2.5em; | |
| 2357 | - transform: scale(1); | |
| 2358 | - opacity: 1; | |
| 2359 | -} | |
| 2360 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2361 | - color: var(--e-a-color-primary-bold); | |
| 2362 | -} | |
| 2363 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2364 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2365 | -} | |
| 1864 | +.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 1865 | + overflow: hidden; } | |
| 2366 | 1866 | |
| 2367 | -.elementor-responsive-switcher { | |
| 2368 | - all: unset; | |
| 2369 | - display: flex; | |
| 2370 | - align-items: center; | |
| 2371 | - justify-content: center; | |
| 2372 | - position: relative; | |
| 2373 | - z-index: 2; | |
| 2374 | - cursor: pointer; | |
| 2375 | - height: 0; | |
| 2376 | - width: 100%; | |
| 2377 | - transform: scale(0); | |
| 2378 | - opacity: 0; | |
| 2379 | - transition: 0.15s; | |
| 2380 | - font-size: 12px; | |
| 2381 | - color: inherit; | |
| 2382 | -} | |
| 2383 | -.elementor-responsive-switcher:hover { | |
| 2384 | - color: var(--e-a-color-primary-bold); | |
| 2385 | -} | |
| 1867 | +.elementor-control-type-dimensions li { | |
| 1868 | + float: left; | |
| 1869 | + width: 20%; } | |
| 1870 | + .elementor-control-type-dimensions li input, | |
| 1871 | + .elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 1872 | + display: block; | |
| 1873 | + text-align: center; | |
| 1874 | + width: 100%; | |
| 1875 | + border-color: #d5dadf; | |
| 1876 | + height: 27px; } | |
| 1877 | + .elementor-control-type-dimensions li input { | |
| 1878 | + border-left: none; | |
| 1879 | + -webkit-border-radius: 0; | |
| 1880 | + border-radius: 0; | |
| 1881 | + padding: 4px 0; } | |
| 1882 | + .elementor-control-type-dimensions li input:focus { | |
| 1883 | + border-left: solid 1px; | |
| 1884 | + border-color: #a4afb7; | |
| 1885 | + margin-left: -1px; | |
| 1886 | + width: calc(100% + 1px); } | |
| 1887 | + .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { | |
| 1888 | + color: #a4afb7; } | |
| 1889 | + .elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 1890 | + border: 1px solid #d5dadf; | |
| 1891 | + border-left: none; | |
| 1892 | + background-color: #fff; | |
| 1893 | + padding: 0; | |
| 1894 | + outline: none; | |
| 1895 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1896 | + border-radius: 0 3px 3px 0; | |
| 1897 | + cursor: pointer; } | |
| 1898 | + .elementor-control-type-dimensions li:first-child input { | |
| 1899 | + border-left: 1px solid #d5dadf; | |
| 1900 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1901 | + border-radius: 3px 0 0 3px; } | |
| 1902 | + .elementor-control-type-dimensions li:first-child input:focus { | |
| 1903 | + border-color: #a4afb7; | |
| 1904 | + margin-left: 0; | |
| 1905 | + width: 100%; } | |
| 2386 | 1906 | |
| 2387 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2388 | - height: 2.5em; | |
| 2389 | - transform: scale(1); | |
| 2390 | - opacity: 1; | |
| 2391 | -} | |
| 2392 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2393 | - color: var(--e-a-color-primary-bold); | |
| 2394 | -} | |
| 2395 | - | |
| 2396 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2397 | - height: 2.5em; | |
| 2398 | - transform: scale(1); | |
| 2399 | - opacity: 1; | |
| 2400 | -} | |
| 2401 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2402 | - color: var(--e-a-color-primary-bold); | |
| 2403 | -} | |
| 2404 | - | |
| 2405 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2406 | - height: 2.5em; | |
| 2407 | - transform: scale(1); | |
| 2408 | - opacity: 1; | |
| 2409 | -} | |
| 2410 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2411 | - color: var(--e-a-color-primary-bold); | |
| 2412 | -} | |
| 2413 | - | |
| 2414 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2415 | - height: 2.5em; | |
| 2416 | - transform: scale(1); | |
| 2417 | - opacity: 1; | |
| 2418 | -} | |
| 2419 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2420 | - color: var(--e-a-color-primary-bold); | |
| 2421 | -} | |
| 2422 | - | |
| 2423 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2424 | - height: 2.5em; | |
| 2425 | - transform: scale(1); | |
| 2426 | - opacity: 1; | |
| 2427 | -} | |
| 2428 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2429 | - color: var(--e-a-color-primary-bold); | |
| 2430 | -} | |
| 2431 | - | |
| 2432 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2433 | - height: 2.5em; | |
| 2434 | - transform: scale(1); | |
| 2435 | - opacity: 1; | |
| 2436 | -} | |
| 2437 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2438 | - color: var(--e-a-color-primary-bold); | |
| 2439 | -} | |
| 2440 | - | |
| 2441 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2442 | - height: 2.5em; | |
| 2443 | - transform: scale(1); | |
| 2444 | - opacity: 1; | |
| 2445 | -} | |
| 2446 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2447 | - color: var(--e-a-color-primary-bold); | |
| 2448 | -} | |
| 2449 | - | |
| 2450 | -.e-units-wrapper { | |
| 2451 | - position: relative; | |
| 2452 | - margin-inline-start: auto; | |
| 2453 | -} | |
| 2454 | -.e-units-wrapper .e-units-switcher { | |
| 2455 | - cursor: pointer; | |
| 2456 | - font-size: 10px; | |
| 2457 | - padding: 0.5em; | |
| 2458 | - margin: -0.5em 0; | |
| 2459 | - transition: all ease-in-out 0.15s; | |
| 2460 | -} | |
| 2461 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2462 | - color: var(--e-a-color-primary-bold); | |
| 2463 | - background-color: var(--e-a-bg-hover); | |
| 2464 | - border-radius: var(--e-a-border-radius); | |
| 2465 | -} | |
| 2466 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2467 | - display: none; | |
| 2468 | -} | |
| 2469 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2470 | - display: none; | |
| 2471 | -} | |
| 2472 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2473 | - transform: rotate(90deg); | |
| 2474 | -} | |
| 2475 | - | |
| 2476 | -.e-units-choices input { | |
| 2477 | - display: none; | |
| 2478 | -} | |
| 2479 | -.e-units-choices input:checked + label { | |
| 2480 | - color: var(--e-a-color-primary-bold); | |
| 2481 | -} | |
| 2482 | -.e-units-choices label { | |
| 2483 | - cursor: pointer; | |
| 2484 | - display: block; | |
| 2485 | -} | |
| 2486 | -.e-units-choices { | |
| 2487 | - display: none; | |
| 2488 | - overflow: hidden; | |
| 2489 | - max-height: 0; | |
| 2490 | - position: absolute; | |
| 2491 | - inset-block-start: -0.8em; | |
| 2492 | - inset-inline-start: -0.5em; | |
| 2493 | - width: 2.5em; | |
| 2494 | - text-align: center; | |
| 2495 | - background-color: var(--e-a-bg-default); | |
| 2496 | - border-radius: var(--e-a-border-radius); | |
| 2497 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2498 | - animation-timing-function: linear; | |
| 2499 | - animation-delay: 0s; | |
| 2500 | - animation-fill-mode: forwards; | |
| 2501 | - z-index: 11000; | |
| 2502 | -} | |
| 2503 | -.e-units-choices .elementor-units-choices-label { | |
| 2504 | - display: flex; | |
| 2505 | - align-items: center; | |
| 2506 | - height: 3em; | |
| 2507 | - justify-content: center; | |
| 2508 | - font-size: 10px; | |
| 2509 | - transition: 0.15s; | |
| 2510 | -} | |
| 2511 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2512 | - color: var(--e-a-color-primary-bold); | |
| 2513 | -} | |
| 2514 | -.e-units-choices.e-units-choices-open { | |
| 2515 | - display: block; | |
| 2516 | - animation-duration: 1s; | |
| 2517 | - animation-name: e-units-choices-open; | |
| 2518 | -} | |
| 2519 | - | |
| 2520 | -.e-units-custom input { | |
| 2521 | - font-family: monospace; | |
| 2522 | - font-size: 0.85em; | |
| 2523 | -} | |
| 2524 | - | |
| 2525 | -@keyframes e-units-choices-open { | |
| 2526 | - from { | |
| 2527 | - max-height: 0; | |
| 2528 | - } | |
| 2529 | - to { | |
| 2530 | - max-height: 100vh; | |
| 2531 | - } | |
| 2532 | -} | |
| 2533 | -.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 2534 | - display: flex; | |
| 2535 | -} | |
| 2536 | -.elementor-control-type-dimensions li { | |
| 2537 | - flex: 1; | |
| 2538 | - transition: flex-grow 0.3s ease-in-out; | |
| 2539 | -} | |
| 2540 | -.elementor-control-type-dimensions li input, | |
| 2541 | -.elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 2542 | - display: block; | |
| 2543 | - text-align: center; | |
| 2544 | - width: 100%; | |
| 2545 | - height: 27px; | |
| 2546 | -} | |
| 2547 | -.elementor-control-type-dimensions li input { | |
| 2548 | - border-inline-start: none; | |
| 2549 | - border-radius: 0; | |
| 2550 | - padding: var(--e-a-border-radius); | |
| 2551 | -} | |
| 2552 | -.elementor-control-type-dimensions li input:focus { | |
| 2553 | - border-inline-start: var(--e-a-border-bold); | |
| 2554 | - margin-inline-start: -1px; | |
| 2555 | - width: calc(100% + 1px); | |
| 2556 | -} | |
| 2557 | -.elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { | |
| 2558 | - color: var(--e-a-color-txt); | |
| 2559 | -} | |
| 2560 | -.elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 2561 | - border: var(--e-a-border-bold); | |
| 2562 | - border-inline-start: none; | |
| 2563 | - background-color: var(--e-a-bg-default); | |
| 2564 | - padding: 0; | |
| 2565 | - outline: none; | |
| 2566 | - border-start-start-radius: 0; | |
| 2567 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2568 | - border-end-start-radius: 0; | |
| 2569 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2570 | - cursor: pointer; | |
| 2571 | -} | |
| 2572 | -.elementor-control-type-dimensions li:first-child input { | |
| 2573 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2574 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2575 | - border-start-end-radius: 0; | |
| 2576 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2577 | - border-end-end-radius: 0; | |
| 2578 | -} | |
| 2579 | -.elementor-control-type-dimensions li:first-child input:focus { | |
| 2580 | - border-color: var(--e-a-border-color-focus); | |
| 2581 | - margin-inline-start: 0; | |
| 2582 | - width: 100%; | |
| 2583 | -} | |
| 2584 | -.elementor-control-type-dimensions li:last-child { | |
| 2585 | - max-width: 27px; | |
| 2586 | -} | |
| 2587 | -.elementor-control-type-dimensions.e-units-custom li.elementor-control-dimension:focus-within { | |
| 2588 | - flex: 2.5; | |
| 2589 | -} | |
| 2590 | 1907 | .elementor-control-type-dimensions .elementor-control-dimension-label { |
| 2591 | - color: var(--e-a-color-txt-muted); | |
| 2592 | 1908 | display: block; |
| 2593 | 1909 | text-align: center; |
| 1910 | + color: #d5dadf; | |
| 2594 | 1911 | font-size: 9px; |
| 2595 | - padding-block-start: 5px; | |
| 2596 | -} | |
| 1912 | + text-transform: uppercase; | |
| 1913 | + padding-top: 5px; } | |
| 1914 | + | |
| 2597 | 1915 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked { |
| 2598 | - background-color: var(--e-a-bg-default); | |
| 2599 | -} | |
| 2600 | -.elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { | |
| 2601 | - display: none; | |
| 2602 | -} | |
| 1916 | + background-color: #fff; } | |
| 1917 | + .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { | |
| 1918 | + display: none; } | |
| 1919 | + | |
| 2603 | 1920 | .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) { |
| 2604 | - background-color: var(--e-a-bg-active-bold); | |
| 2605 | - color: var(--e-a-color-txt-accent); | |
| 2606 | - border-color: var(--e-a-border-color-bold); | |
| 2607 | -} | |
| 2608 | -.elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { | |
| 2609 | - display: none; | |
| 2610 | -} | |
| 1921 | + background-color: #a4afb7; | |
| 1922 | + border-color: #a4afb7; } | |
| 1923 | + .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { | |
| 1924 | + display: none; } | |
| 2611 | 1925 | |
| 2612 | -.elementor-control-responsive-switchers { | |
| 2613 | - --selected-option: 0; | |
| 2614 | - --pointer-position: var(--selected-option); | |
| 2615 | - position: relative; | |
| 2616 | - width: 2.5em; | |
| 2617 | - height: 2.5em; | |
| 2618 | - margin: calc(-2.5em + 12px) 0; | |
| 2619 | - margin-inline-end: 5px; | |
| 2620 | -} | |
| 2621 | -.elementor-control-responsive-switchers__holder { | |
| 2622 | - position: absolute; | |
| 2623 | - width: 100%; | |
| 2624 | - inset-block-start: 0; | |
| 2625 | - background-color: var(--e-a-bg-default); | |
| 2626 | - border-radius: var(--e-a-border-radius); | |
| 2627 | - transition: 0.15s; | |
| 2628 | - border: 1px solid transparent; | |
| 2629 | -} | |
| 2630 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2631 | - z-index: 11000; | |
| 2632 | -} | |
| 2633 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2634 | - height: 2.5em; | |
| 2635 | - transform: scale(1); | |
| 2636 | - opacity: 1; | |
| 2637 | -} | |
| 2638 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2639 | - color: var(--e-a-color-primary-bold); | |
| 2640 | -} | |
| 2641 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2642 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2643 | -} | |
| 1926 | +.elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked { | |
| 1927 | + color: #fff; } | |
| 2644 | 1928 | |
| 2645 | -.elementor-responsive-switcher { | |
| 2646 | - all: unset; | |
| 2647 | - display: flex; | |
| 2648 | - align-items: center; | |
| 2649 | - justify-content: center; | |
| 2650 | - position: relative; | |
| 2651 | - z-index: 2; | |
| 2652 | - cursor: pointer; | |
| 2653 | - height: 0; | |
| 2654 | - width: 100%; | |
| 2655 | - transform: scale(0); | |
| 2656 | - opacity: 0; | |
| 2657 | - transition: 0.15s; | |
| 2658 | - font-size: 12px; | |
| 2659 | - color: inherit; | |
| 2660 | -} | |
| 2661 | -.elementor-responsive-switcher:hover { | |
| 2662 | - color: var(--e-a-color-primary-bold); | |
| 2663 | -} | |
| 2664 | - | |
| 2665 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2666 | - height: 2.5em; | |
| 2667 | - transform: scale(1); | |
| 2668 | - opacity: 1; | |
| 2669 | -} | |
| 2670 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2671 | - color: var(--e-a-color-primary-bold); | |
| 2672 | -} | |
| 2673 | - | |
| 2674 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2675 | - height: 2.5em; | |
| 2676 | - transform: scale(1); | |
| 2677 | - opacity: 1; | |
| 2678 | -} | |
| 2679 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2680 | - color: var(--e-a-color-primary-bold); | |
| 2681 | -} | |
| 2682 | - | |
| 2683 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2684 | - height: 2.5em; | |
| 2685 | - transform: scale(1); | |
| 2686 | - opacity: 1; | |
| 2687 | -} | |
| 2688 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2689 | - color: var(--e-a-color-primary-bold); | |
| 2690 | -} | |
| 2691 | - | |
| 2692 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2693 | - height: 2.5em; | |
| 2694 | - transform: scale(1); | |
| 2695 | - opacity: 1; | |
| 2696 | -} | |
| 2697 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2698 | - color: var(--e-a-color-primary-bold); | |
| 2699 | -} | |
| 2700 | - | |
| 2701 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2702 | - height: 2.5em; | |
| 2703 | - transform: scale(1); | |
| 2704 | - opacity: 1; | |
| 2705 | -} | |
| 2706 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2707 | - color: var(--e-a-color-primary-bold); | |
| 2708 | -} | |
| 2709 | - | |
| 2710 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2711 | - height: 2.5em; | |
| 2712 | - transform: scale(1); | |
| 2713 | - opacity: 1; | |
| 2714 | -} | |
| 2715 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2716 | - color: var(--e-a-color-primary-bold); | |
| 2717 | -} | |
| 2718 | - | |
| 2719 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2720 | - height: 2.5em; | |
| 2721 | - transform: scale(1); | |
| 2722 | - opacity: 1; | |
| 2723 | -} | |
| 2724 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2725 | - color: var(--e-a-color-primary-bold); | |
| 2726 | -} | |
| 2727 | - | |
| 2728 | -.e-units-wrapper { | |
| 2729 | - position: relative; | |
| 2730 | - margin-inline-start: auto; | |
| 2731 | -} | |
| 2732 | -.e-units-wrapper .e-units-switcher { | |
| 2733 | - cursor: pointer; | |
| 2734 | - font-size: 10px; | |
| 2735 | - padding: 0.5em; | |
| 2736 | - margin: -0.5em 0; | |
| 2737 | - transition: all ease-in-out 0.15s; | |
| 2738 | -} | |
| 2739 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2740 | - color: var(--e-a-color-primary-bold); | |
| 2741 | - background-color: var(--e-a-bg-hover); | |
| 2742 | - border-radius: var(--e-a-border-radius); | |
| 2743 | -} | |
| 2744 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2745 | - display: none; | |
| 2746 | -} | |
| 2747 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2748 | - display: none; | |
| 2749 | -} | |
| 2750 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2751 | - transform: rotate(90deg); | |
| 2752 | -} | |
| 2753 | - | |
| 2754 | -.e-units-choices input { | |
| 2755 | - display: none; | |
| 2756 | -} | |
| 2757 | -.e-units-choices input:checked + label { | |
| 2758 | - color: var(--e-a-color-primary-bold); | |
| 2759 | -} | |
| 2760 | -.e-units-choices label { | |
| 2761 | - cursor: pointer; | |
| 2762 | - display: block; | |
| 2763 | -} | |
| 2764 | -.e-units-choices { | |
| 2765 | - display: none; | |
| 2766 | - overflow: hidden; | |
| 2767 | - max-height: 0; | |
| 1929 | +.elementor-control-type-icons .elementor-control-media__preview > * { | |
| 2768 | 1930 | position: absolute; |
| 2769 | - inset-block-start: -0.8em; | |
| 2770 | - inset-inline-start: -0.5em; | |
| 2771 | - width: 2.5em; | |
| 2772 | - text-align: center; | |
| 2773 | - background-color: var(--e-a-bg-default); | |
| 2774 | - border-radius: var(--e-a-border-radius); | |
| 2775 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2776 | - animation-timing-function: linear; | |
| 2777 | - animation-delay: 0s; | |
| 2778 | - animation-fill-mode: forwards; | |
| 2779 | - z-index: 11000; | |
| 2780 | -} | |
| 2781 | -.e-units-choices .elementor-units-choices-label { | |
| 2782 | - display: flex; | |
| 2783 | - align-items: center; | |
| 2784 | - height: 3em; | |
| 2785 | - justify-content: center; | |
| 2786 | - font-size: 10px; | |
| 2787 | - transition: 0.15s; | |
| 2788 | -} | |
| 2789 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2790 | - color: var(--e-a-color-primary-bold); | |
| 2791 | -} | |
| 2792 | -.e-units-choices.e-units-choices-open { | |
| 2793 | - display: block; | |
| 2794 | - animation-duration: 1s; | |
| 2795 | - animation-name: e-units-choices-open; | |
| 2796 | -} | |
| 1931 | + top: 50%; | |
| 1932 | + left: 50%; | |
| 1933 | + -webkit-transform: translate(-50%, -50%); | |
| 1934 | + -ms-transform: translate(-50%, -50%); | |
| 1935 | + transform: translate(-50%, -50%); } | |
| 2797 | 1936 | |
| 2798 | -.e-units-custom input { | |
| 2799 | - font-family: monospace; | |
| 2800 | - font-size: 0.85em; | |
| 2801 | -} | |
| 2802 | - | |
| 2803 | -@keyframes e-units-choices-open { | |
| 2804 | - from { | |
| 2805 | - max-height: 0; | |
| 2806 | - } | |
| 2807 | - to { | |
| 2808 | - max-height: 100vh; | |
| 2809 | - } | |
| 2810 | -} | |
| 2811 | -.elementor-control-type-gaps .elementor-control-gaps { | |
| 2812 | - display: flex; | |
| 2813 | -} | |
| 2814 | -.elementor-control-type-gaps li { | |
| 2815 | - flex: 1; | |
| 2816 | - transition: flex-grow 0.3s ease-in-out; | |
| 2817 | -} | |
| 2818 | -.elementor-control-type-gaps li input, | |
| 2819 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 2820 | - display: block; | |
| 2821 | - text-align: center; | |
| 2822 | - width: 100%; | |
| 2823 | - height: 27px; | |
| 2824 | -} | |
| 2825 | -.elementor-control-type-gaps li input { | |
| 2826 | - border-inline-start: none; | |
| 2827 | - border-radius: 0; | |
| 2828 | - padding: var(--e-a-border-radius); | |
| 2829 | -} | |
| 2830 | -.elementor-control-type-gaps li input:focus { | |
| 2831 | - border-inline-start: var(--e-a-border-bold); | |
| 2832 | - margin-inline-start: -1px; | |
| 2833 | - width: calc(100% + 1px); | |
| 2834 | -} | |
| 2835 | -.elementor-control-type-gaps li input:focus + .elementor-control-gap-label { | |
| 2836 | - color: var(--e-a-color-txt); | |
| 2837 | -} | |
| 2838 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 2839 | - border: var(--e-a-border-bold); | |
| 2840 | - border-inline-start: none; | |
| 2841 | - background-color: var(--e-a-bg-default); | |
| 2842 | - padding: 0; | |
| 2843 | - outline: none; | |
| 2844 | - border-start-start-radius: 0; | |
| 2845 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2846 | - border-end-start-radius: 0; | |
| 2847 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2848 | - cursor: pointer; | |
| 2849 | -} | |
| 2850 | -.elementor-control-type-gaps li:first-child input { | |
| 2851 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2852 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2853 | - border-start-end-radius: 0; | |
| 2854 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2855 | - border-end-end-radius: 0; | |
| 2856 | -} | |
| 2857 | -.elementor-control-type-gaps li:first-child input:focus { | |
| 2858 | - border-color: var(--e-a-border-color-focus); | |
| 2859 | - margin-inline-start: 0; | |
| 2860 | - width: 100%; | |
| 2861 | -} | |
| 2862 | -.elementor-control-type-gaps li:last-child { | |
| 2863 | - max-width: 27px; | |
| 2864 | -} | |
| 2865 | -.elementor-control-type-gaps.e-units-custom li.elementor-control-gap:focus-within { | |
| 2866 | - flex: 2.5; | |
| 2867 | -} | |
| 2868 | -.elementor-control-type-gaps .elementor-control-gap-label { | |
| 2869 | - color: var(--e-a-color-txt-muted); | |
| 2870 | - display: block; | |
| 2871 | - text-align: center; | |
| 2872 | - font-size: 9px; | |
| 2873 | - padding-block-start: 5px; | |
| 2874 | -} | |
| 2875 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked { | |
| 2876 | - background-color: var(--e-a-bg-default); | |
| 2877 | -} | |
| 2878 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked .elementor-linked { | |
| 2879 | - display: none; | |
| 2880 | -} | |
| 2881 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) { | |
| 2882 | - background-color: var(--e-a-bg-active-bold); | |
| 2883 | - color: var(--e-a-color-txt-accent); | |
| 2884 | - border-color: var(--e-a-border-color-bold); | |
| 2885 | -} | |
| 2886 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) .elementor-unlinked { | |
| 2887 | - display: none; | |
| 2888 | -} | |
| 2889 | - | |
| 2890 | -.elementor-control-type-icons .elementor-control-media__preview > * { | |
| 2891 | - position: absolute; | |
| 2892 | - inset-block-start: 50%; | |
| 2893 | - inset-inline-start: 50%; | |
| 2894 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2895 | -} | |
| 2896 | 1937 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2897 | 1938 | font-size: 70px; |
| 2898 | -} | |
| 1939 | + color: #6d7882; } | |
| 1940 | + | |
| 2899 | 1941 | .elementor-control-type-icons .elementor-control-media__preview svg { |
| 2900 | - height: 75%; | |
| 2901 | -} | |
| 1942 | + height: 75%; } | |
| 1943 | + | |
| 2902 | 1944 | .elementor-control-type-icons .elementor-control-icons--inline__svg i.eicon-upload { |
| 2903 | - font-size: 15px; | |
| 2904 | -} | |
| 1945 | + font-size: 15px; } | |
| 2905 | 1946 | |
| 2906 | 1947 | .elementor-control-type-gallery .elementor-control-media__content { |
| 2907 | - border: var(--e-a-border-bold); | |
| 2908 | - border-radius: 3px; | |
| 2909 | -} | |
| 1948 | + border: 1px solid #d5dadf; | |
| 1949 | + -webkit-border-radius: 3px; | |
| 1950 | + border-radius: 3px; } | |
| 1951 | + | |
| 2910 | 1952 | .elementor-control-type-gallery .elementor-control-gallery-status { |
| 2911 | 1953 | font-size: 12px; |
| 2912 | 1954 | height: 27px; |
| 2913 | - padding-inline-start: 10px; | |
| 2914 | - border-block-end: var(--e-a-border-bold); | |
| 2915 | - display: flex; | |
| 2916 | -} | |
| 2917 | -.elementor-control-type-gallery .elementor-control-gallery-status > * { | |
| 2918 | - display: flex; | |
| 2919 | - align-items: center; | |
| 2920 | -} | |
| 2921 | -.elementor-control-type-gallery .elementor-control-gallery-status-title { | |
| 2922 | - flex-grow: 1; | |
| 2923 | -} | |
| 1955 | + padding-left: 10px; | |
| 1956 | + border-bottom: 1px solid #d5dadf; | |
| 1957 | + display: -webkit-box; | |
| 1958 | + display: -ms-flexbox; | |
| 1959 | + display: flex; } | |
| 1960 | + .elementor-control-type-gallery .elementor-control-gallery-status > * { | |
| 1961 | + display: -webkit-box; | |
| 1962 | + display: -ms-flexbox; | |
| 1963 | + display: flex; | |
| 1964 | + -webkit-box-align: center; | |
| 1965 | + -ms-flex-align: center; | |
| 1966 | + align-items: center; } | |
| 1967 | + .elementor-control-type-gallery .elementor-control-gallery-status-title { | |
| 1968 | + -webkit-box-flex: 1; | |
| 1969 | + -ms-flex-positive: 1; | |
| 1970 | + flex-grow: 1; } | |
| 1971 | + | |
| 2924 | 1972 | .elementor-control-type-gallery .elementor-control-gallery-content { |
| 2925 | 1973 | position: relative; |
| 2926 | - overflow: hidden; | |
| 2927 | -} | |
| 1974 | + overflow: hidden; } | |
| 1975 | + .elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit { | |
| 1976 | + opacity: 0; } | |
| 1977 | + | |
| 2928 | 1978 | .elementor-control-type-gallery .elementor-control-gallery-thumbnails { |
| 2929 | 1979 | display: grid; |
| 2930 | 1980 | grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); |
| 2931 | 1981 | grid-gap: 10px; |
| 2932 | 1982 | cursor: pointer; |
| 2933 | - padding: 10px; | |
| 2934 | -} | |
| 2935 | -.elementor-control-type-gallery .elementor-control-gallery-thumbnails:hover + .elementor-control-gallery-edit, .elementor-control-type-gallery .elementor-control-gallery-thumbnails:focus + .elementor-control-gallery-edit { | |
| 2936 | - opacity: 1; | |
| 2937 | -} | |
| 1983 | + padding: 10px; } | |
| 1984 | + | |
| 2938 | 1985 | .elementor-control-type-gallery .elementor-control-gallery-thumbnail { |
| 2939 | 1986 | width: 48px; |
| 2940 | 1987 | height: 48px; |
| 2941 | - -o-object-fit: cover; | |
| 2942 | - object-fit: cover; | |
| 2943 | - border: var(--e-a-border); | |
| 2944 | -} | |
| 2945 | -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image { | |
| 2946 | - outline: 2px solid var(--e-a-btn-bg-danger-active); | |
| 2947 | - opacity: 0.6; | |
| 2948 | -} | |
| 1988 | + -webkit-background-size: cover; | |
| 1989 | + background-size: cover; | |
| 1990 | + background-position: 50% 50%; } | |
| 1991 | + | |
| 2949 | 1992 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2950 | 1993 | position: absolute; |
| 2951 | - inset: 0; | |
| 2952 | - background-color: rgba(0, 0, 0, 0.2); | |
| 1994 | + top: 0; | |
| 1995 | + bottom: 0; | |
| 1996 | + left: 0; | |
| 1997 | + right: 0; | |
| 1998 | + background-color: rgba(109, 120, 130, 0.3); | |
| 2953 | 1999 | padding: 10px; |
| 2954 | 2000 | font-size: 11px; |
| 2955 | - transition: all 0.3s ease-in-out; | |
| 2001 | + -webkit-transition: all .3s ease-in-out; | |
| 2002 | + -o-transition: all .3s ease-in-out; | |
| 2003 | + transition: all .3s ease-in-out; | |
| 2956 | 2004 | pointer-events: none; |
| 2957 | 2005 | cursor: pointer; |
| 2958 | - opacity: 0; | |
| 2959 | -} | |
| 2960 | -.elementor-control-type-gallery .elementor-control-gallery-edit span { | |
| 2961 | - position: absolute; | |
| 2962 | - inset-block-start: 10px; | |
| 2963 | - inset-inline-end: 10px; | |
| 2964 | - width: 21px; | |
| 2965 | - height: 21px; | |
| 2966 | - color: var(--e-a-color-white); | |
| 2967 | - background-color: rgba(0, 0, 0, 0.5); | |
| 2968 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 2969 | - transition: var(--e-a-transition-hover); | |
| 2970 | -} | |
| 2971 | -.elementor-control-type-gallery .elementor-control-gallery-edit span i { | |
| 2972 | - font-size: 11px; | |
| 2973 | - padding: 5px; | |
| 2974 | -} | |
| 2975 | -.elementor-control-type-gallery .elementor-control-gallery-edit span:hover { | |
| 2976 | - background-color: rgba(0, 0, 0, 0.6); | |
| 2977 | -} | |
| 2006 | + opacity: 1; } | |
| 2007 | + .elementor-control-type-gallery .elementor-control-gallery-edit span { | |
| 2008 | + position: absolute; | |
| 2009 | + top: 10px; | |
| 2010 | + right: 10px; | |
| 2011 | + width: 21px; | |
| 2012 | + height: 21px; | |
| 2013 | + background-color: rgba(255, 255, 255, 0.9); | |
| 2014 | + color: #a4afb7; | |
| 2015 | + -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 2016 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 2017 | + -webkit-border-radius: 3px; | |
| 2018 | + border-radius: 3px; } | |
| 2019 | + .elementor-control-type-gallery .elementor-control-gallery-edit span i { | |
| 2020 | + font-size: 11px; | |
| 2021 | + padding: 5px; } | |
| 2022 | + | |
| 2978 | 2023 | .elementor-control-type-gallery .elementor-control-gallery-add { |
| 2979 | 2024 | width: 48px; |
| 2980 | 2025 | height: 48px; |
| 2026 | + color: #fff; | |
| 2027 | + background-color: #d5dadf; | |
| 2981 | 2028 | font-size: 14px; |
| 2982 | -} | |
| 2983 | -.elementor-control-type-gallery .elementor-control-gallery-add i { | |
| 2984 | - margin: 0; | |
| 2985 | -} | |
| 2029 | + -webkit-border-radius: 0; | |
| 2030 | + border-radius: 0; } | |
| 2031 | + .elementor-control-type-gallery .elementor-control-gallery-add:hover { | |
| 2032 | + background-color: #c2cbd2; } | |
| 2033 | + .elementor-control-type-gallery .elementor-control-gallery-add i { | |
| 2034 | + margin: 0; | |
| 2035 | + color: #a4afb7; } | |
| 2036 | + | |
| 2986 | 2037 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear, |
| 2987 | 2038 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails, |
| 2988 | 2039 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit { |
| 2989 | - display: none; | |
| 2990 | -} | |
| 2040 | + display: none; } | |
| 2041 | + | |
| 2991 | 2042 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-content { |
| 2992 | - padding: 10px; | |
| 2993 | -} | |
| 2043 | + padding: 10px; } | |
| 2044 | + | |
| 2994 | 2045 | .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add { |
| 2995 | - display: none; | |
| 2996 | -} | |
| 2046 | + display: none; } | |
| 2047 | + | |
| 2997 | 2048 | .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear { |
| 2998 | - border-inline-start: var(--e-a-border); | |
| 2999 | -} | |
| 2049 | + border: solid #d5dadf; | |
| 2050 | + border-width: 0 1px; } | |
| 2051 | + | |
| 3000 | 2052 | .elementor-control-type-gallery .elementor-control-gallery-clear { |
| 3001 | - color: currentColor; | |
| 3002 | - background-color: transparent; | |
| 3003 | - border: none; | |
| 3004 | 2053 | cursor: pointer; |
| 3005 | - justify-content: center; | |
| 3006 | -} | |
| 3007 | -.elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus { | |
| 3008 | - color: var(--e-a-color-danger); | |
| 3009 | -} | |
| 2054 | + -webkit-box-pack: center; | |
| 2055 | + -ms-flex-pack: center; | |
| 2056 | + justify-content: center; } | |
| 2057 | + .elementor-control-type-gallery .elementor-control-gallery-clear:hover { | |
| 2058 | + color: #b01b1b; } | |
| 2059 | + | |
| 3010 | 2060 | .elementor-control-type-gallery .elementor-control-dynamic-switcher { |
| 3011 | - border-width: 0; | |
| 3012 | - border-inline-start-width: 1px; | |
| 3013 | - border-block-end-width: 1px; | |
| 3014 | - border-radius: 0; | |
| 3015 | -} | |
| 2061 | + border: none; | |
| 2062 | + border-bottom: 1px solid #d5dadf; | |
| 2063 | + border-left: 1px solid #d5dadf; | |
| 2064 | + -webkit-border-radius: 0 3px 0 0; | |
| 2065 | + border-radius: 0 3px 0 0; } | |
| 3016 | 2066 | |
| 3017 | 2067 | .e-global__popover { |
| 3018 | - width: 288px; | |
| 3019 | - z-index: 1; | |
| 3020 | - font-size: 12px; | |
| 3021 | - padding-inline-start: 10px; | |
| 3022 | -} | |
| 3023 | -.e-global__popover-toggle { | |
| 3024 | - border: var(--e-a-border-bold); | |
| 3025 | - border-inline-end: 0; | |
| 3026 | - border-start-start-radius: 3px; | |
| 3027 | - border-start-end-radius: 0; | |
| 3028 | - border-end-start-radius: 3px; | |
| 3029 | - border-end-end-radius: 0; | |
| 3030 | - display: flex; | |
| 3031 | - align-items: center; | |
| 3032 | - justify-content: center; | |
| 3033 | - cursor: pointer; | |
| 3034 | - transition: var(--e-a-transition-hover); | |
| 3035 | -} | |
| 3036 | -.e-global__popover-toggle:hover { | |
| 3037 | - background-color: var(--e-a-bg-hover); | |
| 3038 | -} | |
| 3039 | -.e-global__popover-toggle--active { | |
| 3040 | - color: var(--e-a-color-primary-bold); | |
| 3041 | - background-color: var(--e-a-bg-active-bold); | |
| 3042 | -} | |
| 3043 | -.e-global__popover-container { | |
| 3044 | - box-shadow: var(--e-a-popover-shadow); | |
| 3045 | - border-radius: var(--e-a-border-radius); | |
| 3046 | - background-color: var(--e-a-bg-default); | |
| 3047 | -} | |
| 3048 | -.e-global__popover-title { | |
| 3049 | - padding: 15px 20px; | |
| 3050 | - font-weight: 500; | |
| 3051 | - border-block-end: var(--e-a-border); | |
| 3052 | - display: flex; | |
| 3053 | -} | |
| 3054 | -.e-global__popover-title > i { | |
| 3055 | - margin-inline-end: 5px; | |
| 3056 | -} | |
| 3057 | -.e-global__popover-title-text { | |
| 3058 | - flex-grow: 1; | |
| 3059 | -} | |
| 3060 | -.e-global__popover-info { | |
| 3061 | - margin-inline-end: 10px; | |
| 3062 | - display: inline-block; | |
| 3063 | -} | |
| 3064 | -.e-global__popover-info-tooltip { | |
| 3065 | 2068 | width: 270px; |
| 3066 | 2069 | z-index: 1; |
| 3067 | - background-color: rgba(0, 0, 0, 0.9); | |
| 3068 | - color: var(--e-a-color-white); | |
| 3069 | - padding: 20px; | |
| 3070 | - border-radius: 3px; | |
| 3071 | -} | |
| 3072 | -.e-global__popover-info-tooltip:after { | |
| 3073 | - content: ""; | |
| 3074 | - position: absolute; | |
| 3075 | - inset-block-end: -17px; | |
| 3076 | - inset-inline-start: 16px; | |
| 3077 | - border: 10px solid transparent; | |
| 3078 | - border-block-start-color: rgba(0, 0, 0, 0.9); | |
| 3079 | -} | |
| 3080 | -.e-global__popover-info i { | |
| 3081 | - font-size: 13px; | |
| 3082 | -} | |
| 2070 | + font-size: 12px; } | |
| 2071 | + .e-global__popover-toggle { | |
| 2072 | + border: 1px solid #d5dadf; | |
| 2073 | + border-right: 0; | |
| 2074 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2075 | + border-radius: 3px 0 0 3px; | |
| 2076 | + display: -webkit-box; | |
| 2077 | + display: -ms-flexbox; | |
| 2078 | + display: flex; | |
| 2079 | + -webkit-box-align: center; | |
| 2080 | + -ms-flex-align: center; | |
| 2081 | + align-items: center; | |
| 2082 | + -webkit-box-pack: center; | |
| 2083 | + -ms-flex-pack: center; | |
| 2084 | + justify-content: center; | |
| 2085 | + cursor: pointer; } | |
| 2086 | + .e-global__popover-toggle--active i { | |
| 2087 | + color: #71d7f7; } | |
| 2088 | + .e-global__popover-container { | |
| 2089 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2090 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2091 | + -webkit-border-radius: 3px; | |
| 2092 | + border-radius: 3px; | |
| 2093 | + background-color: #fff; | |
| 2094 | + padding-bottom: 5px; } | |
| 2095 | + .e-global__popover-title { | |
| 2096 | + padding: 15px 20px; | |
| 2097 | + font-weight: 500; | |
| 2098 | + color: #6d7882; | |
| 2099 | + border-bottom: 1px solid #e6e9ec; | |
| 2100 | + display: -webkit-box; | |
| 2101 | + display: -ms-flexbox; | |
| 2102 | + display: flex; } | |
| 2103 | + .e-global__popover-title > i { | |
| 2104 | + margin-right: 5px; | |
| 2105 | + color: #d5dadf; } | |
| 2106 | + .e-global__popover-title-text { | |
| 2107 | + -webkit-box-flex: 1; | |
| 2108 | + -ms-flex-positive: 1; | |
| 2109 | + flex-grow: 1; } | |
| 2110 | + .e-global__popover-info { | |
| 2111 | + margin-right: 5px; | |
| 2112 | + display: inline-block; } | |
| 2113 | + .e-global__popover-info-tooltip { | |
| 2114 | + width: 270px; | |
| 2115 | + z-index: 1; | |
| 2116 | + background-color: rgba(0, 0, 0, 0.9); | |
| 2117 | + color: #fff; | |
| 2118 | + padding: 20px; | |
| 2119 | + -webkit-border-radius: 3px; | |
| 2120 | + border-radius: 3px; } | |
| 2121 | + .e-global__popover-info-tooltip:after { | |
| 2122 | + content: ''; | |
| 2123 | + position: absolute; | |
| 2124 | + bottom: -17px; | |
| 2125 | + left: 16px; | |
| 2126 | + border: 10px solid transparent; | |
| 2127 | + border-top-color: rgba(0, 0, 0, 0.9); } | |
| 2128 | + .e-global__popover-info i { | |
| 2129 | + color: #d5dadf; | |
| 2130 | + font-size: 13px; } | |
| 2131 | + | |
| 3083 | 2132 | .e-global__preview-items-container { |
| 3084 | - max-height: 400px; | |
| 2133 | + max-height: 260px; | |
| 3085 | 2134 | overflow-y: auto; |
| 3086 | - padding: 5px 0; | |
| 3087 | -} | |
| 3088 | -.e-global__preview-items-container::-webkit-scrollbar { | |
| 3089 | - width: 7px; | |
| 3090 | -} | |
| 3091 | -.e-global__preview-items-container::-webkit-scrollbar-thumb { | |
| 3092 | - background-color: #BABFC5; | |
| 3093 | - border-radius: 10px; | |
| 3094 | -} | |
| 3095 | -.e-global__group-header { | |
| 3096 | - padding: 12px 20px 5px; | |
| 3097 | - font-weight: 500; | |
| 3098 | - font-size: 11px; | |
| 3099 | - color: var(--e-a-color-txt-muted); | |
| 3100 | -} | |
| 3101 | -.e-global__group-divider { | |
| 3102 | - height: 1px; | |
| 3103 | - background-color: var(--e-a-border-color); | |
| 3104 | - margin: 10px 20px; | |
| 3105 | -} | |
| 2135 | + margin-top: 5px; } | |
| 2136 | + .e-global__preview-items-container::-webkit-scrollbar { | |
| 2137 | + width: 7px; } | |
| 2138 | + .e-global__preview-items-container::-webkit-scrollbar-thumb { | |
| 2139 | + background-color: #c2cbd2; | |
| 2140 | + outline: 1px solid #556068; | |
| 2141 | + -webkit-border-radius: 10px; | |
| 2142 | + border-radius: 10px; } | |
| 2143 | + | |
| 3106 | 2144 | .e-global__manage-button { |
| 3107 | 2145 | font-weight: 500; |
| 3108 | - cursor: pointer; | |
| 3109 | -} | |
| 2146 | + cursor: pointer; } | |
| 2147 | + .e-global__manage-button:hover i { | |
| 2148 | + color: #4ab7f4; } | |
| 2149 | + .e-global__manage-button i { | |
| 2150 | + color: #6d7882; } | |
| 2151 | + | |
| 3110 | 2152 | .e-global__typography { |
| 3111 | - padding-block: 10px; | |
| 3112 | - padding-inline: 35px 20px; | |
| 2153 | + padding: 5px 10px 5px 35px; | |
| 3113 | 2154 | white-space: nowrap; |
| 3114 | - text-overflow: ellipsis; | |
| 3115 | - overflow: hidden; | |
| 3116 | -} | |
| 3117 | -.e-global__typography.e-global__preview-item--selected:before { | |
| 3118 | - font-family: "eicons"; | |
| 3119 | - font-size: 13px; | |
| 3120 | - content: "\e90e"; | |
| 3121 | - position: absolute; | |
| 3122 | - transform: translateY(-50%); | |
| 3123 | - inset-block-start: 50%; | |
| 3124 | - inset-inline-start: 13px; | |
| 3125 | -} | |
| 2155 | + -o-text-overflow: ellipsis; | |
| 2156 | + text-overflow: ellipsis; | |
| 2157 | + overflow: hidden; } | |
| 2158 | + .e-global__typography.e-global__preview-item--selected:before { | |
| 2159 | + font-family: 'eicons'; | |
| 2160 | + font-size: 13px; | |
| 2161 | + content: '\e90e'; | |
| 2162 | + position: absolute; | |
| 2163 | + -webkit-transform: translateY(-50%); | |
| 2164 | + -ms-transform: translateY(-50%); | |
| 2165 | + transform: translateY(-50%); | |
| 2166 | + top: 50%; | |
| 2167 | + left: 12px; } | |
| 2168 | + | |
| 3126 | 2169 | .e-global__color { |
| 3127 | - padding: 10px 20px; | |
| 2170 | + margin: 5px auto; | |
| 2171 | + padding: 5px 20px; | |
| 2172 | + display: -webkit-box; | |
| 2173 | + display: -ms-flexbox; | |
| 3128 | 2174 | display: flex; |
| 3129 | - align-items: center; | |
| 3130 | -} | |
| 3131 | -.e-global__color-preview-container { | |
| 3132 | - height: 20px; | |
| 3133 | - width: 20px; | |
| 3134 | - border-radius: 3px; | |
| 3135 | - border: 1px solid rgba(0, 0, 0, 0.1); | |
| 3136 | - margin-inline-end: 10px; | |
| 3137 | - flex-shrink: 0; | |
| 3138 | - position: relative; | |
| 3139 | -} | |
| 3140 | -.e-global__color-preview-color, .e-global__color-preview-transparent-bg { | |
| 3141 | - border-radius: 3px; | |
| 3142 | - position: absolute; | |
| 3143 | - inset: 0; | |
| 3144 | -} | |
| 3145 | -.e-global__color-preview-transparent-bg { | |
| 3146 | - background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); | |
| 3147 | - background-size: 12px 12px; | |
| 3148 | - background-position: 0 0, calc(12px / 2) calc(12px / 2); | |
| 3149 | -} | |
| 3150 | -.e-global__color-title { | |
| 3151 | - flex-grow: 1; | |
| 3152 | - white-space: nowrap; | |
| 3153 | - text-overflow: ellipsis; | |
| 3154 | - overflow: hidden; | |
| 3155 | - padding-inline-end: 10px; | |
| 3156 | -} | |
| 3157 | -.e-global__color-hex { | |
| 3158 | - font-size: 10px; | |
| 3159 | - color: var(--e-a-color-txt-muted); | |
| 3160 | -} | |
| 3161 | -.e-global__color .pcr-button { | |
| 3162 | - background-color: var(--e-a-bg-default); | |
| 3163 | -} | |
| 3164 | -.e-global__color.e-global__preview-item--selected .e-global__color-preview-container { | |
| 3165 | - display: flex; | |
| 3166 | - justify-content: center; | |
| 3167 | - align-items: center; | |
| 3168 | - color: var(--e-a-color-white); | |
| 3169 | -} | |
| 3170 | -.e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { | |
| 3171 | - font-family: "eicons"; | |
| 3172 | - font-size: 13px; | |
| 3173 | - content: "\e90e"; | |
| 3174 | - text-shadow: 0 0 1px #000; | |
| 3175 | - z-index: 1; | |
| 3176 | -} | |
| 2175 | + -webkit-box-align: center; | |
| 2176 | + -ms-flex-align: center; | |
| 2177 | + align-items: center; } | |
| 2178 | + .e-global__color:first-child { | |
| 2179 | + margin-top: 5px; } | |
| 2180 | + .e-global__color:last-child { | |
| 2181 | + margin-bottom: 10px; } | |
| 2182 | + .e-global__color-preview { | |
| 2183 | + height: 20px; | |
| 2184 | + width: 20px; | |
| 2185 | + -webkit-border-radius: 3px; | |
| 2186 | + border-radius: 3px; | |
| 2187 | + border: 1px solid rgba(0, 0, 0, 0.1); | |
| 2188 | + margin-right: 10px; | |
| 2189 | + -ms-flex-negative: 0; | |
| 2190 | + flex-shrink: 0; } | |
| 2191 | + .e-global__color-title { | |
| 2192 | + font-weight: 500; | |
| 2193 | + color: #6d7882; | |
| 2194 | + -webkit-box-flex: 1; | |
| 2195 | + -ms-flex-positive: 1; | |
| 2196 | + flex-grow: 1; | |
| 2197 | + white-space: nowrap; | |
| 2198 | + -o-text-overflow: ellipsis; | |
| 2199 | + text-overflow: ellipsis; | |
| 2200 | + overflow: hidden; | |
| 2201 | + padding-right: 10px; } | |
| 2202 | + .e-global__color-hex { | |
| 2203 | + font-size: 10px; | |
| 2204 | + font-weight: 500; | |
| 2205 | + color: #c2cbd2; } | |
| 2206 | + .e-global__color .pcr-button { | |
| 2207 | + background-color: #fff; } | |
| 2208 | + .e-global__color.e-global__preview-item--selected .e-global__color-preview { | |
| 2209 | + display: -webkit-box; | |
| 2210 | + display: -ms-flexbox; | |
| 2211 | + display: flex; | |
| 2212 | + -webkit-box-pack: center; | |
| 2213 | + -ms-flex-pack: center; | |
| 2214 | + justify-content: center; | |
| 2215 | + -webkit-box-align: center; | |
| 2216 | + -ms-flex-align: center; | |
| 2217 | + align-items: center; | |
| 2218 | + color: #ffffff; } | |
| 2219 | + .e-global__color.e-global__preview-item--selected .e-global__color-preview:before { | |
| 2220 | + font-family: 'eicons'; | |
| 2221 | + font-size: 13px; | |
| 2222 | + content: '\e90e'; | |
| 2223 | + text-shadow: 0px 0px 1px #000; } | |
| 2224 | + | |
| 3177 | 2225 | .e-global__preview-item { |
| 3178 | 2226 | cursor: pointer; |
| 3179 | - position: relative; | |
| 3180 | -} | |
| 3181 | -.e-global__preview-item:hover { | |
| 3182 | - background-color: var(--e-a-bg-hover); | |
| 3183 | -} | |
| 3184 | -.e-global__confirm-delete i, .e-global__confirm-message-text i { | |
| 3185 | - color: var(--e-a-color-warning); | |
| 3186 | -} | |
| 2227 | + position: relative; } | |
| 2228 | + .e-global__preview-item:hover { | |
| 2229 | + background-color: #f1f3f5; } | |
| 2230 | + .e-global__preview-item:hover .e-global__color-hex { | |
| 2231 | + color: #a4afb7; } | |
| 2232 | + | |
| 2233 | +.e-global__confirm-add .dialog-buttons-wrapper > .dialog-button.dialog-confirm-ok { | |
| 2234 | + color: #39b54a; } | |
| 2235 | + | |
| 2236 | +.e-global__confirm-delete i { | |
| 2237 | + color: #b01b1b; } | |
| 2238 | + | |
| 2239 | +.e-global__confirm-message-text i { | |
| 2240 | + color: #fcb92c; } | |
| 2241 | + | |
| 3187 | 2242 | .e-global__confirm-input-wrapper { |
| 2243 | + display: -webkit-box; | |
| 2244 | + display: -ms-flexbox; | |
| 3188 | 2245 | display: flex; |
| 3189 | - align-items: center; | |
| 3190 | - border: var(--e-a-border); | |
| 3191 | - border-radius: var(--e-a-border-radius); | |
| 3192 | - margin: 15px 0; | |
| 3193 | - padding: 2px; | |
| 3194 | -} | |
| 3195 | -.e-global__confirm-input-wrapper input { | |
| 3196 | - font-family: var(--e-a-font-family); | |
| 3197 | - font-size: 12px; | |
| 3198 | - padding: 2px; | |
| 3199 | - border: 0; | |
| 3200 | -} | |
| 2246 | + -webkit-box-align: center; | |
| 2247 | + -ms-flex-align: center; | |
| 2248 | + align-items: center; | |
| 2249 | + border: 1px solid #a4afb7; | |
| 2250 | + -webkit-border-radius: 3px; | |
| 2251 | + border-radius: 3px; | |
| 2252 | + margin-top: 10px; | |
| 2253 | + padding: 2px; } | |
| 2254 | + .e-global__confirm-input-wrapper input { | |
| 2255 | + font-family: Roboto, Arial, sans-serif; | |
| 2256 | + font-weight: 500; | |
| 2257 | + font-size: 12px; | |
| 2258 | + padding: 2px; | |
| 2259 | + border: 0; } | |
| 3201 | 2260 | |
| 3202 | 2261 | .e-control-global .elementor-control-input-wrapper { |
| 2262 | + display: -webkit-box; | |
| 2263 | + display: -ms-flexbox; | |
| 3203 | 2264 | display: flex; |
| 3204 | - justify-content: flex-end; | |
| 2265 | + -webkit-box-pack: end; | |
| 2266 | + -ms-flex-pack: end; | |
| 2267 | + justify-content: flex-end; | |
| 3205 | 2268 | max-width: 135px; |
| 3206 | - width: 100%; | |
| 3207 | -} | |
| 2269 | + width: 100%; } | |
| 2270 | + | |
| 3208 | 2271 | .e-control-global.elementor-control .elementor-control-input-wrapper { |
| 3209 | - display: flex; | |
| 3210 | - flex-direction: row; | |
| 3211 | - align-items: stretch; | |
| 3212 | -} | |
| 3213 | -.e-control-global .elementor-control-spinner { | |
| 3214 | - margin-inline-end: 4px; | |
| 3215 | -} | |
| 2272 | + direction: ltr; } | |
| 3216 | 2273 | |
| 3217 | 2274 | .elementor-control-type-hidden { |
| 3218 | - display: none !important; | |
| 3219 | -} | |
| 2275 | + display: none !important; } | |
| 3220 | 2276 | |
| 3221 | 2277 | .elementor-control-type-icon .select2-selection__rendered .eicon { |
| 3222 | - margin-inline-end: 3px; | |
| 3223 | -} | |
| 2278 | + margin-right: 3px; } | |
| 3224 | 2279 | |
| 3225 | 2280 | .elementor-control-type-image_dimensions .elementor-control-field-description { |
| 3226 | 2281 | margin: 0 0 15px; |
| 3227 | - line-height: 1.4; | |
| 3228 | -} | |
| 2282 | + line-height: 1.4; } | |
| 2283 | + | |
| 3229 | 2284 | .elementor-control-type-image_dimensions .elementor-control-input-wrapper { |
| 3230 | - display: flex; | |
| 3231 | - align-items: flex-start; | |
| 3232 | -} | |
| 2285 | + overflow: hidden; } | |
| 2286 | + | |
| 3233 | 2287 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field { |
| 3234 | 2288 | width: 65px; |
| 3235 | -} | |
| 3236 | -.elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { | |
| 3237 | - color: var(--e-a-color-txt); | |
| 3238 | -} | |
| 2289 | + float: left; } | |
| 2290 | + .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { | |
| 2291 | + color: #a4afb7; } | |
| 2292 | + | |
| 3239 | 2293 | .elementor-control-type-image_dimensions .elementor-image-dimensions-separator { |
| 3240 | 2294 | width: 20px; |
| 3241 | 2295 | text-align: center; |
| 3242 | - padding-block-start: 4px; | |
| 3243 | -} | |
| 2296 | + float: left; | |
| 2297 | + padding-top: 4px; } | |
| 2298 | + | |
| 3244 | 2299 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description { |
| 3245 | 2300 | display: block; |
| 3246 | - margin-block-start: 5px; | |
| 3247 | - color: var(--e-a-color-txt-disabled); | |
| 3248 | - font-size: 10px; | |
| 3249 | - text-align: center; | |
| 3250 | -} | |
| 2301 | + text-transform: uppercase; | |
| 2302 | + margin-top: 5px; | |
| 2303 | + color: #d5dadf; | |
| 2304 | + font-size: 9px; | |
| 2305 | + text-align: center; } | |
| 2306 | + | |
| 3251 | 2307 | .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button { |
| 3252 | - margin-inline-start: auto; | |
| 3253 | -} | |
| 2308 | + float: right; | |
| 2309 | + height: 27px; | |
| 2310 | + width: 65px; } | |
| 3254 | 2311 | |
| 3255 | -.elementor-control-media.e-media-empty .elementor-control-media-area .elementor-control-media__remove, .elementor-control-media.e-media-empty .elementor-control-media-area .elementor-control-media__content__remove { | |
| 3256 | - display: none; | |
| 3257 | -} | |
| 3258 | -.elementor-control-media.e-media-empty-placeholder .e-control-image-size { | |
| 3259 | - display: none; | |
| 3260 | -} | |
| 3261 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__content__upload-button { | |
| 3262 | - display: none; | |
| 3263 | -} | |
| 2312 | +.elementor-control-media.elementor-media-empty .elementor-control-media-area { | |
| 2313 | + display: none; } | |
| 2314 | + | |
| 2315 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__content__upload-button { | |
| 2316 | + display: none; } | |
| 2317 | + | |
| 2318 | +.elementor-control-media .elementor-control-input-wrapper { | |
| 2319 | + border: 1px solid #d5dadf; } | |
| 2320 | + | |
| 3264 | 2321 | .elementor-control-media .eicon-plus-circle { |
| 3265 | 2322 | position: absolute; |
| 3266 | - inset-block-start: 50%; | |
| 3267 | - inset-inline-start: 50%; | |
| 3268 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3269 | - color: var(--e-a-color-white); | |
| 3270 | - font-size: 20px; | |
| 3271 | -} | |
| 2323 | + top: 50%; | |
| 2324 | + left: 50%; | |
| 2325 | + -webkit-transform: translate(-50%, -50%); | |
| 2326 | + -ms-transform: translate(-50%, -50%); | |
| 2327 | + transform: translate(-50%, -50%); | |
| 2328 | + color: #fff; | |
| 2329 | + font-size: 20px; } | |
| 2330 | + | |
| 3272 | 2331 | .elementor-control-media__content__upload-button { |
| 3273 | - background-color: var(--e-a-bg-active-bold); | |
| 3274 | -} | |
| 2332 | + background-color: #d5dadf; } | |
| 2333 | + | |
| 3275 | 2334 | .elementor-control-media__preview { |
| 3276 | 2335 | height: 100%; |
| 3277 | - background-size: cover; | |
| 3278 | - background-position: center; | |
| 3279 | -} | |
| 2336 | + -webkit-background-size: cover; | |
| 2337 | + background-size: cover; | |
| 2338 | + background-position: center; } | |
| 2339 | + | |
| 3280 | 2340 | .elementor-control-media-area { |
| 3281 | - background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); | |
| 3282 | - background-size: 16px 16px; | |
| 3283 | - background-position: 0 0, calc(16px / 2) calc(16px / 2); | |
| 3284 | - background-color: var(--e-a-bg-default); | |
| 3285 | - border: var(--e-a-border-bold); | |
| 3286 | - aspect-ratio: 21/9; | |
| 3287 | -} | |
| 3288 | -.elementor-control-media-area:not(:hover) .elementor-control-media__remove { | |
| 3289 | - display: none; | |
| 3290 | -} | |
| 3291 | -.elementor-control-media-area .eicon-video-camera { | |
| 3292 | - position: absolute; | |
| 3293 | - inset-block-start: 50%; | |
| 3294 | - inset-inline-start: 50%; | |
| 3295 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3296 | - color: rgba(255, 255, 255, 0.7); | |
| 3297 | - font-size: 21px; | |
| 3298 | -} | |
| 2341 | + background-image: -webkit-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd), -webkit-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd); | |
| 2342 | + background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd), -o-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd); | |
| 2343 | + background-image: linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd), linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd); | |
| 2344 | + -webkit-background-size: 16px 16px; | |
| 2345 | + background-size: 16px 16px; | |
| 2346 | + background-position: 0 0, 8px 8px; | |
| 2347 | + background-color: #f6f6f6; } | |
| 2348 | + .elementor-control-media-area:not(:hover) .elementor-control-media__remove { | |
| 2349 | + display: none; } | |
| 2350 | + .elementor-control-media-area .eicon-video-camera { | |
| 2351 | + position: absolute; | |
| 2352 | + top: 50%; | |
| 2353 | + left: 50%; | |
| 2354 | + -webkit-transform: translate(-50%, -50%); | |
| 2355 | + -ms-transform: translate(-50%, -50%); | |
| 2356 | + transform: translate(-50%, -50%); | |
| 2357 | + color: rgba(255, 255, 255, 0.7); | |
| 2358 | + font-size: 21px; } | |
| 2359 | + | |
| 3299 | 2360 | .elementor-control-media .elementor-control-media__content { |
| 3300 | - aspect-ratio: 21/9; | |
| 3301 | - position: relative; | |
| 3302 | 2361 | cursor: pointer; |
| 3303 | - overflow: hidden; | |
| 3304 | -} | |
| 3305 | -.elementor-control-media .elementor-control-media__content:hover:after { | |
| 3306 | - content: ""; | |
| 3307 | - position: absolute; | |
| 3308 | - inset: 0; | |
| 3309 | - background-color: rgba(0, 0, 0, 0.2); | |
| 3310 | - pointer-events: none; | |
| 3311 | -} | |
| 3312 | -.elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { | |
| 3313 | - inset-block-end: -30px; | |
| 3314 | -} | |
| 2362 | + overflow: hidden; } | |
| 2363 | + .elementor-control-media .elementor-control-media__content:hover:after { | |
| 2364 | + content: ''; | |
| 2365 | + position: absolute; | |
| 2366 | + top: 0; | |
| 2367 | + bottom: 0; | |
| 2368 | + left: 0; | |
| 2369 | + right: 0; | |
| 2370 | + background-color: rgba(0, 0, 0, 0.2); | |
| 2371 | + pointer-events: none; } | |
| 2372 | + .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { | |
| 2373 | + bottom: -30px; } | |
| 2374 | + | |
| 3315 | 2375 | .elementor-control-media__content { |
| 3316 | - transition: all 0.2s ease-in-out; | |
| 3317 | -} | |
| 2376 | + -webkit-transition: all .2s ease-in-out; | |
| 2377 | + -o-transition: all .2s ease-in-out; | |
| 2378 | + transition: all .2s ease-in-out; } | |
| 2379 | + | |
| 3318 | 2380 | .elementor-control-media__tools { |
| 3319 | 2381 | position: absolute; |
| 3320 | - inset-block-end: 0; | |
| 3321 | - inset-inline: 0; | |
| 2382 | + bottom: 0; | |
| 2383 | + left: 0; | |
| 2384 | + right: 0; | |
| 3322 | 2385 | height: 27px; |
| 3323 | - transition: all 0.2s ease-in-out; | |
| 3324 | -} | |
| 3325 | -.elementor-control-media__tools > *:not(:first-child) { | |
| 3326 | - margin-inline-start: 1px; | |
| 3327 | -} | |
| 2386 | + -webkit-transition: all .2s ease-in-out; | |
| 2387 | + -o-transition: all .2s ease-in-out; | |
| 2388 | + transition: all .2s ease-in-out; } | |
| 2389 | + .elementor-control-media__tools > *:not(:first-child) { | |
| 2390 | + margin-left: 1px; } | |
| 2391 | + | |
| 3328 | 2392 | .elementor-control-media__tool { |
| 2393 | + display: -webkit-box; | |
| 2394 | + display: -ms-flexbox; | |
| 3329 | 2395 | display: flex; |
| 3330 | - align-items: center; | |
| 3331 | - justify-content: center; | |
| 3332 | - flex-grow: 1; | |
| 3333 | - color: var(--e-a-color-white); | |
| 3334 | - background-color: rgba(0, 0, 0, 0.9); | |
| 2396 | + -webkit-box-align: center; | |
| 2397 | + -ms-flex-align: center; | |
| 2398 | + align-items: center; | |
| 2399 | + -webkit-box-pack: center; | |
| 2400 | + -ms-flex-pack: center; | |
| 2401 | + justify-content: center; | |
| 2402 | + -webkit-box-flex: 1; | |
| 2403 | + -ms-flex-positive: 1; | |
| 2404 | + flex-grow: 1; | |
| 2405 | + color: #fff; | |
| 2406 | + background-color: rgba(109, 120, 130, 0.85); | |
| 3335 | 2407 | font-size: 11px; |
| 3336 | - transition: var(--e-a-transition-hover); | |
| 3337 | -} | |
| 3338 | -.elementor-control-media__tool:hover { | |
| 3339 | - background-color: rgba(0, 0, 0, 0.8); | |
| 3340 | -} | |
| 2408 | + -webkit-transition: background .3s; | |
| 2409 | + -o-transition: background .3s; | |
| 2410 | + transition: background .3s; } | |
| 2411 | + .elementor-control-media__tool:hover { | |
| 2412 | + background-color: rgba(109, 120, 130, 0.95); } | |
| 2413 | + | |
| 3341 | 2414 | .elementor-control-media__remove { |
| 2415 | + display: -webkit-box; | |
| 2416 | + display: -ms-flexbox; | |
| 3342 | 2417 | display: flex; |
| 3343 | - align-items: center; | |
| 3344 | - justify-content: center; | |
| 3345 | - transition: all 0.3s ease-in-out; | |
| 3346 | -} | |
| 2418 | + -webkit-box-align: center; | |
| 2419 | + -ms-flex-align: center; | |
| 2420 | + align-items: center; | |
| 2421 | + -webkit-box-pack: center; | |
| 2422 | + -ms-flex-pack: center; | |
| 2423 | + justify-content: center; | |
| 2424 | + -webkit-transition: all .3s ease-in-out; | |
| 2425 | + -o-transition: all .3s ease-in-out; | |
| 2426 | + transition: all .3s ease-in-out; } | |
| 2427 | + | |
| 3347 | 2428 | .elementor-control-media__content__remove { |
| 3348 | 2429 | position: absolute; |
| 3349 | 2430 | z-index: 1; |
| 3350 | - inset-block-start: 10px; | |
| 3351 | - inset-inline-end: 10px; | |
| 2431 | + top: 10px; | |
| 2432 | + right: 10px; | |
| 3352 | 2433 | width: 20px; |
| 3353 | 2434 | height: 20px; |
| 3354 | 2435 | font-size: 11px; |
| 3355 | - color: var(--e-a-color-white); | |
| 3356 | - background-color: rgba(0, 0, 0, 0.5); | |
| 3357 | - border-radius: var(--e-border-radius); | |
| 3358 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 3359 | - transition: var(--e-a-transition-hover); | |
| 3360 | -} | |
| 3361 | -.elementor-control-media__content__remove:hover { | |
| 3362 | - background-color: rgba(0, 0, 0, 0.6); | |
| 3363 | -} | |
| 3364 | -.elementor-control-media.e-media-empty .elementor-control-file-area { | |
| 3365 | - display: none; | |
| 3366 | -} | |
| 3367 | -.elementor-control-media__warnings:empty { | |
| 3368 | - display: none; | |
| 3369 | -} | |
| 3370 | -.elementor-control-media__warnings:not(:empty) { | |
| 3371 | - margin-block-start: 10px; | |
| 3372 | -} | |
| 2436 | + color: #a4afb7; | |
| 2437 | + background-color: rgba(255, 255, 255, 0.9); | |
| 2438 | + -webkit-border-radius: 3px; | |
| 2439 | + border-radius: 3px; | |
| 2440 | + -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); | |
| 2441 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); } | |
| 2442 | + .elementor-control-media__content__remove:hover { | |
| 2443 | + background-color: white; | |
| 2444 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); | |
| 2445 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); } | |
| 2446 | + | |
| 2447 | +.elementor-control-media.elementor-media-empty .elementor-control-file-area { | |
| 2448 | + display: none; } | |
| 2449 | + | |
| 3373 | 2450 | .elementor-control-media__file { |
| 2451 | + display: -webkit-box; | |
| 2452 | + display: -ms-flexbox; | |
| 3374 | 2453 | display: flex; |
| 3375 | - justify-content: space-between; | |
| 3376 | - align-items: center; | |
| 2454 | + -webkit-box-pack: justify; | |
| 2455 | + -ms-flex-pack: justify; | |
| 2456 | + justify-content: space-between; | |
| 2457 | + -webkit-box-align: center; | |
| 2458 | + -ms-flex-align: center; | |
| 2459 | + align-items: center; | |
| 3377 | 2460 | width: 100%; |
| 3378 | - margin-block-start: 10px; | |
| 3379 | - border: var(--e-a-border); | |
| 3380 | -} | |
| 3381 | -.elementor-control-media__file__content { | |
| 3382 | - padding-inline-start: 5px; | |
| 3383 | - font-size: 12px; | |
| 3384 | -} | |
| 3385 | -.elementor-control-media__file__content__label { | |
| 3386 | - color: #9DA5AE; | |
| 3387 | -} | |
| 3388 | -.elementor-control-media__file__content__info { | |
| 3389 | - display: flex; | |
| 3390 | - align-items: center; | |
| 3391 | - font-weight: 500; | |
| 3392 | -} | |
| 3393 | -.elementor-control-media__file__content__info__icon { | |
| 3394 | - margin-inline-end: 5px; | |
| 3395 | -} | |
| 3396 | -.elementor-control-media__file__controls { | |
| 3397 | - display: flex; | |
| 3398 | - border-inline-start: var(--e-a-border); | |
| 3399 | -} | |
| 3400 | -.elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { | |
| 3401 | - width: 27px; | |
| 3402 | - height: 27px; | |
| 3403 | - cursor: pointer; | |
| 3404 | - align-items: center; | |
| 3405 | -} | |
| 3406 | -.elementor-control-media__file__controls__upload-button { | |
| 3407 | - display: flex; | |
| 3408 | - justify-content: center; | |
| 3409 | -} | |
| 3410 | -.elementor-control-media__file__controls__remove { | |
| 3411 | - border-inline-end: var(--e-a-border); | |
| 3412 | -} | |
| 3413 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label { | |
| 3414 | - display: none; | |
| 3415 | -} | |
| 3416 | -.elementor-control-media.e-media-empty .elementor-control-media__file__content__info { | |
| 3417 | - display: none; | |
| 3418 | -} | |
| 3419 | -.elementor-control-media.e-media-empty .elementor-control-media__file__controls__remove { | |
| 3420 | - display: none; | |
| 3421 | -} | |
| 2461 | + margin-top: 10px; | |
| 2462 | + border: 1px solid #d5dadf; } | |
| 2463 | + .elementor-control-media__file__content { | |
| 2464 | + padding-left: 5px; | |
| 2465 | + font-size: 12px; } | |
| 2466 | + .elementor-control-media__file__content__label { | |
| 2467 | + color: #a4afb7; } | |
| 2468 | + .elementor-control-media__file__content__info { | |
| 2469 | + display: -webkit-box; | |
| 2470 | + display: -ms-flexbox; | |
| 2471 | + display: flex; | |
| 2472 | + -webkit-box-align: center; | |
| 2473 | + -ms-flex-align: center; | |
| 2474 | + align-items: center; | |
| 2475 | + font-weight: 500; } | |
| 2476 | + .elementor-control-media__file__content__info__icon { | |
| 2477 | + margin-right: 5px; } | |
| 2478 | + .elementor-control-media__file__controls { | |
| 2479 | + display: -webkit-box; | |
| 2480 | + display: -ms-flexbox; | |
| 2481 | + display: flex; | |
| 2482 | + border-left: 1px solid #d5dadf; } | |
| 2483 | + .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { | |
| 2484 | + width: 27px; | |
| 2485 | + height: 27px; | |
| 2486 | + cursor: pointer; | |
| 2487 | + -webkit-box-align: center; | |
| 2488 | + -ms-flex-align: center; | |
| 2489 | + align-items: center; } | |
| 2490 | + .elementor-control-media__file__controls__upload-button { | |
| 2491 | + display: -webkit-box; | |
| 2492 | + display: -ms-flexbox; | |
| 2493 | + display: flex; | |
| 2494 | + -webkit-box-pack: center; | |
| 2495 | + -ms-flex-pack: center; | |
| 2496 | + justify-content: center; } | |
| 2497 | + .elementor-control-media__file__controls__remove { | |
| 2498 | + border-right: 1px solid #d5dadf; } | |
| 2499 | + | |
| 2500 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__file__content__label { | |
| 2501 | + display: none; } | |
| 2502 | + | |
| 2503 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__content__info { | |
| 2504 | + display: none; } | |
| 2505 | + | |
| 2506 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__controls__remove { | |
| 2507 | + display: none; } | |
| 2508 | + | |
| 3422 | 2509 | .elementor-control-media .elementor-control-dynamic-switcher { |
| 3423 | 2510 | border: none; |
| 3424 | - border-radius: 0; | |
| 3425 | - background-color: rgba(0, 0, 0, 0.9); | |
| 3426 | - color: var(--e-a-color-white); | |
| 3427 | -} | |
| 3428 | -.elementor-control-media .elementor-control-dynamic-switcher:hover { | |
| 3429 | - background-color: rgba(0, 0, 0, 0.8); | |
| 3430 | - color: var(--e-a-color-white); | |
| 3431 | -} | |
| 3432 | -.elementor-control-media .e-control-image-size { | |
| 3433 | - display: flex; | |
| 3434 | - flex-direction: column; | |
| 3435 | - width: 100%; | |
| 3436 | - padding-block-start: 20px; | |
| 3437 | -} | |
| 3438 | -.elementor-control-media .e-control-image-size .elementor-control-input-wrapper { | |
| 3439 | - margin-inline-start: auto; | |
| 3440 | -} | |
| 2511 | + -webkit-border-radius: 0; | |
| 2512 | + border-radius: 0; | |
| 2513 | + background-color: rgba(109, 120, 130, 0.85); | |
| 2514 | + color: #fff; } | |
| 2515 | + .elementor-control-media .elementor-control-dynamic-switcher:hover { | |
| 2516 | + background-color: rgba(109, 120, 130, 0.95); } | |
| 3441 | 2517 | |
| 3442 | 2518 | .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper { |
| 3443 | - border: none; | |
| 3444 | -} | |
| 2519 | + border: none; } | |
| 3445 | 2520 | |
| 3446 | -.elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview { | |
| 3447 | - background-color: var(--e-a-bg-active-bold); | |
| 3448 | -} | |
| 2521 | +.elementor-control-type-number.elementor-control-dynamic input { | |
| 2522 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2523 | + border-radius: 3px 0 0 3px; | |
| 2524 | + border-right: none; } | |
| 3449 | 2525 | |
| 3450 | -.elementor-control-notice { | |
| 3451 | - display: flex; | |
| 3452 | - justify-content: flex-start; | |
| 3453 | - align-items: flex-start; | |
| 3454 | - gap: 8px; | |
| 3455 | - padding: 16px; | |
| 3456 | - border-radius: 3px; | |
| 3457 | - border: 1px solid var(--notice-control-color, var(--e-a-color-txt)); | |
| 3458 | - color: var(--e-a-color-txt); | |
| 3459 | - font-size: 12px; | |
| 3460 | - font-weight: 400; | |
| 3461 | - line-height: 1.5; | |
| 3462 | - text-align: start; | |
| 3463 | - margin-block-start: 10px; | |
| 3464 | -} | |
| 3465 | -.elementor-control-notice-type-info { | |
| 3466 | - --notice-control-color: var(--e-a-color-info); | |
| 3467 | -} | |
| 3468 | -.elementor-control-notice-type-success { | |
| 3469 | - --notice-control-color: var(--e-a-color-success); | |
| 3470 | -} | |
| 3471 | -.elementor-control-notice-type-warning { | |
| 3472 | - --notice-control-color: var(--e-a-color-warning); | |
| 3473 | -} | |
| 3474 | -.elementor-control-notice-type-danger { | |
| 3475 | - --notice-control-color: var(--e-a-color-danger); | |
| 3476 | -} | |
| 3477 | -.elementor-control-notice-icon { | |
| 3478 | - flex-basis: 18px; | |
| 3479 | - color: var(--notice-control-color); | |
| 3480 | -} | |
| 3481 | -.elementor-control-notice-main { | |
| 3482 | - display: flex; | |
| 3483 | - flex-direction: column; | |
| 3484 | - justify-content: flex-start; | |
| 3485 | - align-items: flex-start; | |
| 3486 | - gap: 6px; | |
| 3487 | - flex: 1; | |
| 3488 | -} | |
| 3489 | -.elementor-control-notice-main-heading { | |
| 3490 | - font-weight: 700; | |
| 3491 | - font-style: italic; | |
| 3492 | -} | |
| 3493 | -.elementor-control-notice-main-content { | |
| 3494 | - font-style: italic; | |
| 3495 | - line-height: 1.5; | |
| 3496 | -} | |
| 3497 | -.elementor-control-notice-main-actions { | |
| 3498 | - display: flex; | |
| 3499 | - gap: 10px; | |
| 3500 | - padding-block-start: 8px; | |
| 3501 | -} | |
| 3502 | -.elementor-control-notice-main a { | |
| 3503 | - color: inherit; | |
| 3504 | - font-weight: 700; | |
| 3505 | - cursor: pointer; | |
| 3506 | -} | |
| 3507 | -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus { | |
| 3508 | - color: inherit; | |
| 3509 | -} | |
| 3510 | -.elementor-control-notice-dismiss { | |
| 3511 | - -webkit-appearance: none; | |
| 3512 | - -moz-appearance: none; | |
| 3513 | - appearance: none; | |
| 3514 | - background-color: transparent; | |
| 3515 | - border: 0; | |
| 2526 | +.elementor-control-type-number.elementor-control-dynamic .elementor-control-dynamic-switcher { | |
| 2527 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2528 | + border-radius: 0 3px 3px 0; } | |
| 2529 | + | |
| 2530 | +.elementor-control-type-order .elementor-control-oreder-wrapper { | |
| 2531 | + display: -webkit-box; | |
| 2532 | + display: -ms-flexbox; | |
| 2533 | + display: flex; } | |
| 2534 | + | |
| 2535 | +.elementor-control-type-order input { | |
| 2536 | + display: none; } | |
| 2537 | + .elementor-control-type-order input:checked + .elementor-control-order-label { | |
| 2538 | + -webkit-transform: scale(1, -1); | |
| 2539 | + -ms-transform: scale(1, -1); | |
| 2540 | + transform: scale(1, -1); } | |
| 2541 | + | |
| 2542 | +.elementor-control-type-order select { | |
| 2543 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2544 | + border-radius: 3px 0 0 3px; } | |
| 2545 | + .elementor-control-type-order select:not(:focus) ~ .elementor-control-order-label { | |
| 2546 | + border-color: #d5dadf; } | |
| 2547 | + .elementor-control-type-order select:focus ~ .elementor-control-order-label { | |
| 2548 | + border-color: #a4afb7; } | |
| 2549 | + | |
| 2550 | +.elementor-control-type-order .elementor-control-order-label { | |
| 2551 | + position: relative; | |
| 3516 | 2552 | padding: 0; |
| 3517 | - margin: 0; | |
| 3518 | - cursor: pointer; | |
| 3519 | -} | |
| 2553 | + width: 40px; | |
| 2554 | + border: 1px solid; | |
| 2555 | + font-size: 10px; | |
| 2556 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2557 | + border-radius: 0 3px 3px 0; | |
| 2558 | + margin-left: -3px; | |
| 2559 | + background-color: #fff; | |
| 2560 | + cursor: pointer; } | |
| 2561 | + .elementor-control-type-order .elementor-control-order-label i { | |
| 2562 | + position: absolute; | |
| 2563 | + top: 50%; | |
| 2564 | + left: 50%; | |
| 2565 | + -webkit-transform: translate(-50%, -50%); | |
| 2566 | + -ms-transform: translate(-50%, -50%); | |
| 2567 | + transform: translate(-50%, -50%); } | |
| 3520 | 2568 | |
| 3521 | 2569 | .elementor-control-type-popover_toggle input { |
| 3522 | - display: none; | |
| 3523 | -} | |
| 2570 | + display: none; } | |
| 2571 | + | |
| 3524 | 2572 | .elementor-control-type-popover_toggle label { |
| 3525 | - cursor: pointer; | |
| 3526 | -} | |
| 2573 | + cursor: pointer; } | |
| 2574 | + | |
| 3527 | 2575 | .elementor-control-type-popover_toggle .elementor-control-input-wrapper { |
| 3528 | - display: flex; | |
| 3529 | - flex-direction: row-reverse; | |
| 3530 | - align-items: center; | |
| 3531 | -} | |
| 2576 | + direction: rtl; } | |
| 2577 | + | |
| 3532 | 2578 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label { |
| 3533 | - color: var(--e-a-color-txt-active); | |
| 3534 | - background-color: var(--e-a-bg-active-bold); | |
| 3535 | -} | |
| 2579 | + color: #71d7f7; } | |
| 2580 | + | |
| 3536 | 2581 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label { |
| 3537 | - display: none; | |
| 3538 | -} | |
| 2582 | + display: none; } | |
| 2583 | + | |
| 2584 | +.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 2585 | + color: #c2cbd2; | |
| 2586 | + margin-right: 5px; } | |
| 2587 | + | |
| 3539 | 2588 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label { |
| 3540 | 2589 | height: 27px; |
| 2590 | + display: -webkit-inline-box; | |
| 2591 | + display: -ms-inline-flexbox; | |
| 3541 | 2592 | display: inline-flex; |
| 3542 | - align-items: center; | |
| 3543 | - justify-content: center; | |
| 3544 | - border-radius: var(--e-a-border-radius); | |
| 3545 | - border: var(--e-a-border-bold); | |
| 3546 | - transition: var(--e-a-transition-hover); | |
| 3547 | -} | |
| 3548 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label:hover { | |
| 3549 | - background-color: var(--e-a-bg-hover); | |
| 3550 | -} | |
| 3551 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 3552 | - color: var(--e-a-color-txt-muted); | |
| 3553 | - margin-inline-end: 5px; | |
| 3554 | -} | |
| 3555 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover { | |
| 3556 | - color: var(--e-a-color-txt); | |
| 3557 | -} | |
| 2593 | + -webkit-box-align: center; | |
| 2594 | + -ms-flex-align: center; | |
| 2595 | + align-items: center; | |
| 2596 | + -webkit-box-pack: center; | |
| 2597 | + -ms-flex-pack: center; | |
| 2598 | + justify-content: center; | |
| 2599 | + -webkit-border-radius: 3px; | |
| 2600 | + border-radius: 3px; | |
| 2601 | + border: 1px solid #d5dadf; } | |
| 3558 | 2602 | |
| 3559 | 2603 | .elementor-controls-popover.e-controls-popover--typography { |
| 3560 | - padding-block-start: 0; | |
| 3561 | -} | |
| 2604 | + padding-top: 0; } | |
| 3562 | 2605 | |
| 3563 | 2606 | .e-control-global .elementor-control-popover-toggle-toggle-label { |
| 3564 | - border-start-start-radius: 0; | |
| 3565 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3566 | - border-end-start-radius: 0; | |
| 3567 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3568 | - flex-shrink: 0; | |
| 3569 | -} | |
| 2607 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2608 | + border-radius: 0 3px 3px 0; | |
| 2609 | + -ms-flex-negative: 0; | |
| 2610 | + flex-shrink: 0; } | |
| 3570 | 2611 | |
| 3571 | 2612 | .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) { |
| 3572 | - padding-inline-start: 10px; | |
| 3573 | - padding-inline-end: 10px; | |
| 3574 | - padding-block-end: 10px; | |
| 3575 | -} | |
| 2613 | + padding-right: 10px; | |
| 2614 | + padding-left: 10px; | |
| 2615 | + padding-bottom: 10px; } | |
| 2616 | + | |
| 3576 | 2617 | .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove { |
| 3577 | - display: none; | |
| 3578 | -} | |
| 3579 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate, | |
| 3580 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add { | |
| 3581 | - display: none; | |
| 3582 | -} | |
| 2618 | + display: none; } | |
| 2619 | + | |
| 3583 | 2620 | .elementor-control-type-repeater .elementor-repeater-fields { |
| 3584 | - margin: 10px 0; | |
| 3585 | -} | |
| 2621 | + margin: 10px 0; } | |
| 2622 | + | |
| 3586 | 2623 | .elementor-control-type-repeater .elementor-repeater-row-controls { |
| 3587 | - border: var(--e-a-border-bold); | |
| 3588 | - border-block-start-width: 0; | |
| 3589 | - padding-block-start: 15px; | |
| 3590 | -} | |
| 3591 | -.elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { | |
| 3592 | - display: none; | |
| 3593 | -} | |
| 2624 | + border: 1px solid #d5dadf; | |
| 2625 | + border-top-width: 0; | |
| 2626 | + padding-top: 15px; } | |
| 2627 | + .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { | |
| 2628 | + display: none; } | |
| 2629 | + | |
| 3594 | 2630 | .elementor-control-type-repeater .elementor-repeater-row-tools { |
| 3595 | - display: flex; | |
| 3596 | - align-items: center; | |
| 2631 | + display: table; | |
| 2632 | + table-layout: fixed; | |
| 3597 | 2633 | width: 100%; |
| 3598 | - border: 1px solid var(--e-a-border-color-bold); | |
| 3599 | - transition: var(--e-a-transition-hover); | |
| 3600 | -} | |
| 3601 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button { | |
| 3602 | - display: flex; | |
| 3603 | - align-items: center; | |
| 3604 | - justify-content: center; | |
| 2634 | + color: #556068; | |
| 2635 | + background-color: #d5dadf; | |
| 3605 | 2636 | height: 40px; |
| 3606 | - border: none; | |
| 3607 | - background-color: transparent; | |
| 3608 | - color: currentColor; | |
| 3609 | - cursor: pointer; | |
| 3610 | -} | |
| 3611 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus { | |
| 3612 | - background-color: var(--e-a-bg-hover); | |
| 3613 | -} | |
| 3614 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { | |
| 3615 | - flex: 1; | |
| 3616 | - justify-content: flex-start; | |
| 3617 | - padding: 0 10px; | |
| 3618 | - font-size: var(--control-title-size); | |
| 3619 | - white-space: nowrap; | |
| 3620 | - text-overflow: ellipsis; | |
| 3621 | - overflow: hidden; | |
| 3622 | -} | |
| 3623 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, | |
| 3624 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, | |
| 3625 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { | |
| 3626 | - margin-inline-end: 5px; | |
| 3627 | -} | |
| 3628 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] { | |
| 3629 | - width: 1em; | |
| 3630 | -} | |
| 3631 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { | |
| 3632 | - width: 40px; | |
| 3633 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 3634 | -} | |
| 3635 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { | |
| 3636 | - width: 10px; | |
| 3637 | - border-inline-end: 1px solid var(--e-a-border-color-bold); | |
| 3638 | - cursor: move; | |
| 3639 | -} | |
| 2637 | + border-spacing: 1px; | |
| 2638 | + -webkit-transition: all .5s; | |
| 2639 | + -o-transition: all .5s; | |
| 2640 | + transition: all .5s; } | |
| 2641 | + .elementor-control-type-repeater .elementor-repeater-row-tools:hover { | |
| 2642 | + background-color: #a4afb7; } | |
| 2643 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div { | |
| 2644 | + display: table-cell; | |
| 2645 | + text-align: center; | |
| 2646 | + vertical-align: middle; | |
| 2647 | + cursor: pointer; } | |
| 2648 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) { | |
| 2649 | + background-color: #fff; } | |
| 2650 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div:hover { | |
| 2651 | + opacity: .95; } | |
| 2652 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { | |
| 2653 | + text-align: left; | |
| 2654 | + padding: 0 10px; | |
| 2655 | + font-size: 12px; | |
| 2656 | + white-space: nowrap; | |
| 2657 | + -o-text-overflow: ellipsis; | |
| 2658 | + text-overflow: ellipsis; | |
| 2659 | + overflow: hidden; } | |
| 2660 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, | |
| 2661 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, | |
| 2662 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { | |
| 2663 | + margin-right: 5px; } | |
| 2664 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$="svg"] { | |
| 2665 | + width: 1em; } | |
| 2666 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { | |
| 2667 | + width: 40px; } | |
| 2668 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { | |
| 2669 | + cursor: move; | |
| 2670 | + width: 10px; | |
| 2671 | + color: #fff; } | |
| 2672 | + | |
| 3640 | 2673 | .elementor-control-type-repeater .elementor-button-wrapper { |
| 3641 | 2674 | text-align: center; |
| 3642 | - padding-block-start: 5px; | |
| 3643 | -} | |
| 2675 | + padding-top: 5px; } | |
| 3644 | 2676 | |
| 3645 | -#elementor-controls, | |
| 3646 | -#elementor-panel-page-settings-controls, | |
| 3647 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3648 | - padding-block-start: 15px; | |
| 3649 | -} | |
| 3650 | - | |
| 3651 | 2677 | .elementor-control-type-section { |
| 3652 | - padding: 0; | |
| 3653 | -} | |
| 3654 | -.elementor-control-type-section.e-open { | |
| 3655 | - padding-block-end: 10px; | |
| 3656 | -} | |
| 3657 | -.elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { | |
| 3658 | - display: none; | |
| 3659 | -} | |
| 3660 | -.elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) { | |
| 3661 | - margin-block-start: 25px; | |
| 3662 | -} | |
| 2678 | + margin-top: 10px; | |
| 2679 | + padding: 0; } | |
| 2680 | + .elementor-control-type-section.elementor-open { | |
| 2681 | + padding-bottom: 15px; } | |
| 2682 | + .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { | |
| 2683 | + display: none; } | |
| 3663 | 2684 | |
| 3664 | -.elementor-control-type-select .elementor-control-input-wrapper { | |
| 3665 | - position: relative; | |
| 3666 | -} | |
| 3667 | -.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 3668 | - -webkit-appearance: none; | |
| 3669 | - -moz-appearance: none; | |
| 3670 | - appearance: none; | |
| 3671 | - font-size: var(--control-title-size); | |
| 3672 | - font-family: inherit; | |
| 3673 | - font-weight: inherit; | |
| 3674 | - font-style: inherit; | |
| 3675 | - text-transform: inherit; | |
| 3676 | - letter-spacing: inherit; | |
| 3677 | - line-height: inherit; | |
| 3678 | - flex-basis: 100%; | |
| 3679 | - padding-inline-start: 5px; | |
| 3680 | - padding-inline-end: 20px; | |
| 3681 | - cursor: pointer; | |
| 3682 | -} | |
| 3683 | -.elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { | |
| 3684 | - color: var(--e-a-color-txt-disabled); | |
| 3685 | -} | |
| 3686 | -.elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { | |
| 3687 | - display: none; | |
| 3688 | -} | |
| 3689 | -.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 3690 | - font-family: eicons; | |
| 3691 | - content: "\e8ad"; | |
| 3692 | - font-size: 12px; | |
| 3693 | - position: absolute; | |
| 3694 | - inset-block-start: 50%; | |
| 3695 | - inset-inline-end: 5px; | |
| 3696 | - transform: translateY(-50%); | |
| 3697 | - pointer-events: none; | |
| 3698 | -} | |
| 3699 | -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { | |
| 3700 | - max-width: 80px; | |
| 3701 | -} | |
| 2685 | +.elementor-shadow-box .elementor-shadow-slider { | |
| 2686 | + margin-top: 10px; } | |
| 3702 | 2687 | |
| 3703 | -.elementor-shadow-box .elementor-shadow-slider { | |
| 3704 | - margin-block-start: 10px; | |
| 3705 | -} | |
| 3706 | 2688 | .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title { |
| 3707 | - flex-grow: 1; | |
| 3708 | -} | |
| 2689 | + -webkit-box-flex: 1; | |
| 2690 | + -ms-flex-positive: 1; | |
| 2691 | + flex-grow: 1; } | |
| 3709 | 2692 | |
| 3710 | 2693 | .elementor-control-type-slider.elementor-control-dynamic input { |
| 3711 | - border-start-start-radius: var(--e-a-border-radius); | |
| 3712 | - border-start-end-radius: 0; | |
| 3713 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3714 | - border-end-end-radius: 0; | |
| 3715 | -} | |
| 2694 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2695 | + border-radius: 3px 0 0 3px; } | |
| 2696 | + | |
| 3716 | 2697 | .elementor-control-type-slider .elementor-control-unit-2 { |
| 3717 | - width: 21%; | |
| 3718 | -} | |
| 2698 | + width: 21%; } | |
| 2699 | + | |
| 3719 | 2700 | .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper { |
| 3720 | - display: block; | |
| 3721 | -} | |
| 2701 | + display: block; } | |
| 2702 | + | |
| 3722 | 2703 | .elementor-control-type-slider--multiple { |
| 3723 | - padding-block-end: 40px; | |
| 3724 | -} | |
| 3725 | -.elementor-control-type-slider--multiple .elementor-slider { | |
| 3726 | - margin-block-start: 12px; | |
| 3727 | - width: 98%; | |
| 3728 | -} | |
| 2704 | + padding-bottom: 40px; } | |
| 2705 | + .elementor-control-type-slider--multiple .elementor-slider { | |
| 2706 | + margin-top: 12px; | |
| 2707 | + width: 98%; } | |
| 2708 | + | |
| 3729 | 2709 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3730 | - border-radius: 0; | |
| 2710 | + -webkit-border-radius: 0; | |
| 2711 | + border-radius: 0; | |
| 3731 | 2712 | width: 10px; |
| 3732 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3733 | -} | |
| 3734 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { | |
| 3735 | - content: ""; | |
| 3736 | - position: absolute; | |
| 3737 | - inset-block-start: 2px; | |
| 3738 | - height: 12px; | |
| 3739 | - width: 11px; | |
| 3740 | - transform: rotate(45deg); | |
| 3741 | - background-color: var(--e-a-color-white); | |
| 3742 | - border-radius: 3px; | |
| 3743 | -} | |
| 3744 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { | |
| 3745 | - left: 5px; | |
| 3746 | - box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 3747 | -} | |
| 3748 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after { | |
| 3749 | - right: 5px; | |
| 3750 | - box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 3751 | -} | |
| 2713 | + -webkit-transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2714 | + -ms-transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2715 | + transform: translateY(calc(50% - 14px)) translateX(4px); } | |
| 2716 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { | |
| 2717 | + content: ''; | |
| 2718 | + position: absolute; | |
| 2719 | + top: 2px; | |
| 2720 | + height: 12px; | |
| 2721 | + width: 11px; | |
| 2722 | + -webkit-transform: rotate(45deg); | |
| 2723 | + -ms-transform: rotate(45deg); | |
| 2724 | + transform: rotate(45deg); | |
| 2725 | + background-color: #fff; | |
| 2726 | + -webkit-border-radius: 3px; | |
| 2727 | + border-radius: 3px; } | |
| 2728 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { | |
| 2729 | + left: 5px; | |
| 2730 | + -webkit-box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 2731 | + box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); } | |
| 2732 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after { | |
| 2733 | + right: 5px; | |
| 2734 | + -webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 2735 | + box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); } | |
| 2736 | + | |
| 3752 | 2737 | .elementor-control-type-slider .elementor-control-dynamic-switcher { |
| 3753 | - border-inline-start-width: 0; | |
| 3754 | - border-start-start-radius: 0; | |
| 3755 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3756 | - border-end-start-radius: 0; | |
| 3757 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3758 | -} | |
| 2738 | + border-left-width: 0; | |
| 2739 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2740 | + border-radius: 0 3px 3px 0; } | |
| 2741 | + | |
| 3759 | 2742 | .elementor-control-type-slider .elementor-control-input-wrapper { |
| 2743 | + display: -webkit-box; | |
| 2744 | + display: -ms-flexbox; | |
| 3760 | 2745 | display: flex; |
| 3761 | - align-items: center; | |
| 3762 | -} | |
| 2746 | + -webkit-box-align: center; | |
| 2747 | + -ms-flex-align: center; | |
| 2748 | + align-items: center; } | |
| 2749 | + | |
| 3763 | 2750 | .elementor-control-type-slider .elementor-dynamic-cover { |
| 3764 | - margin-block-start: 10px; | |
| 3765 | -} | |
| 3766 | -.elementor-control-type-slider.e-units-custom .elementor-slider { | |
| 3767 | - display: none; | |
| 3768 | -} | |
| 3769 | -.elementor-control-type-slider.e-units-custom .elementor-slider-input { | |
| 3770 | - width: 100%; | |
| 3771 | - margin: 0; | |
| 3772 | - transition: none; | |
| 3773 | -} | |
| 2751 | + margin-top: 10px; } | |
| 3774 | 2752 | |
| 3775 | 2753 | .elementor-slider { |
| 3776 | - flex-grow: 1; | |
| 2754 | + -webkit-box-flex: 1; | |
| 2755 | + -ms-flex-positive: 1; | |
| 2756 | + flex-grow: 1; | |
| 3777 | 2757 | height: 4px; |
| 3778 | - background-color: var(--e-a-border-color-bold); | |
| 3779 | - border-radius: 5px; | |
| 2758 | + background-color: #d5dadf; | |
| 2759 | + -webkit-border-radius: 5px; | |
| 2760 | + border-radius: 5px; | |
| 3780 | 2761 | position: relative; |
| 3781 | - cursor: pointer; | |
| 3782 | -} | |
| 3783 | -.elementor-slider-input { | |
| 3784 | - width: 21%; | |
| 3785 | - min-width: 54px; | |
| 3786 | - margin-inline-start: 12px; | |
| 3787 | - transition: width 0.3s ease-in-out; | |
| 3788 | -} | |
| 3789 | -.elementor-slider__extra { | |
| 3790 | - position: relative; | |
| 3791 | -} | |
| 3792 | -.elementor-slider__labels { | |
| 3793 | - display: flex; | |
| 3794 | - justify-content: space-between; | |
| 3795 | -} | |
| 3796 | -.elementor-slider__label { | |
| 3797 | - font-size: 9px; | |
| 3798 | - color: var(--e-a-color-txt-disabled); | |
| 3799 | -} | |
| 3800 | -.elementor-slider__scales { | |
| 3801 | - position: absolute; | |
| 3802 | - display: flex; | |
| 3803 | - justify-content: space-evenly; | |
| 3804 | - width: 100%; | |
| 3805 | - margin-block-start: 4px; | |
| 3806 | -} | |
| 3807 | -.elementor-slider__scale { | |
| 3808 | - width: 1px; | |
| 3809 | - height: 21px; | |
| 3810 | - background-color: var(--e-a-border-color-focus); | |
| 3811 | -} | |
| 3812 | -.elementor-slider .noUi-handle { | |
| 3813 | - height: 16px; | |
| 3814 | - width: 16px; | |
| 3815 | - background-color: var(--e-a-color-white); | |
| 3816 | - position: absolute; | |
| 3817 | - inset-inline-end: 0; | |
| 3818 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3819 | - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 3820 | - border-radius: 50%; | |
| 3821 | -} | |
| 3822 | -.elementor-slider .noUi-connects { | |
| 3823 | - position: absolute; | |
| 3824 | - width: 100%; | |
| 3825 | - height: 4px; | |
| 3826 | -} | |
| 3827 | -.elementor-slider .noUi-connect { | |
| 3828 | - position: absolute; | |
| 3829 | - z-index: 0; | |
| 3830 | - inset: 0; | |
| 3831 | - will-change: transform; | |
| 3832 | - transform-origin: 0 0; | |
| 3833 | - background-color: var(--e-a-border-color-focus); | |
| 3834 | -} | |
| 3835 | -.elementor-slider .noUi-tooltip { | |
| 3836 | - position: absolute; | |
| 3837 | - inset-block-start: calc(100% + 5px); | |
| 3838 | - left: calc(50% - 4px); | |
| 3839 | - transform: translateX(-50%); | |
| 3840 | - font-size: 10px; | |
| 3841 | -} | |
| 2762 | + cursor: pointer; } | |
| 2763 | + .elementor-slider-input { | |
| 2764 | + width: 21%; | |
| 2765 | + min-width: 54px; | |
| 2766 | + margin-left: 12px; } | |
| 2767 | + .elementor-slider__extra { | |
| 2768 | + position: relative; } | |
| 2769 | + .elementor-slider__labels { | |
| 2770 | + display: -webkit-box; | |
| 2771 | + display: -ms-flexbox; | |
| 2772 | + display: flex; | |
| 2773 | + -webkit-box-pack: justify; | |
| 2774 | + -ms-flex-pack: justify; | |
| 2775 | + justify-content: space-between; } | |
| 2776 | + .elementor-slider__label { | |
| 2777 | + font-size: 9px; | |
| 2778 | + color: #c2cbd2; } | |
| 2779 | + .elementor-slider__scales { | |
| 2780 | + position: absolute; | |
| 2781 | + display: -webkit-box; | |
| 2782 | + display: -ms-flexbox; | |
| 2783 | + display: flex; | |
| 2784 | + -webkit-box-pack: space-evenly; | |
| 2785 | + -ms-flex-pack: space-evenly; | |
| 2786 | + justify-content: space-evenly; | |
| 2787 | + width: 100%; | |
| 2788 | + margin-top: 4px; } | |
| 2789 | + .elementor-slider__scale { | |
| 2790 | + width: 1px; | |
| 2791 | + height: 21px; | |
| 2792 | + background-color: #a4afb7; } | |
| 2793 | + .elementor-slider .noUi-handle { | |
| 2794 | + height: 16px; | |
| 2795 | + width: 16px; | |
| 2796 | + background-color: #fff; | |
| 2797 | + right: 0; | |
| 2798 | + -webkit-transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2799 | + -ms-transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2800 | + transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2801 | + position: absolute; | |
| 2802 | + -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 2803 | + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 2804 | + -webkit-border-radius: 50%; | |
| 2805 | + border-radius: 50%; } | |
| 2806 | + .elementor-slider .noUi-connects { | |
| 2807 | + position: absolute; | |
| 2808 | + width: 100%; | |
| 2809 | + height: 4px; } | |
| 2810 | + .elementor-slider .noUi-connect { | |
| 2811 | + position: absolute; | |
| 2812 | + z-index: 0; | |
| 2813 | + top: 0; | |
| 2814 | + left: 0; | |
| 2815 | + height: 100%; | |
| 2816 | + width: 100%; | |
| 2817 | + will-change: transform; | |
| 2818 | + -webkit-transform-origin: 0 0; | |
| 2819 | + -ms-transform-origin: 0 0; | |
| 2820 | + transform-origin: 0 0; | |
| 2821 | + background-color: #a4afb7; } | |
| 2822 | + .elementor-slider .noUi-tooltip { | |
| 2823 | + position: absolute; | |
| 2824 | + top: calc(100% + 5px); | |
| 2825 | + left: calc(50% - 4px); | |
| 2826 | + -webkit-transform: translateX(-50%); | |
| 2827 | + -ms-transform: translateX(-50%); | |
| 2828 | + transform: translateX(-50%); | |
| 2829 | + font-size: 10px; } | |
| 3842 | 2830 | |
| 3843 | 2831 | .elementor-control-type-structure .elementor-control-field { |
| 3844 | - display: initial; | |
| 3845 | -} | |
| 2832 | + display: initial; } | |
| 2833 | + | |
| 3846 | 2834 | .elementor-control-type-structure .elementor-control-structure-preset { |
| 3847 | 2835 | padding: 3px; |
| 3848 | - border-radius: var(--e-border-radius); | |
| 2836 | + -webkit-border-radius: 3px; | |
| 2837 | + border-radius: 3px; | |
| 3849 | 2838 | display: inline-block; |
| 3850 | 2839 | cursor: pointer; |
| 3851 | - height: 50px; | |
| 3852 | -} | |
| 3853 | -.elementor-control-type-structure .elementor-control-structure-preset svg { | |
| 3854 | - height: 100%; | |
| 3855 | -} | |
| 3856 | -.elementor-control-type-structure .elementor-control-structure-preset path { | |
| 3857 | - fill: var(--e-a-border-color-bold); | |
| 3858 | -} | |
| 2840 | + height: 50px; } | |
| 2841 | + .elementor-control-type-structure .elementor-control-structure-preset svg { | |
| 2842 | + height: 100%; } | |
| 2843 | + .elementor-control-type-structure .elementor-control-structure-preset path { | |
| 2844 | + fill: #e6e9ec; } | |
| 2845 | + | |
| 3859 | 2846 | .elementor-control-type-structure .elementor-control-structure-reset { |
| 3860 | 2847 | padding: 15px 20px 0; |
| 3861 | 2848 | font-size: 11px; |
| 3862 | 2849 | cursor: pointer; |
| 3863 | - color: var(--e-a-color-txt-muted); | |
| 3864 | - border-block-start: var(--e-a-border); | |
| 3865 | - margin: 0 -20px; | |
| 3866 | -} | |
| 3867 | -.elementor-control-type-structure .elementor-control-structure-reset:hover { | |
| 3868 | - color: var(--e-a-color-txt); | |
| 3869 | -} | |
| 2850 | + color: #a4afb7; | |
| 2851 | + border-top: 1px solid #e6e9ec; | |
| 2852 | + margin: 0 -20px; } | |
| 2853 | + | |
| 3870 | 2854 | .elementor-control-type-structure .elementor-control-structure-title { |
| 3871 | - margin: 10px -20px 0; | |
| 3872 | -} | |
| 3873 | -.elementor-control-type-structure .elementor-control-structure-title:before { | |
| 3874 | - height: 10px; | |
| 3875 | - box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 3876 | -} | |
| 2855 | + margin: 10px -20px 0; } | |
| 2856 | + .elementor-control-type-structure .elementor-control-structure-title:before { | |
| 2857 | + height: 10px; | |
| 2858 | + -webkit-box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 2859 | + box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); } | |
| 2860 | + | |
| 3877 | 2861 | .elementor-control-type-structure .elementor-control-structure-presets { |
| 2862 | + display: -webkit-box; | |
| 2863 | + display: -ms-flexbox; | |
| 3878 | 2864 | display: flex; |
| 3879 | - flex-wrap: wrap; | |
| 3880 | - justify-content: space-between; | |
| 3881 | -} | |
| 3882 | -.elementor-control-type-structure .elementor-control-structure-presets input { | |
| 3883 | - display: none; | |
| 3884 | -} | |
| 3885 | -.elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { | |
| 3886 | - fill: var(--e-a-border-color-focus); | |
| 3887 | -} | |
| 2865 | + -ms-flex-wrap: wrap; | |
| 2866 | + flex-wrap: wrap; | |
| 2867 | + -webkit-box-pack: justify; | |
| 2868 | + -ms-flex-pack: justify; | |
| 2869 | + justify-content: space-between; } | |
| 2870 | + .elementor-control-type-structure .elementor-control-structure-presets input { | |
| 2871 | + display: none; } | |
| 2872 | + .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { | |
| 2873 | + fill: #a4afb7; } | |
| 2874 | + | |
| 3888 | 2875 | .elementor-control-type-structure .elementor-control-structure-preset-wrapper { |
| 3889 | - margin-block-end: 15px; | |
| 3890 | -} | |
| 2876 | + margin-bottom: 15px; } | |
| 2877 | + | |
| 3891 | 2878 | .elementor-control-type-structure .elementor-control-structure-preset-title { |
| 3892 | 2879 | text-align: center; |
| 3893 | - padding-block-start: 5px; | |
| 2880 | + padding-top: 5px; | |
| 3894 | 2881 | font-style: italic; |
| 3895 | 2882 | font-size: 11px; |
| 3896 | - color: #9DA5AE; | |
| 3897 | -} | |
| 2883 | + color: #a4afb7; } | |
| 3898 | 2884 | |
| 3899 | 2885 | .elementor-control-type-switcher .elementor-control-input-wrapper { |
| 3900 | - text-align: end; | |
| 3901 | -} | |
| 2886 | + text-align: right; } | |
| 2887 | + | |
| 3902 | 2888 | .elementor-control-type-switcher .elementor-switch { |
| 3903 | 2889 | position: relative; |
| 3904 | 2890 | display: inline-block; |
| 3905 | 2891 | vertical-align: top; |
| 3906 | 2892 | height: 20px; |
| 3907 | - background-color: var(--e-a-bg-default); | |
| 3908 | - border-radius: 18px; | |
| 3909 | - cursor: pointer; | |
| 3910 | -} | |
| 2893 | + background-color: white; | |
| 2894 | + -webkit-border-radius: 18px; | |
| 2895 | + border-radius: 18px; | |
| 2896 | + cursor: pointer; } | |
| 2897 | + | |
| 3911 | 2898 | .elementor-control-type-switcher .elementor-switch-input { |
| 3912 | - display: none; | |
| 3913 | -} | |
| 2899 | + display: none; } | |
| 2900 | + | |
| 3914 | 2901 | .elementor-control-type-switcher .elementor-switch-label { |
| 3915 | 2902 | position: relative; |
| 3916 | 2903 | display: block; |
| 3917 | 2904 | height: inherit; |
| 3918 | - font-size: 10px; | |
| 3919 | - background: var(--e-a-bg-active-bold); | |
| 3920 | - border-radius: inherit; | |
| 2905 | + font-size: 7px; | |
| 2906 | + text-transform: uppercase; | |
| 2907 | + background: #eceeef; | |
| 2908 | + -webkit-border-radius: inherit; | |
| 2909 | + border-radius: inherit; | |
| 2910 | + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2911 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2912 | + -webkit-transition: 0.15s ease-out; | |
| 2913 | + -o-transition: 0.15s ease-out; | |
| 3921 | 2914 | transition: 0.15s ease-out; |
| 3922 | - transition-property: opacity, background; | |
| 3923 | -} | |
| 2915 | + -webkit-transition-property: opacity, background; | |
| 2916 | + -o-transition-property: opacity, background; | |
| 2917 | + transition-property: opacity, background; } | |
| 2918 | + | |
| 3924 | 2919 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3925 | 2920 | position: absolute; |
| 3926 | - inset-block-start: 0; | |
| 2921 | + top: 0; | |
| 3927 | 2922 | width: 50%; |
| 3928 | 2923 | text-align: center; |
| 3929 | 2924 | line-height: 20px; |
| 3930 | - transition: inherit; | |
| 3931 | -} | |
| 2925 | + -webkit-transition: inherit; | |
| 2926 | + -o-transition: inherit; | |
| 2927 | + transition: inherit; } | |
| 2928 | + | |
| 3932 | 2929 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3933 | 2930 | content: attr(data-off); |
| 3934 | - inset-inline-end: 5px; | |
| 3935 | - color: var(--e-a-color-txt-muted); | |
| 3936 | -} | |
| 2931 | + right: 3px; | |
| 2932 | + color: #a4afb7; | |
| 2933 | + text-shadow: 0 1px rgba(255, 255, 255, 0.5); } | |
| 2934 | + | |
| 3937 | 2935 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3938 | 2936 | content: attr(data-on); |
| 3939 | - inset-inline-start: 5px; | |
| 3940 | - color: var(--e-a-btn-color); | |
| 3941 | - opacity: 0; | |
| 3942 | -} | |
| 2937 | + left: 3px; | |
| 2938 | + color: white; | |
| 2939 | + text-shadow: 0 1px rgba(0, 0, 0, 0.2); | |
| 2940 | + opacity: 0; } | |
| 2941 | + | |
| 3943 | 2942 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| 3944 | - background: var(--e-a-btn-bg-primary); | |
| 3945 | -} | |
| 3946 | -.elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { | |
| 3947 | - opacity: 0; | |
| 3948 | -} | |
| 3949 | -.elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after { | |
| 3950 | - opacity: 1; | |
| 3951 | -} | |
| 2943 | + background: #71d7f7; | |
| 2944 | + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); | |
| 2945 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); } | |
| 2946 | + .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { | |
| 2947 | + opacity: 0; } | |
| 2948 | + .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after { | |
| 2949 | + opacity: 1; } | |
| 2950 | + | |
| 3952 | 2951 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3953 | 2952 | position: absolute; |
| 3954 | - inset-block-start: 1px; | |
| 3955 | - inset-inline-start: 1px; | |
| 2953 | + top: 1px; | |
| 2954 | + left: 1px; | |
| 3956 | 2955 | width: 18px; |
| 3957 | 2956 | height: 18px; |
| 3958 | 2957 | background: white; |
| 3959 | - border-radius: 10px; | |
| 3960 | - transition: inset-inline-start 0.15s ease-out; | |
| 3961 | -} | |
| 2958 | + -webkit-border-radius: 10px; | |
| 2959 | + border-radius: 10px; | |
| 2960 | + -webkit-transition: left 0.15s ease-out; | |
| 2961 | + -o-transition: left 0.15s ease-out; | |
| 2962 | + transition: left 0.15s ease-out; } | |
| 2963 | + | |
| 3962 | 2964 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 3963 | - inset-inline-start: initial; | |
| 3964 | - inset-inline-end: 1px; | |
| 3965 | -} | |
| 2965 | + left: initial; | |
| 2966 | + right: 1px; | |
| 2967 | + -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); | |
| 2968 | + box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); } | |
| 3966 | 2969 | |
| 3967 | 2970 | .elementor-control-type-tabs { |
| 3968 | - display: none; | |
| 3969 | - font-size: var(--control-title-size); | |
| 3970 | -} | |
| 3971 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 3972 | - display: flex; | |
| 3973 | -} | |
| 2971 | + font-size: 0.8em; | |
| 2972 | + text-transform: uppercase; | |
| 2973 | + display: -webkit-box; | |
| 2974 | + display: -ms-flexbox; | |
| 2975 | + display: flex; } | |
| 3974 | 2976 | |
| 3975 | 2977 | .elementor-control-type-tab { |
| 3976 | 2978 | text-align: center; |
| 3977 | 2979 | width: 100%; |
| @@ -3976,149 +2978,190 @@ | ||
| 3976 | 2978 | text-align: center; |
| 3977 | 2979 | width: 100%; |
| 3978 | 2980 | padding: 0; |
| 3979 | 2981 | line-height: 25px; |
| 3980 | - border-block-start: var(--e-a-border-bold); | |
| 3981 | - border-block-end: var(--e-a-border-bold); | |
| 3982 | - border-inline-end: var(--e-a-border-bold); | |
| 3983 | - transition: var(--e-a-transition-hover); | |
| 3984 | - cursor: pointer; | |
| 3985 | -} | |
| 3986 | -.elementor-control-type-tab:first-child { | |
| 3987 | - border-inline-start: var(--e-a-border-bold); | |
| 3988 | - border-start-start-radius: var(--e-a-border-radius); | |
| 3989 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3990 | -} | |
| 3991 | -.elementor-control-type-tab:last-child { | |
| 3992 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3993 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3994 | -} | |
| 3995 | -.elementor-control-type-tab:hover { | |
| 3996 | - background-color: var(--e-a-bg-hover); | |
| 3997 | -} | |
| 3998 | -.elementor-control-type-tab.e-tab-active { | |
| 3999 | - background-color: var(--e-a-bg-active-bold); | |
| 4000 | - color: var(--e-a-color-txt-accent); | |
| 4001 | -} | |
| 2982 | + border-top: 1px solid #d5dadf; | |
| 2983 | + border-bottom: 1px solid #d5dadf; | |
| 2984 | + border-right: 1px solid #d5dadf; | |
| 2985 | + cursor: pointer; } | |
| 2986 | + .elementor-control-type-tab:first-child { | |
| 2987 | + border-left: 1px solid #d5dadf; | |
| 2988 | + -webkit-border-top-left-radius: 3px; | |
| 2989 | + border-top-left-radius: 3px; | |
| 2990 | + -webkit-border-bottom-left-radius: 3px; | |
| 2991 | + border-bottom-left-radius: 3px; } | |
| 2992 | + .elementor-control-type-tab:last-child { | |
| 2993 | + -webkit-border-top-right-radius: 3px; | |
| 2994 | + border-top-right-radius: 3px; | |
| 2995 | + -webkit-border-bottom-right-radius: 3px; | |
| 2996 | + border-bottom-right-radius: 3px; } | |
| 2997 | + .elementor-control-type-tab.elementor-tab-active { | |
| 2998 | + background-color: #a4afb7; | |
| 2999 | + border-color: #a4afb7; | |
| 3000 | + color: #ffffff; } | |
| 4002 | 3001 | |
| 4003 | -.e-tab-close { | |
| 4004 | - display: none !important; | |
| 4005 | -} | |
| 3002 | +.elementor-tab-close { | |
| 3003 | + display: none !important; } | |
| 4006 | 3004 | |
| 4007 | -.elementor-control-type-textarea .elementor-control-dynamic-switcher, | |
| 4008 | -.elementor-control-type-code .elementor-control-dynamic-switcher { | |
| 4009 | - border-inline-start-width: 1px; | |
| 4010 | - border-start-start-radius: 0; | |
| 4011 | - border-start-end-radius: 0; | |
| 4012 | - border-end-end-radius: 0; | |
| 4013 | - border-end-start-radius: var(--e-a-border-radius); | |
| 4014 | -} | |
| 4015 | -.elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, | |
| 4016 | -.elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { | |
| 3005 | +.elementor-control-type-textarea.elementor-control-dynamic-value .elementor-control-dynamic-switcher { | |
| 3006 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3007 | + border-radius: 0 3px 3px 0; | |
| 3008 | + border-left-width: 0; } | |
| 3009 | + | |
| 3010 | +.elementor-control-type-textarea .elementor-control-dynamic-switcher { | |
| 3011 | + -webkit-border-radius: 0px 3px; | |
| 3012 | + border-radius: 0px 3px; } | |
| 3013 | + | |
| 3014 | +.elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { | |
| 4017 | 3015 | position: absolute; |
| 4018 | - inset-block-start: 0; | |
| 4019 | - inset-inline-end: 0; | |
| 4020 | - z-index: 1; | |
| 4021 | -} | |
| 4022 | -.elementor-control-type-textarea .elementor-control-input-wrapper, | |
| 4023 | -.elementor-control-type-code .elementor-control-input-wrapper { | |
| 4024 | - position: relative; | |
| 4025 | -} | |
| 4026 | -.elementor-control-type-textarea textarea, | |
| 4027 | -.elementor-control-type-code textarea { | |
| 3016 | + top: 0; | |
| 3017 | + right: 0; } | |
| 3018 | + | |
| 3019 | +.elementor-control-type-textarea .elementor-control-input-wrapper { | |
| 3020 | + position: relative; } | |
| 3021 | + | |
| 3022 | +.elementor-control-type-textarea textarea { | |
| 4028 | 3023 | display: block; |
| 4029 | - font-family: inherit; | |
| 4030 | -} | |
| 4031 | -.elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher, | |
| 4032 | -.elementor-control-type-code textarea:focus + .elementor-control-dynamic-switcher { | |
| 4033 | - display: none; | |
| 4034 | -} | |
| 4035 | -.elementor-control-type-textarea pre:focus-within + .elementor-control-dynamic-switcher, | |
| 4036 | -.elementor-control-type-code pre:focus-within + .elementor-control-dynamic-switcher { | |
| 4037 | - display: none; | |
| 4038 | -} | |
| 3024 | + font-family: inherit; } | |
| 3025 | + .elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher { | |
| 3026 | + display: none; } | |
| 4039 | 3027 | |
| 3028 | +.elementor-control-type-url.elementor-control-dynamic .elementor-input { | |
| 3029 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3030 | + border-radius: 3px 0 0 3px; } | |
| 3031 | + | |
| 4040 | 3032 | .elementor-control-type-url .elementor-control-field { |
| 4041 | - position: relative; | |
| 4042 | -} | |
| 3033 | + position: relative; } | |
| 3034 | + | |
| 3035 | +.elementor-control-type-url:not(.elementor-control-dynamic) .elementor-control-url-more, .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 3036 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3037 | + border-radius: 0 3px 3px 0; } | |
| 3038 | + | |
| 4043 | 3039 | .elementor-control-type-url .elementor-control-input-wrapper { |
| 3040 | + display: -webkit-box; | |
| 3041 | + display: -ms-flexbox; | |
| 4044 | 3042 | display: flex; |
| 4045 | -} | |
| 4046 | -.elementor-control-type-url.elementor-control-dynamic .elementor-control-url-more-options input { | |
| 4047 | - border-radius: var(--e-a-border-radius); | |
| 4048 | -} | |
| 4049 | -.elementor-control-type-url.elementor-control-dynamic-value .e-input-style { | |
| 4050 | - border-start-end-radius: 0; | |
| 4051 | - border-end-end-radius: 0; | |
| 4052 | -} | |
| 4053 | -.elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 4054 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4055 | - border-end-end-radius: var(--e-a-border-radius); | |
| 4056 | -} | |
| 3043 | + -webkit-box-orient: horizontal; | |
| 3044 | + -webkit-box-direction: normal; | |
| 3045 | + -ms-flex-direction: row; | |
| 3046 | + flex-direction: row; } | |
| 3047 | + | |
| 4057 | 3048 | .elementor-control-type-url .elementor-control-url-more { |
| 3049 | + display: -webkit-box; | |
| 3050 | + display: -ms-flexbox; | |
| 4058 | 3051 | display: flex; |
| 4059 | - align-items: center; | |
| 4060 | - justify-content: center; | |
| 4061 | - flex-shrink: 0; | |
| 4062 | - border: var(--e-a-border-bold); | |
| 4063 | - color: currentColor; | |
| 4064 | - background-color: transparent; | |
| 4065 | - border-inline-start-width: 0; | |
| 4066 | - cursor: pointer; | |
| 4067 | -} | |
| 4068 | -.elementor-control-type-url .elementor-control-url-more i { | |
| 4069 | - font-size: 12px; | |
| 4070 | -} | |
| 4071 | -.elementor-control-type-url .elementor-control-url-more-options { | |
| 4072 | - display: none; | |
| 4073 | - padding-block-start: 10px; | |
| 4074 | -} | |
| 4075 | -.elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { | |
| 4076 | - margin-block-start: 10px; | |
| 4077 | -} | |
| 4078 | -.elementor-control-type-url .elementor-control-url-more:hover { | |
| 4079 | - color: var(--e-a-color-txt-hover); | |
| 4080 | -} | |
| 4081 | -.elementor-control-type-url .elementor-control-url-more:focus { | |
| 4082 | - color: var(--e-a-color-txt-active); | |
| 4083 | - border-color: var(--e-a-border-color-focus); | |
| 4084 | -} | |
| 3052 | + -webkit-box-align: center; | |
| 3053 | + -ms-flex-align: center; | |
| 3054 | + align-items: center; | |
| 3055 | + -webkit-box-pack: center; | |
| 3056 | + -ms-flex-pack: center; | |
| 3057 | + justify-content: center; | |
| 3058 | + -ms-flex-negative: 0; | |
| 3059 | + flex-shrink: 0; | |
| 3060 | + border: 1px solid #d5dadf; | |
| 3061 | + border-left: none; | |
| 3062 | + cursor: pointer; } | |
| 3063 | + .elementor-control-type-url .elementor-control-url-more i { | |
| 3064 | + font-size: 12px; } | |
| 3065 | + .elementor-control-type-url .elementor-control-url-more-options { | |
| 3066 | + display: none; | |
| 3067 | + padding-top: 10px; } | |
| 3068 | + .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { | |
| 3069 | + margin-top: 10px; } | |
| 3070 | + | |
| 4085 | 3071 | .elementor-control-type-url .elementor-control-url-option { |
| 3072 | + display: -webkit-box; | |
| 3073 | + display: -ms-flexbox; | |
| 4086 | 3074 | display: flex; |
| 4087 | - align-items: center; | |
| 4088 | -} | |
| 4089 | -.elementor-control-type-url .elementor-control-url-option:not(:last-child) { | |
| 4090 | - padding-block-end: 10px; | |
| 4091 | -} | |
| 4092 | -.elementor-control-type-url .elementor-control-url-option input, | |
| 4093 | -.elementor-control-type-url .elementor-control-url-option label { | |
| 4094 | - cursor: pointer; | |
| 4095 | -} | |
| 3075 | + -webkit-box-align: center; | |
| 3076 | + -ms-flex-align: center; | |
| 3077 | + align-items: center; } | |
| 3078 | + .elementor-control-type-url .elementor-control-url-option:not(:last-child) { | |
| 3079 | + padding-bottom: 10px; } | |
| 3080 | + .elementor-control-type-url .elementor-control-url-option input, | |
| 3081 | + .elementor-control-type-url .elementor-control-url-option label { | |
| 3082 | + cursor: pointer; } | |
| 3083 | + .elementor-control-type-url .elementor-control-url-option-input { | |
| 3084 | + margin: 0; | |
| 3085 | + padding: 0; | |
| 3086 | + -webkit-border-radius: 2px; | |
| 3087 | + border-radius: 2px; | |
| 3088 | + margin-right: 5px; | |
| 3089 | + -webkit-appearance: none; | |
| 3090 | + -moz-appearance: none; | |
| 3091 | + outline: none; | |
| 3092 | + content: none; | |
| 3093 | + height: 15px; | |
| 3094 | + width: 15px; | |
| 3095 | + border: 1px solid #d5dadf; | |
| 3096 | + display: -webkit-inline-box; | |
| 3097 | + display: -ms-inline-flexbox; | |
| 3098 | + display: inline-flex; | |
| 3099 | + -webkit-box-align: center; | |
| 3100 | + -ms-flex-align: center; | |
| 3101 | + align-items: center; | |
| 3102 | + -webkit-box-pack: center; | |
| 3103 | + -ms-flex-pack: center; | |
| 3104 | + justify-content: center; } | |
| 3105 | + .elementor-control-type-url .elementor-control-url-option-input:checked { | |
| 3106 | + background: #71d7f7; | |
| 3107 | + border: none; } | |
| 3108 | + .elementor-control-type-url .elementor-control-url-option-input:checked:before { | |
| 3109 | + display: block; | |
| 3110 | + content: ""; | |
| 3111 | + width: 4px; | |
| 3112 | + height: 7px; | |
| 3113 | + border: solid white; | |
| 3114 | + border-width: 0 2px 2px 0; | |
| 3115 | + -webkit-transform: rotate(45deg); | |
| 3116 | + -ms-transform: rotate(45deg); | |
| 3117 | + transform: rotate(45deg); } | |
| 3118 | + .elementor-control-type-url .elementor-control-url-option label { | |
| 3119 | + font-size: 12px; } | |
| 3120 | + | |
| 3121 | +.elementor-control-type-url .elementor-control-url-external-hide .elementor-control-url-more { | |
| 3122 | + display: none; } | |
| 3123 | + | |
| 3124 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-input, | |
| 3125 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-dynamic-cover { | |
| 3126 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3127 | + border-radius: 3px 0 0 3px; } | |
| 3128 | + | |
| 4096 | 3129 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4097 | 3130 | display: none; |
| 4098 | 3131 | position: absolute; |
| 4099 | - inset-block-start: 5px; | |
| 4100 | - inset-inline-end: 0; | |
| 3132 | + top: 5px; | |
| 3133 | + right: 0px; | |
| 4101 | 3134 | width: 10px; |
| 4102 | 3135 | height: 10px; |
| 4103 | 3136 | font-size: 10px; |
| 4104 | - color: var(--e-a-color-txt-disabled); | |
| 4105 | -} | |
| 4106 | -.elementor-control-type-url .elementor-control-url__custom-attributes label { | |
| 4107 | - font-size: var(--control-title-size); | |
| 4108 | -} | |
| 4109 | -.elementor-control-type-url .elementor-control-url__custom-attributes input { | |
| 4110 | - width: 100%; | |
| 4111 | - margin-block-start: 10px; | |
| 4112 | -} | |
| 4113 | -.elementor-control-type-url .elementor-input:focus ~ div { | |
| 4114 | - border-color: var(--e-a-border-color-focus); | |
| 4115 | -} | |
| 3137 | + color: #D4D4D4; } | |
| 4116 | 3138 | |
| 3139 | +.elementor-control-type-url .elementor-control-url__custom-attributes { | |
| 3140 | + margin-top: 5px; } | |
| 3141 | + .elementor-control-type-url .elementor-control-url__custom-attributes label { | |
| 3142 | + font-size: 12px; } | |
| 3143 | + .elementor-control-type-url .elementor-control-url__custom-attributes input { | |
| 3144 | + width: 100%; | |
| 3145 | + margin-top: 10px; } | |
| 3146 | + | |
| 3147 | +.elementor-control-type-url .elementor-input { | |
| 3148 | + direction: ltr; } | |
| 3149 | + .elementor-control-type-url .elementor-input:not(:focus) + .elementor-control-url-more { | |
| 3150 | + border-color: #d5dadf; } | |
| 3151 | + .elementor-control-type-url .elementor-input:focus ~ div { | |
| 3152 | + border-color: #a4afb7; } | |
| 3153 | + | |
| 3154 | +.elementor-control-type-url .elementor-control-dynamic-switcher { | |
| 3155 | + border-left: none; | |
| 3156 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3157 | + border-radius: 0 3px 3px 0; } | |
| 3158 | + | |
| 4117 | 3159 | .elementor-autocomplete-menu { |
| 4118 | 3160 | position: absolute; |
| 4119 | - background: var(--e-a-bg-default); | |
| 4120 | - border: var(--e-a-border); | |
| 3161 | + background: #fff; | |
| 3162 | + color: #495157; | |
| 3163 | + border: 1px solid #a4afb7; | |
| 4121 | 3164 | margin: 0; |
| 4122 | 3165 | list-style: none; |
| 4123 | 3166 | padding: 4px 0; |
| 4124 | 3167 | height: auto; |
| @@ -4126,3033 +3169,1301 @@ | ||
| 4126 | 3169 | min-width: 260px; |
| 4127 | 3170 | max-width: 300px; |
| 4128 | 3171 | max-height: 200px; |
| 4129 | 3172 | overflow-y: auto; |
| 4130 | - border-radius: 3px; | |
| 4131 | - transition: var(--e-a-transition-hover); | |
| 3173 | + -webkit-border-radius: 3px; | |
| 3174 | + border-radius: 3px; | |
| 3175 | + -webkit-transition: all .3s ease-in-out; | |
| 3176 | + -o-transition: all .3s ease-in-out; | |
| 3177 | + transition: all .3s ease-in-out; | |
| 4132 | 3178 | cursor: default; |
| 4133 | - z-index: 1; | |
| 4134 | -} | |
| 4135 | -.elementor-autocomplete-menu .ui-menu-item { | |
| 4136 | - display: flex; | |
| 4137 | - justify-content: space-between; | |
| 4138 | - align-self: baseline; | |
| 4139 | - padding: 5px 8px; | |
| 4140 | - font-size: 12px; | |
| 4141 | - width: 100%; | |
| 4142 | - line-height: 1.2; | |
| 4143 | - cursor: pointer; | |
| 4144 | -} | |
| 4145 | -.elementor-autocomplete-menu .ui-menu-item.ui-state-hover, .elementor-autocomplete-menu .ui-menu-item.ui-state-active, .elementor-autocomplete-menu .ui-menu-item.ui-state-focus { | |
| 4146 | - background: var(--e-a-bg-hover); | |
| 4147 | -} | |
| 4148 | -.elementor-autocomplete-menu .elementor-autocomplete-item-info { | |
| 4149 | - font-size: 10px; | |
| 4150 | - padding-block-start: 2px; | |
| 4151 | -} | |
| 3179 | + z-index: 1; } | |
| 3180 | + .elementor-autocomplete-menu .ui-menu-item { | |
| 3181 | + display: -webkit-box; | |
| 3182 | + display: -ms-flexbox; | |
| 3183 | + display: flex; | |
| 3184 | + -webkit-box-pack: justify; | |
| 3185 | + -ms-flex-pack: justify; | |
| 3186 | + justify-content: space-between; | |
| 3187 | + -ms-flex-item-align: baseline; | |
| 3188 | + align-self: baseline; | |
| 3189 | + padding: 5px 8px; | |
| 3190 | + font-size: 12px; | |
| 3191 | + width: 100%; | |
| 3192 | + line-height: 1.2; | |
| 3193 | + cursor: pointer; } | |
| 3194 | + .elementor-autocomplete-menu .ui-menu-item.ui-state-hover, .elementor-autocomplete-menu .ui-menu-item.ui-state-active, .elementor-autocomplete-menu .ui-menu-item.ui-state-focus { | |
| 3195 | + background: #e6e9ec; } | |
| 3196 | + .elementor-autocomplete-menu .elementor-autocomplete-item-info { | |
| 3197 | + font-size: 10px; | |
| 3198 | + padding-top: 2px; } | |
| 4152 | 3199 | |
| 4153 | -.elementor-control-type-visual_choice { | |
| 4154 | - width: 100%; | |
| 4155 | -} | |
| 3200 | +.elementor-control-type-wp_widget .widget-inside { | |
| 3201 | + display: block; } | |
| 4156 | 3202 | |
| 4157 | -.elementor-visual-choice-choices { | |
| 4158 | - display: grid; | |
| 4159 | - gap: 8px; | |
| 4160 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4161 | - text-align: center; | |
| 4162 | - border-radius: var(--e-a-border-radius); | |
| 4163 | - overflow: hidden; | |
| 4164 | -} | |
| 3203 | +.elementor-control-type-wp_widget .quicktags-toolbar input { | |
| 3204 | + width: auto; } | |
| 4165 | 3205 | |
| 4166 | -.elementor-visual-choice-element { | |
| 4167 | - display: flex; | |
| 4168 | - flex-direction: column; | |
| 4169 | - align-items: center; | |
| 4170 | - justify-content: center; | |
| 4171 | - gap: 8px; | |
| 4172 | - width: auto; | |
| 4173 | -} | |
| 4174 | -.elementor-visual-choice-element-image label { | |
| 4175 | - border: var(--e-a-border-bold); | |
| 4176 | - border-radius: var(--e-a-border-radius); | |
| 4177 | - font-size: 12px; | |
| 4178 | - transition: var(--e-a-transition-hover); | |
| 4179 | - cursor: pointer; | |
| 4180 | - overflow: hidden; | |
| 4181 | - width: 100%; | |
| 4182 | - padding: 8px; | |
| 4183 | -} | |
| 4184 | -.elementor-visual-choice-element-image input.e-visual-choice-placeholder + label, .elementor-visual-choice-element-image input:checked + label, .elementor-visual-choice-element-image input:hover + label { | |
| 4185 | - background-color: var(--e-a-bg-active-bold); | |
| 4186 | - opacity: 1; | |
| 4187 | -} | |
| 4188 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4189 | - border-color: var(--e-a-color-primary-bold); | |
| 4190 | -} | |
| 4191 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4192 | - background-color: var(--e-a-color-white); | |
| 4193 | - opacity: 0.5; | |
| 4194 | -} | |
| 4195 | -.elementor-visual-choice-element-image img { | |
| 4196 | - width: 100%; | |
| 4197 | - height: auto; | |
| 4198 | -} | |
| 4199 | -.elementor-visual-choice-element-button { | |
| 4200 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4201 | -} | |
| 4202 | -.elementor-visual-choice-element-button label { | |
| 4203 | - width: -moz-fit-content; | |
| 4204 | - width: fit-content; | |
| 4205 | -} | |
| 4206 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4207 | - background-color: var(--e-a-bg-active-bold); | |
| 4208 | -} | |
| 4209 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4210 | - border-color: var(--e-a-color-primary-bold); | |
| 4211 | -} | |
| 3206 | +.elementor-control-type-wysiwyg.elementor-rich-editing-disabled .wp-editor-container { | |
| 3207 | + margin-top: 10px; } | |
| 4212 | 3208 | |
| 4213 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4214 | - justify-content: flex-end; | |
| 4215 | -} | |
| 3209 | +.elementor-control-type-wysiwyg * { | |
| 3210 | + -webkit-box-sizing: content-box; | |
| 3211 | + box-sizing: content-box; } | |
| 4216 | 3212 | |
| 4217 | -.tipsy-inner { | |
| 4218 | - white-space: pre-line; | |
| 4219 | -} | |
| 3213 | +.elementor-control-type-wysiwyg .wp-editor-container { | |
| 3214 | + border: 1px solid #e6e9ec; } | |
| 4220 | 3215 | |
| 4221 | -.elementor-control-type-wp_widget .widget-inside { | |
| 4222 | - line-height: 2; | |
| 4223 | - background-color: inherit; | |
| 4224 | - display: block; | |
| 4225 | -} | |
| 4226 | -.elementor-control-type-wp_widget .quicktags-toolbar input { | |
| 4227 | - width: auto; | |
| 4228 | -} | |
| 3216 | +.elementor-control-type-wysiwyg .wp-editor-tabs { | |
| 3217 | + border: 1px solid #d5dadf; | |
| 3218 | + border-bottom: none; | |
| 3219 | + -webkit-border-radius: 3px 3px 0 0; | |
| 3220 | + border-radius: 3px 3px 0 0; } | |
| 4229 | 3221 | |
| 4230 | -.elementor-control-type-wysiwyg * { | |
| 4231 | - box-sizing: content-box; | |
| 4232 | -} | |
| 4233 | -.elementor-control-type-wysiwyg .wp-editor-container { | |
| 4234 | - border: var(--e-a-border); | |
| 4235 | -} | |
| 4236 | -.elementor-control-type-wysiwyg .wp-editor-tabs { | |
| 4237 | - border: var(--e-a-border-bold); | |
| 4238 | - border-block-end: none; | |
| 4239 | - border-start-start-radius: var(--e-a-border-radius); | |
| 4240 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4241 | - border-end-end-radius: 0; | |
| 4242 | - border-end-start-radius: 0; | |
| 4243 | -} | |
| 4244 | -.elementor-control-type-wysiwyg .wp-editor-tabs button:hover { | |
| 4245 | - background-color: var(--e-a-bg-hover); | |
| 4246 | -} | |
| 4247 | 3222 | .elementor-control-type-wysiwyg #insert-media-button { |
| 4248 | 3223 | height: initial; |
| 4249 | 3224 | line-height: 24px; |
| 4250 | 3225 | font-size: 10px; |
| 4251 | - color: var(--e-a-color-txt); | |
| 4252 | - border-color: var(--e-a-border-color-bold); | |
| 4253 | - background-color: var(--e-a-bg-default); | |
| 4254 | - min-height: initial; | |
| 4255 | -} | |
| 3226 | + color: #6d7882; | |
| 3227 | + border-color: #d5dadf; | |
| 3228 | + background-color: #e6e9ec; | |
| 3229 | + min-height: initial; } | |
| 3230 | + | |
| 4256 | 3231 | .elementor-control-type-wysiwyg .ed_button { |
| 4257 | 3232 | height: 22px; |
| 4258 | - width: initial; | |
| 4259 | -} | |
| 3233 | + width: initial; } | |
| 3234 | + | |
| 4260 | 3235 | .elementor-control-type-wysiwyg .wp-media-buttons-icon { |
| 4261 | 3236 | height: 14px; |
| 4262 | - margin: 0; | |
| 4263 | -} | |
| 4264 | -.elementor-control-type-wysiwyg .wp-media-buttons-icon:before { | |
| 4265 | - font-size: 14px; | |
| 4266 | -} | |
| 3237 | + margin: 0; } | |
| 3238 | + .elementor-control-type-wysiwyg .wp-media-buttons-icon:before { | |
| 3239 | + font-size: 14px; } | |
| 3240 | + | |
| 4267 | 3241 | .elementor-control-type-wysiwyg .wp-switch-editor { |
| 4268 | 3242 | position: static; |
| 4269 | 3243 | border: none; |
| 4270 | 3244 | margin: 0; |
| 4271 | - color: var(--e-a-color-txt); | |
| 3245 | + color: #6d7882; | |
| 4272 | 3246 | font-size: 10px; |
| 4273 | - padding: 3px 9px 4px; | |
| 4274 | -} | |
| 3247 | + padding: 3px 9px 4px; } | |
| 3248 | + | |
| 4275 | 3249 | .elementor-control-type-wysiwyg .switch-html { |
| 4276 | - border: solid var(--e-a-border-color-bold); | |
| 4277 | - border-width: 0 1px; | |
| 4278 | -} | |
| 3250 | + border: solid #d5dadf; | |
| 3251 | + border-width: 0 1px; } | |
| 3252 | + | |
| 4279 | 3253 | .elementor-control-type-wysiwyg .html-active .switch-tmce { |
| 4280 | - background-color: transparent; | |
| 4281 | -} | |
| 3254 | + background-color: transparent; } | |
| 3255 | + | |
| 4282 | 3256 | .elementor-control-type-wysiwyg .html-active .switch-html { |
| 4283 | - background-color: var(--e-a-bg-active); | |
| 4284 | -} | |
| 3257 | + background-color: #e6e9ec; } | |
| 3258 | + | |
| 4285 | 3259 | .elementor-control-type-wysiwyg .tmce-active .switch-tmce { |
| 4286 | - background-color: var(--e-a-bg-active); | |
| 4287 | -} | |
| 3260 | + background-color: #e6e9ec; } | |
| 3261 | + | |
| 4288 | 3262 | .elementor-control-type-wysiwyg .tmce-active .switch-html { |
| 4289 | - background-color: transparent; | |
| 4290 | -} | |
| 4291 | -.elementor-control-type-wysiwyg .mce-toolbar-grp, | |
| 4292 | -.elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 4293 | - background-color: var(--e-a-bg-default); | |
| 4294 | -} | |
| 4295 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox { | |
| 4296 | - background-color: var(--e-a-bg-default); | |
| 4297 | -} | |
| 4298 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox button { | |
| 4299 | - color: var(--e-a-color-txt); | |
| 4300 | -} | |
| 3263 | + background-color: transparent; } | |
| 3264 | + | |
| 3265 | +.elementor-control-type-wysiwyg .mce-toolbar-grp, .elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 3266 | + background-color: #e6e9ec; } | |
| 3267 | + | |
| 4301 | 3268 | .elementor-control-type-wysiwyg .mce-toolbar-grp > div { |
| 4302 | - padding: 0 3px; | |
| 4303 | -} | |
| 3269 | + padding: 0 3px; } | |
| 3270 | + | |
| 4304 | 3271 | .elementor-control-type-wysiwyg .elementor-wp-editor { |
| 4305 | - box-sizing: border-box; | |
| 4306 | -} | |
| 3272 | + -webkit-box-sizing: border-box; | |
| 3273 | + box-sizing: border-box; } | |
| 3274 | + | |
| 4307 | 3275 | .elementor-control-type-wysiwyg .mce-ico { |
| 4308 | - color: var(--e-a-color-txt); | |
| 4309 | - font-size: 16px; | |
| 4310 | -} | |
| 4311 | -.elementor-control-type-wysiwyg .mce-btn-group .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn.mce-active { | |
| 4312 | - color: var(--e-a-color-txt-active); | |
| 4313 | - background: var(--e-a-bg-hover); | |
| 4314 | - border-color: var(--e-a-border-color); | |
| 4315 | - box-shadow: none; | |
| 4316 | -} | |
| 4317 | -.elementor-control-type-wysiwyg .mce-btn-group .mce-btn:hover i, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:active i, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn.mce-active i { | |
| 4318 | - color: var(--e-a-color-txt-active); | |
| 4319 | -} | |
| 3276 | + color: #6d7882; | |
| 3277 | + font-size: 16px; } | |
| 3278 | + | |
| 3279 | +.elementor-control-type-wysiwyg .mce-btn { | |
| 3280 | + margin-right: 0; | |
| 3281 | + margin-left: 0; } | |
| 3282 | + .elementor-control-type-wysiwyg .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn.mce-active { | |
| 3283 | + border-color: #d5dadf; } | |
| 3284 | + | |
| 4320 | 3285 | .elementor-control-type-wysiwyg .mce-path { |
| 4321 | - padding: 5px 10px; | |
| 4322 | -} | |
| 3286 | + padding: 5px 10px; } | |
| 3287 | + | |
| 4323 | 3288 | .elementor-control-type-wysiwyg .mce-path-item { |
| 4324 | 3289 | font-size: 12px; |
| 4325 | - color: var(--e-a-color-txt); | |
| 4326 | -} | |
| 4327 | -.elementor-control-type-wysiwyg .mce-top-part:before { | |
| 4328 | - box-shadow: none; | |
| 4329 | -} | |
| 3290 | + color: #6d7882; } | |
| 3291 | + | |
| 4330 | 3292 | .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher { |
| 4331 | - border: none; | |
| 4332 | -} | |
| 3293 | + border: none; } | |
| 4333 | 3294 | |
| 4334 | -@media screen and (prefers-color-scheme: dark) { | |
| 4335 | - #wp-link-wrap { | |
| 4336 | - color-scheme: light; | |
| 4337 | - --e-a-color-txt: #515962; | |
| 4338 | - --e-a-bg-default: #ffffff; | |
| 4339 | - --e-a-border-color-bold: #D5D8DC; | |
| 4340 | - --e-a-color-primary-bold: #D004D4; | |
| 4341 | - } | |
| 4342 | - #wp-link { | |
| 4343 | - color: var(--e-a-color-txt); | |
| 4344 | - } | |
| 4345 | - #wp-link input { | |
| 4346 | - background-color: var(--e-a-bg-default); | |
| 4347 | - border-color: var(--e-a-border-color-bold); | |
| 4348 | - } | |
| 4349 | - #wp-link input[type=checkbox] { | |
| 4350 | - border-color: var(--e-a-border-color-bold); | |
| 4351 | - } | |
| 4352 | - #wp-link input[type=checkbox]:checked { | |
| 4353 | - background: var(--e-a-color-primary-bold); | |
| 4354 | - } | |
| 4355 | - #wp-link input.button-primary { | |
| 4356 | - background: #2271b1; | |
| 4357 | - border-color: #2271b1; | |
| 4358 | - color: #fff; | |
| 4359 | - } | |
| 4360 | -} | |
| 3295 | +.elementor-control-type-text .elementor-control-dynamic-switcher { | |
| 3296 | + border-left-width: 0; | |
| 3297 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3298 | + border-radius: 0 3px 3px 0; } | |
| 3299 | + | |
| 3300 | +.elementor-control-type-text.elementor-control-dynamic input { | |
| 3301 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3302 | + border-radius: 3px 0 0 3px; } | |
| 3303 | + | |
| 4361 | 3304 | #elementor-mode-switcher { |
| 4362 | - --e-a-mode-switcher-width: 15px; | |
| 4363 | - --e-a-mode-switcher-height: 50px; | |
| 4364 | - --e-a-mode-switcher-icon-size: 15px; | |
| 4365 | 3305 | position: absolute; |
| 4366 | - inset-block-start: 50%; | |
| 4367 | - inset-inline-start: 100%; | |
| 4368 | - transform: translateY(-50%); | |
| 4369 | - background-color: var(--e-a-bg-default); | |
| 4370 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 4371 | - transition: 0.3s opacity; | |
| 4372 | -} | |
| 4373 | -#elementor-mode-switcher:hover { | |
| 4374 | - background-color: var(--e-a-bg-hover); | |
| 4375 | -} | |
| 4376 | -#elementor-mode-switcher:focus-within { | |
| 4377 | - background-color: var(--e-a-bg-active); | |
| 4378 | -} | |
| 4379 | -.e-panel-block-interactions #elementor-mode-switcher { | |
| 4380 | - opacity: 0; | |
| 4381 | - pointer-events: none; | |
| 4382 | -} | |
| 4383 | -#elementor-mode-switcher-preview i { | |
| 4384 | - display: flex; | |
| 4385 | - flex-direction: column; | |
| 4386 | - justify-content: center; | |
| 4387 | - width: var(--e-a-mode-switcher-width); | |
| 4388 | - height: var(--e-a-mode-switcher-height); | |
| 4389 | - font-size: var(--e-a-mode-switcher-icon-size); | |
| 4390 | - cursor: pointer; | |
| 4391 | -} | |
| 3306 | + left: 100%; | |
| 3307 | + top: 50%; | |
| 3308 | + width: 15px; | |
| 3309 | + height: 50px; | |
| 3310 | + -webkit-transform: translateY(-50%); | |
| 3311 | + -ms-transform: translateY(-50%); | |
| 3312 | + transform: translateY(-50%); | |
| 3313 | + background-color: #e6e9ec; | |
| 3314 | + font-size: 15px; | |
| 3315 | + -webkit-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1); | |
| 3316 | + box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1); | |
| 3317 | + cursor: pointer; } | |
| 3318 | + #elementor-mode-switcher:hover { | |
| 3319 | + background-color: #93003c; | |
| 3320 | + color: #FFFFFF; } | |
| 3321 | + | |
| 3322 | +#elementor-mode-switcher-inner, #elementor-mode-switcher-preview { | |
| 3323 | + width: 100%; | |
| 3324 | + height: 100%; | |
| 3325 | + position: absolute; | |
| 3326 | + top: 0; | |
| 3327 | + left: 0; } | |
| 3328 | + | |
| 3329 | +#elementor-mode-switcher-preview { | |
| 3330 | + cursor: pointer; } | |
| 3331 | + #elementor-mode-switcher-preview .eicon { | |
| 3332 | + position: absolute; | |
| 3333 | + top: 50%; | |
| 3334 | + left: 50%; | |
| 3335 | + -webkit-transform: translate(-50%, -50%); | |
| 3336 | + -ms-transform: translate(-50%, -50%); | |
| 3337 | + transform: translate(-50%, -50%); } | |
| 3338 | + | |
| 4392 | 3339 | #elementor-mode-switcher-preview-input { |
| 4393 | - display: none; | |
| 4394 | -} | |
| 3340 | + display: none; } | |
| 4395 | 3341 | |
| 4396 | 3342 | .elementor-revision-item__wrapper { |
| 3343 | + display: -webkit-box; | |
| 3344 | + display: -ms-flexbox; | |
| 4397 | 3345 | display: flex; |
| 4398 | - align-items: center; | |
| 4399 | - text-align: start; | |
| 4400 | - width: 100%; | |
| 4401 | - border: var(--e-a-border); | |
| 4402 | - border-radius: var(--e-a-border-radius); | |
| 3346 | + -webkit-box-align: center; | |
| 3347 | + -ms-flex-align: center; | |
| 3348 | + align-items: center; | |
| 3349 | + border: 1px solid #d5dadf; | |
| 4403 | 3350 | padding: 10px 15px; |
| 4404 | - margin-block-end: 10px; | |
| 3351 | + margin-bottom: 10px; | |
| 4405 | 3352 | font-size: 11px; |
| 4406 | - transition: var(--e-a-transition-hover); | |
| 4407 | - background-color: transparent; | |
| 4408 | -} | |
| 4409 | -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus { | |
| 4410 | - background-color: var(--e-a-bg-hover); | |
| 4411 | -} | |
| 3353 | + -webkit-transition: all 0.3s; | |
| 3354 | + -o-transition: all 0.3s; | |
| 3355 | + transition: all 0.3s; } | |
| 3356 | + .elementor-revision-item__wrapper.current { | |
| 3357 | + font-weight: bold; } | |
| 3358 | + .elementor-revision-item__wrapper .elementor-revision-item__tools-current { | |
| 3359 | + color: #71d7f7; } | |
| 3360 | + | |
| 3361 | +.elementor-revision-item:hover:not(.elementor-revision-current-preview) { | |
| 3362 | + background-color: rgba(230, 233, 236, 0.3); } | |
| 3363 | + | |
| 4412 | 3364 | .elementor-revision-item-loading .elementor-revision-item__tools-current { |
| 4413 | - display: none; | |
| 4414 | -} | |
| 3365 | + display: none; } | |
| 3366 | + | |
| 4415 | 3367 | .elementor-revision-item:not(.elementor-revision-item-loading) .elementor-revision-item__tools-spinner { |
| 4416 | - display: none; | |
| 4417 | -} | |
| 3368 | + display: none; } | |
| 3369 | + | |
| 4418 | 3370 | .elementor-revision-item__gravatar { |
| 4419 | - border-radius: 50%; | |
| 4420 | - overflow: hidden; | |
| 4421 | -} | |
| 4422 | -.elementor-revision-item__gravatar img { | |
| 4423 | - display: block; | |
| 4424 | -} | |
| 3371 | + -webkit-border-radius: 50%; | |
| 3372 | + border-radius: 50%; | |
| 3373 | + overflow: hidden; } | |
| 3374 | + .elementor-revision-item__gravatar img { | |
| 3375 | + display: block; } | |
| 3376 | + | |
| 4425 | 3377 | .elementor-revision-item__details { |
| 4426 | - padding-inline-start: 15px; | |
| 4427 | - flex-grow: 1; | |
| 4428 | - cursor: pointer; | |
| 4429 | -} | |
| 3378 | + padding-left: 15px; | |
| 3379 | + -webkit-box-flex: 1; | |
| 3380 | + -ms-flex-positive: 1; | |
| 3381 | + flex-grow: 1; | |
| 3382 | + cursor: pointer; } | |
| 3383 | + | |
| 4430 | 3384 | .elementor-revision-meta { |
| 4431 | - padding-block-start: 5px; | |
| 3385 | + padding-top: 5px; | |
| 4432 | 3386 | font-size: 10px; |
| 4433 | - font-weight: bold; | |
| 4434 | -} | |
| 4435 | -.elementor-revision-current-preview .elementor-revision-item__wrapper { | |
| 4436 | - border-color: var(--e-a-border-color-accent); | |
| 4437 | - background-color: var(--e-a-bg-active); | |
| 4438 | -} | |
| 3387 | + font-weight: bold; } | |
| 4439 | 3388 | |
| 3389 | +.elementor-revision-current-preview { | |
| 3390 | + background-color: #e6e9ec; } | |
| 3391 | + | |
| 3392 | +#elementor-restore-autosave-dialog.dialog-widget { | |
| 3393 | + background-color: rgba(0, 0, 0, 0.3); } | |
| 3394 | + | |
| 4440 | 3395 | #elementor-panel-revisions-loading { |
| 4441 | 3396 | position: absolute; |
| 4442 | - inset-block-start: 50%; | |
| 4443 | - inset-inline-start: 50%; | |
| 4444 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4445 | -} | |
| 4446 | -#elementor-panel-revisions-loading .eicon-loading { | |
| 4447 | - font-size: 50px; | |
| 4448 | -} | |
| 3397 | + top: 50%; | |
| 3398 | + left: 50%; | |
| 3399 | + -webkit-transform: translate(-50%, -50%); | |
| 3400 | + -ms-transform: translate(-50%, -50%); | |
| 3401 | + transform: translate(-50%, -50%); } | |
| 3402 | + #elementor-panel-revisions-loading .eicon-loading { | |
| 3403 | + font-size: 50px; | |
| 3404 | + color: #a4afb7; } | |
| 4449 | 3405 | |
| 4450 | -.elementor-panel-revisions-buttons { | |
| 4451 | - display: flex; | |
| 4452 | - justify-content: space-between; | |
| 4453 | - padding: 15px 20px; | |
| 4454 | - border-block-end: var(--e-a-border); | |
| 4455 | -} | |
| 4456 | - | |
| 4457 | 3406 | .elementor-history-item { |
| 3407 | + display: -webkit-box; | |
| 3408 | + display: -ms-flexbox; | |
| 4458 | 3409 | display: flex; |
| 4459 | - align-items: center; | |
| 4460 | - text-align: start; | |
| 4461 | - border: var(--e-a-border); | |
| 4462 | - border-radius: var(--e-a-border-radius); | |
| 3410 | + -webkit-box-align: center; | |
| 3411 | + -ms-flex-align: center; | |
| 3412 | + align-items: center; | |
| 3413 | + border: 1px solid #d5dadf; | |
| 4463 | 3414 | padding: 10px 15px; |
| 4464 | - margin-block-end: 10px; | |
| 4465 | - width: 100%; | |
| 3415 | + margin-bottom: 10px; | |
| 4466 | 3416 | font-size: 11px; |
| 4467 | 3417 | line-height: 1.4; |
| 4468 | - background-color: transparent; | |
| 4469 | 3418 | cursor: pointer; |
| 4470 | - transition: var(--e-a-transition-hover); | |
| 4471 | -} | |
| 4472 | -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) { | |
| 4473 | - background-color: var(--e-a-bg-hover); | |
| 4474 | - color: var(--e-a-txt-color-hover); | |
| 4475 | -} | |
| 4476 | -.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before, .elementor-history-item:focus:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before { | |
| 4477 | - content: "\e924"; | |
| 4478 | -} | |
| 4479 | -.elementor-history-item-current { | |
| 4480 | - border-color: var(--e-a-border-color-accent); | |
| 4481 | - background-color: var(--e-a-bg-active); | |
| 4482 | - color: var(--e-a-txt-color-active); | |
| 4483 | -} | |
| 4484 | -.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before, .elementor-history-item-current:focus .elementor-history-item__icon .eicon:before { | |
| 4485 | - content: "\e90e"; | |
| 4486 | -} | |
| 4487 | -.elementor-history-item__details { | |
| 4488 | - width: 95%; | |
| 4489 | -} | |
| 4490 | -.elementor-history-item__title { | |
| 4491 | - font-weight: bold; | |
| 4492 | -} | |
| 4493 | -.elementor-history-item__subtitle, .elementor-history-item__action { | |
| 4494 | - font-weight: lighter; | |
| 4495 | -} | |
| 4496 | -.elementor-history-item__action { | |
| 4497 | - font-style: italic; | |
| 4498 | - text-decoration: underline; | |
| 4499 | -} | |
| 3419 | + -webkit-transition: all 0.3s; | |
| 3420 | + -o-transition: all 0.3s; | |
| 3421 | + transition: all 0.3s; } | |
| 3422 | + .elementor-history-item:hover { | |
| 3423 | + background-color: rgba(230, 233, 236, 0.3); } | |
| 3424 | + .elementor-history-item:hover .elementor-history-item__icon .eicon:before { | |
| 3425 | + content: '\e924'; } | |
| 3426 | + .elementor-history-item-applied { | |
| 3427 | + color: #a4afb7; } | |
| 3428 | + .elementor-history-item-current { | |
| 3429 | + background: #e6e9ec; | |
| 3430 | + cursor: default; } | |
| 3431 | + .elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before { | |
| 3432 | + content: '\e90e'; } | |
| 3433 | + .elementor-history-item__details { | |
| 3434 | + width: 95%; } | |
| 3435 | + .elementor-history-item__title { | |
| 3436 | + font-weight: bold; } | |
| 3437 | + .elementor-history-item__subtitle, .elementor-history-item__action { | |
| 3438 | + font-weight: lighter; } | |
| 3439 | + .elementor-history-item__action { | |
| 3440 | + font-style: italic; | |
| 3441 | + text-decoration: underline; } | |
| 3442 | + .elementor-history-item .__icon { | |
| 3443 | + float: right; } | |
| 3444 | + | |
| 4500 | 3445 | .elementor-history-revisions-message { |
| 4501 | 3446 | font-size: 11px; |
| 4502 | 3447 | text-align: center; |
| 4503 | - padding-block-start: 5px; | |
| 4504 | -} | |
| 3448 | + padding-top: 5px; } | |
| 4505 | 3449 | |
| 4506 | 3450 | #elementor-panel-history { |
| 4507 | - padding: 20px; | |
| 4508 | - padding-block-end: 15px; | |
| 4509 | -} | |
| 4510 | -#elementor-panel-history.elementor-empty .elementor-history-revisions-message { | |
| 4511 | - padding-block-start: 20px; | |
| 4512 | -} | |
| 4513 | -#elementor-panel-history:not(.elementor-empty) { | |
| 4514 | - margin-block-start: 10px; | |
| 4515 | -} | |
| 3451 | + padding: 20px 20px 15px; } | |
| 3452 | + #elementor-panel-history.elementor-empty .elementor-history-revisions-message { | |
| 3453 | + padding-top: 20px; } | |
| 3454 | + #elementor-panel-history:not(.elementor-empty) { | |
| 3455 | + background-color: #fff; | |
| 3456 | + margin-top: 10px; } | |
| 4516 | 3457 | |
| 4517 | 3458 | #elementor-panel-history-no-items, |
| 4518 | 3459 | #elementor-panel-revisions-no-revisions { |
| 4519 | - text-align: center; | |
| 4520 | -} | |
| 4521 | -#elementor-panel-history-no-items .elementor-nerd-box-icon, | |
| 4522 | -#elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { | |
| 4523 | - margin-block-start: 20px; | |
| 4524 | -} | |
| 3460 | + text-align: center; } | |
| 3461 | + #elementor-panel-history-no-items .elementor-nerd-box-icon, | |
| 3462 | + #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { | |
| 3463 | + margin-top: 20px; } | |
| 4525 | 3464 | |
| 4526 | -.e-control-display-conditions-promotion__wrapper { | |
| 4527 | - display: flex; | |
| 4528 | - justify-content: space-between; | |
| 4529 | -} | |
| 4530 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { | |
| 4531 | - color: var(--e-a-color-accent); | |
| 4532 | -} | |
| 4533 | -.e-control-display-conditions-promotion__description { | |
| 4534 | - display: flex; | |
| 4535 | - align-self: center; | |
| 4536 | -} | |
| 4537 | -.e-control-display-conditions-promotion__text { | |
| 4538 | - display: inline-block; | |
| 4539 | -} | |
| 4540 | -.e-control-display-conditions-promotion__lock-wrapper { | |
| 4541 | - width: 2.5rem; | |
| 4542 | - display: flex; | |
| 4543 | - justify-content: center; | |
| 4544 | - align-items: center; | |
| 4545 | -} | |
| 4546 | -.e-control-display-conditions-promotion.eicon-flow { | |
| 4547 | - align-self: flex-end; | |
| 4548 | - cursor: pointer; | |
| 4549 | - border: var(--e-a-border-bold); | |
| 4550 | - border-radius: var(--e-a-border-radius); | |
| 4551 | - padding: 5px; | |
| 4552 | -} | |
| 4553 | -.e-control-display-conditions-promotion.eicon-flow.filled { | |
| 4554 | - background-color: var(--e-a-bg-active); | |
| 4555 | - color: #E73CF6; | |
| 4556 | -} | |
| 3465 | +.elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 3466 | +.elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 3467 | + display: none; } | |
| 4557 | 3468 | |
| 4558 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-lock, .e-control-promotion__wrapper:hover .eicon-lock { | |
| 4559 | - color: var(--e-a-color-accent); | |
| 4560 | -} | |
| 4561 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4562 | - margin-inline-end: 0; | |
| 4563 | -} | |
| 4564 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4565 | - display: flex; | |
| 4566 | - flex-direction: column; | |
| 4567 | - justify-content: center; | |
| 4568 | - padding-inline-start: 5px; | |
| 4569 | - padding-inline-end: 20px; | |
| 4570 | - cursor: pointer; | |
| 4571 | - height: 27px; | |
| 4572 | - width: 100%; | |
| 4573 | - color: var(--e-a-color-txt); | |
| 4574 | - border-radius: var(--e-a-border-radius); | |
| 4575 | - background-color: var(--e-a-bg-default); | |
| 4576 | - box-shadow: none; | |
| 4577 | - border: var(--e-a-border-bold); | |
| 4578 | - font-size: var(--control-title-size); | |
| 4579 | -} | |
| 4580 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4581 | - width: 2.5rem; | |
| 4582 | - display: flex; | |
| 4583 | - justify-content: center; | |
| 4584 | - align-items: center; | |
| 4585 | -} | |
| 3469 | +.elementor-editor-kit .elementor-panel #elementor-panel-header { | |
| 3470 | + background-color: #4ab7f4; } | |
| 3471 | + .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 3472 | + .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 3473 | + display: table-cell; } | |
| 3474 | + body:not(.e-routes-has-history) #elementor-panel-header-kit-back { | |
| 3475 | + pointer-events: none; | |
| 3476 | + opacity: 0.4; } | |
| 3477 | + body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon { | |
| 3478 | + cursor: inherit; | |
| 3479 | + color: inherit; } | |
| 4586 | 3480 | |
| 4587 | -.e-link-promotion { | |
| 4588 | - font-family: "Roboto", sans-serif; | |
| 4589 | - font-weight: 500; | |
| 4590 | - color: #93003f; | |
| 4591 | -} | |
| 4592 | -.e-link-promotion:hover { | |
| 4593 | - color: #93003f; | |
| 4594 | -} | |
| 3481 | +.elementor-editor-kit .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 3482 | + border-bottom-color: #4ab7f4; } | |
| 4595 | 3483 | |
| 4596 | -.elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 4597 | -.elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 4598 | - display: none; | |
| 4599 | -} | |
| 3484 | +.elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { | |
| 3485 | + display: none; } | |
| 4600 | 3486 | |
| 4601 | -.elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 4602 | -.elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 4603 | - display: flex; | |
| 4604 | -} | |
| 4605 | -body:not(.e-routes-has-history) #elementor-panel-header-kit-back { | |
| 4606 | - pointer-events: none; | |
| 4607 | - visibility: hidden; | |
| 4608 | -} | |
| 3487 | +.elementor-editor-kit .elementor-panel #elementor-panel-saver-button-publish.elementor-button.elementor-button-success:not(.elementor-disabled), | |
| 3488 | +.elementor-editor-kit .elementor-panel #elementor-panel-saver-button-save-options.elementor-button.elementor-button-success:not(.elementor-disabled) { | |
| 3489 | + background-color: #4ab7f4; } | |
| 4609 | 3490 | |
| 4610 | -.elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { | |
| 4611 | - display: none; | |
| 4612 | -} | |
| 4613 | 3491 | .elementor-editor-kit .elementor-panel #elementor-panel-page-menu { |
| 4614 | - padding: 25px 15px 0; | |
| 4615 | -} | |
| 3492 | + padding: 25px 15px 0; } | |
| 3493 | + | |
| 4616 | 3494 | .elementor-editor-kit #elementor-panel-header-add-button, |
| 4617 | 3495 | .elementor-editor-kit #elementor-panel-header-menu-button, |
| 4618 | 3496 | .elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template, |
| 4619 | 3497 | .elementor-editor-kit #elementor-panel-footer-navigator { |
| 4620 | - display: none; | |
| 4621 | -} | |
| 3498 | + display: none; } | |
| 4622 | 3499 | |
| 4623 | 3500 | .elementor-control-type-global-style-repeater .elementor-repeater-fields { |
| 4624 | - margin-block-end: 15px; | |
| 4625 | - position: relative; | |
| 4626 | -} | |
| 4627 | -.elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper { | |
| 4628 | - background-color: var(--e-a-bg-default); | |
| 4629 | -} | |
| 3501 | + margin-bottom: 15px; | |
| 3502 | + position: relative; } | |
| 3503 | + | |
| 4630 | 3504 | .elementor-control-type-global-style-repeater .elementor-repeater-row-controls { |
| 3505 | + display: -webkit-box; | |
| 3506 | + display: -ms-flexbox; | |
| 4631 | 3507 | display: flex; |
| 4632 | - align-items: center; | |
| 4633 | -} | |
| 3508 | + -webkit-box-align: center; | |
| 3509 | + -ms-flex-align: center; | |
| 3510 | + align-items: center; } | |
| 3511 | + | |
| 4634 | 3512 | .elementor-control-type-global-style-repeater .elementor-repeater-row-tool { |
| 4635 | 3513 | cursor: pointer; |
| 4636 | - color: var(--e-a-color-txt); | |
| 4637 | - background-color: transparent; | |
| 4638 | - border: none; | |
| 4639 | - padding: 5px; | |
| 4640 | -} | |
| 4641 | -.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:focus, .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover { | |
| 4642 | - color: var(--e-a-color-txt-hover); | |
| 4643 | -} | |
| 3514 | + color: #d5dadf; | |
| 3515 | + padding: 5px; } | |
| 3516 | + | |
| 4644 | 3517 | .elementor-control-type-global-style-repeater .elementor-control { |
| 4645 | - padding: 0; | |
| 4646 | -} | |
| 4647 | -.elementor-control-type-global-style-repeater .elementor-control-title { | |
| 4648 | - flex-grow: 1; | |
| 4649 | -} | |
| 4650 | -.elementor-control-type-global-style-repeater .elementor-control-title input { | |
| 4651 | - max-width: 135px; | |
| 4652 | -} | |
| 4653 | -.elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) { | |
| 4654 | - background: none; | |
| 4655 | - border: none; | |
| 4656 | -} | |
| 4657 | -.elementor-control-type-global-style-repeater .elementor-control-input-wrapper { | |
| 4658 | - display: flex; | |
| 4659 | - align-items: center; | |
| 4660 | - min-width: 81px; | |
| 4661 | -} | |
| 4662 | -.elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value { | |
| 4663 | - display: none; | |
| 4664 | -} | |
| 4665 | -.elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove, .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove--disabled, .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-sort { | |
| 4666 | - display: none; | |
| 4667 | -} | |
| 4668 | -.elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 4669 | - margin-block-start: 0; | |
| 4670 | -} | |
| 3518 | + padding: 0; } | |
| 3519 | + .elementor-control-type-global-style-repeater .elementor-control-title { | |
| 3520 | + -webkit-box-flex: 1; | |
| 3521 | + -ms-flex-positive: 1; | |
| 3522 | + flex-grow: 1; } | |
| 3523 | + .elementor-control-type-global-style-repeater .elementor-control-title input { | |
| 3524 | + max-width: 135px; } | |
| 3525 | + .elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) { | |
| 3526 | + background: none; | |
| 3527 | + border: none; } | |
| 3528 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper { | |
| 3529 | + display: -webkit-box; | |
| 3530 | + display: -ms-flexbox; | |
| 3531 | + display: flex; | |
| 3532 | + -webkit-box-align: center; | |
| 3533 | + -ms-flex-align: center; | |
| 3534 | + align-items: center; | |
| 3535 | + min-width: 81px; } | |
| 3536 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value { | |
| 3537 | + display: none; } | |
| 3538 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove, | |
| 3539 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove--disabled { | |
| 3540 | + display: none; } | |
| 3541 | + | |
| 3542 | +.elementor-control-type-global-style-repeater .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 3543 | + margin-top: 0; } | |
| 3544 | + | |
| 4671 | 3545 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4672 | - align-self: end; | |
| 4673 | - margin-block-start: 35px; | |
| 4674 | - inset-block-start: 0; | |
| 4675 | - width: 100%; | |
| 4676 | -} | |
| 4677 | -.elementor-control-type-global-style-repeater .elementor-controls-popover:before { | |
| 4678 | - inset-inline-end: 5px; | |
| 4679 | -} | |
| 4680 | -.elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { | |
| 4681 | - padding: 0 20px 15px; | |
| 4682 | -} | |
| 4683 | -.elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title { | |
| 4684 | - flex-grow: initial; | |
| 4685 | -} | |
| 3546 | + -ms-flex-item-align: end; | |
| 3547 | + align-self: end; | |
| 3548 | + margin-top: 35px; | |
| 3549 | + top: 0; | |
| 3550 | + width: 100%; } | |
| 3551 | + .elementor-control-type-global-style-repeater .elementor-controls-popover:before { | |
| 3552 | + right: 5px; } | |
| 3553 | + .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { | |
| 3554 | + padding: 0 20px 15px; } | |
| 3555 | + .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title { | |
| 3556 | + -webkit-box-flex: initial; | |
| 3557 | + -ms-flex-positive: initial; | |
| 3558 | + flex-grow: initial; } | |
| 3559 | + | |
| 4686 | 3560 | .elementor-control-type-global-style-repeater .elementor-button-wrapper { |
| 4687 | 3561 | text-align: center; |
| 4688 | - border-block-start: var(--e-a-border); | |
| 4689 | - padding-block-start: 15px; | |
| 4690 | -} | |
| 3562 | + border-top: 1px solid #e6e9ec; | |
| 3563 | + max-width: 260px; | |
| 3564 | + padding-top: 15px; } | |
| 3565 | + | |
| 4691 | 3566 | .elementor-control-type-global-style-repeater .pickr, |
| 4692 | 3567 | .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label { |
| 4693 | - margin-inline-start: 5px; | |
| 4694 | -} | |
| 4695 | -.elementor-control-type-global-style-repeater .e-sortable-placeholder { | |
| 4696 | - background-color: var(--e-a-color-info); | |
| 4697 | - opacity: 0.9; | |
| 4698 | - width: 100%; | |
| 4699 | - margin: 8px 0; | |
| 4700 | - height: 2px; | |
| 4701 | -} | |
| 3568 | + margin-left: 5px; } | |
| 3569 | + | |
| 4702 | 3570 | .elementor-control-system_colors, .elementor-control-system_typography { |
| 4703 | - padding-block-end: 0; | |
| 4704 | -} | |
| 3571 | + padding-bottom: 0; } | |
| 4705 | 3572 | |
| 4706 | 3573 | .e-global-colors__color-value { |
| 3574 | + color: #d5dadf; | |
| 4707 | 3575 | font-size: 10px; |
| 4708 | - padding: 0 5px; | |
| 4709 | - text-align: end; | |
| 4710 | - white-space: nowrap; | |
| 4711 | - text-overflow: ellipsis; | |
| 4712 | - overflow: hidden; | |
| 4713 | -} | |
| 3576 | + padding: 0 5px; } | |
| 4714 | 3577 | |
| 3578 | +@-webkit-keyframes load { | |
| 3579 | + 0% { | |
| 3580 | + opacity: .3; } | |
| 3581 | + 50% { | |
| 3582 | + opacity: 1; } | |
| 3583 | + 100% { | |
| 3584 | + opacity: .3; } } | |
| 3585 | + | |
| 4715 | 3586 | @keyframes load { |
| 4716 | 3587 | 0% { |
| 4717 | - opacity: 0.3; | |
| 4718 | - } | |
| 3588 | + opacity: .3; } | |
| 4719 | 3589 | 50% { |
| 4720 | - opacity: 1; | |
| 4721 | - } | |
| 3590 | + opacity: 1; } | |
| 4722 | 3591 | 100% { |
| 4723 | - opacity: 0.3; | |
| 4724 | - } | |
| 4725 | -} | |
| 3592 | + opacity: .3; } } | |
| 3593 | + | |
| 3594 | +@-webkit-keyframes fadeIn { | |
| 3595 | + from { | |
| 3596 | + opacity: 0; } | |
| 3597 | + to { | |
| 3598 | + opacity: 1; } } | |
| 3599 | + | |
| 4726 | 3600 | @keyframes fadeIn { |
| 4727 | 3601 | from { |
| 4728 | - opacity: 0; | |
| 4729 | - } | |
| 3602 | + opacity: 0; } | |
| 4730 | 3603 | to { |
| 4731 | - opacity: 1; | |
| 4732 | - } | |
| 4733 | -} | |
| 3604 | + opacity: 1; } } | |
| 3605 | + | |
| 3606 | +@-webkit-keyframes mover { | |
| 3607 | + 0% { | |
| 3608 | + -webkit-transform: translateY(0); | |
| 3609 | + transform: translateY(0); } | |
| 3610 | + 100% { | |
| 3611 | + -webkit-transform: translateY(-5px); | |
| 3612 | + transform: translateY(-5px); } } | |
| 3613 | + | |
| 4734 | 3614 | @keyframes mover { |
| 4735 | 3615 | 0% { |
| 4736 | - transform: translateY(0); | |
| 4737 | - } | |
| 3616 | + -webkit-transform: translateY(0); | |
| 3617 | + transform: translateY(0); } | |
| 4738 | 3618 | 100% { |
| 4739 | - transform: translateY(-5px); | |
| 4740 | - } | |
| 4741 | -} | |
| 3619 | + -webkit-transform: translateY(-5px); | |
| 3620 | + transform: translateY(-5px); } } | |
| 3621 | + | |
| 3622 | +@-webkit-keyframes slideDown { | |
| 3623 | + 0% { | |
| 3624 | + -webkit-transform: translateY(-30px); | |
| 3625 | + transform: translateY(-30px); } | |
| 3626 | + 100% { | |
| 3627 | + -webkit-transform: translateY(0); | |
| 3628 | + transform: translateY(0); } } | |
| 3629 | + | |
| 4742 | 3630 | @keyframes slideDown { |
| 4743 | 3631 | 0% { |
| 4744 | - transform: translateY(-30px); | |
| 4745 | - } | |
| 3632 | + -webkit-transform: translateY(-30px); | |
| 3633 | + transform: translateY(-30px); } | |
| 4746 | 3634 | 100% { |
| 4747 | - transform: translateY(0); | |
| 4748 | - } | |
| 4749 | -} | |
| 4750 | -.elementor-button, | |
| 4751 | -.e-btn { | |
| 4752 | - font-size: 12px; | |
| 4753 | - font-weight: 500; | |
| 4754 | - line-height: 1.2; | |
| 4755 | - padding: 8px 16px; | |
| 4756 | - outline: none; | |
| 4757 | - border: none; | |
| 4758 | - border-radius: var(--e-a-border-radius); | |
| 4759 | - background-color: var(--e-a-btn-bg); | |
| 4760 | - color: var(--e-a-btn-color-invert); | |
| 4761 | - transition: var(--e-a-transition-hover); | |
| 4762 | -} | |
| 4763 | -.elementor-button:hover, | |
| 4764 | -.e-btn:hover { | |
| 4765 | - border: none; | |
| 4766 | -} | |
| 4767 | -.elementor-button:hover, .elementor-button:focus, | |
| 4768 | -.e-btn:hover, | |
| 4769 | -.e-btn:focus { | |
| 4770 | - background-color: var(--e-a-btn-bg-hover); | |
| 4771 | - color: var(--e-a-btn-color-invert); | |
| 4772 | -} | |
| 4773 | -.elementor-button:active, | |
| 4774 | -.e-btn:active { | |
| 4775 | - background-color: var(--e-a-btn-bg-active); | |
| 4776 | -} | |
| 4777 | -.elementor-button:not([disabled]), | |
| 4778 | -.e-btn:not([disabled]) { | |
| 4779 | - cursor: pointer; | |
| 4780 | -} | |
| 4781 | -.elementor-button:disabled, | |
| 4782 | -.e-btn:disabled { | |
| 4783 | - background-color: var(--e-a-btn-bg-disabled); | |
| 4784 | - color: var(--e-a-btn-color-disabled); | |
| 4785 | -} | |
| 4786 | -.elementor-button:not(.elementor-button-state) .elementor-state-icon, | |
| 4787 | -.e-btn:not(.elementor-button-state) .elementor-state-icon { | |
| 4788 | - display: none; | |
| 4789 | -} | |
| 4790 | -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4791 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4792 | -.e-btn.e-btn-txt, | |
| 4793 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel, | |
| 4794 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel { | |
| 4795 | - background: transparent; | |
| 4796 | - color: var(--e-a-color-txt); | |
| 4797 | -} | |
| 4798 | -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, | |
| 4799 | -.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, | |
| 4800 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4801 | -.e-btn.e-btn-txt:hover, | |
| 4802 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4803 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4804 | -.e-btn.e-btn-txt:focus, | |
| 4805 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus, | |
| 4806 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus { | |
| 4807 | - background: var(--e-a-bg-hover); | |
| 4808 | - color: var(--e-a-color-txt-hover); | |
| 4809 | -} | |
| 4810 | -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4811 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4812 | -.e-btn.e-btn-txt:disabled, | |
| 4813 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled, | |
| 4814 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled { | |
| 4815 | - background: transparent; | |
| 4816 | - color: var(--e-a-color-txt-disabled); | |
| 4817 | -} | |
| 4818 | -.elementor-button.e-btn-txt-border, | |
| 4819 | -.e-btn.e-btn-txt-border { | |
| 4820 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 4821 | -} | |
| 4822 | -.elementor-button.elementor-button-success, .elementor-button.e-success, | |
| 4823 | -.e-btn.elementor-button-success, | |
| 4824 | -.e-btn.e-success { | |
| 4825 | - background-color: var(--e-a-btn-bg-success); | |
| 4826 | -} | |
| 4827 | -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus, | |
| 4828 | -.e-btn.elementor-button-success:hover, | |
| 4829 | -.e-btn.elementor-button-success:focus, | |
| 4830 | -.e-btn.e-success:hover, | |
| 4831 | -.e-btn.e-success:focus { | |
| 4832 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 4833 | -} | |
| 4834 | -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, | |
| 4835 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4836 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4837 | -.e-btn.e-primary, | |
| 4838 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4839 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4840 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over, | |
| 4841 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over { | |
| 4842 | - background-color: var(--e-a-btn-bg-primary); | |
| 4843 | - color: var(--e-a-btn-color); | |
| 4844 | -} | |
| 4845 | -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, | |
| 4846 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, | |
| 4847 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:hover, .elementor-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, | |
| 4848 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4849 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4850 | -.e-btn.e-primary:hover, | |
| 4851 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4852 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4853 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4854 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4855 | -.e-btn.e-primary:focus, | |
| 4856 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4857 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4858 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus, | |
| 4859 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus { | |
| 4860 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 4861 | - color: var(--e-a-btn-color); | |
| 4862 | -} | |
| 4863 | -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, | |
| 4864 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over, | |
| 4865 | -.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-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4866 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, | |
| 4867 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, | |
| 4868 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4869 | -.e-btn.e-primary.e-btn-txt, | |
| 4870 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4871 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4872 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4873 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4874 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4875 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4876 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel, | |
| 4877 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4878 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4879 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel { | |
| 4880 | - background: transparent; | |
| 4881 | - color: var(--e-a-color-primary-bold); | |
| 4882 | -} | |
| 4883 | -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4884 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4885 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4886 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, | |
| 4887 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4888 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:hover, .elementor-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4889 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4890 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4891 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, | |
| 4892 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4893 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4894 | -.e-btn.e-primary.e-btn-txt:hover, | |
| 4895 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4896 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4897 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4898 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4899 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4900 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4901 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4902 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4903 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4904 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4905 | -.e-btn.e-primary.e-btn-txt:focus, | |
| 4906 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4907 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4908 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4909 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4910 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4911 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4912 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4913 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4914 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4915 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus { | |
| 4916 | - background: var(--e-a-bg-primary); | |
| 4917 | -} | |
| 4918 | -.elementor-button.go-pro, .elementor-button.e-accent, | |
| 4919 | -.e-btn.go-pro, | |
| 4920 | -.e-btn.e-accent { | |
| 4921 | - background-color: var(--e-a-btn-bg-accent); | |
| 4922 | -} | |
| 4923 | -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus, | |
| 4924 | -.e-btn.go-pro:hover, | |
| 4925 | -.e-btn.go-pro:focus, | |
| 4926 | -.e-btn.e-accent:hover, | |
| 4927 | -.e-btn.e-accent:focus { | |
| 4928 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 4929 | -} | |
| 4930 | -.elementor-button.go-pro:active, .elementor-button.e-accent:active, | |
| 4931 | -.e-btn.go-pro:active, | |
| 4932 | -.e-btn.e-accent:active { | |
| 4933 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 4934 | -} | |
| 4935 | -.elementor-button.elementor-button-info, .elementor-button.e-info, | |
| 4936 | -.e-btn.elementor-button-info, | |
| 4937 | -.e-btn.e-info { | |
| 4938 | - background-color: var(--e-a-btn-bg-info); | |
| 4939 | -} | |
| 4940 | -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus, | |
| 4941 | -.e-btn.elementor-button-info:hover, | |
| 4942 | -.e-btn.elementor-button-info:focus, | |
| 4943 | -.e-btn.e-info:hover, | |
| 4944 | -.e-btn.e-info:focus { | |
| 4945 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 4946 | -} | |
| 4947 | -.elementor-button.elementor-button-warning, .elementor-button.e-warning, | |
| 4948 | -.e-btn.elementor-button-warning, | |
| 4949 | -.e-btn.e-warning { | |
| 4950 | - background-color: var(--e-a-btn-bg-warning); | |
| 4951 | -} | |
| 4952 | -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus, | |
| 4953 | -.e-btn.elementor-button-warning:hover, | |
| 4954 | -.e-btn.elementor-button-warning:focus, | |
| 4955 | -.e-btn.e-warning:hover, | |
| 4956 | -.e-btn.e-warning:focus { | |
| 4957 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 4958 | -} | |
| 4959 | -.elementor-button.elementor-button-danger, .elementor-button.e-danger, | |
| 4960 | -.e-btn.elementor-button-danger, | |
| 4961 | -.e-btn.e-danger { | |
| 4962 | - background-color: var(--e-a-btn-bg-danger); | |
| 4963 | -} | |
| 4964 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 4965 | -.e-btn.elementor-button-danger.color-white, | |
| 4966 | -.e-btn.e-danger.color-white { | |
| 4967 | - color: var(--e-a-color-white); | |
| 4968 | -} | |
| 4969 | -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, | |
| 4970 | -.e-btn.elementor-button-danger:hover, | |
| 4971 | -.e-btn.elementor-button-danger:focus, | |
| 4972 | -.e-btn.e-danger:hover, | |
| 4973 | -.e-btn.e-danger:focus { | |
| 4974 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 4975 | -} | |
| 4976 | -.elementor-button i, | |
| 4977 | -.e-btn i { | |
| 4978 | - margin-inline-end: 5px; | |
| 4979 | -} | |
| 3635 | + -webkit-transform: translateY(0); | |
| 3636 | + transform: translateY(0); } } | |
| 4980 | 3637 | |
| 4981 | -body { | |
| 4982 | - --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px)); | |
| 4983 | -} | |
| 4984 | -body.elementor-navigator-docked { | |
| 4985 | - --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px) - var(--e-editor-navigator-width, 0px)); | |
| 4986 | -} | |
| 4987 | -body.elementor-device-desktop #elementor-preview { | |
| 4988 | - overflow-y: hidden; | |
| 4989 | - align-items: flex-start; | |
| 4990 | -} | |
| 4991 | -body:not(.elementor-device-desktop) body { | |
| 4992 | - overflow-y: auto; | |
| 4993 | -} | |
| 4994 | - | |
| 4995 | 3638 | #elementor-preview { |
| 4996 | 3639 | background-color: #333; |
| 3640 | + position: absolute; | |
| 4997 | 3641 | height: 100%; |
| 4998 | - border: 0; | |
| 4999 | - width: var(--e-preview-width); | |
| 5000 | - display: flex; | |
| 5001 | - flex-direction: column; | |
| 5002 | - justify-content: flex-start; | |
| 5003 | - align-items: center; | |
| 5004 | - position: relative; | |
| 5005 | -} | |
| 3642 | + top: 0; | |
| 3643 | + right: 0; | |
| 3644 | + border: 0; } | |
| 3645 | + .elementor-device-desktop #elementor-preview { | |
| 3646 | + overflow-y: hidden; } | |
| 3647 | + body:not(.elementor-device-desktop) #elementor-preview { | |
| 3648 | + overflow-y: auto; } | |
| 5006 | 3649 | |
| 5007 | 3650 | #elementor-preview-responsive-wrapper { |
| 5008 | - transform-origin: top center; | |
| 5009 | - margin: 20px; | |
| 5010 | - transform: scale(var(--e-preview-scale, 1)); | |
| 5011 | - overflow: hidden; | |
| 5012 | -} | |
| 5013 | -.elementor-device-desktop #elementor-preview-responsive-wrapper { | |
| 5014 | - min-width: 1025px; | |
| 5015 | - width: 100%; | |
| 5016 | - height: 100%; | |
| 5017 | - margin: 0; | |
| 5018 | - position: relative; | |
| 5019 | -} | |
| 5020 | -body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { | |
| 5021 | - width: var(--e-editor-preview-width); | |
| 5022 | - height: var(--e-editor-preview-height); | |
| 5023 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 5024 | - box-sizing: content-box; | |
| 5025 | - position: relative; | |
| 5026 | - max-height: calc(100vh - 80px); | |
| 5027 | -} | |
| 5028 | -body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 5029 | - display: flex !important; | |
| 5030 | -} | |
| 5031 | -#elementor-preview-responsive-wrapper:not(.ui-resizable-resizing) { | |
| 5032 | - transition: 0.3s ease-in-out; | |
| 5033 | -} | |
| 5034 | -#elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 3651 | + position: absolute; | |
| 5035 | 3652 | top: 0; |
| 5036 | -} | |
| 5037 | -#elementor-preview-responsive-wrapper .ui-resizable-handle.ui-resizable-s { | |
| 5038 | - top: auto; | |
| 5039 | 3653 | bottom: 0; |
| 5040 | -} | |
| 5041 | -#elementor-preview-responsive-wrapper .ui-resizable-n, #elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 5042 | - align-items: center; | |
| 5043 | - justify-content: center; | |
| 5044 | - height: 20px; | |
| 5045 | -} | |
| 5046 | -#elementor-preview-responsive-wrapper .ui-resizable-n:before, #elementor-preview-responsive-wrapper .ui-resizable-s:before { | |
| 5047 | - content: ""; | |
| 5048 | - display: block; | |
| 5049 | - background-color: rgba(255, 255, 255, 0.2); | |
| 5050 | - width: 50px; | |
| 5051 | - height: 4px; | |
| 5052 | - border-radius: 3px; | |
| 5053 | - transition: all 0.2s ease-in-out; | |
| 5054 | -} | |
| 5055 | -#elementor-preview-responsive-wrapper .ui-resizable-n:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-s:hover:before { | |
| 5056 | - background-color: rgba(255, 255, 255, 0.6); | |
| 5057 | - width: 100px; | |
| 5058 | -} | |
| 5059 | -#elementor-preview-responsive-wrapper .ui-resizable-e, | |
| 5060 | -#elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 5061 | - align-items: center; | |
| 5062 | - justify-content: center; | |
| 5063 | - width: 20px; | |
| 5064 | -} | |
| 5065 | -#elementor-preview-responsive-wrapper .ui-resizable-e:before, | |
| 5066 | -#elementor-preview-responsive-wrapper .ui-resizable-w:before { | |
| 5067 | - content: ""; | |
| 5068 | - display: block; | |
| 5069 | - background-color: rgba(255, 255, 255, 0.2); | |
| 5070 | - width: 4px; | |
| 5071 | - height: 50px; | |
| 5072 | - border-radius: 3px; | |
| 5073 | - transition: all 0.2s ease-in-out; | |
| 5074 | -} | |
| 5075 | -#elementor-preview-responsive-wrapper .ui-resizable-e:hover:before, | |
| 5076 | -#elementor-preview-responsive-wrapper .ui-resizable-w:hover:before { | |
| 5077 | - background-color: rgba(255, 255, 255, 0.6); | |
| 5078 | - height: 100px; | |
| 5079 | -} | |
| 5080 | -#elementor-preview-responsive-wrapper.ui-resizable-resizing .ui-resizable-handle:before { | |
| 5081 | - background-color: rgba(255, 255, 255, 0.9); | |
| 5082 | -} | |
| 5083 | -#elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 5084 | - bottom: 0; | |
| 5085 | -} | |
| 5086 | -#elementor-preview-responsive-wrapper .ui-resizable-e { | |
| 5087 | - width: 10px; | |
| 5088 | - right: -5px; | |
| 5089 | -} | |
| 5090 | -#elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 5091 | 3654 | left: 0; |
| 5092 | -} | |
| 3655 | + right: 0; | |
| 3656 | + -webkit-transition: all .5s ease 0s; | |
| 3657 | + -o-transition: all .5s ease 0s; | |
| 3658 | + transition: all .5s ease 0s; } | |
| 3659 | + .elementor-device-desktop #elementor-preview-responsive-wrapper { | |
| 3660 | + min-width: 1025px; | |
| 3661 | + margin: 0 auto; | |
| 3662 | + width: 100%; | |
| 3663 | + height: 100%; } | |
| 3664 | + .elementor-device-tablet #elementor-preview-responsive-wrapper { | |
| 3665 | + width: 768px; | |
| 3666 | + height: 1025px; | |
| 3667 | + padding: 40px 10px 70px; } | |
| 3668 | + .elementor-device-mobile #elementor-preview-responsive-wrapper { | |
| 3669 | + width: 360px; | |
| 3670 | + height: 640px; | |
| 3671 | + padding: 40px 10px 70px; } | |
| 3672 | + body:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { | |
| 3673 | + -webkit-border-radius: 30px; | |
| 3674 | + border-radius: 30px; | |
| 3675 | + background-color: #111; | |
| 3676 | + margin: 30px auto 80px; | |
| 3677 | + -webkit-box-sizing: content-box; | |
| 3678 | + box-sizing: content-box; } | |
| 5093 | 3679 | |
| 5094 | 3680 | #elementor-preview-iframe { |
| 5095 | 3681 | width: 100%; |
| 5096 | 3682 | height: 100%; |
| 5097 | - background-color: #fff; | |
| 5098 | - box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); | |
| 5099 | -} | |
| 3683 | + background-color: #fff; } | |
| 5100 | 3684 | |
| 5101 | -#elementor-template-library-modal button:focus-visible, | |
| 5102 | -#elementor-template-library-modal a:focus-visible, | |
| 5103 | -#elementor-template-library-modal input:focus-visible, | |
| 5104 | -#elementor-template-library-modal select:focus-visible, | |
| 5105 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5106 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5107 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5108 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5109 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5110 | - outline-offset: 2px; | |
| 5111 | - border-radius: 2px; | |
| 5112 | -} | |
| 3685 | +.tipsy { | |
| 3686 | + font-size: 10px; | |
| 3687 | + position: absolute; | |
| 3688 | + padding: 5px; | |
| 3689 | + z-index: 100000; } | |
| 3690 | + | |
| 3691 | +.tipsy-inner { | |
| 3692 | + background-color: #000; | |
| 3693 | + color: #FFF; | |
| 3694 | + max-width: 200px; | |
| 3695 | + padding: 6px 12px 6px; | |
| 3696 | + text-align: center; | |
| 3697 | + -webkit-border-radius: 3px; | |
| 3698 | + border-radius: 3px; | |
| 3699 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); | |
| 3700 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); } | |
| 3701 | + | |
| 3702 | +.tipsy-arrow { | |
| 3703 | + position: absolute; | |
| 3704 | + width: 0; | |
| 3705 | + height: 0; | |
| 3706 | + line-height: 0; | |
| 3707 | + border: 5px dashed #000; } | |
| 3708 | + | |
| 3709 | +.tipsy-arrow-n { | |
| 3710 | + border-bottom-color: #000; } | |
| 3711 | + | |
| 3712 | +.tipsy-arrow-s { | |
| 3713 | + border-top-color: #000; } | |
| 3714 | + | |
| 3715 | +.tipsy-arrow-e { | |
| 3716 | + border-left-color: #000; } | |
| 3717 | + | |
| 3718 | +.tipsy-arrow-w { | |
| 3719 | + border-right-color: #000; } | |
| 3720 | + | |
| 3721 | +.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow { | |
| 3722 | + border-left-color: transparent; | |
| 3723 | + border-right-color: transparent; | |
| 3724 | + top: 0; | |
| 3725 | + border-bottom-style: solid; | |
| 3726 | + border-top: none; } | |
| 3727 | + | |
| 3728 | +.tipsy-n .tipsy-arrow { | |
| 3729 | + left: 50%; | |
| 3730 | + margin-left: -5px; } | |
| 3731 | + | |
| 3732 | +.tipsy-nw .tipsy-arrow { | |
| 3733 | + left: 10px; } | |
| 3734 | + | |
| 3735 | +.tipsy-ne .tipsy-arrow { | |
| 3736 | + top: 0; | |
| 3737 | + right: 10px; | |
| 3738 | + border-bottom-style: solid; | |
| 3739 | + border-top: none; | |
| 3740 | + border-left-color: transparent; | |
| 3741 | + border-right-color: transparent; } | |
| 3742 | + | |
| 3743 | +.tipsy-s .tipsy-arrow, .tipsy-se .tipsy-arrow, .tipsy-sw .tipsy-arrow { | |
| 3744 | + bottom: 0; | |
| 3745 | + border-top-style: solid; | |
| 3746 | + border-bottom: none; | |
| 3747 | + border-left-color: transparent; | |
| 3748 | + border-right-color: transparent; } | |
| 3749 | + | |
| 3750 | +.tipsy-s .tipsy-arrow { | |
| 3751 | + left: 50%; | |
| 3752 | + margin-left: -5px; } | |
| 3753 | + | |
| 3754 | +.tipsy-sw .tipsy-arrow { | |
| 3755 | + left: 10px; } | |
| 3756 | + | |
| 3757 | +.tipsy-se .tipsy-arrow { | |
| 3758 | + right: 10px; } | |
| 3759 | + | |
| 3760 | +.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow { | |
| 3761 | + top: 50%; | |
| 3762 | + margin-top: -5px; | |
| 3763 | + border-top-color: transparent; | |
| 3764 | + border-bottom-color: transparent; } | |
| 3765 | + | |
| 3766 | +.tipsy-e .tipsy-arrow { | |
| 3767 | + right: 0; | |
| 3768 | + border-left-style: solid; | |
| 3769 | + border-right: none; } | |
| 3770 | + | |
| 3771 | +.tipsy-w .tipsy-arrow { | |
| 3772 | + left: 0; | |
| 3773 | + border-right-style: solid; | |
| 3774 | + border-left: none; } | |
| 3775 | + | |
| 5113 | 3776 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5114 | 3777 | font-style: normal; |
| 5115 | 3778 | text-decoration: underline; |
| 5116 | -} | |
| 3779 | + color: #39b54a; } | |
| 3780 | + #elementor-template-library-modal a.elementor-template-library-blank-footer-link:hover { | |
| 3781 | + color: #2d8e3a; } | |
| 3782 | + | |
| 5117 | 3783 | #elementor-template-library-modal .dialog-buttons-wrapper { |
| 5118 | - display: none; | |
| 5119 | -} | |
| 3784 | + display: none; } | |
| 3785 | + | |
| 5120 | 3786 | #elementor-template-library-modal .select2-container { |
| 5121 | - z-index: 0; | |
| 5122 | -} | |
| 5123 | -#elementor-template-library-modal .dialog-message { | |
| 5124 | - overflow-y: scroll; | |
| 5125 | -} | |
| 5126 | -#elementor-template-library-modal:has(#elementor-template-library-save-template) .dialog-message, #elementor-template-library-modal:has(#elementor-template-library-save-template-variant-b) .dialog-message { | |
| 5127 | - overflow-y: hidden; | |
| 5128 | -} | |
| 5129 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5130 | - color: var(--e-a-color-txt); | |
| 5131 | - text-decoration: underline; | |
| 5132 | - font-size: 17px; | |
| 5133 | - cursor: pointer; | |
| 5134 | -} | |
| 3787 | + z-index: 0; } | |
| 5135 | 3788 | |
| 5136 | 3789 | #elementor-template-library-header-menu { |
| 5137 | 3790 | text-align: center; |
| 5138 | -} | |
| 3791 | + color: #6d7882; | |
| 3792 | + font-size: 13px; } | |
| 5139 | 3793 | |
| 5140 | 3794 | .elementor-template-library-menu-item { |
| 5141 | 3795 | display: inline-block; |
| 5142 | - padding: 17px 20px; | |
| 5143 | - border-block-end: 3px solid transparent; | |
| 5144 | - cursor: pointer; | |
| 5145 | - background: transparent; | |
| 5146 | - margin: 0; | |
| 5147 | - font-size: inherit; | |
| 5148 | - font-family: inherit; | |
| 5149 | - color: inherit; | |
| 5150 | - border: none; | |
| 5151 | -} | |
| 5152 | -.elementor-template-library-menu-item:hover { | |
| 5153 | - background-color: var(--e-a-bg-hover); | |
| 5154 | - border-color: var(--e-a-bg-hover); | |
| 5155 | -} | |
| 5156 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5157 | - border-block-end: 3px solid; | |
| 5158 | - border-color: var(--e-a-border-color-accent); | |
| 5159 | - color: var(--e-a-color-txt-accent); | |
| 5160 | -} | |
| 3796 | + padding: 17px 0; | |
| 3797 | + width: 115px; | |
| 3798 | + cursor: pointer; } | |
| 3799 | + .elementor-template-library-menu-item.elementor-active { | |
| 3800 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff)); | |
| 3801 | + background-image: -webkit-linear-gradient(top, #f1f3f5, #fff); | |
| 3802 | + background-image: -o-linear-gradient(top, #f1f3f5, #fff); | |
| 3803 | + background-image: linear-gradient(to bottom, #f1f3f5, #fff); | |
| 3804 | + border-bottom: 3px solid #93003c; } | |
| 5161 | 3805 | |
| 5162 | 3806 | #elementor-template-library-header-actions { |
| 5163 | - display: flex; | |
| 5164 | -} | |
| 5165 | -#elementor-template-library-header-actions > div, | |
| 5166 | -#elementor-template-library-header-actions > button { | |
| 5167 | - background: transparent; | |
| 5168 | - margin: 0; | |
| 5169 | - font-size: inherit; | |
| 5170 | - font-family: inherit; | |
| 5171 | - color: inherit; | |
| 5172 | - border: none; | |
| 5173 | - padding-inline-end: 16px; | |
| 5174 | - cursor: pointer; | |
| 5175 | -} | |
| 5176 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5177 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5178 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5179 | - outline-offset: -2px; | |
| 5180 | - border-radius: 2px; | |
| 5181 | -} | |
| 3807 | + display: -webkit-box; | |
| 3808 | + display: -ms-flexbox; | |
| 3809 | + display: flex; } | |
| 3810 | + #elementor-template-library-header-actions > div { | |
| 3811 | + padding-right: 16px; } | |
| 5182 | 3812 | |
| 5183 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5184 | - opacity: 0; | |
| 5185 | - visibility: hidden; | |
| 5186 | -} | |
| 5187 | - | |
| 5188 | 3813 | #elementor-template-library-header-preview-insert-wrapper { |
| 5189 | 3814 | cursor: default; |
| 5190 | - padding: 0 10px; | |
| 5191 | -} | |
| 3815 | + padding: 0 10px; } | |
| 3816 | + #elementor-template-library-header-preview-insert-wrapper .elementor-button { | |
| 3817 | + padding: 8px 14px; | |
| 3818 | + font-size: 11px; } | |
| 3819 | + #elementor-template-library-header-preview-insert-wrapper .elementor-template-library-template-insert { | |
| 3820 | + color: #fff; | |
| 3821 | + background-color: #39b54a; } | |
| 3822 | + #elementor-template-library-header-preview-insert-wrapper .elementor-go-pro { | |
| 3823 | + background-color: #93003c; | |
| 3824 | + color: #fff; } | |
| 5192 | 3825 | |
| 5193 | -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation { | |
| 5194 | - margin-inline-start: 4px; | |
| 5195 | -} | |
| 5196 | - | |
| 5197 | 3826 | #elementor-template-library-header-preview-back { |
| 5198 | - gap: 10px; | |
| 5199 | - padding-block: 16.5px 15px; | |
| 5200 | - padding-inline: 0 16.5px; | |
| 5201 | - border-inline-end: var(--e-a-border); | |
| 3827 | + padding: 16.5px 16.5px 15px 0; | |
| 3828 | + border-right: 1px solid #e6e9ec; | |
| 5202 | 3829 | cursor: pointer; |
| 5203 | - transition: color 0.5s; | |
| 5204 | -} | |
| 5205 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5206 | - background: transparent; | |
| 5207 | - margin: 0; | |
| 5208 | - font-size: inherit; | |
| 5209 | - font-family: inherit; | |
| 5210 | - color: inherit; | |
| 5211 | - border: none; | |
| 5212 | - display: flex; | |
| 5213 | - align-items: center; | |
| 5214 | - gap: 10px; | |
| 5215 | - cursor: pointer; | |
| 5216 | -} | |
| 5217 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5218 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5219 | - outline-offset: 2px; | |
| 5220 | - border-radius: 2px; | |
| 5221 | -} | |
| 5222 | -#elementor-template-library-header-preview-back:hover { | |
| 5223 | - color: var(--e-a-color-txt-hover); | |
| 5224 | -} | |
| 5225 | -#elementor-template-library-header-preview-back i { | |
| 5226 | - font-size: 18px; | |
| 5227 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5228 | -} | |
| 3830 | + -webkit-transition: color .5s; | |
| 3831 | + -o-transition: color .5s; | |
| 3832 | + transition: color .5s; } | |
| 3833 | + #elementor-template-library-header-preview-back:not(:hover) { | |
| 3834 | + color: #a4afb7; } | |
| 3835 | + #elementor-template-library-header-preview-back i { | |
| 3836 | + padding-right: 10px; | |
| 3837 | + font-size: 18px; } | |
| 3838 | + #elementor-template-library-header-preview-back i:before { | |
| 3839 | + content: ""; } | |
| 5229 | 3840 | |
| 5230 | 3841 | #elementor-template-library-templates { |
| 3842 | + padding: 0 15px; } | |
| 3843 | + #elementor-template-library-templates[data-template-source="local"] #elementor-template-library-templates-container { | |
| 3844 | + -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03); | |
| 3845 | + box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03); | |
| 3846 | + margin-top: 10px; | |
| 3847 | + margin-bottom: 45px; } | |
| 3848 | + #elementor-template-library-templates[data-template-source="local"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 3849 | + color: #6d7882; } | |
| 3850 | + #elementor-template-library-templates[data-template-source="remote"] #elementor-template-library-templates-container { | |
| 3851 | + margin: 10px -15px 0; } | |
| 3852 | + #elementor-template-library-templates[data-template-source="remote"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 3853 | + color: #495157; } | |
| 3854 | + #elementor-template-library-templates[data-template-source="empty"] #elementor-template-library-order-toolbar-local, #elementor-template-library-templates[data-template-source="empty"] #elementor-template-library-footer-banner { | |
| 3855 | + display: none; } | |
| 3856 | + #elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner { | |
| 3857 | + display: none; } | |
| 3858 | + #elementor-template-library-templates .elementor-template-library-order-input { | |
| 3859 | + display: none; } | |
| 3860 | + #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 3861 | + padding-right: 8px; } | |
| 3862 | + #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { | |
| 3863 | + font-family: eicons; | |
| 3864 | + content: '\e8ae'; | |
| 3865 | + margin-left: 3px; } | |
| 3866 | + #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { | |
| 3867 | + content: '\e8ad'; } | |
| 3868 | + | |
| 3869 | +#elementor-template-library-templates-container { | |
| 3870 | + display: -webkit-box; | |
| 3871 | + display: -ms-flexbox; | |
| 5231 | 3872 | display: flex; |
| 5232 | - flex-direction: column; | |
| 5233 | - gap: 20px; | |
| 5234 | -} | |
| 5235 | -#elementor-template-library-templates .toolbar-container { | |
| 5236 | - display: flex; | |
| 5237 | - justify-content: space-between; | |
| 5238 | - align-items: center; | |
| 5239 | - gap: 2%; | |
| 5240 | - height: 45px; | |
| 5241 | -} | |
| 5242 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5243 | - display: flex; | |
| 5244 | - flex-wrap: wrap; | |
| 5245 | - align-items: flex-start; | |
| 5246 | -} | |
| 5247 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5248 | - display: none; | |
| 5249 | -} | |
| 5250 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])), #elementor-template-library-templates[data-template-source=empty] .toolbar-container:has(.bulk-selection-action-bar:not([style*="display: block"])) { | |
| 5251 | - justify-content: flex-end; | |
| 5252 | -} | |
| 5253 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container { | |
| 5254 | - display: flex; | |
| 5255 | - align-items: baseline; | |
| 5256 | - border-radius: 3px; | |
| 5257 | -} | |
| 5258 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-container:focus-visible, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-container:focus-visible { | |
| 5259 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5260 | - outline-offset: 2px; | |
| 5261 | -} | |
| 5262 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info { | |
| 5263 | - align-items: center; | |
| 5264 | -} | |
| 5265 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-info i, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-info i { | |
| 5266 | - font-size: 14px; | |
| 5267 | - margin-inline-start: 5px; | |
| 5268 | -} | |
| 5269 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container { | |
| 5270 | - width: 200px; | |
| 5271 | - margin: 0px 10px; | |
| 5272 | - align-self: center; | |
| 5273 | - text-align: start; | |
| 5274 | -} | |
| 5275 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container .quota-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container .quota-warning { | |
| 5276 | - font-size: 10px; | |
| 5277 | -} | |
| 5278 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .progress-bar-container a, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .progress-bar-container a { | |
| 5279 | - color: var(--e-a-btn-bg-accent); | |
| 5280 | -} | |
| 5281 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar { | |
| 5282 | - height: 4px; | |
| 5283 | - background-color: var(--e-a-color-primary-bold); | |
| 5284 | - position: relative; | |
| 5285 | - display: flex; | |
| 5286 | - align-items: center; | |
| 5287 | - padding: 0; | |
| 5288 | -} | |
| 5289 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill { | |
| 5290 | - height: 100%; | |
| 5291 | - transition: width 0.3s ease; | |
| 5292 | -} | |
| 5293 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-normal { | |
| 5294 | - background-color: #D004D4; | |
| 5295 | -} | |
| 5296 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-warning { | |
| 5297 | - background-color: #F59E0B; | |
| 5298 | -} | |
| 5299 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-fill-alert, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-fill-alert { | |
| 5300 | - background-color: #93003f; | |
| 5301 | -} | |
| 5302 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-normal, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-normal { | |
| 5303 | - background-color: #F0ABFC; | |
| 5304 | -} | |
| 5305 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container .quota-progress-bar-warning, #elementor-template-library-templates[data-template-source=empty] .toolbar-container .quota-progress-bar-warning { | |
| 5306 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5307 | -} | |
| 5308 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5309 | - font-size: 12px; | |
| 5310 | - color: var(--e-a-color-txt); | |
| 5311 | -} | |
| 5312 | -#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container, #elementor-template-library-templates[data-template-source=cloud] #elementor-template-library-templates-container { | |
| 5313 | - border-block-start: var(--e-a-border); | |
| 5314 | -} | |
| 5315 | -#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label, #elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5316 | - color: var(--e-a-color-txt-active); | |
| 5317 | -} | |
| 5318 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5319 | - border-block-start: none; | |
| 5320 | -} | |
| 5321 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5322 | - padding: 0; | |
| 5323 | -} | |
| 5324 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5325 | - max-width: -moz-fit-content; | |
| 5326 | - max-width: fit-content; | |
| 5327 | -} | |
| 5328 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5329 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5330 | - display: none; | |
| 5331 | -} | |
| 5332 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5333 | - pointer-events: none; | |
| 5334 | -} | |
| 5335 | -#elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { | |
| 5336 | - margin: 10px -15px 0; | |
| 5337 | -} | |
| 5338 | -#elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5339 | - color: var(--e-a-color-txt-active); | |
| 5340 | -} | |
| 5341 | -#elementor-template-library-templates[data-template-source=empty] #elementor-template-library-order-toolbar-local, | |
| 5342 | -#elementor-template-library-templates[data-template-source=empty] #elementor-template-library-footer-banner { | |
| 5343 | - display: none; | |
| 5344 | -} | |
| 5345 | -#elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner { | |
| 5346 | - display: none; | |
| 5347 | -} | |
| 5348 | -#elementor-template-library-templates .elementor-template-library-order-input { | |
| 5349 | - display: none; | |
| 5350 | -} | |
| 5351 | -#elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5352 | - padding-inline-end: 8px; | |
| 5353 | -} | |
| 5354 | -#elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { | |
| 5355 | - font-family: eicons; | |
| 5356 | - content: "\e8ae"; | |
| 5357 | - margin-inline-start: 3px; | |
| 5358 | -} | |
| 5359 | -#elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { | |
| 5360 | - content: "\e8ad"; | |
| 5361 | -} | |
| 5362 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 5363 | - display: flex; | |
| 5364 | - align-items: center; | |
| 5365 | - gap: 8px; | |
| 5366 | -} | |
| 5367 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5368 | - background: transparent; | |
| 5369 | - margin: 0; | |
| 5370 | - font-size: inherit; | |
| 5371 | - font-family: inherit; | |
| 5372 | - color: inherit; | |
| 5373 | - border: none; | |
| 5374 | - cursor: pointer; | |
| 5375 | - font-size: 20px; | |
| 5376 | - padding: 0 5px; | |
| 5377 | - border-radius: 2px; | |
| 5378 | - color: var(--e-a-color-txt); | |
| 5379 | -} | |
| 5380 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5381 | - background-color: var(--e-a-bg-hover); | |
| 5382 | -} | |
| 5383 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5384 | - width: 1px; | |
| 5385 | - height: 20px; | |
| 5386 | - background-color: var(--e-a-border-color); | |
| 5387 | -} | |
| 5388 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5389 | - background-color: var(--e-a-bg-hover); | |
| 5390 | -} | |
| 5391 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5392 | - background-color: var(--e-a-bg-hover); | |
| 5393 | -} | |
| 5394 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5395 | - display: grid; | |
| 5396 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5397 | - grid-gap: 20px; | |
| 5398 | - padding: 20px 0; | |
| 5399 | -} | |
| 5400 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container > .elementor-template-library-template-type-folder + .elementor-template-library-template-type-template { | |
| 5401 | - grid-column: 1; | |
| 5402 | -} | |
| 5403 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5404 | - grid-column: 1/-1; | |
| 5405 | -} | |
| 5406 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5407 | - display: flex; | |
| 5408 | - position: relative; | |
| 5409 | - flex-direction: column; | |
| 5410 | - height: 158px; | |
| 5411 | - padding: 8px; | |
| 5412 | - border: var(--e-a-border); | |
| 5413 | - border-radius: 3px; | |
| 5414 | -} | |
| 5415 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5416 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5417 | - outline-offset: 2px; | |
| 5418 | -} | |
| 5419 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-template-preview, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-template-preview { | |
| 5420 | - display: flex; | |
| 5421 | -} | |
| 5422 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-name, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-name { | |
| 5423 | - display: none; | |
| 5424 | -} | |
| 5425 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):hover .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay, #elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:not([data-status=locked]):focus-within .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5426 | - display: flex !important; | |
| 5427 | -} | |
| 5428 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5429 | - width: 190px; | |
| 5430 | - height: 100px; | |
| 5431 | - position: relative; | |
| 5432 | - border-radius: 3px; | |
| 5433 | - margin-block-end: 4px; | |
| 5434 | - overflow: hidden; | |
| 5435 | -} | |
| 5436 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail img { | |
| 5437 | - -o-object-fit: contain; | |
| 5438 | - object-fit: contain; | |
| 5439 | - width: 100%; | |
| 5440 | - height: 100%; | |
| 5441 | -} | |
| 5442 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5443 | - display: none; | |
| 5444 | - justify-content: center; | |
| 5445 | - align-items: center; | |
| 5446 | - position: absolute; | |
| 5447 | - inset: 0; | |
| 5448 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5449 | - cursor: default; | |
| 5450 | -} | |
| 5451 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5452 | - font-size: 11px; | |
| 5453 | - white-space: nowrap; | |
| 5454 | - text-overflow: ellipsis; | |
| 5455 | - overflow: hidden; | |
| 5456 | -} | |
| 5457 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5458 | - display: flex; | |
| 5459 | - position: relative; | |
| 5460 | - justify-content: space-between; | |
| 5461 | - align-items: center; | |
| 5462 | - font-size: 11px; | |
| 5463 | - min-height: 38px; | |
| 5464 | -} | |
| 5465 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay { | |
| 5466 | - display: none; | |
| 5467 | - width: 90%; | |
| 5468 | - gap: 8px; | |
| 5469 | - height: 38px; | |
| 5470 | - padding: 4px 0; | |
| 5471 | -} | |
| 5472 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert { | |
| 5473 | - display: flex; | |
| 5474 | -} | |
| 5475 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-insert i { | |
| 5476 | - display: flex; | |
| 5477 | - align-items: center; | |
| 5478 | -} | |
| 5479 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer .elementor-template-library-template-card-footer-overlay .elementor-template-library-template-card-footer-overlay-info { | |
| 5480 | - display: flex; | |
| 5481 | - flex-direction: column; | |
| 5482 | - justify-content: center; | |
| 5483 | - width: 65%; | |
| 5484 | - align-items: start; | |
| 5485 | - white-space: nowrap; | |
| 5486 | - text-overflow: ellipsis; | |
| 5487 | - overflow: hidden; | |
| 5488 | -} | |
| 5489 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder { | |
| 5490 | - flex-direction: row; | |
| 5491 | - align-items: center; | |
| 5492 | - justify-content: start; | |
| 5493 | - height: 56px; | |
| 5494 | - padding: 13px 10px; | |
| 5495 | -} | |
| 5496 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-type-icon { | |
| 5497 | - font-size: 25px; | |
| 5498 | - margin-inline-end: 8px; | |
| 5499 | -} | |
| 5500 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid.elementor-template-library-template-type-folder .elementor-template-library-template-more-toggle { | |
| 5501 | - margin-inline-start: auto; | |
| 5502 | -} | |
| 5503 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5504 | - display: none; | |
| 5505 | -} | |
| 5506 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5507 | - visibility: hidden; | |
| 5508 | -} | |
| 5509 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5510 | - visibility: visible; | |
| 5511 | -} | |
| 5512 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5513 | - display: none; | |
| 5514 | - background: var(--e-a-bg-active); | |
| 5515 | - padding: 10px 25px; | |
| 5516 | - border-radius: 5px; | |
| 5517 | - color: var(--e-a-bg-invert); | |
| 5518 | - gap: 20px; | |
| 5519 | - align-items: center; | |
| 5520 | - flex: 1; | |
| 5521 | -} | |
| 5522 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5523 | - background: transparent; | |
| 5524 | - margin: 0; | |
| 5525 | - font-size: inherit; | |
| 5526 | - font-family: inherit; | |
| 5527 | - color: inherit; | |
| 5528 | - border: none; | |
| 5529 | - cursor: pointer; | |
| 5530 | - display: flex; | |
| 5531 | - align-items: center; | |
| 5532 | - justify-content: center; | |
| 5533 | -} | |
| 5534 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5535 | - pointer-events: none; | |
| 5536 | - opacity: 0.3; | |
| 5537 | - cursor: not-allowed; | |
| 5538 | -} | |
| 5539 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5540 | - cursor: pointer; | |
| 5541 | - font-size: 18px; | |
| 5542 | -} | |
| 5543 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5544 | - font-size: 20px; | |
| 5545 | -} | |
| 5546 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5547 | - display: flex; | |
| 5548 | - flex: 1; | |
| 5549 | - white-space: nowrap; | |
| 5550 | - text-overflow: ellipsis; | |
| 5551 | - overflow: hidden; | |
| 5552 | -} | |
| 5553 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5554 | - display: flex; | |
| 5555 | - flex-direction: row; | |
| 5556 | - align-items: center; | |
| 5557 | - gap: 15px; | |
| 5558 | - white-space: nowrap; | |
| 5559 | - text-overflow: ellipsis; | |
| 5560 | - overflow: hidden; | |
| 5561 | -} | |
| 5562 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5563 | - white-space: nowrap; | |
| 5564 | - text-overflow: ellipsis; | |
| 5565 | - overflow: hidden; | |
| 5566 | -} | |
| 5567 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5568 | - padding-inline-start: 8px; | |
| 5569 | - background-color: var(--e-a-bg-hover); | |
| 5570 | - color: var(--e-a-color-txt); | |
| 5571 | -} | |
| 5572 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5573 | - visibility: visible; | |
| 5574 | -} | |
| 5575 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5576 | - background: var(--e-a-bg-active); | |
| 5577 | -} | |
| 5578 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5579 | - position: relative; | |
| 5580 | - inset-block-start: 3px; | |
| 5581 | -} | |
| 5582 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5583 | - inset-block-start: 0px; | |
| 5584 | -} | |
| 5585 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5586 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5587 | - background: #69727D; | |
| 5588 | -} | |
| 5589 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5590 | - display: block; | |
| 5591 | - content: ""; | |
| 5592 | - width: 10px; | |
| 5593 | - height: 2px; | |
| 5594 | - background-color: white; | |
| 5595 | - transform: none; | |
| 5596 | -} | |
| 3873 | + -ms-flex-wrap: wrap; | |
| 3874 | + flex-wrap: wrap; | |
| 3875 | + -webkit-box-align: start; | |
| 3876 | + -ms-flex-align: start; | |
| 3877 | + align-items: flex-start; } | |
| 3878 | + #elementor-template-library-templates-container .elementor-template-library-template-local .elementor-template-library-template-insert { | |
| 3879 | + text-transform: none; | |
| 3880 | + font-size: 12px; } | |
| 5597 | 3881 | |
| 5598 | 3882 | #elementor-template-library-toolbar { |
| 3883 | + display: -webkit-box; | |
| 3884 | + display: -ms-flexbox; | |
| 5599 | 3885 | display: flex; |
| 5600 | - justify-content: space-between; | |
| 5601 | - align-items: center; | |
| 5602 | -} | |
| 3886 | + -webkit-box-pack: justify; | |
| 3887 | + -ms-flex-pack: justify; | |
| 3888 | + justify-content: space-between; | |
| 3889 | + -webkit-box-align: center; | |
| 3890 | + -ms-flex-align: center; | |
| 3891 | + align-items: center; } | |
| 5603 | 3892 | |
| 5604 | 3893 | .elementor-template-library-filter-toolbar { |
| 3894 | + display: -webkit-box; | |
| 3895 | + display: -ms-flexbox; | |
| 5605 | 3896 | display: flex; |
| 5606 | - align-items: center; | |
| 5607 | -} | |
| 3897 | + -webkit-box-align: center; | |
| 3898 | + -ms-flex-align: center; | |
| 3899 | + align-items: center; } | |
| 5608 | 3900 | |
| 5609 | -.elementor-template-library-filter-select-source { | |
| 5610 | - width: 350px; | |
| 5611 | - display: flex; | |
| 5612 | - gap: 10px; | |
| 5613 | -} | |
| 5614 | -.elementor-template-library-filter-select-source .source-option { | |
| 5615 | - flex: 1; | |
| 5616 | - border: 0.5px solid #BABFC5; | |
| 5617 | - padding: 5px; | |
| 5618 | - border-radius: 3px; | |
| 5619 | - cursor: pointer; | |
| 5620 | - font-size: 12px; | |
| 5621 | -} | |
| 5622 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5623 | - margin-inline-end: 5px; | |
| 5624 | -} | |
| 5625 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5626 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5627 | - padding: 2px 4px; | |
| 5628 | - color: var(--e-a-color-primary-bold-dark); | |
| 5629 | - border-radius: 10px; | |
| 5630 | - font-size: 10px; | |
| 5631 | - margin-inline-start: 5px; | |
| 5632 | -} | |
| 5633 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5634 | - background-color: var(--e-a-bg-hover); | |
| 5635 | -} | |
| 5636 | - | |
| 5637 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5638 | - display: flex; | |
| 5639 | - align-items: center; | |
| 5640 | - justify-content: space-between; | |
| 5641 | -} | |
| 5642 | - | |
| 5643 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5644 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5645 | - display: flex; | |
| 5646 | - align-items: center; | |
| 5647 | - gap: 6px; | |
| 5648 | - padding: 6px 12px; | |
| 5649 | - border: none; | |
| 5650 | - border-radius: 20px; | |
| 5651 | - font-size: 14px; | |
| 5652 | - font-weight: 500; | |
| 5653 | - white-space: nowrap; | |
| 5654 | - margin-inline-start: auto; | |
| 5655 | - margin-inline-end: 15px; | |
| 5656 | -} | |
| 5657 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5658 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5659 | - margin: 0; | |
| 5660 | - font-size: 14px; | |
| 5661 | -} | |
| 5662 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5663 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5664 | - background-color: var(--e-a-bg-info); | |
| 5665 | - color: var(--e-a-color-info); | |
| 5666 | -} | |
| 5667 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5668 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5669 | - color: var(--e-a-color-info); | |
| 5670 | -} | |
| 5671 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5672 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5673 | - background-color: var(--e-a-bg-warning); | |
| 5674 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5675 | -} | |
| 5676 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5677 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5678 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5679 | -} | |
| 5680 | - | |
| 5681 | 3901 | #elementor-template-library-filter-toolbar-remote { |
| 5682 | - font-size: 11px; | |
| 5683 | -} | |
| 3902 | + font-size: 11px; } | |
| 5684 | 3903 | |
| 5685 | 3904 | #elementor-template-library-order { |
| 3905 | + display: -webkit-box; | |
| 3906 | + display: -ms-flexbox; | |
| 5686 | 3907 | display: flex; |
| 5687 | - border-inline-end: var(--e-a-border); | |
| 5688 | -} | |
| 3908 | + border-right: 1px solid #d5dadf; } | |
| 5689 | 3909 | |
| 5690 | 3910 | .elementor-template-library-order-label { |
| 5691 | 3911 | text-transform: uppercase; |
| 5692 | - padding-inline-end: 22px; | |
| 3912 | + padding-right: 22px; | |
| 5693 | 3913 | -webkit-user-select: none; |
| 5694 | 3914 | -moz-user-select: none; |
| 5695 | - user-select: none; | |
| 5696 | - line-height: 1; | |
| 5697 | - font-size: 10px; | |
| 5698 | - font-weight: 500; | |
| 5699 | -} | |
| 3915 | + -ms-user-select: none; | |
| 3916 | + user-select: none; } | |
| 5700 | 3917 | |
| 5701 | 3918 | label.elementor-template-library-order-label { |
| 5702 | - cursor: pointer; | |
| 5703 | -} | |
| 5704 | -label.elementor-template-library-order-label:hover { | |
| 5705 | - color: var(--e-a-color-txt-hover); | |
| 5706 | -} | |
| 3919 | + cursor: pointer; } | |
| 3920 | + label.elementor-template-library-order-label:hover { | |
| 3921 | + color: #556068; } | |
| 5707 | 3922 | |
| 5708 | 3923 | #elementor-template-library-filter .select2 { |
| 5709 | - text-align: start; | |
| 5710 | - width: calc(27px * 5) !important; | |
| 5711 | -} | |
| 3924 | + text-align: left; | |
| 3925 | + width: calc(27px * 5) !important; } | |
| 3926 | + | |
| 5712 | 3927 | #elementor-template-library-filter .select2-selection__rendered { |
| 5713 | - text-transform: capitalize; | |
| 5714 | -} | |
| 3928 | + text-transform: capitalize; } | |
| 5715 | 3929 | |
| 5716 | 3930 | #select2-elementor-template-library-filter-subtype-results .select2-results__option { |
| 5717 | 3931 | text-transform: capitalize; |
| 5718 | - text-align: start; | |
| 5719 | - padding-inline-start: 5px; | |
| 5720 | -} | |
| 3932 | + text-align: left; | |
| 3933 | + padding-left: 5px; } | |
| 5721 | 3934 | |
| 5722 | 3935 | #elementor-template-library-my-favorites { |
| 5723 | - flex-grow: 1; | |
| 5724 | - text-align: start; | |
| 5725 | - padding-inline-start: 20px; | |
| 5726 | -} | |
| 3936 | + -webkit-box-flex: 1; | |
| 3937 | + -ms-flex-positive: 1; | |
| 3938 | + flex-grow: 1; | |
| 3939 | + text-align: left; | |
| 3940 | + padding-left: 20px; } | |
| 5727 | 3941 | |
| 5728 | 3942 | #elementor-template-library-filter-my-favorites { |
| 5729 | - display: none; | |
| 5730 | -} | |
| 5731 | -#elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label { | |
| 5732 | - color: var(--e-a-color-txt-active); | |
| 5733 | -} | |
| 5734 | -#elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after { | |
| 5735 | - color: var(--e-a-color-primary-bold); | |
| 5736 | - content: "\e93f"; | |
| 5737 | -} | |
| 3943 | + display: none; } | |
| 3944 | + #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label { | |
| 3945 | + color: #495157; } | |
| 3946 | + #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after { | |
| 3947 | + color: #93003c; | |
| 3948 | + content: '\e93f'; } | |
| 5738 | 3949 | |
| 5739 | 3950 | #elementor-template-library-filter-my-favorites-label { |
| 5740 | 3951 | cursor: pointer; |
| 5741 | - text-transform: uppercase; | |
| 5742 | -} | |
| 5743 | -#elementor-template-library-filter-my-favorites-label:hover { | |
| 5744 | - color: var(--e-a-color-txt-hover); | |
| 5745 | -} | |
| 5746 | -#elementor-template-library-filter-my-favorites-label:hover i:after { | |
| 5747 | - color: var(--e-a-color-primary-bold); | |
| 5748 | -} | |
| 5749 | -#elementor-template-library-filter-my-favorites-label i { | |
| 5750 | - padding-inline-end: 5px; | |
| 5751 | -} | |
| 5752 | -#elementor-template-library-filter-my-favorites-label i:after { | |
| 5753 | - content: "\e923"; | |
| 5754 | -} | |
| 3952 | + text-transform: uppercase; } | |
| 3953 | + #elementor-template-library-filter-my-favorites-label:hover { | |
| 3954 | + color: #556068; } | |
| 3955 | + #elementor-template-library-filter-my-favorites-label:hover i:after { | |
| 3956 | + color: #93003c; } | |
| 3957 | + #elementor-template-library-filter-my-favorites-label i { | |
| 3958 | + padding-right: 5px; } | |
| 3959 | + #elementor-template-library-filter-my-favorites-label i:after { | |
| 3960 | + color: #a4afb7; | |
| 3961 | + content: '\e923'; } | |
| 5755 | 3962 | |
| 5756 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5757 | - margin-block-end: 10px; | |
| 5758 | -} | |
| 5759 | - | |
| 5760 | 3963 | #elementor-template-library-filter-text-wrapper { |
| 5761 | 3964 | width: 200px; |
| 5762 | - position: relative; | |
| 5763 | -} | |
| 5764 | -#elementor-template-library-filter-text-wrapper i { | |
| 5765 | - position: absolute; | |
| 5766 | - inset-block-start: 50%; | |
| 5767 | - inset-inline-end: 0; | |
| 5768 | - transform: translateY(-50%); | |
| 5769 | -} | |
| 5770 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5771 | - inset-block-start: 25%; | |
| 5772 | -} | |
| 3965 | + position: relative; } | |
| 3966 | + #elementor-template-library-filter-text-wrapper i { | |
| 3967 | + position: absolute; | |
| 3968 | + top: 50%; | |
| 3969 | + right: 0; | |
| 3970 | + -webkit-transform: translateY(-50%); | |
| 3971 | + -ms-transform: translateY(-50%); | |
| 3972 | + transform: translateY(-50%); } | |
| 5773 | 3973 | |
| 5774 | 3974 | #elementor-template-library-filter-text { |
| 5775 | 3975 | border: none; |
| 5776 | - border-block-end: var(--e-a-border-bold); | |
| 5777 | - border-radius: 0; | |
| 3976 | + border-bottom: 1px solid #d5dadf; | |
| 3977 | + -webkit-border-radius: 0; | |
| 3978 | + border-radius: 0; | |
| 5778 | 3979 | font-size: 11px; |
| 5779 | 3980 | padding: 8px 15px 8px 0; |
| 5780 | - transition: border 0.5s; | |
| 5781 | -} | |
| 5782 | -#elementor-template-library-filter-text:focus { | |
| 5783 | - border-color: var(--e-a-border-color-focus); | |
| 5784 | -} | |
| 5785 | -#elementor-template-library-filter-text::-moz-placeholder { | |
| 5786 | - font-weight: 300; | |
| 5787 | - text-transform: uppercase; | |
| 5788 | -} | |
| 5789 | -#elementor-template-library-filter-text::placeholder { | |
| 5790 | - font-weight: 300; | |
| 5791 | - text-transform: uppercase; | |
| 5792 | -} | |
| 3981 | + -webkit-transition: border 0.5s; | |
| 3982 | + -o-transition: border 0.5s; | |
| 3983 | + transition: border 0.5s; } | |
| 3984 | + #elementor-template-library-filter-text:focus { | |
| 3985 | + border-color: #c2cbd2; } | |
| 3986 | + #elementor-template-library-filter-text::-webkit-input-placeholder { | |
| 3987 | + font-weight: 300; | |
| 3988 | + text-transform: uppercase; } | |
| 3989 | + #elementor-template-library-filter-text::-moz-placeholder { | |
| 3990 | + font-weight: 300; | |
| 3991 | + text-transform: uppercase; } | |
| 3992 | + #elementor-template-library-filter-text::-ms-input-placeholder { | |
| 3993 | + font-weight: 300; | |
| 3994 | + text-transform: uppercase; } | |
| 3995 | + #elementor-template-library-filter-text::placeholder { | |
| 3996 | + font-weight: 300; | |
| 3997 | + text-transform: uppercase; } | |
| 3998 | + #elementor-template-library-filter-text:focus { | |
| 3999 | + border-color: #c2cbd2; } | |
| 5793 | 4000 | |
| 5794 | 4001 | .elementor-template-library-template-remote { |
| 5795 | - margin: calc(30px / 2); | |
| 4002 | + margin: 15px; | |
| 5796 | 4003 | padding: 8px; |
| 5797 | - border: var(--e-a-border); | |
| 5798 | - border-radius: 3px; | |
| 5799 | -} | |
| 5800 | -.elementor-template-library-template-remote:focus-visible { | |
| 5801 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5802 | - outline-offset: 2px; | |
| 5803 | -} | |
| 5804 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5805 | - background-color: var(--e-a-bg-hover); | |
| 5806 | -} | |
| 5807 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus .elementor-template-library-template-preview, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-preview { | |
| 5808 | - opacity: 1; | |
| 5809 | -} | |
| 5810 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-name, .elementor-template-library-template-remote:focus .elementor-template-library-template-name, .elementor-template-library-template-remote:focus-within .elementor-template-library-template-name { | |
| 5811 | - display: none; | |
| 5812 | -} | |
| 5813 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5814 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5815 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5816 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5817 | - display: initial; | |
| 5818 | -} | |
| 5819 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5820 | - opacity: 0; | |
| 5821 | -} | |
| 5822 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5823 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5824 | - display: none; | |
| 5825 | -} | |
| 5826 | -.elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { | |
| 5827 | - content: var(--elementor-template-library-subscription-plan-label); | |
| 5828 | - background-color: var(--e-a-color-accent); | |
| 5829 | - color: var(--e-a-color-white); | |
| 5830 | - position: absolute; | |
| 5831 | - text-transform: uppercase; | |
| 5832 | - line-height: 1; | |
| 5833 | - inset-block-start: 5px; | |
| 5834 | - inset-inline-end: 5px; | |
| 5835 | - padding: 3px 5px; | |
| 5836 | - font-size: 8px; | |
| 5837 | - border-radius: 2px; | |
| 5838 | -} | |
| 5839 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) { | |
| 5840 | - position: relative; | |
| 5841 | - width: calc(33.333% - 30px); | |
| 5842 | - overflow: hidden; | |
| 5843 | -} | |
| 5844 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) img { | |
| 5845 | - display: block; | |
| 5846 | - width: 100%; | |
| 5847 | -} | |
| 5848 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { | |
| 5849 | - position: absolute; | |
| 5850 | - width: 100%; | |
| 5851 | - inset-block-end: 0; | |
| 5852 | - inset-inline-start: 0; | |
| 5853 | - padding: 10px; | |
| 5854 | - background-color: var(--e-a-bg-default); | |
| 5855 | - transition: transform 0.5s; | |
| 5856 | -} | |
| 5857 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { | |
| 5858 | - display: none; | |
| 5859 | -} | |
| 5860 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-footer { | |
| 5861 | - transform: translateY(100%); | |
| 5862 | -} | |
| 5863 | -.elementor-template-library-template-remote .elementor-template-library-template-body { | |
| 5864 | - position: relative; | |
| 5865 | -} | |
| 5866 | -@media (max-width: 1025px) { | |
| 4004 | + background-color: #fff; | |
| 4005 | + -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07); | |
| 4006 | + box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07); | |
| 4007 | + -webkit-border-radius: 3px; | |
| 4008 | + border-radius: 3px; } | |
| 4009 | + .elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 4010 | + display: none; } | |
| 4011 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 4012 | + opacity: 0; } | |
| 4013 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 4014 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 4015 | + display: none; } | |
| 4016 | + .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { | |
| 4017 | + position: absolute; | |
| 4018 | + content: 'pro'; | |
| 4019 | + text-transform: uppercase; | |
| 4020 | + top: 5px; | |
| 4021 | + right: 5px; | |
| 4022 | + background-color: #93003c; | |
| 4023 | + color: #d5dadf; | |
| 4024 | + padding: 2px 4px 0; | |
| 4025 | + font-size: 9px; | |
| 4026 | + -webkit-border-radius: 2px; | |
| 4027 | + border-radius: 2px; } | |
| 4028 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page) { | |
| 4029 | + position: relative; | |
| 4030 | + width: calc(33.333% - 30px); | |
| 4031 | + overflow: hidden; } | |
| 4032 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page) img { | |
| 4033 | + display: block; | |
| 4034 | + width: 100%; } | |
| 4035 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page) .elementor-template-library-template-footer { | |
| 4036 | + position: absolute; | |
| 4037 | + width: 100%; | |
| 4038 | + bottom: 0; | |
| 4039 | + left: 0; | |
| 4040 | + padding: 10px; | |
| 4041 | + background-color: #fff; | |
| 4042 | + -webkit-transition: -webkit-transform .5s; | |
| 4043 | + transition: -webkit-transform .5s; | |
| 4044 | + -o-transition: transform .5s; | |
| 4045 | + transition: transform .5s; | |
| 4046 | + transition: transform .5s, -webkit-transform .5s; } | |
| 4047 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page) .elementor-template-library-template-name { | |
| 4048 | + display: none; } | |
| 4049 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(:hover) .elementor-template-library-template-footer { | |
| 4050 | + -webkit-transform: translateY(100%); | |
| 4051 | + -ms-transform: translateY(100%); | |
| 4052 | + transform: translateY(100%); } | |
| 5867 | 4053 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5868 | - height: 300px; | |
| 5869 | - } | |
| 5870 | -} | |
| 5871 | -.elementor-template-library-template-remote .elementor-template-library-template-screenshot { | |
| 5872 | - height: 100%; | |
| 5873 | - background-size: cover; | |
| 5874 | - background-position-x: 50%; | |
| 5875 | - box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); | |
| 5876 | -} | |
| 5877 | -.elementor-template-library-template-remote .elementor-template-library-template-preview { | |
| 5878 | - position: absolute; | |
| 5879 | - inset: 0; | |
| 5880 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5881 | - transition: opacity 0.5s; | |
| 5882 | - cursor: pointer; | |
| 5883 | -} | |
| 5884 | -.elementor-template-library-template-remote .elementor-template-library-template-preview i { | |
| 5885 | - font-size: 20px; | |
| 5886 | - position: absolute; | |
| 5887 | - inset-block-start: 50%; | |
| 5888 | - inset-inline-start: 50%; | |
| 5889 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5890 | -} | |
| 5891 | -.elementor-template-library-template-remote .elementor-template-library-template-footer { | |
| 5892 | - display: flex; | |
| 5893 | - justify-content: space-between; | |
| 5894 | - font-size: 11px; | |
| 5895 | - line-height: 1; | |
| 5896 | - height: 40px; | |
| 5897 | - align-items: center; | |
| 5898 | -} | |
| 5899 | -.elementor-template-library-template-remote .elementor-template-library-template-name { | |
| 5900 | - text-align: start; | |
| 5901 | - flex-grow: 1; | |
| 5902 | - white-space: nowrap; | |
| 5903 | - text-overflow: ellipsis; | |
| 5904 | - overflow: hidden; | |
| 5905 | - padding-inline-end: 5px; | |
| 5906 | -} | |
| 5907 | -.elementor-template-library-template-remote .elementor-template-library-favorite { | |
| 5908 | - margin-inline-start: auto; | |
| 5909 | -} | |
| 5910 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input { | |
| 5911 | - position: absolute; | |
| 5912 | - width: 1px; | |
| 5913 | - height: 1px; | |
| 5914 | - padding: 0; | |
| 5915 | - margin: -1px; | |
| 5916 | - overflow: hidden; | |
| 5917 | - clip: rect(0, 0, 0, 0); | |
| 5918 | - white-space: nowrap; | |
| 5919 | - border: 0; | |
| 5920 | -} | |
| 5921 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5922 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5923 | - outline-offset: 2px; | |
| 5924 | -} | |
| 5925 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { | |
| 5926 | - content: "\e93f"; | |
| 5927 | - color: var(--e-a-color-primary-bold); | |
| 5928 | -} | |
| 5929 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-label { | |
| 5930 | - font-size: 15px; | |
| 5931 | - cursor: pointer; | |
| 5932 | -} | |
| 5933 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i { | |
| 5934 | - color: var(--e-a-color-primary-bold); | |
| 5935 | -} | |
| 4054 | + position: relative; } | |
| 4055 | + @media (max-width: 1025px) { | |
| 4056 | + .elementor-template-library-template-remote .elementor-template-library-template-body { | |
| 4057 | + height: 300px; } } | |
| 4058 | + .elementor-template-library-template-remote .elementor-template-library-template-screenshot { | |
| 4059 | + height: 100%; | |
| 4060 | + -webkit-background-size: cover; | |
| 4061 | + background-size: cover; | |
| 4062 | + background-position-x: 50%; | |
| 4063 | + -webkit-box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); | |
| 4064 | + box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); } | |
| 4065 | + .elementor-template-library-template-remote .elementor-template-library-template-preview { | |
| 4066 | + position: absolute; | |
| 4067 | + top: 0; | |
| 4068 | + left: 0; | |
| 4069 | + width: 100%; | |
| 4070 | + height: 100%; | |
| 4071 | + background-color: rgba(0, 0, 0, 0.5); | |
| 4072 | + -webkit-transition: opacity .5s; | |
| 4073 | + -o-transition: opacity .5s; | |
| 4074 | + transition: opacity .5s; | |
| 4075 | + cursor: pointer; } | |
| 4076 | + .elementor-template-library-template-remote .elementor-template-library-template-preview i { | |
| 4077 | + font-size: 20px; | |
| 4078 | + color: #d5dadf; | |
| 4079 | + position: absolute; | |
| 4080 | + top: 50%; | |
| 4081 | + left: 50%; | |
| 4082 | + -webkit-transform: translate(-50%, -50%); | |
| 4083 | + -ms-transform: translate(-50%, -50%); | |
| 4084 | + transform: translate(-50%, -50%); } | |
| 4085 | + .elementor-template-library-template-remote .elementor-template-library-template-insert { | |
| 4086 | + color: #39b54a; } | |
| 4087 | + .elementor-template-library-template-remote .elementor-go-pro { | |
| 4088 | + color: #93003c; } | |
| 4089 | + .elementor-template-library-template-remote .elementor-template-library-template-footer { | |
| 4090 | + display: -webkit-box; | |
| 4091 | + display: -ms-flexbox; | |
| 4092 | + display: flex; | |
| 4093 | + -webkit-box-pack: justify; | |
| 4094 | + -ms-flex-pack: justify; | |
| 4095 | + justify-content: space-between; | |
| 4096 | + margin-top: 10px; | |
| 4097 | + font-size: 11px; | |
| 4098 | + line-height: 1; } | |
| 4099 | + .elementor-template-library-template-remote .elementor-template-library-template-name { | |
| 4100 | + text-align: left; | |
| 4101 | + color: #6d7882; | |
| 4102 | + -webkit-box-flex: 1; | |
| 4103 | + -ms-flex-positive: 1; | |
| 4104 | + flex-grow: 1; | |
| 4105 | + white-space: nowrap; | |
| 4106 | + -o-text-overflow: ellipsis; | |
| 4107 | + text-overflow: ellipsis; | |
| 4108 | + overflow: hidden; | |
| 4109 | + padding-right: 5px; } | |
| 4110 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { | |
| 4111 | + display: none; } | |
| 4112 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { | |
| 4113 | + content: '\e93f'; | |
| 4114 | + color: #93003c; } | |
| 4115 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-label { | |
| 4116 | + cursor: pointer; } | |
| 4117 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i { | |
| 4118 | + color: #93003c; } | |
| 5936 | 4119 | |
| 5937 | 4120 | @media (max-width: 1439px) { |
| 5938 | - .elementor-template-library-template-page, | |
| 5939 | - .elementor-template-library-template-lp { | |
| 5940 | - width: calc(25% - 30px); | |
| 5941 | - } | |
| 5942 | -} | |
| 4121 | + .elementor-template-library-template-page { | |
| 4122 | + width: calc(25% - 30px); } } | |
| 4123 | + | |
| 5943 | 4124 | @media (min-width: 1440px) { |
| 5944 | - .elementor-template-library-template-page, | |
| 5945 | - .elementor-template-library-template-lp { | |
| 5946 | - width: calc(20% - 30px); | |
| 5947 | - } | |
| 5948 | -} | |
| 4125 | + .elementor-template-library-template-page { | |
| 4126 | + width: calc(20% - 30px); } } | |
| 4127 | + | |
| 5949 | 4128 | @media (max-width: 1025px) { |
| 5950 | - .elementor-template-library-template-page, | |
| 5951 | - .elementor-template-library-template-lp { | |
| 5952 | - width: calc(33.333% - 30px); | |
| 5953 | - } | |
| 5954 | -} | |
| 5955 | -.elementor-template-library-template-page .elementor-template-library-template-body, | |
| 5956 | -.elementor-template-library-template-lp .elementor-template-library-template-body { | |
| 5957 | - height: 200px; | |
| 5958 | -} | |
| 4129 | + .elementor-template-library-template-page { | |
| 4130 | + width: calc(33.333% - 30px); } } | |
| 5959 | 4131 | |
| 4132 | +.elementor-template-library-template-page .elementor-template-library-template-body { | |
| 4133 | + height: 200px; } | |
| 4134 | + | |
| 5960 | 4135 | #elementor-template-library-order-toolbar-local, |
| 5961 | -.elementor-template-library-template-local, | |
| 5962 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4136 | +.elementor-template-library-template-local { | |
| 4137 | + display: -webkit-box; | |
| 4138 | + display: -ms-flexbox; | |
| 5963 | 4139 | display: flex; |
| 5964 | - align-items: center; | |
| 4140 | + -webkit-box-align: center; | |
| 4141 | + -ms-flex-align: center; | |
| 4142 | + align-items: center; | |
| 5965 | 4143 | padding: 0 25px; |
| 5966 | - text-align: start; | |
| 5967 | -} | |
| 5968 | -@media (max-width: 1439px) { | |
| 5969 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5970 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5971 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5972 | - width: 33%; | |
| 5973 | - } | |
| 5974 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5975 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5976 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5977 | - width: 10%; | |
| 5978 | - } | |
| 5979 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5980 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5981 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5982 | - width: 15%; | |
| 5983 | - } | |
| 5984 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5985 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5986 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5987 | - width: 15%; | |
| 5988 | - } | |
| 5989 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5990 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5991 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5992 | - width: 27%; | |
| 5993 | - } | |
| 5994 | -} | |
| 5995 | -@media (min-width: 1440px) { | |
| 5996 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5997 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5998 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5999 | - width: 25%; | |
| 6000 | - } | |
| 6001 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6002 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6003 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6004 | - width: 17%; | |
| 6005 | - } | |
| 6006 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6007 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6008 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6009 | - width: 17%; | |
| 6010 | - } | |
| 6011 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6012 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6013 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6014 | - width: 17%; | |
| 6015 | - } | |
| 6016 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6017 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6018 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6019 | - width: 24%; | |
| 6020 | - } | |
| 6021 | -} | |
| 6022 | -@media (max-width: 1024px) { | |
| 6023 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6024 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6025 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6026 | - display: none; | |
| 6027 | - } | |
| 6028 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6029 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6030 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6031 | - width: 41%; | |
| 6032 | - } | |
| 6033 | -} | |
| 4144 | + text-align: left; } | |
| 6034 | 4145 | |
| 6035 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 6036 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 6037 | - display: none; | |
| 6038 | - position: absolute; | |
| 6039 | - background-color: var(--e-a-bg-default); | |
| 6040 | - border-radius: var(--e-a-border-radius); | |
| 6041 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 6042 | - inset-block-start: 100%; | |
| 6043 | - inset-inline-end: 0; | |
| 6044 | - z-index: 1; | |
| 6045 | - list-style: none; | |
| 6046 | - margin: 0; | |
| 6047 | - padding: 0; | |
| 6048 | -} | |
| 6049 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6050 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6051 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6052 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6053 | - background: transparent; | |
| 6054 | - margin: 0; | |
| 6055 | - font-size: inherit; | |
| 6056 | - font-family: inherit; | |
| 6057 | - color: inherit; | |
| 6058 | - border: none; | |
| 6059 | - padding: 10px 20px; | |
| 6060 | - font-size: 11px; | |
| 6061 | - cursor: pointer; | |
| 6062 | - display: flex; | |
| 6063 | - align-items: center; | |
| 6064 | - gap: 8px; | |
| 6065 | - width: 100%; | |
| 6066 | -} | |
| 6067 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6068 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6069 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6070 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 6071 | - cursor: not-allowed; | |
| 6072 | - color: var(--e-a-color-txt-disabled); | |
| 6073 | -} | |
| 6074 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6075 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6076 | - color: var(--e-a-color-txt); | |
| 6077 | - text-decoration: none; | |
| 6078 | -} | |
| 6079 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 6080 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 6081 | - color: var(--e-a-color-danger); | |
| 6082 | -} | |
| 6083 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6084 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6085 | - font-size: 16px; | |
| 6086 | -} | |
| 6087 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6088 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6089 | - margin-inline-start: auto; | |
| 6090 | - cursor: pointer; | |
| 6091 | - background: none; | |
| 6092 | - border: none; | |
| 6093 | - padding: 0; | |
| 6094 | - display: flex; | |
| 6095 | - align-items: center; | |
| 6096 | - justify-content: center; | |
| 6097 | -} | |
| 6098 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6099 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6100 | - font-size: 20px; | |
| 6101 | -} | |
| 4146 | +#elementor-template-library-order-toolbar-local { | |
| 4147 | + margin-top: 30px; } | |
| 4148 | + #elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 4149 | + line-height: 1; | |
| 4150 | + font-size: 10px; | |
| 4151 | + font-weight: 500; } | |
| 4152 | + #elementor-template-library-order-toolbar-local .elementor-template-library-order-label:not(:hover) { | |
| 4153 | + color: #a4afb7; } | |
| 6102 | 4154 | |
| 6103 | -.elementor-template-library-template-local, | |
| 6104 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4155 | +.elementor-template-library-template-local { | |
| 6105 | 4156 | height: 50px; |
| 6106 | 4157 | width: 100%; |
| 6107 | - margin-block-start: 1px; | |
| 6108 | - transition: background-color 0.3s linear; | |
| 6109 | -} | |
| 6110 | -.elementor-template-library-template-local:hover, | |
| 6111 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 6112 | - background-color: var(--e-a-bg-hover); | |
| 6113 | -} | |
| 6114 | -.elementor-template-library-template-local:first-child, | |
| 6115 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 6116 | - border-start-start-radius: 3px; | |
| 6117 | - border-start-end-radius: 3px; | |
| 6118 | - border-end-start-radius: 0; | |
| 6119 | - border-end-end-radius: 0; | |
| 6120 | -} | |
| 6121 | -.elementor-template-library-template-local:last-child, | |
| 6122 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 6123 | - border-start-start-radius: 0; | |
| 6124 | - border-start-end-radius: 0; | |
| 6125 | - border-end-start-radius: 3px; | |
| 6126 | - border-end-end-radius: 3px; | |
| 6127 | -} | |
| 6128 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6129 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 6130 | - font-weight: 500; | |
| 6131 | -} | |
| 6132 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6133 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6134 | - font-size: 16px; | |
| 6135 | -} | |
| 6136 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6137 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6138 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6139 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 6140 | - padding-inline-end: 20px; | |
| 6141 | -} | |
| 6142 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6143 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6144 | - padding-inline-end: 10px; | |
| 6145 | -} | |
| 6146 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6147 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6148 | -.elementor-template-library-template-local .elementor-template-library-template-preview, | |
| 6149 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6150 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6151 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6152 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6153 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 6154 | - white-space: nowrap; | |
| 6155 | - text-overflow: ellipsis; | |
| 6156 | - overflow: hidden; | |
| 6157 | -} | |
| 6158 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6159 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 6160 | - position: relative; | |
| 6161 | - display: flex; | |
| 6162 | - align-items: center; | |
| 6163 | -} | |
| 6164 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6165 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6166 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6167 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 6168 | - cursor: pointer; | |
| 6169 | - transition: color 0.5s; | |
| 6170 | -} | |
| 6171 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6172 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6173 | - color: #F5D0FE; | |
| 6174 | -} | |
| 6175 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6176 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6177 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6178 | - cursor: not-allowed; | |
| 6179 | -} | |
| 6180 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6181 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6182 | - margin-inline-end: 3px; | |
| 6183 | -} | |
| 4158 | + margin-top: 1px; | |
| 4159 | + background-color: #fff; | |
| 4160 | + -webkit-transition: background-color .3s linear; | |
| 4161 | + -o-transition: background-color .3s linear; | |
| 4162 | + transition: background-color .3s linear; } | |
| 4163 | + .elementor-template-library-template-local:hover { | |
| 4164 | + background-color: #fafbfb; } | |
| 4165 | + .elementor-template-library-template-local:not(:hover) .elementor-template-library-template-insert { | |
| 4166 | + background: none; | |
| 4167 | + color: #a4afb7; } | |
| 4168 | + .elementor-template-library-template-local:first-child { | |
| 4169 | + -webkit-border-radius: 3px 3px 0 0; | |
| 4170 | + border-radius: 3px 3px 0 0; } | |
| 4171 | + .elementor-template-library-template-local:last-child { | |
| 4172 | + -webkit-border-radius: 0 0 3px 3px; | |
| 4173 | + border-radius: 0 0 3px 3px; } | |
| 4174 | + .elementor-template-library-template-local .elementor-template-library-template-name { | |
| 4175 | + font-weight: 500; } | |
| 4176 | + .elementor-template-library-template-local .elementor-template-library-template-name, | |
| 4177 | + .elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4178 | + padding-right: 20px; } | |
| 4179 | + .elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4180 | + color: #a4afb7; } | |
| 4181 | + .elementor-template-library-template-local .elementor-template-library-template-name, | |
| 4182 | + .elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 4183 | + .elementor-template-library-template-local .elementor-template-library-template-preview, | |
| 4184 | + .elementor-template-library-template-local .elementor-template-library-template-action { | |
| 4185 | + white-space: nowrap; | |
| 4186 | + -o-text-overflow: ellipsis; | |
| 4187 | + text-overflow: ellipsis; | |
| 4188 | + overflow: hidden; } | |
| 4189 | + .elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 4190 | + position: relative; | |
| 4191 | + display: -webkit-box; | |
| 4192 | + display: -ms-flexbox; | |
| 4193 | + display: flex; | |
| 4194 | + -webkit-box-align: center; | |
| 4195 | + -ms-flex-align: center; | |
| 4196 | + align-items: center; } | |
| 4197 | + .elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 4198 | + .elementor-template-library-template-local .elementor-template-library-template-controls a { | |
| 4199 | + color: #a4afb7; } | |
| 4200 | + .elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 4201 | + cursor: pointer; | |
| 4202 | + -webkit-transition: color .5s; | |
| 4203 | + -o-transition: color .5s; | |
| 4204 | + transition: color .5s; } | |
| 4205 | + .elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 4206 | + margin-right: 3px; } | |
| 4207 | + .elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 4208 | + margin-left: 6px; } | |
| 4209 | + .elementor-template-library-template-local .elementor-template-library-template-more:hover, | |
| 4210 | + .elementor-template-library-template-local .elementor-template-library-template-more a:hover { | |
| 4211 | + color: #556068; } | |
| 4212 | + .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 4213 | + color: #d72b3f; } | |
| 4214 | + .elementor-template-library-template-local .elementor-template-library-template-action { | |
| 4215 | + padding: 8px 18px; | |
| 4216 | + margin: 0 5%; } | |
| 4217 | + .elementor-template-library-template-local .elementor-template-library-template-more { | |
| 4218 | + display: none; | |
| 4219 | + position: absolute; | |
| 4220 | + background-color: #fff; | |
| 4221 | + padding: 3px 20px; | |
| 4222 | + -webkit-border-radius: 3px; | |
| 4223 | + border-radius: 3px; | |
| 4224 | + -webkit-box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4225 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4226 | + top: 100%; | |
| 4227 | + right: 0; | |
| 4228 | + -webkit-transform: translateX(65%) translateY(-7px); | |
| 4229 | + -ms-transform: translateX(65%) translateY(-7px); | |
| 4230 | + transform: translateX(65%) translateY(-7px); | |
| 4231 | + z-index: 1; } | |
| 4232 | + .elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 4233 | + content: ''; | |
| 4234 | + position: absolute; | |
| 4235 | + border: solid transparent; | |
| 4236 | + border-width: 8px 4px; | |
| 4237 | + border-bottom-color: #fff; | |
| 4238 | + -webkit-transform: translateY(-100%); | |
| 4239 | + -ms-transform: translateY(-100%); | |
| 4240 | + transform: translateY(-100%); } | |
| 4241 | + .elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 4242 | + margin: 10px 0; | |
| 4243 | + font-size: 11px; } | |
| 4244 | + .elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 4245 | + -webkit-box-flex: 1; | |
| 4246 | + -ms-flex-positive: 1; | |
| 4247 | + flex-grow: 1; | |
| 4248 | + text-align: right; } | |
| 4249 | + .elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 4250 | + font-size: 16px; } | |
| 6184 | 4251 | |
| 6185 | 4252 | #elementor-template-library-preview { |
| 6186 | 4253 | height: 100%; |
| 6187 | - overflow: hidden; | |
| 6188 | -} | |
| 6189 | -#elementor-template-library-preview iframe { | |
| 6190 | - height: 150%; | |
| 6191 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 6192 | -} | |
| 6193 | -@media (max-width: 1439px) { | |
| 4254 | + overflow: hidden; } | |
| 6194 | 4255 | #elementor-template-library-preview iframe { |
| 6195 | - width: 1440px; | |
| 6196 | - } | |
| 6197 | -} | |
| 6198 | -@media (min-width: 1440px) { | |
| 6199 | - #elementor-template-library-preview iframe { | |
| 6200 | - width: 1730px; | |
| 6201 | - } | |
| 6202 | -} | |
| 4256 | + height: 150%; | |
| 4257 | + -webkit-transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 4258 | + -ms-transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 4259 | + transform: scale(0.666) translateX(-25%) translateY(-25%); } | |
| 4260 | + @media (max-width: 1439px) { | |
| 4261 | + #elementor-template-library-preview iframe { | |
| 4262 | + width: 1440px; } } | |
| 4263 | + @media (min-width: 1440px) { | |
| 4264 | + #elementor-template-library-preview iframe { | |
| 4265 | + width: 1710px; } } | |
| 6203 | 4266 | |
| 6204 | 4267 | .elementor-template-library-blank-icon { |
| 6205 | - font-size: 64px; | |
| 6206 | - margin-block-start: 45px; | |
| 6207 | - line-height: 1; | |
| 6208 | -} | |
| 6209 | -.elementor-template-library-blank-icon i { | |
| 6210 | - font-size: 85px; | |
| 6211 | -} | |
| 6212 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6213 | 4268 | font-size: 65px; |
| 6214 | -} | |
| 6215 | -.elementor-template-library-blank-icon img { | |
| 6216 | - width: 70px; | |
| 6217 | -} | |
| 6218 | -.elementor-template-library-blank-icon .elementor-template-library-no-results { | |
| 6219 | - width: 200px; | |
| 6220 | -} | |
| 4269 | + margin-top: 45px; | |
| 4270 | + color: #c2cbd2; | |
| 4271 | + line-height: 1; } | |
| 4272 | + .elementor-template-library-blank-icon img { | |
| 4273 | + width: 70px; } | |
| 4274 | + .elementor-template-library-blank-icon .elementor-template-library-no-results { | |
| 4275 | + width: 200px; } | |
| 6221 | 4276 | |
| 6222 | 4277 | .elementor-template-library-blank-title { |
| 6223 | 4278 | font-size: 30px; |
| 6224 | - margin-block-start: 20px; | |
| 6225 | -} | |
| 6226 | -@media (max-width: 1439px) { | |
| 6227 | - .elementor-template-library-blank-title { | |
| 6228 | - font-size: 25px; | |
| 6229 | - } | |
| 6230 | -} | |
| 4279 | + margin-top: 40px; } | |
| 4280 | + @media (max-width: 1439px) { | |
| 4281 | + .elementor-template-library-blank-title { | |
| 4282 | + font-size: 25px; } } | |
| 6231 | 4283 | |
| 6232 | 4284 | .elementor-template-library-blank-message { |
| 6233 | 4285 | font-size: 18px; |
| 6234 | - margin-block-start: 15px; | |
| 6235 | - font-weight: 300; | |
| 6236 | -} | |
| 6237 | -@media (max-width: 1439px) { | |
| 6238 | - .elementor-template-library-blank-message { | |
| 6239 | - font-size: 16px; | |
| 6240 | - margin-block-start: 10px; | |
| 6241 | - } | |
| 6242 | -} | |
| 4286 | + color: #a4afb7; | |
| 4287 | + margin-top: 15px; | |
| 4288 | + font-weight: 300; } | |
| 4289 | + @media (max-width: 1439px) { | |
| 4290 | + .elementor-template-library-blank-message { | |
| 4291 | + font-size: 16px; | |
| 4292 | + margin-top: 10px; } } | |
| 6243 | 4293 | |
| 6244 | 4294 | #elementor-template-library-save-template-form { |
| 6245 | - margin-block-start: 40px; | |
| 4295 | + margin-top: 40px; | |
| 4296 | + display: -webkit-box; | |
| 4297 | + display: -ms-flexbox; | |
| 6246 | 4298 | display: flex; |
| 6247 | - align-items: center; | |
| 6248 | - justify-content: center; | |
| 6249 | -} | |
| 6250 | -#elementor-template-library-save-template-form > * { | |
| 6251 | - height: 55px; | |
| 6252 | - font-size: 16px; | |
| 6253 | -} | |
| 6254 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6255 | - height: 55px; | |
| 6256 | - font-size: 16px; | |
| 6257 | - margin-block-end: 15px; | |
| 6258 | -} | |
| 6259 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6260 | - display: block; | |
| 6261 | - width: 500px; | |
| 6262 | - margin: 0 auto; | |
| 6263 | -} | |
| 6264 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6265 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6266 | - display: none; | |
| 6267 | -} | |
| 6268 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6269 | - margin-inline: 5px; | |
| 6270 | -} | |
| 6271 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6272 | - display: none; | |
| 6273 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6274 | - padding: 3px 5px; | |
| 6275 | - border-radius: 100px; | |
| 6276 | - margin-inline: 5px; | |
| 6277 | -} | |
| 6278 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6279 | - color: var(--e-a-btn-bg-accent); | |
| 6280 | -} | |
| 6281 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6282 | - margin-inline-end: 5px; | |
| 6283 | -} | |
| 6284 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6285 | - display: inline; | |
| 6286 | -} | |
| 6287 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6288 | - display: inline; | |
| 6289 | - background: var(--e-a-bg-hover); | |
| 6290 | - padding: 0 2px 1px; | |
| 6291 | - border: none; | |
| 6292 | - border-radius: 2px; | |
| 6293 | - vertical-align: bottom; | |
| 6294 | - cursor: pointer; | |
| 6295 | - font-family: inherit; | |
| 6296 | - font-size: inherit; | |
| 6297 | - color: inherit; | |
| 6298 | - line-height: inherit; | |
| 6299 | -} | |
| 6300 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6301 | - background: var(--e-a-bg-active); | |
| 6302 | -} | |
| 6303 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6304 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6305 | - outline-offset: 2px; | |
| 6306 | -} | |
| 6307 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6308 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6309 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-tooltip, | |
| 6310 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6311 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6312 | - display: inline; | |
| 6313 | -} | |
| 6314 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6315 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6316 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container, | |
| 6317 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6318 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6319 | - pointer-events: none; | |
| 6320 | -} | |
| 6321 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6322 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .ellipsis-container, | |
| 6323 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6324 | - display: none; | |
| 6325 | -} | |
| 6326 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-divider { | |
| 6327 | - color: var(--e-a-color-txt-muted); | |
| 6328 | - margin-inline: 5px; | |
| 6329 | -} | |
| 6330 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6331 | - display: none; | |
| 6332 | - float: inline-start; | |
| 6333 | -} | |
| 6334 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6335 | - font-size: 13px; | |
| 6336 | - color: var(--e-a-btn-bg-accent); | |
| 6337 | - text-align: start; | |
| 6338 | -} | |
| 6339 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6340 | - color: var(--e-a-btn-bg-accent); | |
| 6341 | - text-decoration: underline; | |
| 6342 | -} | |
| 6343 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6344 | - float: inline-end; | |
| 6345 | -} | |
| 6346 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6347 | - cursor: not-allowed; | |
| 6348 | -} | |
| 6349 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6350 | - display: flex; | |
| 6351 | - flex-direction: column; | |
| 6352 | - text-align: start; | |
| 6353 | - border: var(--e-a-border-bold); | |
| 6354 | - padding: 15px; | |
| 6355 | - height: auto; | |
| 6356 | - gap: 10px; | |
| 6357 | - position: relative; | |
| 6358 | -} | |
| 6359 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6360 | - background: #69727D; | |
| 6361 | - inset-block-start: -3px; | |
| 6362 | - position: relative; | |
| 6363 | -} | |
| 6364 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6365 | - position: relative; | |
| 6366 | - display: inline-block; | |
| 6367 | -} | |
| 6368 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.local { | |
| 6369 | - white-space: nowrap; | |
| 6370 | - text-overflow: ellipsis; | |
| 6371 | - overflow: hidden; | |
| 6372 | - overflow: visible; | |
| 6373 | - display: inline-flex; | |
| 6374 | - align-items: baseline; | |
| 6375 | - line-height: 27px; | |
| 6376 | -} | |
| 6377 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6378 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6379 | - flex-shrink: 0; | |
| 6380 | - position: relative; | |
| 6381 | - inset-block-start: 2px; | |
| 6382 | -} | |
| 6383 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6384 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6385 | - inset-block-start: -2px; | |
| 6386 | -} | |
| 6387 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6388 | - vertical-align: bottom; | |
| 6389 | -} | |
| 6390 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6391 | - margin-inline: 5px; | |
| 6392 | - color: var(--e-a-color-txt-muted); | |
| 6393 | - cursor: pointer; | |
| 6394 | -} | |
| 6395 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6396 | - display: none; | |
| 6397 | - margin-inline-end: 5px; | |
| 6398 | - align-items: baseline; | |
| 6399 | - white-space: nowrap; | |
| 6400 | - text-overflow: ellipsis; | |
| 6401 | - overflow: hidden; | |
| 6402 | -} | |
| 6403 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6404 | - display: inline-flex !important; | |
| 6405 | -} | |
| 6406 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6407 | - text-decoration: underline; | |
| 6408 | - cursor: pointer; | |
| 6409 | - white-space: nowrap; | |
| 6410 | - text-overflow: ellipsis; | |
| 6411 | - overflow: hidden; | |
| 6412 | -} | |
| 6413 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6414 | - cursor: pointer; | |
| 6415 | - flex-shrink: 0; | |
| 6416 | -} | |
| 6417 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6418 | - color: var(--e-a-color-primary-bold); | |
| 6419 | - font-size: 14px; | |
| 6420 | -} | |
| 6421 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6422 | - text-decoration: underline; | |
| 6423 | -} | |
| 6424 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6425 | - display: none; | |
| 6426 | - position: absolute; | |
| 6427 | - inset-block-start: 40px; | |
| 6428 | - background-color: var(--e-a-bg-default); | |
| 6429 | - min-width: 187px; | |
| 6430 | - overflow: auto; | |
| 6431 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6432 | - z-index: 1; | |
| 6433 | - border-radius: 2px; | |
| 6434 | - max-width: 450px; | |
| 6435 | -} | |
| 6436 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6437 | - white-space: nowrap; | |
| 6438 | - text-overflow: ellipsis; | |
| 6439 | - overflow: hidden; | |
| 6440 | -} | |
| 6441 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6442 | - margin: 15px; | |
| 6443 | -} | |
| 6444 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6445 | - margin-inline-end: 10px; | |
| 6446 | -} | |
| 6447 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6448 | - max-height: 170px; | |
| 6449 | -} | |
| 6450 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6451 | - padding: 5px 15px; | |
| 6452 | - cursor: pointer; | |
| 6453 | - list-style: none; | |
| 6454 | -} | |
| 6455 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6456 | - display: none; | |
| 6457 | -} | |
| 6458 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6459 | - margin: 0px; | |
| 6460 | -} | |
| 6461 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6462 | - text-decoration: underline; | |
| 6463 | -} | |
| 6464 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:hover, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.selected, #elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus { | |
| 6465 | - background: var(--e-a-border-color); | |
| 6466 | -} | |
| 6467 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6468 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6469 | - outline-offset: -2px; | |
| 6470 | -} | |
| 6471 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6472 | - pointer-events: none; | |
| 6473 | - opacity: 0.3; | |
| 6474 | -} | |
| 6475 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6476 | - text-align: center; | |
| 6477 | - font-size: 13px; | |
| 6478 | - margin: 0 20px; | |
| 6479 | - padding-block: 15px; | |
| 6480 | - pointer-events: none; | |
| 6481 | -} | |
| 6482 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6483 | - font-size: 24px; | |
| 6484 | - padding-block-end: 10px; | |
| 6485 | -} | |
| 6486 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6487 | - border-block-start: none; | |
| 6488 | - border-inline: none; | |
| 6489 | -} | |
| 6490 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6491 | - pointer-events: none; | |
| 6492 | - opacity: 0.3; | |
| 6493 | -} | |
| 6494 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6495 | - display: flex; | |
| 6496 | - flex-direction: column; | |
| 6497 | - width: 600px; | |
| 6498 | - text-align: start; | |
| 6499 | -} | |
| 6500 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6501 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6502 | - font-size: 12px; | |
| 6503 | - font-weight: 400; | |
| 6504 | - color: var(--e-a-color-txt); | |
| 6505 | -} | |
| 6506 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6507 | - width: 100%; | |
| 6508 | - padding: 12px 15px; | |
| 6509 | - border: var(--e-a-border-bold); | |
| 6510 | - border-radius: 3px; | |
| 6511 | - margin-block-end: 0; | |
| 6512 | -} | |
| 6513 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6514 | - border: none; | |
| 6515 | - padding: 0; | |
| 6516 | - gap: 12px; | |
| 6517 | - margin-block-start: 20px; | |
| 6518 | -} | |
| 6519 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6520 | - display: flex; | |
| 6521 | - align-items: center; | |
| 6522 | - padding: 12px 15px; | |
| 6523 | - border: var(--e-a-border-bold); | |
| 6524 | - border-radius: 3px; | |
| 6525 | - width: 100%; | |
| 6526 | - line-height: normal; | |
| 6527 | - gap: 8px; | |
| 6528 | -} | |
| 6529 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6530 | - border-color: var(--e-a-color-txt); | |
| 6531 | -} | |
| 6532 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input.local { | |
| 6533 | - display: flex; | |
| 6534 | -} | |
| 6535 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6536 | - margin-inline-end: 0; | |
| 6537 | - flex-shrink: 0; | |
| 6538 | - position: relative; | |
| 6539 | -} | |
| 6540 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6541 | - inset-block-start: 0; | |
| 6542 | -} | |
| 6543 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6544 | - content: ""; | |
| 6545 | - position: absolute; | |
| 6546 | - inset-inline-end: -8px; | |
| 6547 | - width: 1px; | |
| 6548 | - height: 18px; | |
| 6549 | - background-color: var(--e-a-border-color); | |
| 6550 | -} | |
| 6551 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6552 | - margin-inline-start: 12px; | |
| 6553 | - margin-inline-end: 4px; | |
| 6554 | - font-size: 24px; | |
| 6555 | - color: var(--e-a-color-txt); | |
| 6556 | -} | |
| 6557 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6558 | - margin-inline-start: 8px; | |
| 6559 | - margin-inline-end: 0; | |
| 6560 | - font-size: 24px; | |
| 6561 | - color: var(--e-a-color-txt); | |
| 6562 | -} | |
| 6563 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6564 | - flex: 0 0 auto; | |
| 6565 | - margin: 0; | |
| 6566 | - cursor: pointer; | |
| 6567 | -} | |
| 6568 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6569 | - margin-inline: 0; | |
| 6570 | -} | |
| 6571 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6572 | - display: inline; | |
| 6573 | - background: transparent; | |
| 6574 | - padding: 0; | |
| 6575 | - border-radius: 0; | |
| 6576 | - vertical-align: baseline; | |
| 6577 | - text-decoration: underline; | |
| 6578 | - cursor: pointer; | |
| 6579 | - margin-inline-start: 0; | |
| 6580 | -} | |
| 6581 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6582 | - background: transparent; | |
| 6583 | -} | |
| 6584 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6585 | - color: var(--e-a-color-primary-bold); | |
| 6586 | - text-decoration: underline; | |
| 6587 | - cursor: pointer; | |
| 6588 | - margin-inline-start: 4px; | |
| 6589 | -} | |
| 6590 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6591 | - text-decoration: none; | |
| 6592 | -} | |
| 6593 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6594 | - display: none; | |
| 6595 | - border: none; | |
| 6596 | - padding: 0; | |
| 6597 | - border-radius: 0; | |
| 6598 | - margin-inline-start: 0; | |
| 6599 | - background: transparent; | |
| 6600 | - transition: background-color 0.2s; | |
| 6601 | - padding: 3px 8px; | |
| 6602 | -} | |
| 6603 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6604 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6605 | - border-radius: 3px; | |
| 6606 | -} | |
| 6607 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6608 | - color: var(--e-a-btn-bg-accent); | |
| 6609 | - text-decoration: none; | |
| 6610 | - display: flex; | |
| 6611 | - align-items: center; | |
| 6612 | - gap: 4px; | |
| 6613 | - font-size: 14px; | |
| 6614 | - font-weight: 500; | |
| 6615 | -} | |
| 6616 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6617 | - margin: 0; | |
| 6618 | - font-size: 14px; | |
| 6619 | -} | |
| 6620 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6621 | - display: none; | |
| 6622 | -} | |
| 6623 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6624 | - color: var(--e-a-color-txt-muted); | |
| 6625 | - margin-inline: 5px; | |
| 6626 | -} | |
| 6627 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6628 | - color: var(--e-a-color-info); | |
| 6629 | - text-decoration: underline; | |
| 6630 | -} | |
| 6631 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6632 | - text-decoration: none; | |
| 6633 | -} | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6635 | - display: flex; | |
| 6636 | - align-items: center; | |
| 6637 | - gap: 6px; | |
| 6638 | - padding: 6px 12px; | |
| 6639 | - border: none; | |
| 6640 | - border-radius: 20px; | |
| 6641 | - font-size: 14px; | |
| 6642 | - font-weight: 500; | |
| 6643 | - cursor: pointer; | |
| 6644 | - transition: opacity 0.2s; | |
| 6645 | - margin-inline-start: auto; | |
| 6646 | -} | |
| 6647 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6648 | - opacity: 0.8; | |
| 6649 | -} | |
| 6650 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6651 | - margin: 0; | |
| 6652 | - font-size: 14px; | |
| 6653 | -} | |
| 6654 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6655 | - background-color: var(--e-a-bg-info); | |
| 6656 | - color: var(--e-a-color-info); | |
| 6657 | -} | |
| 6658 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6659 | - color: var(--e-a-color-info); | |
| 6660 | -} | |
| 6661 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6662 | - background-color: var(--e-a-bg-warning); | |
| 6663 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6664 | -} | |
| 6665 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6666 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6667 | -} | |
| 6668 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6669 | - display: none; | |
| 6670 | - margin-inline-start: 8px; | |
| 6671 | - align-items: center; | |
| 6672 | - gap: 6px; | |
| 6673 | -} | |
| 6674 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6675 | - display: inline-flex !important; | |
| 6676 | -} | |
| 6677 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6678 | - text-decoration: underline; | |
| 6679 | - cursor: pointer; | |
| 6680 | -} | |
| 6681 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6682 | - cursor: pointer; | |
| 6683 | - font-size: 14px; | |
| 6684 | -} | |
| 6685 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6686 | - inset-block-start: 75px; | |
| 6687 | - inset-inline-start: 230px; | |
| 6688 | -} | |
| 6689 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6690 | - display: none; | |
| 6691 | -} | |
| 6692 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6693 | - display: inline; | |
| 6694 | -} | |
| 6695 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6696 | - display: none; | |
| 6697 | -} | |
| 6698 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6699 | - border-color: var(--e-a-border-color); | |
| 6700 | -} | |
| 6701 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6702 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6703 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6704 | - color: var(--e-a-color-txt-disabled); | |
| 6705 | -} | |
| 6706 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6707 | - background-color: var(--e-a-color-txt-disabled); | |
| 6708 | -} | |
| 6709 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud { | |
| 6710 | - border-color: var(--e-a-border-color); | |
| 6711 | -} | |
| 6712 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6713 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6714 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud > i:first-of-type, | |
| 6715 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6716 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6717 | - color: var(--e-a-color-txt-disabled); | |
| 6718 | -} | |
| 6719 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox]::after, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox]::after { | |
| 6720 | - background-color: var(--e-a-color-txt-disabled); | |
| 6721 | -} | |
| 6722 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .upgrade-badge, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .upgrade-badge { | |
| 6723 | - display: inline-flex; | |
| 6724 | -} | |
| 6725 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .ellipsis-container, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .ellipsis-container { | |
| 6726 | - display: none; | |
| 6727 | -} | |
| 6728 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud .divider, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6729 | - display: block; | |
| 6730 | -} | |
| 6731 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6732 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, #elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud input[type=checkbox], | |
| 6733 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6734 | - pointer-events: none; | |
| 6735 | -} | |
| 6736 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6737 | - display: block; | |
| 6738 | - margin-block-start: 15px; | |
| 6739 | -} | |
| 6740 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6741 | - align-self: center; | |
| 6742 | - margin-block-start: 20px; | |
| 6743 | - float: none; | |
| 6744 | -} | |
| 4299 | + -webkit-box-align: center; | |
| 4300 | + -ms-flex-align: center; | |
| 4301 | + align-items: center; | |
| 4302 | + -webkit-box-pack: center; | |
| 4303 | + -ms-flex-pack: center; | |
| 4304 | + justify-content: center; } | |
| 4305 | + #elementor-template-library-save-template-form > * { | |
| 4306 | + height: 55px; | |
| 4307 | + font-size: 16px; } | |
| 6745 | 4308 | |
| 6746 | 4309 | #elementor-template-library-save-template-name { |
| 6747 | 4310 | width: 500px; |
| 6748 | - padding-inline-start: 25px; | |
| 6749 | - border-start-start-radius: 3px; | |
| 6750 | - border-start-end-radius: 0; | |
| 6751 | - border-end-start-radius: 3px; | |
| 6752 | - border-end-end-radius: 0; | |
| 6753 | -} | |
| 4311 | + background-color: #fff; | |
| 4312 | + font-weight: 300; | |
| 4313 | + color: #a4afb7; | |
| 4314 | + padding-left: 25px; | |
| 4315 | + -webkit-border-radius: 3px 0 0 3px; | |
| 4316 | + border-radius: 3px 0 0 3px; | |
| 4317 | + border: none; } | |
| 6754 | 4318 | |
| 6755 | 4319 | #elementor-template-library-save-template-submit { |
| 6756 | 4320 | width: 150px; |
| 6757 | - border-start-start-radius: 0; | |
| 6758 | - border-start-end-radius: 3px; | |
| 6759 | - border-end-start-radius: 0; | |
| 6760 | - border-end-end-radius: 3px; | |
| 6761 | -} | |
| 4321 | + -webkit-border-radius: 0 3px 3px 0; | |
| 4322 | + border-radius: 0 3px 3px 0; } | |
| 4323 | + #elementor-template-library-save-template-submit:hover { | |
| 4324 | + -webkit-box-shadow: none; | |
| 4325 | + box-shadow: none; } | |
| 6762 | 4326 | |
| 6763 | 4327 | #elementor-template-library-import-form { |
| 6764 | 4328 | width: 95%; |
| 4329 | + background-color: rgba(255, 255, 255, 0.5); | |
| 6765 | 4330 | padding: 60px; |
| 6766 | - border: 2px dashed var(--e-a-border-color-bold); | |
| 4331 | + border: 2px dashed #d5dadf; | |
| 6767 | 4332 | margin: 35px auto; |
| 6768 | - transition: var(--e-a-transition-hover); | |
| 6769 | -} | |
| 6770 | -#elementor-template-library-import-form-or { | |
| 6771 | - margin-block-start: 15px; | |
| 6772 | - font-size: 18px; | |
| 6773 | -} | |
| 6774 | -#elementor-template-library-import-form-label { | |
| 6775 | - margin-block-start: 20px; | |
| 6776 | - padding: 15px 35px; | |
| 6777 | - display: inline-block; | |
| 6778 | -} | |
| 6779 | -#elementor-template-library-import-form-input { | |
| 6780 | - display: none; | |
| 6781 | -} | |
| 6782 | -#elementor-template-library-import-form.elementor-drag-over { | |
| 6783 | - border-color: var(--e-a-color-primary); | |
| 6784 | -} | |
| 4333 | + -webkit-transition: background-color 0.5s; | |
| 4334 | + -o-transition: background-color 0.5s; | |
| 4335 | + transition: background-color 0.5s; } | |
| 4336 | + #elementor-template-library-import-form:hover { | |
| 4337 | + background-color: rgba(255, 255, 255, 0.9); } | |
| 4338 | + #elementor-template-library-import-form-or { | |
| 4339 | + margin-top: 15px; | |
| 4340 | + font-size: 18px; } | |
| 4341 | + #elementor-template-library-import-form-label { | |
| 4342 | + margin-top: 20px; | |
| 4343 | + padding: 15px 35px; | |
| 4344 | + display: inline-block; } | |
| 4345 | + #elementor-template-library-import-form-input { | |
| 4346 | + display: none; } | |
| 4347 | + #elementor-template-library-import-form.elementor-drag-over { | |
| 4348 | + border: 3px dashed #71d7f7; } | |
| 4349 | + | |
| 6785 | 4350 | #elementor-template-library-import .elementor-template-library-blank-icon { |
| 6786 | - margin-block-start: 0; | |
| 6787 | -} | |
| 4351 | + margin-top: 0; } | |
| 4352 | + | |
| 6788 | 4353 | #elementor-template-library-import .elementor-template-library-blank-message { |
| 6789 | - margin-block-start: 20px; | |
| 6790 | -} | |
| 4354 | + margin-top: 20px; } | |
| 6791 | 4355 | |
| 6792 | 4356 | .e-route-library-connect #elementor-template-library-modal .dialog-message { |
| 6793 | 4357 | max-height: 95vh; |
| 6794 | 4358 | padding: 100px 0 0; |
| 6795 | - min-height: 550px; | |
| 6796 | -} | |
| 4359 | + min-height: 550px; } | |
| 6797 | 4360 | |
| 6798 | -.elementor-template-library-cloud-empty__button { | |
| 6799 | - margin-block-start: 45px; | |
| 6800 | -} | |
| 4361 | +#elementor-template-library-connect-logo { | |
| 4362 | + font-size: 20px; } | |
| 6801 | 4363 | |
| 6802 | -#elementor-template-library-connect-logo { | |
| 6803 | - font-size: 20px; | |
| 6804 | -} | |
| 6805 | 4364 | #elementor-template-library-connect__button { |
| 6806 | 4365 | display: inline-block; |
| 6807 | 4366 | position: relative; |
| 6808 | 4367 | z-index: 1; |
| 6809 | - margin-block-start: 25px; | |
| 4368 | + margin-top: 25px; | |
| 6810 | 4369 | padding: 12px 24px; |
| 6811 | - font-size: 14px; | |
| 6812 | -} | |
| 4370 | + font-size: 14px; } | |
| 4371 | + | |
| 6813 | 4372 | #elementor-template-library-connect__background-image-left-1 { |
| 6814 | 4373 | right: 22.4%; |
| 6815 | 4374 | bottom: -29%; |
| 6816 | - animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; | |
| 6817 | -} | |
| 4375 | + -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; | |
| 4376 | + animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; } | |
| 4377 | + | |
| 6818 | 4378 | #elementor-template-library-connect__background-image-left-2 { |
| 6819 | 4379 | right: 46.25%; |
| 6820 | 4380 | bottom: -15.5%; |
| 6821 | - animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; | |
| 6822 | -} | |
| 4381 | + -webkit-animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; | |
| 4382 | + animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; } | |
| 4383 | + | |
| 6823 | 4384 | #elementor-template-library-connect__background-image-right-1 { |
| 6824 | 4385 | left: 37%; |
| 6825 | 4386 | bottom: -41%; |
| 6826 | - animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; | |
| 6827 | -} | |
| 4387 | + -webkit-animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; | |
| 4388 | + animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; } | |
| 4389 | + | |
| 6828 | 4390 | #elementor-template-library-connect__background-image-right-2 { |
| 6829 | 4391 | left: 48%; |
| 6830 | 4392 | bottom: -12.5%; |
| 6831 | - animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; | |
| 6832 | -} | |
| 4393 | + -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; | |
| 4394 | + animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; } | |
| 6833 | 4395 | |
| 6834 | 4396 | .elementor-template-library-connect__background-image { |
| 6835 | - position: absolute; | |
| 6836 | -} | |
| 4397 | + position: absolute; } | |
| 6837 | 4398 | |
| 6838 | 4399 | .elementor-template-library-blank-footer { |
| 6839 | 4400 | position: absolute; |
| 6840 | - inset-block-end: 70px; | |
| 6841 | - inset-inline-start: 50%; | |
| 6842 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 6843 | - font-style: italic; | |
| 6844 | - color: var(--e-a-color-txt-muted); | |
| 6845 | -} | |
| 6846 | -@media (max-height: 700px) { | |
| 6847 | - .elementor-template-library-blank-footer { | |
| 6848 | - display: none; | |
| 6849 | - } | |
| 6850 | -} | |
| 4401 | + bottom: 70px; | |
| 4402 | + left: 50%; | |
| 4403 | + -webkit-transform: translateX(-50%); | |
| 4404 | + -ms-transform: translateX(-50%); | |
| 4405 | + transform: translateX(-50%); | |
| 4406 | + color: #a4afb7; | |
| 4407 | + font-style: italic; } | |
| 4408 | + @media (max-height: 700px) { | |
| 4409 | + .elementor-template-library-blank-footer { | |
| 4410 | + display: none; } } | |
| 6851 | 4411 | |
| 6852 | -#elementor-template-library-footer-banner { | |
| 6853 | - padding-block-end: 45px; | |
| 6854 | -} | |
| 6855 | 4412 | #elementor-template-library-footer-banner i { |
| 4413 | + color: #c2cbd2; | |
| 6856 | 4414 | font-size: 56px; |
| 6857 | - margin-block-start: 40px; | |
| 6858 | -} | |
| 4415 | + margin-top: 40px; } | |
| 4416 | + | |
| 6859 | 4417 | #elementor-template-library-footer-banner .elementor-nerd-box-icon { |
| 6860 | - margin-block-start: 70px; | |
| 6861 | -} | |
| 4418 | + margin-top: 70px; } | |
| 6862 | 4419 | |
| 4420 | +#elementor-template-library-footer-banner .elementor-excerpt { | |
| 4421 | + color: #a4afb7; | |
| 4422 | + font-size: 15px; | |
| 4423 | + font-weight: 500; | |
| 4424 | + margin: 20px 0; } | |
| 4425 | + | |
| 6863 | 4426 | #elementor-template-library-templates-empty { |
| 6864 | 4427 | width: 100%; |
| 6865 | - margin-block-start: 40px; | |
| 6866 | -} | |
| 4428 | + margin-top: 40px; } | |
| 6867 | 4429 | |
| 6868 | 4430 | #elementor-template-library-error-dialog .dialog-message { |
| 6869 | - text-align: start; | |
| 6870 | -} | |
| 4431 | + text-align: start; } | |
| 6871 | 4432 | |
| 6872 | 4433 | #elementor-template-library-error-info { |
| 6873 | - margin-block-start: 10px; | |
| 6874 | -} | |
| 4434 | + margin-top: 10px; } | |
| 6875 | 4435 | |
| 6876 | -#elementor-library--infotip__dialog, | |
| 6877 | -#elementor-library--connect_infotip__dialog, | |
| 6878 | -#elementor-library--cloud-upgrade__dialog, | |
| 6879 | -#elementor-library--site-info__dialog { | |
| 6880 | - position: absolute; | |
| 6881 | - z-index: 10000; | |
| 6882 | - background-color: var(--e-a-bg-default); | |
| 6883 | - box-shadow: var(--e-a-popover-shadow); | |
| 6884 | - border-radius: var(--e-a-border-radius); | |
| 6885 | -} | |
| 6886 | -#elementor-library--infotip__dialog.variant-b, | |
| 6887 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6888 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6889 | -#elementor-library--site-info__dialog.variant-b { | |
| 6890 | - width: 200px; | |
| 6891 | - color: var(--e-a-color-txt-invert); | |
| 6892 | - background-color: var(--e-a-bg-secondary); | |
| 6893 | -} | |
| 6894 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6895 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6896 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6897 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6898 | - padding: 4px 8px 4px 8px; | |
| 6899 | -} | |
| 6900 | -#elementor-library--infotip__dialog__title, | |
| 6901 | -#elementor-library--connect_infotip__dialog__title, | |
| 6902 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6903 | -#elementor-library--site-info__dialog__title { | |
| 6904 | - font-size: 14px; | |
| 6905 | -} | |
| 6906 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6907 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6908 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6909 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6910 | - padding: 10px 0 10px 10px; | |
| 6911 | - float: inline-end; | |
| 6912 | -} | |
| 6913 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6914 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6915 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6916 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6917 | - padding: 7px 25px; | |
| 6918 | - font-size: 13px; | |
| 6919 | - background: none; | |
| 6920 | - color: var(--e-a-btn-bg-accent); | |
| 6921 | - border: none; | |
| 6922 | - font-weight: 500; | |
| 6923 | - cursor: pointer; | |
| 6924 | -} | |
| 6925 | -#elementor-library--infotip__dialog:after, | |
| 6926 | -#elementor-library--connect_infotip__dialog:after, | |
| 6927 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6928 | -#elementor-library--site-info__dialog:after { | |
| 6929 | - content: ""; | |
| 6930 | - position: absolute; | |
| 6931 | - inset-inline-end: 46%; | |
| 6932 | - transform: scaleX(0.7); | |
| 6933 | - border: 10px solid transparent; | |
| 6934 | -} | |
| 4436 | +@media (max-width: 1439px) { | |
| 4437 | + .elementor-template-library-local-column-1 { | |
| 4438 | + width: 33%; } | |
| 4439 | + .elementor-template-library-local-column-2 { | |
| 4440 | + width: 10%; } | |
| 4441 | + .elementor-template-library-local-column-3 { | |
| 4442 | + width: 15%; } | |
| 4443 | + .elementor-template-library-local-column-4 { | |
| 4444 | + width: 15%; } | |
| 4445 | + .elementor-template-library-local-column-5 { | |
| 4446 | + width: 27%; } } | |
| 6935 | 4447 | |
| 6936 | -#elementor-library--infotip__dialog { | |
| 6937 | - width: 265px; | |
| 6938 | -} | |
| 6939 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6940 | - padding: 20px 20px 0px 20px; | |
| 6941 | -} | |
| 6942 | -#elementor-library--infotip__dialog:after { | |
| 6943 | - inset-block-start: 100%; | |
| 6944 | - border-block-start-color: var(--e-a-bg-default); | |
| 6945 | -} | |
| 6946 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6947 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6948 | -} | |
| 4448 | +@media (min-width: 1440px) { | |
| 4449 | + .elementor-template-library-local-column-1 { | |
| 4450 | + width: 25%; } | |
| 4451 | + .elementor-template-library-local-column-2 { | |
| 4452 | + width: 17%; } | |
| 4453 | + .elementor-template-library-local-column-3 { | |
| 4454 | + width: 17%; } | |
| 4455 | + .elementor-template-library-local-column-4 { | |
| 4456 | + width: 17%; } | |
| 4457 | + .elementor-template-library-local-column-5 { | |
| 4458 | + width: 24%; } } | |
| 6949 | 4459 | |
| 6950 | -#elementor-library--connect_infotip__dialog { | |
| 6951 | - width: 265px; | |
| 6952 | -} | |
| 6953 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 6954 | - padding: 20px; | |
| 6955 | -} | |
| 6956 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 6957 | - inset-block-end: 100%; | |
| 6958 | - border-block-end-color: var(--e-a-bg-default); | |
| 6959 | -} | |
| 6960 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 6961 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6962 | - inset-block-start: 100%; | |
| 6963 | -} | |
| 6964 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 6965 | - width: 265px; | |
| 6966 | -} | |
| 4460 | +@media (max-width: 1024px) { | |
| 4461 | + .elementor-template-library-local-column-3 { | |
| 4462 | + display: none; } | |
| 4463 | + .elementor-template-library-local-column-5 { | |
| 4464 | + width: 41%; } } | |
| 6967 | 4465 | |
| 6968 | -#elementor-library--cloud-upgrade__dialog { | |
| 6969 | - width: 265px; | |
| 6970 | -} | |
| 6971 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 6972 | - inset-block-start: 100%; | |
| 6973 | - border-block-start-color: var(--e-a-bg-default); | |
| 6974 | -} | |
| 6975 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 6976 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6977 | -} | |
| 6978 | - | |
| 6979 | -#elementor-library--site-info__dialog { | |
| 6980 | - width: 265px; | |
| 6981 | -} | |
| 6982 | -#elementor-library--site-info__dialog:after { | |
| 6983 | - inset-block-start: 100%; | |
| 6984 | - border-block-start-color: var(--e-a-bg-default); | |
| 6985 | -} | |
| 6986 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 6987 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6988 | -} | |
| 6989 | - | |
| 6990 | -.elementor-global-styles-dialog { | |
| 6991 | - --gsd-color-text-primary: #0c0d0e; | |
| 6992 | - --gsd-color-text-secondary: #3f444b; | |
| 6993 | - --gsd-color-text-tertiary: #69727D; | |
| 6994 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6995 | - --gsd-color-primary-main: #f0abfc; | |
| 6996 | - --gsd-color-primary-hover: #e879f9; | |
| 6997 | - --gsd-color-secondary-main: #515962; | |
| 6998 | - --gsd-border-radius: 4px; | |
| 6999 | - --gsd-spacing-horizontal: 24px; | |
| 7000 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 7001 | - padding: 16px 0 0; | |
| 7002 | - min-width: 444px; | |
| 7003 | -} | |
| 7004 | -.elementor-global-styles-dialog__header { | |
| 7005 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 7006 | - margin-block-end: 16px; | |
| 7007 | -} | |
| 7008 | -.elementor-global-styles-dialog__header h2 { | |
| 7009 | - margin: 0 0 4px; | |
| 7010 | - font-family: var(--gsd-font-family); | |
| 7011 | - font-size: 16px; | |
| 7012 | - font-weight: 500; | |
| 7013 | - line-height: 1.3; | |
| 7014 | - color: var(--gsd-color-text-primary); | |
| 7015 | - letter-spacing: 0.15px; | |
| 7016 | -} | |
| 7017 | -.elementor-global-styles-dialog__header p { | |
| 7018 | - margin: 0; | |
| 7019 | - font-family: var(--gsd-font-family); | |
| 7020 | - font-size: 14px; | |
| 7021 | - font-weight: 400; | |
| 7022 | - line-height: 20px; | |
| 7023 | - color: var(--gsd-color-text-secondary); | |
| 7024 | - letter-spacing: 0.15px; | |
| 7025 | -} | |
| 7026 | -.elementor-global-styles-dialog__options { | |
| 7027 | - display: flex; | |
| 7028 | - flex-direction: column; | |
| 7029 | - gap: 12px; | |
| 7030 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7031 | -} | |
| 7032 | -.elementor-global-styles-dialog__radio-card { | |
| 7033 | - display: flex; | |
| 7034 | - gap: 0; | |
| 7035 | - padding: 12px 8px; | |
| 7036 | - border: 1px solid var(--gsd-color-divider); | |
| 7037 | - border-radius: var(--gsd-border-radius); | |
| 7038 | - cursor: pointer; | |
| 7039 | - transition: border-color 0.2s ease; | |
| 7040 | -} | |
| 7041 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7042 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7043 | - padding: 11px 7px; | |
| 7044 | -} | |
| 7045 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7046 | - flex-shrink: 0; | |
| 7047 | - width: 20px; | |
| 7048 | - height: 20px; | |
| 7049 | - margin: 9px; | |
| 7050 | - cursor: pointer; | |
| 7051 | - color: var(--gsd-color-text-tertiary); | |
| 7052 | - accent-color: var(--gsd-color-text-primary); | |
| 7053 | -} | |
| 7054 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7055 | - display: flex; | |
| 7056 | - align-items: flex-start; | |
| 7057 | - flex-direction: column; | |
| 7058 | - flex: 1; | |
| 7059 | -} | |
| 7060 | -.elementor-global-styles-dialog__radio-label { | |
| 7061 | - font-family: var(--gsd-font-family); | |
| 7062 | - font-size: 14px; | |
| 7063 | - font-weight: 500; | |
| 7064 | - line-height: 18px; | |
| 7065 | - color: var(--gsd-color-text-primary); | |
| 7066 | - letter-spacing: 0.15px; | |
| 7067 | -} | |
| 7068 | -.elementor-global-styles-dialog__radio-description { | |
| 7069 | - font-family: var(--gsd-font-family); | |
| 7070 | - font-size: 12px; | |
| 7071 | - font-weight: 400; | |
| 7072 | - line-height: 20px; | |
| 7073 | - color: var(--gsd-color-text-secondary); | |
| 7074 | - letter-spacing: 0.4px; | |
| 7075 | -} | |
| 7076 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7077 | - display: flex; | |
| 7078 | - align-items: flex-start; | |
| 7079 | - gap: 4px; | |
| 7080 | - padding: 0; | |
| 7081 | - margin-block-start: 0; | |
| 7082 | -} | |
| 7083 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7084 | - display: flex; | |
| 7085 | - align-items: flex-start; | |
| 7086 | - gap: 4px; | |
| 7087 | - cursor: pointer; | |
| 7088 | -} | |
| 7089 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7090 | - width: 18px; | |
| 7091 | - height: 18px; | |
| 7092 | - margin: 4px; | |
| 7093 | - cursor: pointer; | |
| 7094 | -} | |
| 7095 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7096 | - background-color: var(--gsd-color-text-tertiary); | |
| 7097 | -} | |
| 7098 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7099 | - font-family: var(--gsd-font-family); | |
| 7100 | - font-size: 12px; | |
| 7101 | - font-weight: 400; | |
| 7102 | - line-height: 1.43; | |
| 7103 | - color: var(--gsd-color-text-primary); | |
| 7104 | - letter-spacing: 0.15px; | |
| 7105 | - padding-block-start: 4px; | |
| 7106 | - margin-inline-start: 4px; | |
| 7107 | -} | |
| 7108 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7109 | - color: #2563eb; | |
| 7110 | - text-decoration: underline; | |
| 7111 | -} | |
| 7112 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7113 | - color: #2563eb; | |
| 7114 | -} | |
| 7115 | -.elementor-global-styles-dialog__footer { | |
| 7116 | - display: flex; | |
| 7117 | - justify-content: flex-end; | |
| 7118 | - align-items: center; | |
| 7119 | - gap: 8px; | |
| 7120 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7121 | -} | |
| 7122 | -.elementor-global-styles-dialog__button-cancel { | |
| 7123 | - padding: 6px 8px; | |
| 7124 | - font-family: var(--gsd-font-family); | |
| 7125 | - font-size: 15px; | |
| 7126 | - font-weight: 500; | |
| 7127 | - line-height: 24px; | |
| 7128 | - letter-spacing: 0.4px; | |
| 7129 | - color: var(--gsd-color-secondary-main); | |
| 7130 | - background: transparent; | |
| 7131 | - border: none; | |
| 7132 | - border-radius: var(--gsd-border-radius); | |
| 7133 | - cursor: pointer; | |
| 7134 | -} | |
| 7135 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7136 | - background: rgba(0, 0, 0, 0.04); | |
| 7137 | -} | |
| 7138 | -.elementor-global-styles-dialog__button-insert { | |
| 7139 | - padding: 6px 16px; | |
| 7140 | - font-family: var(--gsd-font-family); | |
| 7141 | - font-size: 15px; | |
| 7142 | - font-weight: 500; | |
| 7143 | - line-height: 24px; | |
| 7144 | - letter-spacing: 0.4px; | |
| 7145 | - color: var(--gsd-color-text-primary); | |
| 7146 | - background: var(--gsd-color-primary-main); | |
| 7147 | - border: none; | |
| 7148 | - border-radius: var(--gsd-border-radius); | |
| 7149 | - cursor: pointer; | |
| 7150 | -} | |
| 7151 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7152 | - background: var(--gsd-color-primary-hover); | |
| 7153 | -} | |
| 7154 | - | |
| 7155 | 4466 | .elementor-tags-list { |
| 7156 | 4467 | display: none; |
| 7157 | 4468 | position: absolute; |
| 7158 | 4469 | width: 260px; |
| @@ -7157,1233 +4468,1017 @@ | ||
| 7157 | 4468 | position: absolute; |
| 7158 | 4469 | width: 260px; |
| 7159 | 4470 | max-height: 300px; |
| 7160 | 4471 | overflow: auto; |
| 7161 | - padding-block-end: 5px; | |
| 7162 | - background-color: var(--e-a-bg-default); | |
| 7163 | - box-shadow: var(--e-a-popover-shadow); | |
| 7164 | - border: var(--e-a-border); | |
| 7165 | - border-radius: 3px; | |
| 7166 | - z-index: 10000; | |
| 7167 | -} | |
| 7168 | -.elementor-tags-list__group-title { | |
| 7169 | - font-weight: bold; | |
| 7170 | - font-size: 12px; | |
| 7171 | - padding: 10px 15px; | |
| 7172 | - display: flex; | |
| 7173 | - align-items: center; | |
| 7174 | -} | |
| 7175 | -.elementor-tags-list__group-title .eicon-info-circle { | |
| 7176 | - padding-inline-end: 5px; | |
| 7177 | - color: var(--e-a-color-primary-bold); | |
| 7178 | - font-size: 14px; | |
| 7179 | -} | |
| 7180 | -.elementor-tags-list__item { | |
| 7181 | - font-size: 10px; | |
| 7182 | - padding: 6px 15px; | |
| 7183 | - cursor: pointer; | |
| 7184 | -} | |
| 7185 | -.elementor-tags-list__item:before { | |
| 7186 | - content: ">"; | |
| 7187 | - font-size: 8px; | |
| 7188 | - padding-inline-end: 5px; | |
| 7189 | -} | |
| 7190 | -.elementor-tags-list__item:hover { | |
| 7191 | - background-color: var(--e-a-bg-hover); | |
| 7192 | -} | |
| 7193 | -.elementor-tags-list__teaser { | |
| 7194 | - border-block-start: 2px solid var(--e-a-border-color); | |
| 7195 | - padding-block-start: 4px; | |
| 7196 | - margin-block-start: 4px; | |
| 7197 | -} | |
| 7198 | -.elementor-tags-list__teaser-text { | |
| 7199 | - padding: 2px 15px 8px; | |
| 7200 | - line-height: 1.5; | |
| 7201 | - font-size: 12px; | |
| 7202 | -} | |
| 7203 | -.elementor-tags-list__teaser-link { | |
| 7204 | - color: var(--e-a-color-primary-bold); | |
| 7205 | - text-decoration: underline; | |
| 7206 | - font-style: italic; | |
| 7207 | - font-weight: bold; | |
| 7208 | -} | |
| 4472 | + padding-bottom: 5px; | |
| 4473 | + background-color: #fff; | |
| 4474 | + border: 1px solid #a4afb7; | |
| 4475 | + -webkit-border-radius: 3px; | |
| 4476 | + border-radius: 3px; | |
| 4477 | + z-index: 10000; } | |
| 4478 | + .elementor-tags-list__group-title { | |
| 4479 | + color: #495157; | |
| 4480 | + font-weight: bold; | |
| 4481 | + font-size: 12px; | |
| 4482 | + padding: 10px 15px; | |
| 4483 | + display: -webkit-box; | |
| 4484 | + display: -ms-flexbox; | |
| 4485 | + display: flex; | |
| 4486 | + -webkit-box-align: center; | |
| 4487 | + -ms-flex-align: center; | |
| 4488 | + align-items: center; } | |
| 4489 | + .elementor-tags-list__group-title .eicon-info-circle { | |
| 4490 | + padding-right: 5px; | |
| 4491 | + color: #71d7f7; | |
| 4492 | + font-size: 14px; } | |
| 4493 | + .elementor-tags-list__item { | |
| 4494 | + font-size: 10px; | |
| 4495 | + padding: 6px 15px; | |
| 4496 | + cursor: pointer; } | |
| 4497 | + .elementor-tags-list__item:before { | |
| 4498 | + content: '>'; | |
| 4499 | + font-size: 8px; | |
| 4500 | + padding-right: 5px; } | |
| 4501 | + .elementor-tags-list__item:hover { | |
| 4502 | + background-color: #e6e9ec; } | |
| 4503 | + .elementor-tags-list__teaser { | |
| 4504 | + border-top: 2px solid #d5dadf; | |
| 4505 | + padding-top: 4px; | |
| 4506 | + margin-top: 4px; } | |
| 4507 | + .elementor-tags-list__teaser-title { | |
| 4508 | + color: #6d7882; } | |
| 4509 | + .elementor-tags-list__teaser-text { | |
| 4510 | + padding: 2px 15px 8px; | |
| 4511 | + line-height: 1.5; | |
| 4512 | + font-size: 12px; } | |
| 4513 | + .elementor-tags-list__teaser-link { | |
| 4514 | + color: #93003c; | |
| 4515 | + text-decoration: underline; | |
| 4516 | + font-style: italic; | |
| 4517 | + font-weight: bold; } | |
| 7209 | 4518 | |
| 7210 | 4519 | .elementor-dynamic-cover { |
| 4520 | + display: -webkit-box; | |
| 4521 | + display: -ms-flexbox; | |
| 7211 | 4522 | display: flex; |
| 7212 | - align-items: center; | |
| 4523 | + -webkit-box-align: center; | |
| 4524 | + -ms-flex-align: center; | |
| 4525 | + align-items: center; | |
| 7213 | 4526 | width: 100%; |
| 7214 | 4527 | height: 27px; |
| 7215 | - box-sizing: border-box; | |
| 7216 | -} | |
| 7217 | -.elementor-dynamic-cover__title { | |
| 7218 | - padding: 0 8px; | |
| 7219 | - flex-grow: 1; | |
| 7220 | - white-space: nowrap; | |
| 7221 | - text-overflow: ellipsis; | |
| 7222 | - overflow: hidden; | |
| 7223 | -} | |
| 7224 | -.elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { | |
| 7225 | - cursor: pointer; | |
| 7226 | - transition: var(--e-a-transition-hover); | |
| 7227 | -} | |
| 7228 | -.elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { | |
| 7229 | - color: var(--e-a-color-txt-hover); | |
| 7230 | -} | |
| 7231 | -.elementor-control-type-wysiwyg .elementor-dynamic-cover { | |
| 7232 | - margin-block-start: 10px; | |
| 7233 | -} | |
| 4528 | + -webkit-box-sizing: border-box; | |
| 4529 | + box-sizing: border-box; } | |
| 4530 | + .elementor-dynamic-cover__title { | |
| 4531 | + padding: 0 8px; | |
| 4532 | + -webkit-box-flex: 1; | |
| 4533 | + -ms-flex-positive: 1; | |
| 4534 | + flex-grow: 1; | |
| 4535 | + white-space: nowrap; | |
| 4536 | + -o-text-overflow: ellipsis; | |
| 4537 | + text-overflow: ellipsis; | |
| 4538 | + overflow: hidden; } | |
| 4539 | + .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { | |
| 4540 | + color: #c2cbd2; | |
| 4541 | + cursor: pointer; | |
| 4542 | + -webkit-transition: all 0.3s; | |
| 4543 | + -o-transition: all 0.3s; | |
| 4544 | + transition: all 0.3s; } | |
| 4545 | + .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { | |
| 4546 | + color: #a4afb7; } | |
| 4547 | + .elementor-control-type-wysiwyg .elementor-dynamic-cover { | |
| 4548 | + margin-top: 10px; } | |
| 7234 | 4549 | |
| 7235 | 4550 | .elementor-tag-settings-popup { |
| 7236 | 4551 | position: absolute; |
| 7237 | 4552 | width: 260px; |
| 7238 | - background-color: var(--e-a-bg-default); | |
| 7239 | - border: var(--e-a-border); | |
| 7240 | - box-shadow: var(--e-a-popover-shadow); | |
| 7241 | - z-index: 1; | |
| 7242 | -} | |
| 7243 | -.elementor-tag-settings-popup:before { | |
| 7244 | - content: ""; | |
| 7245 | - position: absolute; | |
| 7246 | - inset-block-start: -20px; | |
| 7247 | - inset-inline-start: 5px; | |
| 7248 | - border: 10px solid transparent; | |
| 7249 | - border-block-end-color: var(--e-a-border-color); | |
| 7250 | -} | |
| 7251 | -.elementor-tag-settings-popup .elementor-control-type-section:first-child { | |
| 7252 | - margin: 0; | |
| 7253 | -} | |
| 4553 | + background-color: #e6e9ec; | |
| 4554 | + -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 4555 | + box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 4556 | + z-index: 1; } | |
| 4557 | + .elementor-tag-settings-popup:before { | |
| 4558 | + content: ''; | |
| 4559 | + position: absolute; | |
| 4560 | + top: -20px; | |
| 4561 | + left: 5px; | |
| 4562 | + border: 10px solid transparent; | |
| 4563 | + border-bottom-color: #fff; } | |
| 4564 | + .elementor-tag-settings-popup .elementor-control-type-section:first-child { | |
| 4565 | + margin: 0; } | |
| 7254 | 4566 | |
| 7255 | 4567 | .elementor-tag-controls-stack-empty { |
| 7256 | - background-color: var(--e-a-bg-default); | |
| 4568 | + background-color: #fff; | |
| 7257 | 4569 | padding: 10px; |
| 7258 | 4570 | font-size: 13px; |
| 7259 | - text-align: center; | |
| 7260 | -} | |
| 4571 | + text-align: center; } | |
| 7261 | 4572 | |
| 7262 | -.elementor-control-dynamic input { | |
| 7263 | - border-start-start-radius: var(--e-a-border-radius); | |
| 7264 | - border-start-end-radius: 0; | |
| 7265 | - border-end-end-radius: 0; | |
| 7266 | - border-end-start-radius: var(--e-a-border-radius); | |
| 7267 | -} | |
| 7268 | 4573 | .elementor-control-dynamic-switcher { |
| 4574 | + display: -webkit-inline-box; | |
| 4575 | + display: -ms-inline-flexbox; | |
| 7269 | 4576 | display: inline-flex; |
| 7270 | - align-items: center; | |
| 7271 | - justify-content: center; | |
| 7272 | - flex-shrink: 0; | |
| 4577 | + -webkit-box-align: center; | |
| 4578 | + -ms-flex-align: center; | |
| 4579 | + align-items: center; | |
| 4580 | + -webkit-box-pack: center; | |
| 4581 | + -ms-flex-pack: center; | |
| 4582 | + justify-content: center; | |
| 4583 | + -ms-flex-negative: 0; | |
| 4584 | + flex-shrink: 0; | |
| 7273 | 4585 | height: 27px; |
| 7274 | 4586 | cursor: pointer; |
| 7275 | - border: var(--e-a-border-bold); | |
| 7276 | - background: var(--e-a-bg-default); | |
| 7277 | - border-inline-start-width: 0; | |
| 7278 | - border-start-start-radius: 0; | |
| 7279 | - border-start-end-radius: var(--e-a-border-radius); | |
| 7280 | - border-end-end-radius: var(--e-a-border-radius); | |
| 7281 | - border-end-start-radius: 0; | |
| 7282 | - transition: var(--e-a-transition-hover); | |
| 7283 | -} | |
| 7284 | -.elementor-control-dynamic-switcher:hover { | |
| 7285 | - background-color: var(--e-a-bg-hover); | |
| 7286 | - color: var(--e-a-color-txt-hover); | |
| 7287 | -} | |
| 7288 | -.elementor-control-dynamic-switcher.e-control-tool { | |
| 7289 | - height: 20px; | |
| 7290 | - border: 0; | |
| 7291 | -} | |
| 7292 | -.elementor-control-dynamic-switcher-wrapper { | |
| 7293 | - display: flex; | |
| 7294 | -} | |
| 7295 | -.elementor-control-dynamic-switcher .eicon-database { | |
| 7296 | - font-size: 12px; | |
| 7297 | -} | |
| 4587 | + border: 1px solid #d5dadf; | |
| 4588 | + -webkit-border-radius: 3px; | |
| 4589 | + border-radius: 3px; | |
| 4590 | + background: #fff; } | |
| 4591 | + .elementor-control-dynamic-switcher.e-control-tool { | |
| 4592 | + height: 20px; | |
| 4593 | + border: 0; } | |
| 4594 | + .elementor-control-dynamic-switcher-wrapper { | |
| 4595 | + display: -webkit-box; | |
| 4596 | + display: -ms-flexbox; | |
| 4597 | + display: flex; } | |
| 4598 | + .elementor-control-dynamic-switcher .eicon-database { | |
| 4599 | + font-size: 12px; } | |
| 4600 | + | |
| 7298 | 4601 | .elementor-control-dynamic-value .elementor-control-tag-area, |
| 7299 | 4602 | .elementor-control-dynamic-value .elementor-control-dynamic-switcher, |
| 7300 | 4603 | .elementor-control-dynamic-value .e-global__popover-toggle { |
| 7301 | - display: none; | |
| 7302 | -} | |
| 4604 | + display: none; } | |
| 7303 | 4605 | |
| 4606 | +#elementor-toast { | |
| 4607 | + position: absolute; | |
| 4608 | + width: 280px; | |
| 4609 | + padding: 20px; | |
| 4610 | + -webkit-border-radius: 5px; | |
| 4611 | + border-radius: 5px; | |
| 4612 | + color: #d5dadf; | |
| 4613 | + background-color: rgba(0, 0, 0, 0.8); | |
| 4614 | + z-index: 10000; } | |
| 4615 | + #elementor-toast .dialog-message { | |
| 4616 | + font-size: 13px; } | |
| 4617 | + #elementor-toast .dialog-buttons-wrapper { | |
| 4618 | + display: -webkit-box; | |
| 4619 | + display: -ms-flexbox; | |
| 4620 | + display: flex; | |
| 4621 | + -webkit-box-pack: end; | |
| 4622 | + -ms-flex-pack: end; | |
| 4623 | + justify-content: flex-end; | |
| 4624 | + margin-top: 15px; } | |
| 4625 | + #elementor-toast .dialog-button { | |
| 4626 | + color: #fcb92c; | |
| 4627 | + margin: 0 5px; | |
| 4628 | + text-transform: uppercase; | |
| 4629 | + cursor: pointer; } | |
| 4630 | + #elementor-toast .dialog-button:last-child { | |
| 4631 | + margin-right: 0; } | |
| 4632 | + | |
| 7304 | 4633 | .elementor-context-menu { |
| 7305 | 4634 | position: absolute; |
| 7306 | - width: 250px; | |
| 7307 | - padding: 5px 0px; | |
| 7308 | - background-color: var(--e-a-bg-default); | |
| 7309 | - border-radius: var(--e-a-border-radius); | |
| 7310 | - box-shadow: var(--e-a-popover-shadow); | |
| 4635 | + width: 200px; | |
| 4636 | + background-color: #fff; | |
| 4637 | + border: 1px solid #e6e9ec; | |
| 4638 | + -webkit-border-radius: 3px; | |
| 4639 | + border-radius: 3px; | |
| 4640 | + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09); | |
| 4641 | + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09); | |
| 7311 | 4642 | -webkit-user-select: none; |
| 7312 | 4643 | -moz-user-select: none; |
| 4644 | + -ms-user-select: none; | |
| 7313 | 4645 | user-select: none; |
| 7314 | - z-index: 101; | |
| 7315 | -} | |
| 7316 | -.elementor-context-menu-list { | |
| 7317 | - display: flex; | |
| 7318 | - flex-direction: column; | |
| 7319 | -} | |
| 7320 | -.elementor-context-menu-list__group { | |
| 7321 | - display: flex; | |
| 7322 | - flex-direction: column; | |
| 7323 | -} | |
| 7324 | -.elementor-context-menu-list__group:not(:last-child) { | |
| 7325 | - border-block-end: var(--e-a-border); | |
| 7326 | -} | |
| 7327 | -.elementor-context-menu-list__item { | |
| 7328 | - padding: 12px 20px; | |
| 7329 | - display: flex; | |
| 7330 | - gap: 16px; | |
| 7331 | - cursor: pointer; | |
| 7332 | - transition: var(--e-a-transition-hover); | |
| 7333 | - align-items: center; | |
| 7334 | -} | |
| 7335 | -.elementor-context-menu-list__item--disabled { | |
| 7336 | - cursor: default; | |
| 7337 | - opacity: 0.5; | |
| 7338 | - color: var(--e-a-color-disabled); | |
| 7339 | -} | |
| 7340 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7341 | - opacity: 1; | |
| 7342 | -} | |
| 7343 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7344 | - opacity: 0.5; | |
| 7345 | -} | |
| 7346 | -.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus { | |
| 7347 | - background-color: var(--e-a-bg-hover); | |
| 7348 | - color: var(--e-a-color-hover); | |
| 7349 | -} | |
| 7350 | -.elementor-context-menu-list__item__icon { | |
| 7351 | - display: none; | |
| 7352 | - width: 20px; | |
| 7353 | -} | |
| 7354 | -.elementor-context-menu-list__item__title { | |
| 7355 | - flex-grow: 1; | |
| 7356 | - white-space: nowrap; | |
| 7357 | - text-overflow: ellipsis; | |
| 7358 | - overflow: hidden; | |
| 7359 | -} | |
| 7360 | -.elementor-context-menu-list__item__shortcut { | |
| 7361 | - color: var(--e-a-color-txt-muted); | |
| 7362 | -} | |
| 7363 | -.elementor-context-menu-list__item__shortcut--link-fullwidth { | |
| 4646 | + z-index: 3; } | |
| 4647 | + .elementor-context-menu-list__group { | |
| 4648 | + padding: 5px 0; } | |
| 4649 | + .elementor-context-menu-list__group:not(:last-child) { | |
| 4650 | + border-bottom: 1px solid #e6e9ec; } | |
| 4651 | + .elementor-context-menu-list__item { | |
| 4652 | + padding: 5px 10px; | |
| 4653 | + padding-right: 20px; | |
| 4654 | + display: -webkit-box; | |
| 4655 | + display: -ms-flexbox; | |
| 4656 | + display: flex; | |
| 4657 | + cursor: pointer; } | |
| 4658 | + .elementor-context-menu-list__item--disabled { | |
| 4659 | + cursor: default; | |
| 4660 | + color: #d5dadf; } | |
| 4661 | + .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover { | |
| 4662 | + background-color: #71d7f7; } | |
| 4663 | + .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover > * { | |
| 4664 | + color: #fff; } | |
| 4665 | + .elementor-context-menu-list__item__icon { | |
| 4666 | + width: 20px; | |
| 4667 | + color: #c2cbd2; } | |
| 4668 | + .elementor-context-menu-list__item__title { | |
| 4669 | + -webkit-box-flex: 1; | |
| 4670 | + -ms-flex-positive: 1; | |
| 4671 | + flex-grow: 1; | |
| 4672 | + white-space: nowrap; | |
| 4673 | + -o-text-overflow: ellipsis; | |
| 4674 | + text-overflow: ellipsis; | |
| 4675 | + overflow: hidden; } | |
| 4676 | + .elementor-context-menu-list__item__shortcut { | |
| 4677 | + color: #d5dadf; } | |
| 4678 | + .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover { | |
| 4679 | + background-color: #d72b3f; } | |
| 4680 | + .elementor-context-menu .eicon-pro-icon { | |
| 4681 | + color: #fcb92c; } | |
| 4682 | + | |
| 4683 | +.elementor-right-click-introduction { | |
| 7364 | 4684 | position: absolute; |
| 7365 | - inset: 0; | |
| 7366 | - z-index: 2; | |
| 7367 | - cursor: pointer; | |
| 7368 | -} | |
| 7369 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7370 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7371 | - padding: 2px 8px; | |
| 7372 | - color: var(--e-a-color-primary-bold); | |
| 7373 | - border-radius: 10px; | |
| 7374 | - font-size: 10px; | |
| 7375 | -} | |
| 7376 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7377 | - display: flex; | |
| 7378 | - align-items: center; | |
| 7379 | - justify-content: center; | |
| 7380 | - width: 24px; | |
| 7381 | - height: 24px; | |
| 7382 | - border-radius: 50%; | |
| 7383 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7384 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7385 | - font-size: 16px; | |
| 7386 | - cursor: pointer; | |
| 7387 | -} | |
| 7388 | -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { | |
| 7389 | - font-size: 14px; | |
| 7390 | - font-style: normal; | |
| 7391 | - font-weight: 400; | |
| 7392 | - line-height: 1; | |
| 7393 | - position: relative; | |
| 7394 | -} | |
| 7395 | -.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > *, .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):focus > * { | |
| 7396 | - color: var(--e-global-color-danger); | |
| 7397 | -} | |
| 7398 | -.elementor-context-menu-list__item.elementor-hidden { | |
| 7399 | - display: none; | |
| 7400 | -} | |
| 7401 | -.elementor-context-menu .eicon-pro-icon { | |
| 7402 | - color: var(--e-global-color-accent); | |
| 7403 | -} | |
| 4685 | + width: 250px; | |
| 4686 | + padding: 30px 20px; | |
| 4687 | + background-color: #fff; | |
| 4688 | + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07); | |
| 4689 | + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07); | |
| 4690 | + text-align: center; | |
| 4691 | + -webkit-border-radius: 3px; | |
| 4692 | + border-radius: 3px; } | |
| 4693 | + .elementor-right-click-introduction:before { | |
| 4694 | + content: ''; | |
| 4695 | + position: absolute; | |
| 4696 | + border: solid transparent; | |
| 4697 | + border-width: 7px 5px; | |
| 4698 | + border-bottom-color: #fff; | |
| 4699 | + top: -14px; | |
| 4700 | + left: 50%; | |
| 4701 | + -webkit-transform: translateX(-50%); | |
| 4702 | + -ms-transform: translateX(-50%); | |
| 4703 | + transform: translateX(-50%); } | |
| 4704 | + .elementor-right-click-introduction .dialog-header { | |
| 4705 | + color: #6d7882; | |
| 4706 | + font-size: 16px; } | |
| 4707 | + .elementor-right-click-introduction .dialog-message { | |
| 4708 | + font-size: 13px; | |
| 4709 | + line-height: 1.6; | |
| 4710 | + margin-top: 10px; | |
| 4711 | + color: #a4afb7; } | |
| 4712 | + .elementor-right-click-introduction .dialog-buttons-wrapper { | |
| 4713 | + display: -webkit-box; | |
| 4714 | + display: -ms-flexbox; | |
| 4715 | + display: flex; | |
| 4716 | + -webkit-box-align: center; | |
| 4717 | + -ms-flex-align: center; | |
| 4718 | + align-items: center; | |
| 4719 | + -webkit-box-pack: center; | |
| 4720 | + -ms-flex-pack: center; | |
| 4721 | + justify-content: center; | |
| 4722 | + margin-top: 25px; } | |
| 4723 | + .elementor-right-click-introduction .dialog-button { | |
| 4724 | + font-size: 11px; } | |
| 4725 | + .elementor-right-click-introduction .dialog-ok { | |
| 4726 | + padding: 7px 27px; | |
| 4727 | + text-transform: capitalize; } | |
| 4728 | + .elementor-right-click-introduction .dialog-learn-more { | |
| 4729 | + color: #39b54a; | |
| 4730 | + margin-right: 15px; | |
| 4731 | + cursor: pointer; } | |
| 7404 | 4732 | |
| 7405 | 4733 | #elementor-hotkeys { |
| 7406 | - text-align: start; | |
| 7407 | -} | |
| 7408 | -#elementor-hotkeys__modal .dialog-buttons-wrapper { | |
| 7409 | - display: none; | |
| 7410 | -} | |
| 7411 | -#elementor-hotkeys__content { | |
| 7412 | - display: flex; | |
| 7413 | - justify-content: space-between; | |
| 7414 | - gap: 70px; | |
| 7415 | - padding: 20px 30px; | |
| 7416 | - width: 100%; | |
| 7417 | - overflow: hidden; | |
| 7418 | -} | |
| 7419 | -@media (max-width: 1024px) { | |
| 4734 | + text-align: left; } | |
| 7420 | 4735 | #elementor-hotkeys__content { |
| 7421 | - flex-direction: column; | |
| 7422 | - gap: 20px; | |
| 7423 | - padding: 20px; | |
| 7424 | - } | |
| 7425 | -} | |
| 4736 | + display: -webkit-box; | |
| 4737 | + display: -ms-flexbox; | |
| 4738 | + display: flex; | |
| 4739 | + width: 100%; | |
| 4740 | + overflow: hidden; | |
| 4741 | + margin-bottom: 30px; } | |
| 4742 | + @media (max-width: 1024px) { | |
| 4743 | + #elementor-hotkeys__content { | |
| 4744 | + -webkit-box-orient: vertical; | |
| 4745 | + -webkit-box-direction: normal; | |
| 4746 | + -ms-flex-direction: column; | |
| 4747 | + flex-direction: column; } } | |
| 4748 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4749 | + -webkit-border-radius: 3px 0 0 3px; | |
| 4750 | + border-radius: 3px 0 0 3px; } | |
| 4751 | + @media (max-width: 1024px) { | |
| 4752 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4753 | + -webkit-border-radius: 3px; | |
| 4754 | + border-radius: 3px; } } | |
| 4755 | + @media (min-width: 1025px) { | |
| 4756 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 4757 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4758 | + padding-right: 25px; } } | |
| 4759 | + @media (min-width: 1440px) { | |
| 4760 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 4761 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4762 | + padding-right: 50px; } } | |
| 4763 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4764 | + -webkit-border-radius: 0 3px 3px 0; | |
| 4765 | + border-radius: 0 3px 3px 0; } | |
| 4766 | + @media (max-width: 1024px) { | |
| 4767 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4768 | + -webkit-border-radius: 3px; | |
| 4769 | + border-radius: 3px; } } | |
| 4770 | + @media (min-width: 1025px) { | |
| 4771 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 4772 | + padding-left: 25px; } } | |
| 4773 | + @media (min-width: 1440px) { | |
| 4774 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 4775 | + padding-left: 50px; } } | |
| 4776 | + @media (min-width: 1025px) { | |
| 4777 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4778 | + padding-left: 15px; } } | |
| 4779 | + @media (min-width: 1440px) { | |
| 4780 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4781 | + padding-left: 40px; } } | |
| 7426 | 4782 | |
| 7427 | 4783 | .elementor-hotkeys__col { |
| 7428 | - display: flex; | |
| 7429 | - flex-direction: column; | |
| 7430 | - gap: 20px; | |
| 7431 | - width: 100%; | |
| 7432 | -} | |
| 4784 | + width: 50%; } | |
| 4785 | + @media (max-width: 1024px) { | |
| 4786 | + .elementor-hotkeys__col { | |
| 4787 | + width: 100%; } } | |
| 4788 | + | |
| 4789 | +.elementor-hotkeys__header, .elementor-hotkeys__list { | |
| 4790 | + width: 100%; } | |
| 4791 | + | |
| 7433 | 4792 | .elementor-hotkeys__header { |
| 7434 | - font-weight: 500; | |
| 7435 | -} | |
| 4793 | + padding: 10px 30px; | |
| 4794 | + font-weight: 500; } | |
| 4795 | + @media (max-width: 479px) { | |
| 4796 | + .elementor-hotkeys__header { | |
| 4797 | + padding-right: 10px; | |
| 4798 | + padding-left: 10px; } } | |
| 4799 | + | |
| 4800 | +.elementor-hotkeys__list { | |
| 4801 | + background-color: #ffffff; | |
| 4802 | + height: calc(100% - 42px); | |
| 4803 | + padding: 10px 20px; } | |
| 4804 | + @media (max-width: 479px) { | |
| 4805 | + .elementor-hotkeys__list { | |
| 4806 | + padding: 0; } } | |
| 4807 | + @media (max-width: 1024px) { | |
| 4808 | + .elementor-hotkeys__list { | |
| 4809 | + margin-bottom: 30px; } } | |
| 4810 | + @media (max-width: 1024px) { | |
| 4811 | + .elementor-hotkeys__list { | |
| 4812 | + height: auto; } } | |
| 4813 | + | |
| 7436 | 4814 | .elementor-hotkeys__item { |
| 4815 | + display: -webkit-box; | |
| 4816 | + display: -ms-flexbox; | |
| 7437 | 4817 | display: flex; |
| 7438 | - align-items: center; | |
| 4818 | + -webkit-box-align: center; | |
| 4819 | + -ms-flex-align: center; | |
| 4820 | + align-items: center; | |
| 7439 | 4821 | padding: 20px 10px; |
| 7440 | -} | |
| 7441 | -.elementor-hotkeys__item:not(:last-child) { | |
| 7442 | - border-block-end: var(--e-a-border); | |
| 7443 | -} | |
| 7444 | -.elementor-hotkeys__item--label { | |
| 7445 | - font-size: 13px; | |
| 7446 | - font-weight: 400; | |
| 7447 | - flex-grow: 1; | |
| 7448 | -} | |
| 7449 | -.elementor-hotkeys__item--shortcut { | |
| 7450 | - flex-grow: 0; | |
| 7451 | - display: flex; | |
| 7452 | - gap: 27px; | |
| 7453 | -} | |
| 7454 | -@media (max-width: 1024px) { | |
| 4822 | + border-bottom: 1px solid #eceeef; } | |
| 4823 | + .elementor-hotkeys__item:last-child { | |
| 4824 | + margin-bottom: 30px; } | |
| 4825 | + @media (max-width: 479px) { | |
| 4826 | + .elementor-hotkeys__item:last-child { | |
| 4827 | + margin-bottom: 0; } } | |
| 4828 | + .elementor-hotkeys__item--label { | |
| 4829 | + font-size: 13px; | |
| 4830 | + font-weight: 400; | |
| 4831 | + -webkit-box-flex: 1; | |
| 4832 | + -ms-flex-positive: 1; | |
| 4833 | + flex-grow: 1; } | |
| 7455 | 4834 | .elementor-hotkeys__item--shortcut { |
| 7456 | - gap: 23px; | |
| 7457 | - } | |
| 7458 | -} | |
| 7459 | -.elementor-hotkeys__item--shortcut kbd { | |
| 7460 | - position: relative; | |
| 7461 | - font-family: unset; | |
| 7462 | - background-color: var(--e-a-bg-active); | |
| 7463 | - padding: 5px 12px; | |
| 7464 | - border-radius: var(--e-a-border-radius); | |
| 7465 | -} | |
| 7466 | -@media (max-width: 1024px) { | |
| 7467 | - .elementor-hotkeys__item--shortcut kbd { | |
| 7468 | - padding: 4px 9px; | |
| 7469 | - } | |
| 7470 | -} | |
| 7471 | -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 7472 | - content: "+"; | |
| 7473 | - position: absolute; | |
| 7474 | - inset-inline-end: 0; | |
| 7475 | - width: 9px; | |
| 7476 | - text-align: center; | |
| 7477 | - margin-inline-end: -18px; | |
| 7478 | -} | |
| 7479 | -@media (max-width: 1024px) { | |
| 7480 | - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 7481 | - margin-inline-end: -16px; | |
| 7482 | - } | |
| 7483 | -} | |
| 4835 | + -webkit-box-flex: 0; | |
| 4836 | + -ms-flex-positive: 0; | |
| 4837 | + flex-grow: 0; | |
| 4838 | + display: -webkit-box; | |
| 4839 | + display: -ms-flexbox; | |
| 4840 | + display: flex; } | |
| 4841 | + .elementor-hotkeys__item--shortcut span { | |
| 4842 | + position: relative; | |
| 4843 | + background-color: #eceeef; | |
| 4844 | + padding: 5px 12px; | |
| 4845 | + margin-right: 27px; | |
| 4846 | + -webkit-border-radius: 3px; | |
| 4847 | + border-radius: 3px; } | |
| 4848 | + @media (max-width: 479px) { | |
| 4849 | + .elementor-hotkeys__item--shortcut span { | |
| 4850 | + padding: 4px 9px; | |
| 4851 | + margin-right: 23px; } } | |
| 4852 | + .elementor-hotkeys__item--shortcut span:after { | |
| 4853 | + content: '+'; | |
| 4854 | + position: absolute; | |
| 4855 | + right: -18px; | |
| 4856 | + width: 9px; | |
| 4857 | + text-align: center; } | |
| 4858 | + @media (max-width: 479px) { | |
| 4859 | + .elementor-hotkeys__item--shortcut span:after { | |
| 4860 | + right: -16px; } } | |
| 4861 | + .elementor-hotkeys__item--shortcut span:last-child { | |
| 4862 | + margin-right: 0; } | |
| 4863 | + .elementor-hotkeys__item--shortcut span:last-child:after { | |
| 4864 | + display: none; } | |
| 7484 | 4865 | |
| 7485 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button { | |
| 7486 | - margin-top: 0 !important; | |
| 7487 | - width: calc(25% - 30px); | |
| 7488 | -} | |
| 4866 | +.ui-resizable-n { | |
| 4867 | + top: -5px; } | |
| 7489 | 4868 | |
| 7490 | -.ui-resizable-n { | |
| 7491 | - top: -5px; | |
| 7492 | -} | |
| 7493 | 4869 | .ui-resizable-e { |
| 7494 | - right: -5px; | |
| 7495 | -} | |
| 4870 | + right: -5px; } | |
| 4871 | + | |
| 7496 | 4872 | .ui-resizable-s { |
| 7497 | - bottom: -5px; | |
| 7498 | -} | |
| 4873 | + bottom: -5px; } | |
| 4874 | + | |
| 7499 | 4875 | .ui-resizable-w { |
| 7500 | - left: -5px; | |
| 7501 | -} | |
| 4876 | + left: -5px; } | |
| 4877 | + | |
| 7502 | 4878 | .ui-resizable-ne { |
| 7503 | 4879 | top: -5px; |
| 7504 | - right: -5px; | |
| 7505 | -} | |
| 4880 | + right: -5px; } | |
| 4881 | + | |
| 7506 | 4882 | .ui-resizable-nw { |
| 7507 | 4883 | top: -5px; |
| 7508 | - left: -5px; | |
| 7509 | -} | |
| 4884 | + left: -5px; } | |
| 4885 | + | |
| 7510 | 4886 | .ui-resizable-se { |
| 7511 | 4887 | bottom: -5px; |
| 7512 | - right: -5px; | |
| 7513 | -} | |
| 4888 | + right: -5px; } | |
| 4889 | + | |
| 7514 | 4890 | .ui-resizable-sw { |
| 7515 | 4891 | bottom: -5px; |
| 7516 | - left: -5px; | |
| 7517 | -} | |
| 4892 | + left: -5px; } | |
| 4893 | + | |
| 7518 | 4894 | .ui-resizable-n, .ui-resizable-s { |
| 7519 | 4895 | left: 0; |
| 7520 | 4896 | height: 10px; |
| 7521 | 4897 | width: 100%; |
| 7522 | - cursor: ns-resize; | |
| 7523 | -} | |
| 4898 | + cursor: ns-resize; } | |
| 4899 | + | |
| 7524 | 4900 | .ui-resizable-e, .ui-resizable-w { |
| 7525 | 4901 | top: 0; |
| 7526 | 4902 | height: 100%; |
| 7527 | 4903 | width: 10px; |
| 7528 | - cursor: ew-resize; | |
| 7529 | -} | |
| 4904 | + cursor: ew-resize; } | |
| 4905 | + | |
| 7530 | 4906 | .ui-resizable-ne, .ui-resizable-nw, .ui-resizable-se, .ui-resizable-sw { |
| 7531 | 4907 | height: 15px; |
| 7532 | - width: 15px; | |
| 7533 | -} | |
| 4908 | + width: 15px; } | |
| 4909 | + | |
| 7534 | 4910 | .ui-resizable-nw, .ui-resizable-se { |
| 7535 | - cursor: nwse-resize; | |
| 7536 | -} | |
| 4911 | + cursor: nwse-resize; } | |
| 4912 | + | |
| 7537 | 4913 | .ui-resizable-ne, .ui-resizable-sw { |
| 7538 | - cursor: nesw-resize; | |
| 7539 | -} | |
| 4914 | + cursor: nesw-resize; } | |
| 4915 | + | |
| 7540 | 4916 | .ui-resizable-handle { |
| 7541 | - position: absolute; | |
| 7542 | -} | |
| 4917 | + position: absolute; } | |
| 4918 | + | |
| 7543 | 4919 | .ui-resizable-resizing { |
| 7544 | - pointer-events: none; | |
| 7545 | -} | |
| 4920 | + pointer-events: none; } | |
| 7546 | 4921 | |
| 7547 | -body { | |
| 7548 | - --e-editor-navigator-width: 240px; | |
| 7549 | - --e-editor-navigator-indicator-width: 3px; | |
| 7550 | - --e-editor-navigator-promotion-height: 30px; | |
| 7551 | -} | |
| 7552 | - | |
| 7553 | 4922 | #elementor-navigator { |
| 7554 | 4923 | position: fixed; |
| 7555 | - inset-block-start: 100px; | |
| 7556 | - inset-inline-end: 30px; | |
| 7557 | - width: var(--e-editor-navigator-width); | |
| 7558 | - height: 50vh; | |
| 7559 | - background-color: var(--e-a-bg-default); | |
| 7560 | - border: var(--e-a-border); | |
| 7561 | - box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 4924 | + top: 100px; | |
| 4925 | + width: 240px; | |
| 4926 | + height: 339px; | |
| 4927 | + right: 30px; | |
| 4928 | + background-color: #fff; | |
| 4929 | + -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 4930 | + box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 7562 | 4931 | -webkit-user-select: none; |
| 7563 | 4932 | -moz-user-select: none; |
| 4933 | + -ms-user-select: none; | |
| 7564 | 4934 | user-select: none; |
| 7565 | 4935 | overflow: hidden; |
| 7566 | - z-index: 100; | |
| 7567 | - display: none; | |
| 7568 | -} | |
| 7569 | -body.elementor-navigator-docked #elementor-navigator { | |
| 7570 | - inset: 0; | |
| 7571 | - inset-inline-start: auto; | |
| 7572 | - height: 100%; | |
| 7573 | -} | |
| 7574 | -body:not(.elementor-navigator-docked) #elementor-navigator { | |
| 7575 | - border-radius: 5px; | |
| 7576 | -} | |
| 7577 | -#elementor-navigator__inner { | |
| 7578 | - height: 100%; | |
| 7579 | - display: flex; | |
| 7580 | - flex-direction: column; | |
| 7581 | -} | |
| 7582 | -#elementor-navigator__header { | |
| 7583 | - display: flex; | |
| 7584 | - align-items: stretch; | |
| 7585 | - border-block-end: var(--e-a-border); | |
| 7586 | - color: var(--e-a-color-txt-accent); | |
| 7587 | -} | |
| 7588 | -#elementor-navigator__header__title { | |
| 7589 | - flex: 1; | |
| 7590 | - text-align: center; | |
| 7591 | - font-size: 13px; | |
| 7592 | - font-weight: 400; | |
| 7593 | - padding: 10px 0; | |
| 7594 | - cursor: move; | |
| 7595 | -} | |
| 7596 | -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title { | |
| 7597 | - padding-inline-end: 17.5px; | |
| 7598 | -} | |
| 7599 | -#elementor-navigator__ai-titles { | |
| 7600 | - width: 35px; | |
| 7601 | - text-align: center; | |
| 7602 | - cursor: pointer; | |
| 7603 | - background-color: transparent; | |
| 7604 | - border: none; | |
| 7605 | - outline: none; | |
| 7606 | -} | |
| 7607 | -#elementor-navigator__ai-titles:hover { | |
| 7608 | - color: #E73CF6; | |
| 7609 | -} | |
| 7610 | -#elementor-navigator__close, #elementor-navigator__toggle-all { | |
| 7611 | - color: var(--e-a-color-txt); | |
| 7612 | - background-color: transparent; | |
| 7613 | - border: none; | |
| 7614 | - outline: 0; | |
| 7615 | - padding: 10px; | |
| 7616 | - cursor: pointer; | |
| 7617 | - transition: color 0.5s; | |
| 7618 | -} | |
| 7619 | -#elementor-navigator__close:hover, #elementor-navigator__toggle-all:hover { | |
| 7620 | - color: var(--e-a-color-txt-hover); | |
| 7621 | -} | |
| 7622 | -#elementor-navigator__close:focus, #elementor-navigator__toggle-all:focus { | |
| 7623 | - color: var(--e-a-color-txt-active); | |
| 7624 | -} | |
| 7625 | -#elementor-navigator__toggle-all { | |
| 7626 | - font-size: 13px; | |
| 7627 | -} | |
| 7628 | -#elementor-navigator__close { | |
| 7629 | - font-size: 11px; | |
| 7630 | -} | |
| 7631 | -#elementor-navigator__elements { | |
| 7632 | - flex-grow: 1; | |
| 7633 | - overflow: auto; | |
| 7634 | - position: relative; | |
| 7635 | -} | |
| 7636 | -.elementor-navigator-docked #elementor-navigator__elements { | |
| 7637 | - height: calc(100% - 35px); | |
| 7638 | -} | |
| 7639 | -#elementor-navigator__elements .elementor-nerd-box { | |
| 7640 | - padding: 25px; | |
| 7641 | -} | |
| 7642 | -#elementor-navigator__elements > .elementor-navigator__element-section { | |
| 7643 | - border-block-end: var(--e-a-border); | |
| 7644 | -} | |
| 7645 | -#elementor-navigator__footer { | |
| 7646 | - width: 100%; | |
| 7647 | - text-align: center; | |
| 7648 | -} | |
| 7649 | -#elementor-navigator__footer__resize-bar { | |
| 7650 | - border-block-start: var(--e-a-border); | |
| 7651 | -} | |
| 7652 | -.elementor-navigator-docked #elementor-navigator__footer__resize-bar { | |
| 7653 | - display: none; | |
| 7654 | -} | |
| 7655 | -#elementor-navigator__footer__promotion { | |
| 7656 | - font-size: 12px; | |
| 7657 | - padding: 4px 17px; | |
| 7658 | - font-family: "Roboto", sans-serif; | |
| 7659 | - color: var(--e-a-bg-logo); | |
| 7660 | - min-height: var(--e-editor-navigator-promotion-height); | |
| 7661 | - display: flex; | |
| 7662 | - justify-content: center; | |
| 7663 | - align-items: center; | |
| 7664 | -} | |
| 7665 | -#elementor-navigator__footer__promotion a { | |
| 7666 | - color: var(--e-a-color-accent-promotion); | |
| 7667 | - margin-inline-start: 1px; | |
| 7668 | -} | |
| 4936 | + z-index: 2; | |
| 4937 | + display: none; } | |
| 4938 | + body.elementor-navigator-docked #elementor-navigator { | |
| 4939 | + top: 0; | |
| 4940 | + right: 0; | |
| 4941 | + height: 100%; } | |
| 4942 | + body:not(.elementor-navigator-docked) #elementor-navigator { | |
| 4943 | + -webkit-border-radius: 5px; | |
| 4944 | + border-radius: 5px; } | |
| 4945 | + #elementor-navigator__inner { | |
| 4946 | + height: 100%; | |
| 4947 | + background-color: #e6e9ec; } | |
| 4948 | + #elementor-navigator__header { | |
| 4949 | + display: -webkit-box; | |
| 4950 | + display: -ms-flexbox; | |
| 4951 | + display: flex; | |
| 4952 | + -webkit-box-align: center; | |
| 4953 | + -ms-flex-align: center; | |
| 4954 | + align-items: center; | |
| 4955 | + -webkit-box-pack: justify; | |
| 4956 | + -ms-flex-pack: justify; | |
| 4957 | + justify-content: space-between; | |
| 4958 | + padding: 12px 10px; | |
| 4959 | + background-color: #fff; | |
| 4960 | + border-bottom: 1px solid #e6e9ec; | |
| 4961 | + cursor: move; } | |
| 4962 | + #elementor-navigator__close, #elementor-navigator__toggle-all { | |
| 4963 | + -webkit-transition: color .5s; | |
| 4964 | + -o-transition: color .5s; | |
| 4965 | + transition: color .5s; | |
| 4966 | + cursor: pointer; } | |
| 4967 | + #elementor-navigator__close:not(:hover), #elementor-navigator__toggle-all:not(:hover) { | |
| 4968 | + color: #a4afb7; } | |
| 4969 | + #elementor-navigator__toggle-all { | |
| 4970 | + font-size: 13px; } | |
| 4971 | + #elementor-navigator__close { | |
| 4972 | + font-size: 11px; } | |
| 4973 | + #elementor-navigator__elements { | |
| 4974 | + height: calc(100% - 49px); | |
| 4975 | + overflow: auto; | |
| 4976 | + position: relative; } | |
| 4977 | + .elementor-navigator-docked #elementor-navigator__elements { | |
| 4978 | + height: calc(100% - 35px); } | |
| 4979 | + #elementor-navigator__elements .elementor-nerd-box { | |
| 4980 | + padding: 25px; } | |
| 4981 | + #elementor-navigator__footer { | |
| 4982 | + position: absolute; | |
| 4983 | + width: 100%; | |
| 4984 | + left: 0; | |
| 4985 | + bottom: 0; | |
| 4986 | + text-align: center; | |
| 4987 | + background-color: #fff; | |
| 4988 | + border-top: 1px solid #e6e9ec; | |
| 4989 | + color: #a4afb7; } | |
| 4990 | + .elementor-navigator-docked #elementor-navigator__footer { | |
| 4991 | + display: none; } | |
| 7669 | 4992 | |
| 7670 | 4993 | .elementor-navigator__item { |
| 7671 | 4994 | position: relative; |
| 4995 | + display: -webkit-box; | |
| 4996 | + display: -ms-flexbox; | |
| 7672 | 4997 | display: flex; |
| 7673 | 4998 | height: 30px; |
| 4999 | + font-size: 11px; | |
| 5000 | + border-bottom: 1px solid #e6e9ec; | |
| 7674 | 5001 | cursor: pointer; |
| 7675 | - transition: padding 0.5s linear; | |
| 7676 | - overflow: hidden; | |
| 7677 | -} | |
| 7678 | -.elementor-navigator__item:hover, .elementor-navigator__item:focus { | |
| 7679 | - background-color: var(--e-a-bg-hover); | |
| 7680 | -} | |
| 7681 | -.elementor-navigator__item:active { | |
| 7682 | - background-color: var(--e-a-bg-active); | |
| 7683 | - color: var(--e-a-color-txt-accent); | |
| 7684 | -} | |
| 7685 | -.elementor-navigator__item[data-locked=true] { | |
| 7686 | - cursor: not-allowed; | |
| 7687 | -} | |
| 7688 | -.elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { | |
| 7689 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 7690 | -} | |
| 7691 | -.elementor-navigator__item > * { | |
| 7692 | - display: flex; | |
| 7693 | - align-items: center; | |
| 7694 | -} | |
| 7695 | -.elementor-navigator__item + .elementor-navigator__elements { | |
| 7696 | - display: none; | |
| 7697 | -} | |
| 7698 | -.elementor-navigator__elements > .elementor-navigator__element-section, | |
| 7699 | -.elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) { | |
| 7700 | - border-block-end: var(--e-a-border); | |
| 7701 | -} | |
| 5002 | + -webkit-transition: padding .5s linear; | |
| 5003 | + -o-transition: padding .5s linear; | |
| 5004 | + transition: padding .5s linear; | |
| 5005 | + overflow: hidden; } | |
| 5006 | + .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { | |
| 5007 | + -webkit-transform: rotate(-90deg); | |
| 5008 | + -ms-transform: rotate(-90deg); | |
| 5009 | + transform: rotate(-90deg); } | |
| 5010 | + .elementor-navigator__item > * { | |
| 5011 | + display: -webkit-box; | |
| 5012 | + display: -ms-flexbox; | |
| 5013 | + display: flex; | |
| 5014 | + -webkit-box-align: center; | |
| 5015 | + -ms-flex-align: center; | |
| 5016 | + align-items: center; } | |
| 5017 | + .elementor-navigator__item + .elementor-navigator__elements { | |
| 5018 | + display: none; } | |
| 5019 | + | |
| 7702 | 5020 | .elementor-navigator__elements .elementor-empty-view { |
| 7703 | 5021 | padding: 10px; |
| 7704 | -} | |
| 7705 | -.elementor-navigator__elements .elementor-empty-view__title { | |
| 7706 | - margin-inline-start: 34px; | |
| 7707 | - font-size: 10px; | |
| 7708 | - font-style: italic; | |
| 7709 | -} | |
| 5022 | + border-bottom: 1px solid #e6e9ec; } | |
| 5023 | + .elementor-navigator__elements .elementor-empty-view__title { | |
| 5024 | + margin-left: 23px; | |
| 5025 | + color: #c2cbd2; | |
| 5026 | + font-size: 10px; | |
| 5027 | + font-style: italic; } | |
| 5028 | + | |
| 7710 | 5029 | .elementor-navigator__elements .ui-sortable-helper { |
| 7711 | - box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 7712 | - transform: rotate(4deg); | |
| 7713 | - background-color: var(--e-a-bg-active); | |
| 7714 | - color: var(--e-a-color-txt-accent); | |
| 7715 | - pointer-events: none; | |
| 7716 | -} | |
| 5030 | + background-color: #fff; | |
| 5031 | + -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 5032 | + box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 5033 | + -webkit-transform: rotate(4deg); | |
| 5034 | + -ms-transform: rotate(4deg); | |
| 5035 | + transform: rotate(4deg); | |
| 5036 | + border: 1px solid #e6e9ec; | |
| 5037 | + pointer-events: none; } | |
| 5038 | + | |
| 7717 | 5039 | .elementor-navigator__elements .ui-sortable-placeholder { |
| 7718 | - background-color: var(--e-a-bg-hover); | |
| 7719 | -} | |
| 5040 | + background-color: #f1f3f5; } | |
| 5041 | + | |
| 7720 | 5042 | .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view { |
| 7721 | - border-block-start: var(--e-a-border); | |
| 7722 | -} | |
| 7723 | -.elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { | |
| 7724 | - display: none; | |
| 7725 | -} | |
| 7726 | -.elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder { | |
| 7727 | - display: none; | |
| 7728 | -} | |
| 5043 | + border-top: 2px solid #71d7f7; } | |
| 5044 | + .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { | |
| 5045 | + display: none; } | |
| 5046 | + .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder { | |
| 5047 | + display: none; } | |
| 5048 | + | |
| 7729 | 5049 | .elementor-navigator__element:not(.elementor-navigator__element--has-children) .elementor-navigator__element__list-toggle { |
| 7730 | - visibility: hidden; | |
| 7731 | -} | |
| 5050 | + visibility: hidden; } | |
| 5051 | + | |
| 7732 | 5052 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle { |
| 7733 | - color: var(--e-a-color-txt-default); | |
| 7734 | -} | |
| 7735 | -.elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle:hover { | |
| 7736 | - color: var(--e-a-color-txt-hover); | |
| 7737 | -} | |
| 5053 | + color: #71d7f7; } | |
| 5054 | + | |
| 7738 | 5055 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item:not(:hover) .elementor-navigator__element__toggle { |
| 7739 | - display: none; | |
| 7740 | -} | |
| 5056 | + display: none; } | |
| 5057 | + | |
| 7741 | 5058 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing { |
| 7742 | - background-color: var(--e-a-bg-active); | |
| 7743 | -} | |
| 5059 | + background-color: #71d7f7; } | |
| 5060 | + .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing > * { | |
| 5061 | + color: #fff; } | |
| 5062 | + | |
| 7744 | 5063 | .elementor-navigator__element__list-toggle { |
| 7745 | - margin-inline-end: 7px; | |
| 7746 | - transition: transform 0.3s; | |
| 7747 | -} | |
| 5064 | + margin-right: 7px; | |
| 5065 | + -webkit-transition: -webkit-transform .3s; | |
| 5066 | + transition: -webkit-transform .3s; | |
| 5067 | + -o-transition: transform .3s; | |
| 5068 | + transition: transform .3s; | |
| 5069 | + transition: transform .3s, -webkit-transform .3s; | |
| 5070 | + color: #a4afb7; } | |
| 5071 | + | |
| 7748 | 5072 | .elementor-navigator__element__element-type { |
| 7749 | - margin-inline-end: 8px; | |
| 7750 | - font-size: 14px; | |
| 7751 | -} | |
| 5073 | + margin-right: 8px; } | |
| 5074 | + | |
| 7752 | 5075 | .elementor-navigator__element__title { |
| 7753 | - flex-grow: 1; | |
| 7754 | - overflow: hidden; | |
| 7755 | -} | |
| 7756 | -.elementor-navigator__element__title__text { | |
| 7757 | - white-space: nowrap; | |
| 7758 | - -webkit-user-select: text; | |
| 7759 | - -moz-user-select: text; | |
| 7760 | - user-select: text; | |
| 7761 | -} | |
| 7762 | -.elementor-navigator__element__title__text[contenteditable=true] { | |
| 7763 | - outline: none; | |
| 7764 | - background-color: var(--e-a-bg-hover); | |
| 7765 | - padding: var(--e-admin-border-radius); | |
| 7766 | - border: var(--e-a-border); | |
| 7767 | -} | |
| 7768 | -.elementor-navigator__element__title__text:not([contenteditable=true]) { | |
| 7769 | - padding: 3px 0; | |
| 7770 | - white-space: nowrap; | |
| 7771 | - text-overflow: ellipsis; | |
| 7772 | - overflow: hidden; | |
| 7773 | -} | |
| 5076 | + -webkit-box-flex: 1; | |
| 5077 | + -ms-flex-positive: 1; | |
| 5078 | + flex-grow: 1; | |
| 5079 | + overflow: hidden; } | |
| 5080 | + .elementor-navigator__element__title__text { | |
| 5081 | + white-space: nowrap; | |
| 5082 | + -webkit-user-select: text; } | |
| 5083 | + .elementor-navigator__element__title__text[contenteditable="true"] { | |
| 5084 | + outline: none; | |
| 5085 | + color: #6d7882; | |
| 5086 | + background-color: #fff; | |
| 5087 | + padding: 2px 3px; | |
| 5088 | + -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); | |
| 5089 | + box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); } | |
| 5090 | + .elementor-navigator__element__title__text:not([contenteditable="true"]) { | |
| 5091 | + white-space: nowrap; | |
| 5092 | + -o-text-overflow: ellipsis; | |
| 5093 | + text-overflow: ellipsis; | |
| 5094 | + overflow: hidden; } | |
| 5095 | + | |
| 7774 | 5096 | .elementor-navigator__element__toggle { |
| 7775 | 5097 | position: absolute; |
| 7776 | - inset-inline-end: 15px; | |
| 5098 | + right: 15px; | |
| 7777 | 5099 | height: 100%; |
| 7778 | 5100 | z-index: 0; |
| 7779 | - font-size: 13px; | |
| 7780 | -} | |
| 5101 | + font-size: 13px; } | |
| 5102 | + | |
| 7781 | 5103 | .elementor-navigator__element__indicators { |
| 7782 | 5104 | position: relative; |
| 7783 | - transition: transform 0.5s; | |
| 7784 | - z-index: 91; | |
| 7785 | -} | |
| 7786 | -.elementor-navigator__element__indicators:not(:hover) { | |
| 7787 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 7788 | -} | |
| 5105 | + -webkit-transition: -webkit-transform .5s; | |
| 5106 | + transition: -webkit-transform .5s; | |
| 5107 | + -o-transition: transform .5s; | |
| 5108 | + transition: transform .5s; | |
| 5109 | + transition: transform .5s, -webkit-transform .5s; | |
| 5110 | + padding-left: 5px; | |
| 5111 | + z-index: 91; } | |
| 5112 | + .elementor-navigator__element__indicators:not(:hover) { | |
| 5113 | + -webkit-transform: translateX(calc(100% - 8px)); | |
| 5114 | + -ms-transform: translateX(calc(100% - 8px)); | |
| 5115 | + transform: translateX(calc(100% - 8px)); } | |
| 5116 | + | |
| 7789 | 5117 | .elementor-navigator__element__indicator { |
| 7790 | 5118 | height: 100%; |
| 7791 | 5119 | width: 31px; |
| 5120 | + display: -webkit-inline-box; | |
| 5121 | + display: -ms-inline-flexbox; | |
| 7792 | 5122 | display: inline-flex; |
| 7793 | - align-items: center; | |
| 7794 | - justify-content: center; | |
| 7795 | - color: var(--e-a-color-txt); | |
| 7796 | - background-color: var(--e-a-bg-default); | |
| 7797 | - border-inline-end: var(--e-a-border); | |
| 7798 | -} | |
| 7799 | -.elementor-navigator__element__indicator:first-child { | |
| 7800 | - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent); | |
| 7801 | -} | |
| 7802 | -.elementor-navigator__element__indicator:hover { | |
| 7803 | - color: var(--e-a-color-txt-hover); | |
| 7804 | -} | |
| 5123 | + -webkit-box-align: center; | |
| 5124 | + -ms-flex-align: center; | |
| 5125 | + align-items: center; | |
| 5126 | + -webkit-box-pack: center; | |
| 5127 | + -ms-flex-pack: center; | |
| 5128 | + justify-content: center; | |
| 5129 | + color: #6d7882; | |
| 5130 | + background-color: #fff; | |
| 5131 | + border-left: 1px solid #e6e9ec; } | |
| 5132 | + .elementor-navigator__element__indicator:first-child { | |
| 5133 | + border-left: 3px solid #71d7f7; } | |
| 5134 | + .elementor-editing .elementor-navigator__element__indicator:first-child { | |
| 5135 | + border-color: #41c9f4; } | |
| 5136 | + .elementor-navigator__element__indicator:hover { | |
| 5137 | + color: #495157; } | |
| 5138 | + | |
| 7805 | 5139 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| 7806 | 5140 | .elementor-navigator__element--hidden .elementor-navigator__element__toggle { |
| 7807 | - opacity: 0.5; | |
| 7808 | -} | |
| 7809 | -.elementor-navigator__promotion-text { | |
| 7810 | - line-height: 18px; | |
| 7811 | -} | |
| 5141 | + opacity: .5; } | |
| 7812 | 5142 | |
| 7813 | -.e-notice-bar { | |
| 5143 | +.elementor-navigator__element-column { | |
| 5144 | + background-color: #fafbfb; } | |
| 5145 | + .elementor-navigator__element-column > .elementor-navigator__item .elementor-navigator__element__element-type { | |
| 5146 | + color: #a4afb7; } | |
| 5147 | + | |
| 5148 | +.elementor-navigator__element-section { | |
| 5149 | + background-color: #fff; } | |
| 5150 | + | |
| 5151 | +#elementor-notice-bar { | |
| 7814 | 5152 | position: absolute; |
| 7815 | 5153 | width: 100%; |
| 7816 | - inset-block-end: 0; | |
| 5154 | + bottom: 0; | |
| 5155 | + display: -webkit-box; | |
| 5156 | + display: -ms-flexbox; | |
| 7817 | 5157 | display: flex; |
| 7818 | - align-items: center; | |
| 5158 | + -webkit-box-align: center; | |
| 5159 | + -ms-flex-align: center; | |
| 5160 | + align-items: center; | |
| 7819 | 5161 | height: 40px; |
| 7820 | 5162 | color: #fff; |
| 7821 | - background-color: var(--e-a-color-accent); | |
| 7822 | - padding: 0 25px; | |
| 7823 | -} | |
| 7824 | -.e-notice-bar__message a { | |
| 7825 | - text-decoration: underline; | |
| 7826 | - color: var(--e-a-color-txt-invert); | |
| 7827 | -} | |
| 7828 | -.e-notice-bar__message a:hover { | |
| 7829 | - color: #D5D8DC; | |
| 7830 | -} | |
| 7831 | -.e-notice-bar__primary_action { | |
| 7832 | - margin-inline: 12px; | |
| 7833 | -} | |
| 7834 | -.e-notice-bar__primary_action a { | |
| 7835 | - background: #ffffff; | |
| 7836 | - border-radius: 3px; | |
| 7837 | - color: #93003f; | |
| 7838 | - padding: 4px 10px; | |
| 7839 | - font-size: 11px; | |
| 7840 | -} | |
| 7841 | -.e-notice-bar__primary_action a:hover { | |
| 7842 | - color: rgb(70.5, 0, 30.2142857143); | |
| 7843 | - background: #F1F2F3; | |
| 7844 | -} | |
| 7845 | -.e-notice-bar__secondary_message, .e-notice-bar__secondary_action { | |
| 7846 | - font-size: 11px; | |
| 7847 | -} | |
| 7848 | -.e-notice-bar__secondary_action { | |
| 7849 | - margin-inline: 4px; | |
| 7850 | -} | |
| 7851 | -.e-notice-bar__secondary_action a { | |
| 7852 | - color: #ffffff; | |
| 7853 | - text-decoration: underline; | |
| 7854 | -} | |
| 7855 | -.e-notice-bar__secondary_action a:hover { | |
| 7856 | - color: #F1F2F3; | |
| 7857 | -} | |
| 7858 | -.e-notice-bar__close { | |
| 7859 | - cursor: pointer; | |
| 7860 | - margin-inline-start: auto; | |
| 7861 | -} | |
| 7862 | -.e-notice-bar__icon { | |
| 7863 | - margin-inline-end: 8px; | |
| 7864 | -} | |
| 7865 | -.e-notice-bar i { | |
| 7866 | - font-size: 16px; | |
| 7867 | - opacity: 0.9; | |
| 7868 | -} | |
| 7869 | -.e-notice-bar i:hover { | |
| 7870 | - color: #D5D8DC; | |
| 7871 | -} | |
| 7872 | -.e-notice-bar a, | |
| 7873 | -.e-notice-bar i { | |
| 7874 | - transition: var(--e-a-transition-hover); | |
| 7875 | -} | |
| 5163 | + background-color: #6d7882; | |
| 5164 | + padding: 0 50px; } | |
| 5165 | + #elementor-notice-bar__message { | |
| 5166 | + padding-left: 15px; | |
| 5167 | + -webkit-box-flex: 1; | |
| 5168 | + -ms-flex-positive: 1; | |
| 5169 | + flex-grow: 1; } | |
| 5170 | + #elementor-notice-bar__message a { | |
| 5171 | + text-decoration: underline; } | |
| 5172 | + #elementor-notice-bar__action { | |
| 5173 | + text-transform: uppercase; } | |
| 5174 | + #elementor-notice-bar__close { | |
| 5175 | + margin: 0 20px; | |
| 5176 | + cursor: pointer; } | |
| 5177 | + #elementor-notice-bar i { | |
| 5178 | + font-size: 16px; | |
| 5179 | + opacity: .9; } | |
| 5180 | + #elementor-notice-bar a { | |
| 5181 | + color: #fff; } | |
| 5182 | + #elementor-notice-bar a, | |
| 5183 | + #elementor-notice-bar i { | |
| 5184 | + -webkit-transition: all 0.3s; | |
| 5185 | + -o-transition: all 0.3s; | |
| 5186 | + transition: all 0.3s; } | |
| 5187 | + #elementor-notice-bar a:hover, | |
| 5188 | + #elementor-notice-bar i:hover { | |
| 5189 | + color: #D4D4D4; } | |
| 7876 | 5190 | |
| 7877 | -body:not(.elementor-device-desktop) #e-notice-bar { | |
| 7878 | - display: none; | |
| 7879 | -} | |
| 5191 | +body:not(.elementor-device-desktop) #elementor-notice-bar { | |
| 5192 | + display: none; } | |
| 7880 | 5193 | |
| 7881 | -#elementor-fatal-error-dialog .dialog-message a { | |
| 5194 | +#elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-header { | |
| 5195 | + color: #495157; } | |
| 5196 | + | |
| 5197 | +#elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-message a { | |
| 5198 | + color: #6d7882; | |
| 7882 | 5199 | text-decoration: underline; |
| 7883 | -} | |
| 5200 | + font-style: italic; } | |
| 7884 | 5201 | |
| 7885 | 5202 | #elementor-preview-debug-link-text { |
| 7886 | - display: inline-block; | |
| 7887 | -} | |
| 5203 | + display: inline-block; } | |
| 7888 | 5204 | |
| 7889 | 5205 | #elementor-icons-manager-modal .dialog-message { |
| 7890 | 5206 | padding: 0; |
| 7891 | - height: 700px; | |
| 7892 | -} | |
| 5207 | + height: 700px; } | |
| 5208 | + | |
| 7893 | 5209 | #elementor-icons-manager-modal .dialog-content { |
| 7894 | - display: flex; | |
| 7895 | -} | |
| 5210 | + display: -webkit-box; | |
| 5211 | + display: -ms-flexbox; | |
| 5212 | + display: flex; } | |
| 5213 | + | |
| 5214 | +#elementor-icons-manager-modal .dialog-buttons-wrapper { | |
| 5215 | + display: -webkit-box; | |
| 5216 | + display: -ms-flexbox; | |
| 5217 | + display: flex; } | |
| 5218 | + | |
| 7896 | 5219 | #elementor-icons-manager__wrapper { |
| 7897 | - display: flex; | |
| 7898 | -} | |
| 5220 | + display: -webkit-box; | |
| 5221 | + display: -ms-flexbox; | |
| 5222 | + display: flex; } | |
| 5223 | + | |
| 7899 | 5224 | @media (max-width: 479px) { |
| 7900 | 5225 | #elementor-icons-manager__sidebar { |
| 7901 | - display: none; | |
| 7902 | - } | |
| 7903 | -} | |
| 5226 | + display: none; } } | |
| 5227 | + | |
| 7904 | 5228 | #elementor-icons-manager__tab-links { |
| 7905 | - margin-block-start: 30px; | |
| 7906 | -} | |
| 5229 | + margin-top: 30px; } | |
| 5230 | + | |
| 7907 | 5231 | #elementor-icons-manager__upload { |
| 7908 | 5232 | margin: 20px 45px; |
| 7909 | - padding-block-start: 35px; | |
| 7910 | - border-block-start: var(--e-a-border); | |
| 5233 | + padding-top: 35px; | |
| 5234 | + border-top: 1px solid #e6e9ec; | |
| 5235 | + display: -webkit-box; | |
| 5236 | + display: -ms-flexbox; | |
| 7911 | 5237 | display: flex; |
| 7912 | - align-items: center; | |
| 7913 | - justify-content: space-between; | |
| 7914 | -} | |
| 7915 | -@media (max-width: 1439px) { | |
| 7916 | - #elementor-icons-manager__upload { | |
| 7917 | - margin: 20px 25px; | |
| 7918 | - } | |
| 7919 | -} | |
| 5238 | + -webkit-box-align: center; | |
| 5239 | + -ms-flex-align: center; | |
| 5240 | + align-items: center; | |
| 5241 | + -webkit-box-pack: justify; | |
| 5242 | + -ms-flex-pack: justify; | |
| 5243 | + justify-content: space-between; } | |
| 5244 | + @media (max-width: 1439px) { | |
| 5245 | + #elementor-icons-manager__upload { | |
| 5246 | + margin: 20px 25px; } } | |
| 5247 | + #elementor-icons-manager__upload__title { | |
| 5248 | + color: #a4afb7; | |
| 5249 | + font-size: 11px; | |
| 5250 | + text-transform: uppercase; } | |
| 5251 | + | |
| 7920 | 5252 | #elementor-icons-manager__main { |
| 5253 | + display: -webkit-box; | |
| 5254 | + display: -ms-flexbox; | |
| 7921 | 5255 | display: flex; |
| 7922 | - flex-direction: column; | |
| 7923 | - padding: 30px 80px 0; | |
| 7924 | -} | |
| 7925 | -@media (max-width: 1439px) { | |
| 7926 | - #elementor-icons-manager__main { | |
| 7927 | - padding: 30px 50px 0; | |
| 7928 | - } | |
| 7929 | -} | |
| 7930 | -@media (max-width: 479px) { | |
| 7931 | - #elementor-icons-manager__main { | |
| 7932 | - width: 100%; | |
| 7933 | - } | |
| 7934 | -} | |
| 5256 | + -webkit-box-orient: vertical; | |
| 5257 | + -webkit-box-direction: normal; | |
| 5258 | + -ms-flex-direction: column; | |
| 5259 | + flex-direction: column; | |
| 5260 | + padding: 30px 80px 0; } | |
| 5261 | + @media (max-width: 1439px) { | |
| 5262 | + #elementor-icons-manager__main { | |
| 5263 | + padding: 30px 50px 0; } } | |
| 5264 | + @media (max-width: 479px) { | |
| 5265 | + #elementor-icons-manager__main { | |
| 5266 | + width: 100%; } } | |
| 5267 | + | |
| 7935 | 5268 | #elementor-icons-manager__search { |
| 7936 | - position: relative; | |
| 7937 | -} | |
| 7938 | -#elementor-icons-manager__search input { | |
| 7939 | - padding: 8px 15px; | |
| 7940 | - background-color: transparent; | |
| 7941 | -} | |
| 7942 | -#elementor-icons-manager__search i { | |
| 7943 | - position: absolute; | |
| 7944 | - inset-block-start: 50%; | |
| 7945 | - inset-inline-end: 15px; | |
| 7946 | - transform: translateY(-50%); | |
| 7947 | -} | |
| 5269 | + position: relative; } | |
| 5270 | + #elementor-icons-manager__search input { | |
| 5271 | + padding: 8px 15px; | |
| 5272 | + background-color: #fff; | |
| 5273 | + border: none; } | |
| 5274 | + #elementor-icons-manager__search input::-webkit-input-placeholder { | |
| 5275 | + font-style: italic; } | |
| 5276 | + #elementor-icons-manager__search input::-moz-placeholder { | |
| 5277 | + font-style: italic; } | |
| 5278 | + #elementor-icons-manager__search input::-ms-input-placeholder { | |
| 5279 | + font-style: italic; } | |
| 5280 | + #elementor-icons-manager__search input::placeholder { | |
| 5281 | + font-style: italic; } | |
| 5282 | + #elementor-icons-manager__search i { | |
| 5283 | + position: absolute; | |
| 5284 | + top: 50%; | |
| 5285 | + -webkit-transform: translateY(-50%); | |
| 5286 | + -ms-transform: translateY(-50%); | |
| 5287 | + transform: translateY(-50%); | |
| 5288 | + right: 15px; } | |
| 5289 | + | |
| 7948 | 5290 | #elementor-icons-manager__tab__wrapper { |
| 7949 | 5291 | overflow: auto; |
| 7950 | 5292 | margin: 25px -15px 0; |
| 7951 | - padding: 0 15px 15px; | |
| 7952 | -} | |
| 5293 | + padding: 0 15px 15px; } | |
| 5294 | + | |
| 7953 | 5295 | #elementor-icons-manager__tab__title { |
| 7954 | - color: var(--e-a-color-txt); | |
| 5296 | + color: #556068; | |
| 7955 | 5297 | font-size: 16px; |
| 7956 | 5298 | font-weight: 500; |
| 7957 | - text-align: start; | |
| 7958 | -} | |
| 7959 | -@media (max-width: 479px) { | |
| 7960 | - #elementor-icons-manager__tab__title { | |
| 7961 | - display: none; | |
| 7962 | - } | |
| 7963 | -} | |
| 5299 | + text-align: left; } | |
| 5300 | + @media (max-width: 479px) { | |
| 5301 | + #elementor-icons-manager__tab__title { | |
| 5302 | + display: none; } } | |
| 5303 | + | |
| 7964 | 5304 | #elementor-icons-manager__tab__content { |
| 7965 | 5305 | display: grid; |
| 7966 | 5306 | grid-template-columns: repeat(7, 1fr); |
| 7967 | 5307 | grid-gap: 20px; |
| 7968 | - margin: 20px 0; | |
| 7969 | -} | |
| 7970 | -@media (max-width: 1439px) { | |
| 7971 | - #elementor-icons-manager__tab__content { | |
| 7972 | - grid-template-columns: repeat(6, 1fr); | |
| 7973 | - } | |
| 7974 | -} | |
| 7975 | -@media (max-width: 1024px) { | |
| 7976 | - #elementor-icons-manager__tab__content { | |
| 7977 | - grid-template-columns: repeat(5, 1fr); | |
| 7978 | - } | |
| 7979 | -} | |
| 7980 | -@media (max-width: 767px) { | |
| 7981 | - #elementor-icons-manager__tab__content { | |
| 7982 | - grid-template-columns: repeat(4, 1fr); | |
| 7983 | - } | |
| 7984 | -} | |
| 7985 | -@media (max-width: 479px) { | |
| 7986 | - #elementor-icons-manager__tab__content { | |
| 7987 | - grid-template-columns: repeat(3, 1fr); | |
| 7988 | - } | |
| 7989 | -} | |
| 5308 | + margin: 20px 0; } | |
| 5309 | + @media (max-width: 1439px) { | |
| 5310 | + #elementor-icons-manager__tab__content { | |
| 5311 | + grid-template-columns: repeat(6, 1fr); } } | |
| 5312 | + @media (max-width: 1024px) { | |
| 5313 | + #elementor-icons-manager__tab__content { | |
| 5314 | + grid-template-columns: repeat(5, 1fr); } } | |
| 5315 | + @media (max-width: 767px) { | |
| 5316 | + #elementor-icons-manager__tab__content { | |
| 5317 | + grid-template-columns: repeat(4, 1fr); } } | |
| 5318 | + @media (max-width: 479px) { | |
| 5319 | + #elementor-icons-manager__tab__content { | |
| 5320 | + grid-template-columns: repeat(3, 1fr); } } | |
| 5321 | + | |
| 7990 | 5322 | #elementor-icons-manager__promotion { |
| 5323 | + display: -webkit-box; | |
| 5324 | + display: -ms-flexbox; | |
| 7991 | 5325 | display: flex; |
| 7992 | - align-items: center; | |
| 7993 | - flex-direction: column; | |
| 7994 | - padding-block-start: 70px; | |
| 7995 | -} | |
| 7996 | -#elementor-icons-manager__promotion__icon { | |
| 7997 | - font-size: 60px; | |
| 7998 | -} | |
| 7999 | -#elementor-icons-manager__promotion__text { | |
| 8000 | - width: 300px; | |
| 8001 | - font-size: 16px; | |
| 8002 | - padding-block-start: 25px; | |
| 8003 | -} | |
| 8004 | -#elementor-icons-manager__promotion__link { | |
| 8005 | - margin-block-start: 20px; | |
| 8006 | -} | |
| 5326 | + -webkit-box-align: center; | |
| 5327 | + -ms-flex-align: center; | |
| 5328 | + align-items: center; | |
| 5329 | + -webkit-box-orient: vertical; | |
| 5330 | + -webkit-box-direction: normal; | |
| 5331 | + -ms-flex-direction: column; | |
| 5332 | + flex-direction: column; | |
| 5333 | + padding-top: 70px; } | |
| 5334 | + #elementor-icons-manager__promotion__icon { | |
| 5335 | + font-size: 60px; | |
| 5336 | + color: #c2cbd2; } | |
| 5337 | + #elementor-icons-manager__promotion__text { | |
| 5338 | + width: 300px; | |
| 5339 | + font-size: 16px; | |
| 5340 | + padding-top: 25px; } | |
| 5341 | + #elementor-icons-manager__promotion__link { | |
| 5342 | + margin-top: 20px; } | |
| 8007 | 5343 | |
| 8008 | 5344 | .elementor-icons-manager__tab-link { |
| 8009 | - padding-block: 15px; | |
| 8010 | - padding-inline: 45px 0; | |
| 8011 | - font-size: 12px; | |
| 8012 | - text-align: start; | |
| 5345 | + padding: 15px 0 15px 45px; | |
| 5346 | + font-size: 14px; | |
| 5347 | + color: #6d7882; | |
| 5348 | + text-align: left; | |
| 8013 | 5349 | cursor: pointer; |
| 8014 | - position: relative; | |
| 8015 | -} | |
| 8016 | -.elementor-icons-manager__tab-link i { | |
| 8017 | - font-size: 20px; | |
| 8018 | - padding-inline-end: 15px; | |
| 8019 | -} | |
| 8020 | -@media (max-width: 1024px) { | |
| 5350 | + position: relative; } | |
| 8021 | 5351 | .elementor-icons-manager__tab-link i { |
| 8022 | - display: none; | |
| 8023 | - } | |
| 8024 | -} | |
| 8025 | -.elementor-icons-manager__tab-link:hover { | |
| 8026 | - background-color: var(--e-a-bg-hover); | |
| 8027 | -} | |
| 8028 | -.elementor-icons-manager__tab-link.elementor-active { | |
| 8029 | - background-color: var(--e-a-bg-active); | |
| 8030 | - color: var(--e-a-color-txt-accent); | |
| 8031 | -} | |
| 8032 | -.elementor-icons-manager__tab-link.elementor-active:after { | |
| 8033 | - content: ""; | |
| 8034 | - position: absolute; | |
| 8035 | - height: 100%; | |
| 8036 | - width: 3px; | |
| 8037 | - inset-block-start: 0; | |
| 8038 | - inset-inline-start: 0; | |
| 8039 | - background-color: var(--e-a-border-color-accent); | |
| 8040 | -} | |
| 5352 | + font-size: 20px; | |
| 5353 | + padding-right: 15px; | |
| 5354 | + color: #a4afb7; } | |
| 5355 | + @media (max-width: 1439px) { | |
| 5356 | + .elementor-icons-manager__tab-link { | |
| 5357 | + padding: 15px 15px 15px 25px; | |
| 5358 | + font-size: 11px; } | |
| 5359 | + .elementor-icons-manager__tab-link i { | |
| 5360 | + font-size: 15px; } } | |
| 5361 | + @media (max-width: 1024px) { | |
| 5362 | + .elementor-icons-manager__tab-link i { | |
| 5363 | + display: none; } } | |
| 5364 | + .elementor-icons-manager__tab-link.elementor-active { | |
| 5365 | + background-color: #fff; | |
| 5366 | + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); | |
| 5367 | + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); } | |
| 5368 | + .elementor-icons-manager__tab-link.elementor-active:after { | |
| 5369 | + content: ''; | |
| 5370 | + position: absolute; | |
| 5371 | + height: 100%; | |
| 5372 | + width: 5px; | |
| 5373 | + top: 0; | |
| 5374 | + left: 0; | |
| 5375 | + background-color: #71d7f7; } | |
| 5376 | + .elementor-icons-manager__tab-link.elementor-active i { | |
| 5377 | + color: #71d7f7; } | |
| 5378 | + | |
| 8041 | 5379 | .elementor-icons-manager__tab__item { |
| 8042 | 5380 | position: relative; |
| 8043 | 5381 | height: 0; |
| 8044 | - padding-block-end: 100%; | |
| 8045 | - border: var(--e-a-border); | |
| 8046 | - border-radius: 3px; | |
| 5382 | + padding-bottom: 100%; | |
| 5383 | + background-color: #fff; | |
| 5384 | + -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05); | |
| 5385 | + box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05); | |
| 5386 | + -webkit-border-radius: 3px; | |
| 5387 | + border-radius: 3px; | |
| 8047 | 5388 | cursor: pointer; |
| 8048 | - transition: var(--e-a-transition-hover); | |
| 8049 | - overflow: hidden; | |
| 8050 | -} | |
| 8051 | -.elementor-icons-manager__tab__item:hover { | |
| 8052 | - background-color: var(--e-a-bg-hover); | |
| 8053 | -} | |
| 8054 | -.elementor-icons-manager__tab__item.elementor-selected { | |
| 8055 | - background-color: var(--e-a-bg-active); | |
| 8056 | - border-color: var(--e-a-border-color-accent); | |
| 8057 | - color: var(--e-a-color-txt-accent); | |
| 8058 | -} | |
| 8059 | -.elementor-icons-manager__tab__item__content { | |
| 8060 | - display: flex; | |
| 8061 | - flex-direction: column; | |
| 8062 | - align-items: center; | |
| 8063 | - width: 100%; | |
| 8064 | - position: absolute; | |
| 8065 | - inset-block-start: 50%; | |
| 8066 | - inset-inline-start: 50%; | |
| 8067 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 8068 | - padding: 1px; | |
| 8069 | -} | |
| 8070 | -.elementor-icons-manager__tab__item__icon { | |
| 8071 | - font-size: 25px; | |
| 8072 | -} | |
| 8073 | -.elementor-icons-manager__tab__item__name { | |
| 8074 | - font-size: 11px; | |
| 8075 | - padding: 13px 20px 0; | |
| 8076 | - max-width: 100%; | |
| 8077 | - white-space: nowrap; | |
| 8078 | - text-overflow: ellipsis; | |
| 8079 | - overflow: hidden; | |
| 8080 | -} | |
| 5389 | + -webkit-transition: all 0.3s; | |
| 5390 | + -o-transition: all 0.3s; | |
| 5391 | + transition: all 0.3s; | |
| 5392 | + overflow: hidden; } | |
| 5393 | + .elementor-icons-manager__tab__item:hover { | |
| 5394 | + -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); | |
| 5395 | + box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); } | |
| 5396 | + .elementor-icons-manager__tab__item.elementor-selected { | |
| 5397 | + -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; | |
| 5398 | + box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; } | |
| 5399 | + .elementor-icons-manager__tab__item__content { | |
| 5400 | + display: -webkit-box; | |
| 5401 | + display: -ms-flexbox; | |
| 5402 | + display: flex; | |
| 5403 | + -webkit-box-orient: vertical; | |
| 5404 | + -webkit-box-direction: normal; | |
| 5405 | + -ms-flex-direction: column; | |
| 5406 | + flex-direction: column; | |
| 5407 | + -webkit-box-align: center; | |
| 5408 | + -ms-flex-align: center; | |
| 5409 | + align-items: center; | |
| 5410 | + width: 100%; | |
| 5411 | + position: absolute; | |
| 5412 | + top: 50%; | |
| 5413 | + left: 50%; | |
| 5414 | + -webkit-transform: translate(-50%, -50%); | |
| 5415 | + -ms-transform: translate(-50%, -50%); | |
| 5416 | + transform: translate(-50%, -50%); | |
| 5417 | + padding: 1px; } | |
| 5418 | + .elementor-icons-manager__tab__item__icon { | |
| 5419 | + font-size: 25px; | |
| 5420 | + color: #6d7882; } | |
| 5421 | + .elementor-icons-manager__tab__item__name { | |
| 5422 | + color: #c2cbd2; | |
| 5423 | + font-size: 11px; | |
| 5424 | + padding: 13px 20px 0; | |
| 5425 | + max-width: 100%; | |
| 5426 | + white-space: nowrap; | |
| 5427 | + -o-text-overflow: ellipsis; | |
| 5428 | + text-overflow: ellipsis; | |
| 5429 | + overflow: hidden; } | |
| 8081 | 5430 | |
| 5431 | +#elementor-enable-fa5-dialog a { | |
| 5432 | + font-style: italic; | |
| 5433 | + text-decoration: underline; } | |
| 5434 | + | |
| 5435 | +#elementor-enable-fa5-dialog .dialog-confirm-ok { | |
| 5436 | + color: #39b54a; } | |
| 5437 | + | |
| 8082 | 5438 | .elementor-color-picker__header { |
| 5439 | + display: -webkit-box; | |
| 5440 | + display: -ms-flexbox; | |
| 8083 | 5441 | display: flex; |
| 8084 | - justify-content: space-between; | |
| 8085 | - align-items: center; | |
| 5442 | + -webkit-box-pack: justify; | |
| 5443 | + -ms-flex-pack: justify; | |
| 5444 | + justify-content: space-between; | |
| 5445 | + -webkit-box-align: center; | |
| 5446 | + -ms-flex-align: center; | |
| 5447 | + align-items: center; | |
| 8086 | 5448 | font-weight: bold; |
| 8087 | 5449 | padding: 10px; |
| 8088 | - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 8089 | -} | |
| 5450 | + -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 5451 | + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } | |
| 8090 | 5452 | |
| 8091 | 5453 | .e-color-picker__tools { |
| 8092 | - display: flex; | |
| 8093 | -} | |
| 5454 | + display: -webkit-box; | |
| 5455 | + display: -ms-flexbox; | |
| 5456 | + display: flex; } | |
| 8094 | 5457 | |
| 8095 | 5458 | .e-control-color--no-value .pcr-button { |
| 5459 | + background-image: -webkit-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%); | |
| 5460 | + background-image: -o-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%); | |
| 8096 | 5461 | background-image: linear-gradient(135deg, transparent 46%, #ff3030 50%, transparent 54%); |
| 8097 | - background-size: cover; | |
| 5462 | + -webkit-background-size: cover; | |
| 5463 | + background-size: cover; | |
| 8098 | 5464 | background-color: transparent; |
| 8099 | -} | |
| 5465 | + border: 1px solid #d5dadf; } | |
| 8100 | 5466 | |
| 8101 | -.pickr { | |
| 8102 | - border: var(--e-a-border); | |
| 8103 | - height: 27px; | |
| 8104 | -} | |
| 8105 | -.pickr .pcr-button { | |
| 8106 | - height: 100%; | |
| 8107 | - width: 100%; | |
| 8108 | - border-radius: var(--e-a-border-radius); | |
| 8109 | -} | |
| 8110 | -.pickr .pcr-button:before, .pickr .pcr-button:after { | |
| 8111 | - height: 12px; | |
| 8112 | - width: 12px; | |
| 8113 | - position: absolute; | |
| 8114 | - inset-block-start: 50%; | |
| 8115 | - inset-inline-start: 50%; | |
| 8116 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 8117 | -} | |
| 8118 | - | |
| 8119 | -.pcr-app { | |
| 8120 | - background-color: var(--e-a-bg-default); | |
| 8121 | - color: var(--e-a-color-txt); | |
| 8122 | - box-shadow: var(--e-a-popover-shadow); | |
| 8123 | - font-family: var(--e-a-font-family); | |
| 8124 | -} | |
| 8125 | 5467 | .pcr-app[data-theme=monolith] { |
| 8126 | - padding: 0; | |
| 8127 | - width: 270px; | |
| 8128 | -} | |
| 8129 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity, | |
| 8130 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser { | |
| 8131 | - height: 8px; | |
| 8132 | -} | |
| 8133 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette { | |
| 8134 | - height: 150px; | |
| 8135 | -} | |
| 8136 | -.pcr-app .pcr-selection .pcr-picker { | |
| 8137 | - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); | |
| 8138 | -} | |
| 8139 | -.pcr-app .pcr-interaction { | |
| 8140 | - padding-block-end: 20px; | |
| 8141 | -} | |
| 8142 | -.pcr-app .pcr-interaction input.pcr-result { | |
| 8143 | - border: var(--e-a-border); | |
| 8144 | - color: var(--e-a-color-txt); | |
| 8145 | - border-radius: var(--e-a-border-radius); | |
| 8146 | - margin: 0; | |
| 8147 | - background-color: transparent; | |
| 8148 | -} | |
| 8149 | -.pcr-app .pcr-interaction input.pcr-result:focus { | |
| 8150 | - box-shadow: none; | |
| 8151 | - border-color: var(--e-a-border-color-bold); | |
| 8152 | -} | |
| 8153 | -.pcr-app .pcr-interaction input.pcr-type { | |
| 8154 | - all: unset; | |
| 8155 | - font-size: 10px; | |
| 8156 | - color: var(--e-a-color-txt-muted); | |
| 8157 | - padding-inline-start: 5px; | |
| 8158 | - cursor: pointer; | |
| 8159 | -} | |
| 8160 | -.pcr-app .pcr-interaction input.pcr-type.active { | |
| 8161 | - background-color: transparent; | |
| 8162 | - color: var(--e-a-color-txt-accent); | |
| 8163 | -} | |
| 8164 | -.pcr-selection, .pcr-interaction { | |
| 8165 | - padding: 0 20px; | |
| 8166 | -} | |
| 8167 | -.pcr-selection { | |
| 8168 | - padding-block-start: 20px; | |
| 8169 | -} | |
| 8170 | -.pcr .elementor-control-dynamic-switcher { | |
| 8171 | - height: 20px; | |
| 8172 | - border: 0; | |
| 8173 | -} | |
| 5468 | + padding: 0; } | |
| 8174 | 5469 | |
| 8175 | -.select2-container { | |
| 8176 | - width: 100% !important; | |
| 8177 | - outline: none; | |
| 8178 | - z-index: 9999; | |
| 8179 | - font-size: 12px; | |
| 8180 | -} | |
| 8181 | -.select2-container .e-select2-placeholder { | |
| 8182 | - color: var(--e-a-color-txt-muted); | |
| 8183 | -} | |
| 8184 | -.select2-container.select2-container--default .select2-selection--single { | |
| 8185 | - height: 27px; | |
| 8186 | - background-color: transparent; | |
| 8187 | -} | |
| 8188 | -.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { | |
| 8189 | - color: var(--e-a-color-txt); | |
| 8190 | - line-height: 27px; | |
| 8191 | -} | |
| 8192 | -.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] { | |
| 8193 | - background-color: var(--e-a-bg-hover); | |
| 8194 | - color: var(--e-a-color-txt-hover); | |
| 8195 | -} | |
| 8196 | -.select2-container.select2-container--default .select2-selection--multiple { | |
| 8197 | - background-color: var(--e-a-bg-default); | |
| 8198 | - min-height: 27px; | |
| 8199 | - line-height: 0; | |
| 8200 | -} | |
| 8201 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { | |
| 8202 | - display: none; | |
| 8203 | -} | |
| 8204 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice { | |
| 8205 | - background-color: var(--e-a-btn-bg); | |
| 8206 | - color: var(--e-a-btn-color-invert); | |
| 8207 | - line-height: 1.2; | |
| 8208 | - font-size: 10px; | |
| 8209 | - border: none; | |
| 8210 | - border-radius: 0; | |
| 8211 | - padding: 2px 3px; | |
| 8212 | -} | |
| 8213 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button { | |
| 8214 | - cursor: pointer; | |
| 8215 | - width: 16.67px; | |
| 8216 | - text-indent: -9999px; | |
| 8217 | - position: relative; | |
| 8218 | -} | |
| 8219 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button:after { | |
| 8220 | - content: "\e815"; | |
| 8221 | - font-family: "eicons"; | |
| 8222 | - color: var(--e-a-btn-color-invert); | |
| 8223 | - text-indent: 0; | |
| 8224 | - position: absolute; | |
| 8225 | - inset: 0; | |
| 8226 | - display: flex; | |
| 8227 | - justify-content: center; | |
| 8228 | - align-items: center; | |
| 8229 | -} | |
| 8230 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered { | |
| 8231 | - padding-block-end: 5px; | |
| 8232 | -} | |
| 8233 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { | |
| 8234 | - color: var(--e-a-btn-color-invert); | |
| 8235 | - margin-inline-end: 3px; | |
| 8236 | -} | |
| 8237 | -.select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, | |
| 8238 | -.select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { | |
| 8239 | - background-color: var(--e-a-bg-default); | |
| 8240 | - color: var(--e-a-color-txt); | |
| 8241 | - border-color: var(--e-a-border-color); | |
| 8242 | -} | |
| 8243 | -.select2-container.select2-container--open .select2-selection--single, | |
| 8244 | -.select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single, | |
| 8245 | -.select2-container.select2-container--focus .select2-selection--multiple { | |
| 8246 | - border-color: var(--e-a-border-color-bold); | |
| 8247 | -} | |
| 5470 | +.pcr-result { | |
| 5471 | + border-right-width: 1px; | |
| 5472 | + -webkit-border-radius: 3px; | |
| 5473 | + border-radius: 3px; } | |
| 8248 | 5474 | |
| 8249 | -.select2-selection { | |
| 8250 | - outline: none; | |
| 8251 | -} | |
| 8252 | -.select2-selection--single { | |
| 8253 | - height: 27px; | |
| 8254 | -} | |
| 5475 | +.pcr-selection, .pcr-interaction { | |
| 5476 | + padding: 0 20px; } | |
| 8255 | 5477 | |
| 8256 | -.select2-selection__arrow { | |
| 8257 | - height: 27px; | |
| 8258 | - inset-block-start: 0; | |
| 8259 | -} | |
| 5478 | +.pcr-interaction { | |
| 5479 | + padding-bottom: 20px; } | |
| 8260 | 5480 | |
| 8261 | -.select2-results__option[aria-selected=true] { | |
| 8262 | - background-color: var(--e-a-bg-active); | |
| 8263 | - color: var(--e-a-color-txt-active); | |
| 8264 | -} | |
| 8265 | -.select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { | |
| 8266 | - background-color: var(--e-a-bg-active); | |
| 8267 | -} | |
| 8268 | - | |
| 8269 | -.select2-dropdown { | |
| 8270 | - border-color: var(--e-a-border-color); | |
| 8271 | - background-color: var(--e-a-bg-default); | |
| 8272 | - color: var(--e-a-color-txt); | |
| 8273 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 8274 | -} | |
| 8275 | -.select2-dropdown .select2-search__field { | |
| 8276 | - outline: none; | |
| 8277 | -} | |
| 8278 | - | |
| 8279 | -.e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { | |
| 8280 | - cursor: ew-resize; | |
| 8281 | -} | |
| 8282 | -.e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { | |
| 8283 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 8284 | -} | |
| 8285 | -.e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { | |
| 8286 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 8287 | - -webkit-user-select: none; | |
| 8288 | - -moz-user-select: none; | |
| 8289 | - user-select: none; | |
| 8290 | -} | |
| 8291 | -.e-ui-state--document-scrubbing-mode__on iframe { | |
| 8292 | - pointer-events: none; | |
| 8293 | -} | |
| 8294 | - | |
| 8295 | -label.e-scrubbing-over { | |
| 8296 | - cursor: ew-resize; | |
| 8297 | -} | |
| 8298 | - | |
| 8299 | -#elementor-paste-area-dialog { | |
| 8300 | - text-align: center; | |
| 8301 | -} | |
| 8302 | -#elementor-paste-area-dialog .dialog-header { | |
| 8303 | - padding-block-start: 60px; | |
| 8304 | - font-size: 30px; | |
| 8305 | -} | |
| 8306 | -#elementor-paste-area-dialog .dialog-message { | |
| 8307 | - padding: 0 15px 15px; | |
| 8308 | - font-size: 15px; | |
| 8309 | - position: relative; | |
| 8310 | -} | |
| 8311 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__input { | |
| 8312 | - background: transparent; | |
| 8313 | - color: transparent; | |
| 8314 | - border-color: transparent; | |
| 8315 | - padding: 0; | |
| 8316 | - margin: 0; | |
| 8317 | - height: 100px; | |
| 8318 | - position: absolute; | |
| 8319 | - inset-block-start: -60px; | |
| 8320 | - inset-inline: 0; | |
| 8321 | -} | |
| 8322 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { | |
| 8323 | - border-color: transparent; | |
| 8324 | - outline: none; | |
| 8325 | -} | |
| 8326 | -#elementor-paste-area-dialog .dialog-widget-content { | |
| 8327 | - width: 400px; | |
| 8328 | -} | |
| 8329 | -#elementor-paste-area-dialog .dialog-widget-content .eicon-loading { | |
| 8330 | - display: none; | |
| 8331 | -} | |
| 8332 | -#elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading { | |
| 8333 | - display: block; | |
| 8334 | - margin-block-start: 15px; | |
| 8335 | -} | |
| 8336 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__error { | |
| 8337 | - color: var(--e-a-color-danger); | |
| 8338 | - font-size: 12px; | |
| 8339 | -} | |
| 8340 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__error:before { | |
| 8341 | - content: ""; | |
| 8342 | - border-block-start: var(--e-a-border); | |
| 8343 | - display: block; | |
| 8344 | - margin: 10px -15px; | |
| 8345 | -} | |
| 8346 | - | |
| 8347 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8348 | - transition: 0.3s all; | |
| 8349 | -} | |
| 8350 | -[class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { | |
| 8351 | - max-height: 1em; | |
| 8352 | - max-width: 1em; | |
| 8353 | -} | |
| 8354 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8355 | - --is-ltr: 1; | |
| 8356 | - --is-rtl: 0; | |
| 8357 | -} | |
| 8358 | -[class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { | |
| 8359 | - --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); | |
| 8360 | -} | |
| 8361 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8362 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8363 | -} | |
| 8364 | -:is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow) { | |
| 8365 | - transform: rotate(calc(var(--rotation-direction) * 90deg)); | |
| 8366 | -} | |
| 8367 | -:is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v) { | |
| 8368 | - transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 8369 | -} | |
| 8370 | -.e-ui-state--document-direction-mode__column-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__column-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { | |
| 8371 | - transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 8372 | -} | |
| 8373 | -.e-ui-state--document-direction-mode__row [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { | |
| 8374 | - transform: rotate(calc(var(--is-rtl) * 180deg)); | |
| 8375 | -} | |
| 8376 | -.e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { | |
| 8377 | - transform: rotate(calc(var(--is-ltr) * 180deg)); | |
| 8378 | -} | |
| 8379 | - | |
| 8380 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8381 | - display: none; | |
| 8382 | -} | |
| 8383 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8384 | - display: none; | |
| 8385 | -} | |
| 8386 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8387 | - display: none; | |
| 8388 | -} | |
| 5481 | +.pcr .elementor-control-dynamic-switcher { | |
| 5482 | + height: 20px; | |
| 5483 | + border: 0; } | |
| 8389 | 5484 | /*# sourceMappingURL=editor.css.map */ |