| @@ -1,649 +1,431 @@ | ||
| 1 | +/*! elementor - v3.5.6 - 28-02-2022 */ | |
| 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-mode-switcher-preview .eicon:before { | |
| 67 | + content: ""; } | |
| 68 | + body.elementor-editor-preview { | |
| 69 | + --e-preview-width: 100%; } | |
| 70 | + body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before { | |
| 71 | + content: ""; } | |
| 72 | + body.elementor-navigator--dock-hint:after { | |
| 73 | + width: 30px; } | |
| 89 | 74 | |
| 90 | 75 | #elementor-editor-wrapper { |
| 76 | + display: -webkit-box; | |
| 77 | + display: -ms-flexbox; | |
| 91 | 78 | display: flex; |
| 92 | 79 | width: 100%; |
| 93 | - height: 100vh; | |
| 94 | -} | |
| 80 | + height: 100vh; } | |
| 95 | 81 | |
| 96 | 82 | #elementor-panel:not(.ui-resizable-resizing), |
| 97 | 83 | #elementor-preview:not(.ui-resizable-resizing) { |
| 98 | - transition: margin 0.5s ease-in-out, width 0.5s ease-in-out; | |
| 99 | -} | |
| 84 | + -webkit-transition: margin .5s ease-in-out, width .5s ease-in-out; | |
| 85 | + -o-transition: margin .5s ease-in-out, width .5s ease-in-out; | |
| 86 | + transition: margin .5s ease-in-out, width .5s ease-in-out; } | |
| 100 | 87 | |
| 101 | 88 | #elementor-loading { |
| 102 | 89 | position: fixed; |
| 103 | - inset: 0; | |
| 104 | - background: var(--e-a-bg-default); | |
| 105 | - z-index: 9999; | |
| 106 | -} | |
| 90 | + top: 0; | |
| 91 | + left: 0; | |
| 92 | + bottom: 0; | |
| 93 | + right: 0; | |
| 94 | + background: #f1f3f5; | |
| 95 | + z-index: 9999; } | |
| 107 | 96 | |
| 108 | 97 | #elementor-preview-loading { |
| 98 | + display: -webkit-box; | |
| 99 | + display: -ms-flexbox; | |
| 109 | 100 | display: flex; |
| 110 | - align-items: center; | |
| 111 | - justify-content: center; | |
| 101 | + -webkit-box-align: center; | |
| 102 | + -ms-flex-align: center; | |
| 103 | + align-items: center; | |
| 104 | + -webkit-box-pack: center; | |
| 105 | + -ms-flex-pack: center; | |
| 106 | + justify-content: center; | |
| 112 | 107 | 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 | -} | |
| 108 | + top: 0; | |
| 109 | + left: 0; | |
| 110 | + width: 100%; | |
| 111 | + height: 100%; | |
| 112 | + background-color: #fff; } | |
| 113 | + #elementor-preview-loading i { | |
| 114 | + color: #d5dadf; | |
| 115 | + font-size: 50px; } | |
| 120 | 116 | |
| 117 | +#elementor-fatal-error-dialog button.dialog-ok { | |
| 118 | + color: #71d7f7; } | |
| 119 | + | |
| 120 | +#elementor-fatal-error-dialog .dialog-header { | |
| 121 | + color: #6d7882; } | |
| 122 | + | |
| 123 | +#elementor-flexbox-attention-dialog .dialog-cancel { | |
| 124 | + color: #39b54a; } | |
| 125 | + | |
| 126 | +#elementor-flexbox-attention-dialog .dialog-ok { | |
| 127 | + color: #6d7882; } | |
| 128 | + | |
| 121 | 129 | .elementor-nerd-box { |
| 122 | 130 | 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 | -} | |
| 131 | + text-align: center; } | |
| 132 | + .elementor-nerd-box-icon { | |
| 133 | + width: 100px; | |
| 134 | + margin-right: 10px; } | |
| 135 | + .elementor-nerd-box-title { | |
| 136 | + margin-top: 20px; | |
| 137 | + font-size: 16px; | |
| 138 | + font-weight: bold; | |
| 139 | + line-height: 1.4; } | |
| 140 | + .elementor-nerd-box-message { | |
| 141 | + margin-top: 5px; | |
| 142 | + line-height: 1.8; | |
| 143 | + font-size: 11px; } | |
| 144 | + .elementor-nerd-box .elementor-button.elementor-nerd-box-link { | |
| 145 | + background-color: #93003c; | |
| 146 | + color: #ffffff; | |
| 147 | + padding: 7px 25px; | |
| 148 | + margin-top: 20px; | |
| 149 | + -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1); | |
| 150 | + box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1); | |
| 151 | + -webkit-transition: .5s; | |
| 152 | + -o-transition: .5s; | |
| 153 | + transition: .5s; } | |
| 154 | + .elementor-nerd-box .elementor-button.elementor-nerd-box-link:hover { | |
| 155 | + background-color: #c60051; } | |
| 152 | 156 | |
| 153 | 157 | .eicon-nerd:hover:before { |
| 154 | - content: "\e8b7"; | |
| 155 | -} | |
| 158 | + content: '\e8b7'; } | |
| 159 | + | |
| 156 | 160 | .eicon-nerd:active:before { |
| 157 | - content: "\e8b6"; | |
| 158 | -} | |
| 161 | + content: '\e8b6'; } | |
| 159 | 162 | |
| 160 | 163 | .e-group-control-header { |
| 164 | + display: -webkit-box; | |
| 165 | + display: -ms-flexbox; | |
| 161 | 166 | display: flex; |
| 162 | - justify-content: space-between; | |
| 163 | - align-items: center; | |
| 167 | + -webkit-box-pack: justify; | |
| 168 | + -ms-flex-pack: justify; | |
| 169 | + justify-content: space-between; | |
| 170 | + -webkit-box-align: center; | |
| 171 | + -ms-flex-align: center; | |
| 172 | + align-items: center; | |
| 164 | 173 | font-weight: bold; |
| 165 | 174 | font-size: 12px; |
| 166 | 175 | padding: 10px; |
| 167 | - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 168 | - margin-block-end: 15px; | |
| 169 | -} | |
| 176 | + -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); | |
| 177 | + box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); | |
| 178 | + margin-bottom: 15px; } | |
| 170 | 179 | |
| 171 | 180 | .e-control-tools { |
| 172 | - display: flex; | |
| 173 | -} | |
| 181 | + display: -webkit-box; | |
| 182 | + display: -ms-flexbox; | |
| 183 | + display: flex; } | |
| 174 | 184 | |
| 175 | 185 | .e-control-tool { |
| 176 | 186 | width: 20px; |
| 177 | 187 | height: 20px; |
| 188 | + display: -webkit-inline-box; | |
| 189 | + display: -ms-inline-flexbox; | |
| 178 | 190 | display: inline-flex; |
| 179 | - border-radius: 3px; | |
| 191 | + -webkit-border-radius: 3px; | |
| 192 | + border-radius: 3px; | |
| 180 | 193 | margin: 0 3px 0; |
| 181 | 194 | border: 0; |
| 182 | 195 | 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 | -} | |
| 196 | + background-color: #fff; } | |
| 197 | + .e-control-tool:not(.e-control-tool-disabled) { | |
| 198 | + -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); | |
| 199 | + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); | |
| 200 | + cursor: pointer; } | |
| 201 | + .e-control-tool-disabled { | |
| 202 | + background: #e6e9ec; | |
| 203 | + pointer-events: none; } | |
| 204 | + .e-control-tool-disabled i { | |
| 205 | + color: #fff; } | |
| 206 | + .e-control-tool i { | |
| 207 | + position: absolute; | |
| 208 | + top: 50%; | |
| 209 | + left: 50%; | |
| 210 | + -webkit-transform: translateX(-50%) translateY(-50%); | |
| 211 | + -ms-transform: translateX(-50%) translateY(-50%); | |
| 212 | + transform: translateX(-50%) translateY(-50%); | |
| 213 | + color: #6d7882; | |
| 214 | + font-size: 13px; } | |
| 205 | 215 | |
| 216 | +#e-enable-unfiltered-files-dialog .dialog-confirm-ok { | |
| 217 | + color: #39b54a; } | |
| 218 | + | |
| 206 | 219 | i.eicon-tilted { |
| 207 | - transform: rotate(90deg); | |
| 208 | -} | |
| 220 | + -webkit-transform: rotate(90deg); | |
| 221 | + -ms-transform: rotate(90deg); | |
| 222 | + transform: rotate(90deg); } | |
| 209 | 223 | |
| 210 | 224 | .elementor-loader-wrapper { |
| 211 | 225 | position: absolute; |
| 212 | - inset-block-start: 50%; | |
| 213 | - inset-inline-start: 50%; | |
| 214 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 226 | + top: 50%; | |
| 227 | + left: 50%; | |
| 228 | + -webkit-transform: translate(-50%, -50%); | |
| 229 | + -ms-transform: translate(-50%, -50%); | |
| 230 | + transform: translate(-50%, -50%); | |
| 215 | 231 | width: 300px; |
| 232 | + display: -webkit-box; | |
| 233 | + display: -ms-flexbox; | |
| 216 | 234 | display: flex; |
| 217 | - flex-direction: column; | |
| 218 | - align-items: center; | |
| 219 | - gap: 30px; | |
| 220 | -} | |
| 235 | + -ms-flex-wrap: wrap; | |
| 236 | + flex-wrap: wrap; | |
| 237 | + -webkit-box-pack: center; | |
| 238 | + -ms-flex-pack: center; | |
| 239 | + justify-content: center; } | |
| 221 | 240 | |
| 222 | 241 | .elementor-loader { |
| 223 | - border-radius: 50%; | |
| 242 | + -webkit-border-radius: 50%; | |
| 243 | + border-radius: 50%; | |
| 224 | 244 | padding: 40px; |
| 225 | 245 | height: 150px; |
| 226 | 246 | 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 | -} | |
| 247 | + background-color: rgba(255, 255, 255, 0.9); | |
| 248 | + -webkit-box-sizing: border-box; | |
| 249 | + box-sizing: border-box; | |
| 250 | + -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); | |
| 251 | + box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); } | |
| 231 | 252 | |
| 232 | 253 | .elementor-loader-boxes { |
| 233 | 254 | height: 100%; |
| 234 | 255 | width: 100%; |
| 235 | - position: relative; | |
| 236 | -} | |
| 256 | + position: relative; } | |
| 237 | 257 | |
| 238 | 258 | .elementor-loader-box { |
| 239 | 259 | 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 | -} | |
| 260 | + background-color: #d5dadf; | |
| 261 | + -webkit-animation: load 1.8s linear infinite; | |
| 262 | + animation: load 1.8s linear infinite; } | |
| 263 | + .elementor-loader-box:nth-of-type(1) { | |
| 264 | + width: 20%; | |
| 265 | + height: 100%; | |
| 266 | + left: 0; | |
| 267 | + top: 0; } | |
| 268 | + .elementor-loader-box:not(:nth-of-type(1)) { | |
| 269 | + right: 0; | |
| 270 | + height: 20%; | |
| 271 | + width: 60%; } | |
| 272 | + .elementor-loader-box:nth-of-type(2) { | |
| 273 | + top: 0; | |
| 274 | + -webkit-animation-delay: -0.45s; | |
| 275 | + animation-delay: -0.45s; } | |
| 276 | + .elementor-loader-box:nth-of-type(3) { | |
| 277 | + top: 40%; | |
| 278 | + -webkit-animation-delay: -0.9s; | |
| 279 | + animation-delay: -0.9s; } | |
| 280 | + .elementor-loader-box:nth-of-type(4) { | |
| 281 | + bottom: 0; | |
| 282 | + -webkit-animation-delay: -1.35s; | |
| 283 | + animation-delay: -1.35s; } | |
| 266 | 284 | |
| 267 | 285 | .elementor-loading-title { |
| 268 | - color: var(--e-a-color-txt); | |
| 286 | + color: #a4afb7; | |
| 269 | 287 | text-align: center; |
| 270 | 288 | text-transform: uppercase; |
| 289 | + margin-top: 30px; | |
| 271 | 290 | letter-spacing: 7px; |
| 272 | 291 | text-indent: 7px; |
| 273 | 292 | font-size: 10px; |
| 274 | - width: 100%; | |
| 275 | -} | |
| 293 | + width: 100%; } | |
| 276 | 294 | |
| 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); | |
| 295 | +.elementor-button { | |
| 296 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 297 | + font-weight: 500; | |
| 298 | + text-transform: uppercase; | |
| 299 | + outline: none; | |
| 300 | + border: none; | |
| 301 | + -webkit-border-radius: 3px; | |
| 302 | + border-radius: 3px; | |
| 303 | + -webkit-transition-property: background, color, opacity, -webkit-box-shadow; | |
| 304 | + transition-property: background, color, opacity, -webkit-box-shadow; | |
| 305 | + -o-transition-property: background, color, box-shadow, opacity; | |
| 306 | + transition-property: background, color, box-shadow, opacity; | |
| 307 | + transition-property: background, color, box-shadow, opacity, -webkit-box-shadow; | |
| 308 | + -webkit-transition-duration: .3s; | |
| 309 | + -o-transition-duration: .3s; | |
| 310 | + transition-duration: .3s; } | |
| 311 | + .elementor-button:hover { | |
| 312 | + border: none; } | |
| 313 | + .elementor-button:not([disabled]) { | |
| 314 | + cursor: pointer; } | |
| 315 | + .elementor-button:not(.elementor-button-state) .elementor-state-icon { | |
| 316 | + display: none; } | |
| 317 | + .elementor-button.elementor-button-success { | |
| 318 | + color: #fff; } | |
| 319 | + .elementor-button.elementor-button-success[disabled] { | |
| 320 | + background-color: #c2cbd2; } | |
| 321 | + .elementor-button.elementor-button-success:not([disabled]) { | |
| 322 | + background-color: #39b54a; } | |
| 323 | + .elementor-button.elementor-button-success:not([disabled]):hover { | |
| 324 | + opacity: 0.85; | |
| 325 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 326 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 327 | + .elementor-button.elementor-button-success:not([disabled]):active { | |
| 328 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 329 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 330 | + .elementor-button.elementor-button-warning { | |
| 331 | + background-color: #a4afb7; | |
| 332 | + color: #fff; } | |
| 333 | + .elementor-button.elementor-button-warning[disabled] { | |
| 334 | + background-color: #c2cbd2; } | |
| 335 | + .elementor-button.elementor-button-warning:not([disabled]):hover { | |
| 336 | + background-color: #b01b1b; | |
| 337 | + opacity: 0.85; | |
| 338 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 339 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 340 | + .elementor-button.elementor-button-warning:not([disabled]):active { | |
| 341 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 342 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 343 | + .elementor-button.elementor-button-danger { | |
| 344 | + background-color: #d72b3f; | |
| 345 | + color: #fff; } | |
| 346 | + .elementor-button.elementor-button-danger[disabled] { | |
| 347 | + background-color: #c2cbd2; } | |
| 348 | + .elementor-button.elementor-button-danger:not([disabled]):hover { | |
| 349 | + opacity: 0.85; | |
| 350 | + -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); | |
| 351 | + box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); } | |
| 352 | + .elementor-button.elementor-button-danger:not([disabled]):active { | |
| 353 | + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); | |
| 354 | + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1); } | |
| 355 | + .elementor-button.elementor-edit-template { | |
| 356 | + display: inline-block; | |
| 357 | + margin-top: 15px; | |
| 358 | + color: #fff; } | |
| 359 | + .elementor-button.elementor-button-default { | |
| 360 | + background-color: #a4afb7; | |
| 361 | + color: #fff; | |
| 362 | + font-size: 11px; | |
| 363 | + padding: 7px 21px; } | |
| 364 | + .elementor-button.elementor-button-default:hover { | |
| 365 | + background-color: #6d7882; | |
| 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-default: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-default:visited { | |
| 372 | + color: #fff; } | |
| 373 | + .elementor-button.elementor-button-go-pro { | |
| 374 | + background-color: #93003c; } | |
| 375 | + .elementor-button i { | |
| 376 | + margin-right: 10px; } | |
| 377 | + | |
| 378 | +input, select, textarea, .elementor-input-style { | |
| 379 | + -webkit-border-radius: 3px; | |
| 380 | + border-radius: 3px; | |
| 283 | 381 | font-size: 12px; |
| 284 | 382 | width: 100%; |
| 285 | 383 | 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 | -} | |
| 384 | + -webkit-box-shadow: none; | |
| 385 | + box-shadow: none; | |
| 386 | + color: #6d7882; | |
| 387 | + border: 1px solid; | |
| 388 | + outline: none; } | |
| 389 | + input:not(:focus), select:not(:focus), textarea:not(:focus), .elementor-input-style:not(:focus) { | |
| 390 | + border-color: #d5dadf; } | |
| 391 | + 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 { | |
| 392 | + border-color: #a4afb7; } | |
| 393 | + input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .elementor-input-style::-webkit-input-placeholder { | |
| 394 | + color: #a4afb7; } | |
| 395 | + input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .elementor-input-style::-moz-placeholder { | |
| 396 | + color: #a4afb7; } | |
| 397 | + input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, .elementor-input-style::-ms-input-placeholder { | |
| 398 | + color: #a4afb7; } | |
| 399 | + input::placeholder, select::placeholder, textarea::placeholder, .elementor-input-style::placeholder { | |
| 400 | + color: #a4afb7; } | |
| 300 | 401 | |
| 301 | -.elementor-error input, | |
| 302 | -.elementor-error select, | |
| 303 | -.elementor-error textarea { | |
| 304 | - border-color: var(--e-a-color-danger); | |
| 305 | -} | |
| 402 | +.elementor-error input, .elementor-error select, .elementor-error textarea { | |
| 403 | + border-color: #b01b1b; } | |
| 306 | 404 | |
| 307 | 405 | input { |
| 308 | - min-width: 0; | |
| 309 | -} | |
| 406 | + min-width: 0; } | |
| 310 | 407 | |
| 311 | -input, textarea, .e-input-style { | |
| 312 | - padding: 5px; | |
| 313 | -} | |
| 408 | +input, textarea, .elementor-input-style { | |
| 409 | + padding: 5px; } | |
| 314 | 410 | |
| 315 | -textarea, .e-input-style { | |
| 316 | - resize: vertical; | |
| 317 | -} | |
| 411 | +textarea, .elementor-input-style { | |
| 412 | + resize: vertical; } | |
| 318 | 413 | |
| 319 | -input[type=checkbox], | |
| 320 | -input[type=radio] { | |
| 414 | +input[type="checkbox"], | |
| 415 | +input[type="radio"] { | |
| 321 | 416 | height: auto; |
| 322 | - width: auto; | |
| 323 | -} | |
| 417 | + width: auto; } | |
| 324 | 418 | |
| 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 | 419 | input[disabled] { |
| 357 | - background-color: var(--e-a-bg-hover); | |
| 420 | + background-color: #e6e9ec; | |
| 358 | 421 | cursor: not-allowed; |
| 359 | - opacity: 1; | |
| 360 | -} | |
| 422 | + opacity: 1; } | |
| 361 | 423 | |
| 362 | 424 | select { |
| 363 | 425 | outline: none; |
| 364 | - height: 27px; | |
| 365 | -} | |
| 426 | + height: 27px; } | |
| 366 | 427 | |
| 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 | 428 | /* |
| 647 | 429 | * Container style |
| 648 | 430 | */ |
| 649 | 431 | .ps { |
| @@ -648,10 +430,10 @@ | ||
| 648 | 430 | */ |
| 649 | 431 | .ps { |
| 650 | 432 | overflow: hidden !important; |
| 651 | 433 | overflow-anchor: none; |
| 652 | - touch-action: auto; | |
| 653 | -} | |
| 434 | + -ms-touch-action: auto; | |
| 435 | + touch-action: auto; } | |
| 654 | 436 | |
| 655 | 437 | /* |
| 656 | 438 | * Scrollbar rail styles |
| 657 | 439 | */ |
| @@ -657,66 +439,63 @@ | ||
| 657 | 439 | */ |
| 658 | 440 | .ps__rail-y { |
| 659 | 441 | display: none; |
| 660 | 442 | opacity: 0; |
| 661 | - transition: background-color 0.2s linear, opacity 0.2s linear; | |
| 443 | + -webkit-transition: background-color .2s linear, opacity .2s linear; | |
| 444 | + -o-transition: background-color .2s linear, opacity .2s linear; | |
| 445 | + transition: background-color .2s linear, opacity .2s linear; | |
| 662 | 446 | width: 15px; |
| 663 | 447 | /* there must be 'right' or 'left' for ps__rail-y */ |
| 664 | 448 | right: 0; |
| 665 | 449 | left: initial !important; |
| 666 | 450 | /* please don't change 'position' */ |
| 667 | - position: absolute; | |
| 668 | -} | |
| 451 | + position: absolute; } | |
| 669 | 452 | |
| 670 | 453 | .ps--active-y > .ps__rail-y { |
| 671 | 454 | display: block; |
| 672 | - background-color: transparent; | |
| 673 | -} | |
| 455 | + background-color: transparent; } | |
| 674 | 456 | |
| 675 | 457 | .ps:hover > .ps__rail-y, |
| 676 | 458 | .ps--focus > .ps__rail-y, |
| 677 | 459 | .ps--scrolling-y > .ps__rail-y { |
| 678 | - opacity: 0.6; | |
| 679 | -} | |
| 460 | + opacity: 0.6; } | |
| 680 | 461 | |
| 681 | 462 | .ps .ps__rail-y:hover, |
| 682 | 463 | .ps .ps__rail-y:focus, |
| 683 | 464 | .ps .ps__rail-y.ps--clicking { |
| 684 | - opacity: 0.9; | |
| 685 | -} | |
| 465 | + opacity: 0.9; } | |
| 686 | 466 | |
| 687 | 467 | .ps__thumb-y { |
| 688 | 468 | background-color: #aaa; |
| 689 | - border-radius: 6px; | |
| 690 | - transition: background-color 0.2s linear, width 0.2s ease-in-out; | |
| 469 | + -webkit-border-radius: 6px; | |
| 470 | + border-radius: 6px; | |
| 471 | + -webkit-transition: background-color .2s linear, width .2s ease-in-out; | |
| 472 | + -o-transition: background-color .2s linear, width .2s ease-in-out; | |
| 473 | + transition: background-color .2s linear, width .2s ease-in-out; | |
| 691 | 474 | width: 6px; |
| 692 | 475 | /* there must be 'right' for ps__thumb-y */ |
| 693 | 476 | right: 2px; |
| 694 | 477 | /* please don't change 'position' */ |
| 695 | - position: absolute; | |
| 696 | -} | |
| 478 | + position: absolute; } | |
| 697 | 479 | |
| 698 | 480 | .ps__rail-y:hover > .ps__thumb-y, |
| 699 | 481 | .ps__rail-y:focus > .ps__thumb-y, |
| 700 | 482 | .ps__rail-y.ps--clicking .ps__thumb-y { |
| 701 | 483 | background-color: #999; |
| 702 | - width: 6px; | |
| 703 | -} | |
| 484 | + width: 6px; } | |
| 704 | 485 | |
| 705 | 486 | /* Make clicks pass-through */ |
| 706 | 487 | #nprogress { |
| 707 | - pointer-events: none; | |
| 708 | -} | |
| 488 | + pointer-events: none; } | |
| 709 | 489 | |
| 710 | 490 | #nprogress .bar { |
| 711 | - background: #D004D4; | |
| 491 | + background: #39b54a; | |
| 712 | 492 | position: fixed; |
| 713 | 493 | z-index: 1031; |
| 714 | 494 | top: 0; |
| 715 | 495 | left: 0; |
| 716 | 496 | width: 100%; |
| 717 | - height: 2px; | |
| 718 | -} | |
| 497 | + height: 2px; } | |
| 719 | 498 | |
| 720 | 499 | /* Fancy blur effect */ |
| 721 | 500 | #nprogress .peg { |
| 722 | 501 | display: block; |
| @@ -723,12 +502,14 @@ | ||
| 723 | 502 | position: absolute; |
| 724 | 503 | right: 0; |
| 725 | 504 | width: 100px; |
| 726 | 505 | height: 100%; |
| 727 | - box-shadow: 0 0 10px #D004D4, 0 0 5px #D004D4; | |
| 728 | - opacity: 1; | |
| 729 | - transform: rotate(3deg) translate(0px, -4px); | |
| 730 | -} | |
| 506 | + -webkit-box-shadow: 0 0 10px #39b54a, 0 0 5px #39b54a; | |
| 507 | + box-shadow: 0 0 10px #39b54a, 0 0 5px #39b54a; | |
| 508 | + opacity: 1.0; | |
| 509 | + -webkit-transform: rotate(3deg) translate(0px, -4px); | |
| 510 | + -ms-transform: rotate(3deg) translate(0px, -4px); | |
| 511 | + transform: rotate(3deg) translate(0px, -4px); } | |
| 731 | 512 | |
| 732 | 513 | /* Remove these to get rid of the spinner */ |
| 733 | 514 | #nprogress .spinner { |
| 734 | 515 | display: none; |
| @@ -734,3284 +515,2536 @@ | ||
| 734 | 515 | display: none; |
| 735 | 516 | position: fixed; |
| 736 | 517 | z-index: 1031; |
| 737 | 518 | top: 15px; |
| 738 | - right: 15px; | |
| 739 | -} | |
| 519 | + right: 15px; } | |
| 740 | 520 | |
| 741 | 521 | #nprogress .spinner-icon { |
| 742 | 522 | width: 18px; |
| 743 | 523 | height: 18px; |
| 744 | - box-sizing: border-box; | |
| 524 | + -webkit-box-sizing: border-box; | |
| 525 | + box-sizing: border-box; | |
| 745 | 526 | 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 | -} | |
| 527 | + border-top-color: #39b54a; | |
| 528 | + border-left-color: #39b54a; | |
| 529 | + -webkit-border-radius: 50%; | |
| 530 | + border-radius: 50%; | |
| 531 | + -webkit-animation: nprogress-spinner 400ms linear infinite; | |
| 532 | + animation: nprogress-spinner 400ms linear infinite; } | |
| 751 | 533 | |
| 752 | 534 | .nprogress-custom-parent { |
| 753 | 535 | overflow: hidden; |
| 754 | - position: relative; | |
| 755 | -} | |
| 536 | + position: relative; } | |
| 756 | 537 | |
| 757 | 538 | .nprogress-custom-parent #nprogress .spinner, |
| 758 | 539 | .nprogress-custom-parent #nprogress .bar { |
| 759 | - position: absolute; | |
| 760 | -} | |
| 540 | + position: absolute; } | |
| 761 | 541 | |
| 542 | +@-webkit-keyframes nprogress-spinner { | |
| 543 | + 0% { | |
| 544 | + -webkit-transform: rotate(0deg); | |
| 545 | + transform: rotate(0deg); } | |
| 546 | + 100% { | |
| 547 | + -webkit-transform: rotate(360deg); | |
| 548 | + transform: rotate(360deg); } } | |
| 549 | + | |
| 762 | 550 | @keyframes nprogress-spinner { |
| 763 | 551 | 0% { |
| 764 | - transform: rotate(0deg); | |
| 765 | - } | |
| 552 | + -webkit-transform: rotate(0deg); | |
| 553 | + transform: rotate(0deg); } | |
| 766 | 554 | 100% { |
| 767 | - transform: rotate(360deg); | |
| 768 | - } | |
| 769 | -} | |
| 555 | + -webkit-transform: rotate(360deg); | |
| 556 | + transform: rotate(360deg); } } | |
| 557 | + | |
| 770 | 558 | #nprogress .bar, |
| 771 | 559 | #nprogress .spinner { |
| 772 | - z-index: 100000; | |
| 773 | -} | |
| 560 | + z-index: 100000; } | |
| 774 | 561 | |
| 775 | 562 | :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 | -} | |
| 563 | + --e-is-preview-mode: 0; } | |
| 564 | + @media (max-width: 1439px) { | |
| 565 | + :root { | |
| 566 | + --e-editor-panel-width: 280px; } } | |
| 567 | + @media (min-width: 1440px) { | |
| 568 | + :root { | |
| 569 | + --e-editor-panel-width: 300px; } } | |
| 788 | 570 | |
| 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 | 571 | .elementor-panel { |
| 929 | 572 | position: relative; |
| 930 | 573 | height: 100%; |
| 931 | - inset-inline-start: 0; | |
| 932 | - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 574 | + -webkit-margin-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 575 | + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 933 | 576 | width: var(--e-editor-panel-width); |
| 934 | 577 | overflow: visible; |
| 935 | - background-color: var(--e-a-bg-default); | |
| 578 | + background-color: #e6e9ec; | |
| 936 | 579 | z-index: 1; |
| 937 | - font-family: var(--e-a-font-family); | |
| 580 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 938 | 581 | 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 | -} | |
| 582 | + left: 0; } | |
| 583 | + .elementor-editor-preview .elementor-panel { | |
| 584 | + --e-is-preview-mode: 1; } | |
| 585 | + .elementor-editor-preview .elementor-panel > .ui-resizable-e, .elementor-editor-preview .elementor-panel > .ui-resizable-w { | |
| 586 | + display: none; } | |
| 587 | + .elementor-panel .ps__rail-y { | |
| 588 | + z-index: 2; } | |
| 589 | + .elementor-panel .elementor-responsive-panel { | |
| 590 | + padding: 5px 10px; | |
| 591 | + display: grid; | |
| 592 | + gap: 10px; | |
| 593 | + grid-template-columns: repeat(auto-fill, minmax(Min(135px, calc( 50% - 5px)), 1fr)); } | |
| 594 | + .elementor-panel .elementor-responsive-panel > .e-responsive-panel-stretch { | |
| 595 | + grid-column: 1 / -1; } | |
| 596 | + .elementor-panel ::-moz-selection { | |
| 597 | + background: #5bc0de; | |
| 598 | + color: #ffffff; } | |
| 599 | + .elementor-panel ::selection { | |
| 600 | + background: #5bc0de; | |
| 601 | + color: #ffffff; } | |
| 602 | + .elementor-panel a { | |
| 603 | + color: #93003c; } | |
| 604 | + .elementor-panel h1, | |
| 605 | + .elementor-panel h2, | |
| 606 | + .elementor-panel h3, | |
| 607 | + .elementor-panel h4, | |
| 608 | + .elementor-panel h5, | |
| 609 | + .elementor-panel h6 { | |
| 610 | + font-size: 100%; | |
| 611 | + font-weight: normal; } | |
| 612 | + .elementor-panel abbr, | |
| 613 | + .elementor-panel acronym { | |
| 614 | + border: 0; | |
| 615 | + font-variant: normal; } | |
| 616 | + .elementor-panel sup { | |
| 617 | + vertical-align: text-top; } | |
| 618 | + .elementor-panel sub { | |
| 619 | + vertical-align: text-bottom; } | |
| 620 | + .elementor-panel img { | |
| 621 | + max-width: 100%; | |
| 622 | + height: auto; | |
| 623 | + border: 0; } | |
| 624 | + .elementor-panel ::-moz-focus-inner { | |
| 625 | + padding: 0; | |
| 626 | + border: 0; } | |
| 627 | + .elementor-panel :focus { | |
| 628 | + outline: 0; } | |
| 629 | + .elementor-panel .elementor-panel-box { | |
| 630 | + margin-top: 10px; | |
| 631 | + background-color: #fff; } | |
| 632 | + .elementor-panel .elementor-panel-box-content { | |
| 633 | + padding: 20px 20px 10px; } | |
| 634 | + .elementor-panel .elementor-button { | |
| 635 | + display: inline-block; } | |
| 636 | + .elementor-panel .elementor-panel-alert { | |
| 637 | + background-color: #fcfcfc; | |
| 638 | + padding: 15px; | |
| 639 | + border-left: 3px solid transparent; | |
| 640 | + position: relative; | |
| 641 | + font-size: 12px; | |
| 642 | + font-weight: 300; | |
| 643 | + font-style: italic; | |
| 644 | + line-height: 1.5; | |
| 645 | + text-align: left; | |
| 646 | + -webkit-border-radius: 0 3px 3px 0; | |
| 647 | + border-radius: 0 3px 3px 0; | |
| 648 | + -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); | |
| 649 | + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); } | |
| 650 | + .elementor-panel .elementor-panel-alert a { | |
| 651 | + color: inherit; } | |
| 652 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-info { | |
| 653 | + border-color: #71d7f7; | |
| 654 | + background-color: #f3fcff; } | |
| 655 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-success { | |
| 656 | + border-color: #39b54a; } | |
| 657 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-warning { | |
| 658 | + border-color: #fcb92c; } | |
| 659 | + .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger { | |
| 660 | + border-color: #d72b3f; } | |
| 661 | + .elementor-panel .elementor-label { | |
| 662 | + display: inline; | |
| 663 | + padding: .2em .6em .3em; | |
| 664 | + font-size: 75%; | |
| 665 | + font-weight: 700; | |
| 666 | + line-height: 1; | |
| 667 | + color: #fff; | |
| 668 | + text-align: center; | |
| 669 | + white-space: nowrap; | |
| 670 | + vertical-align: baseline; | |
| 671 | + -webkit-border-radius: .25em; | |
| 672 | + border-radius: .25em; | |
| 673 | + text-transform: capitalize; } | |
| 674 | + .elementor-panel .elementor-label.elementor-label-default { | |
| 675 | + background-color: #a4afb7; } | |
| 676 | + .elementor-panel .elementor-label.elementor-label-info { | |
| 677 | + background-color: #5bc0de; } | |
| 678 | + .elementor-panel .elementor-label.elementor-label-success { | |
| 679 | + background-color: #5cb85c; } | |
| 680 | + .elementor-panel .elementor-label.elementor-label-warning { | |
| 681 | + background-color: #f0ad4e; } | |
| 682 | + .elementor-panel .elementor-label.elementor-label-danger { | |
| 683 | + background-color: #d9534f; } | |
| 684 | + .elementor-panel .elementor-descriptor, .elementor-panel .elementor-control-field-description { | |
| 685 | + font-size: 11px; | |
| 686 | + font-style: italic; | |
| 687 | + line-height: 1.4; | |
| 688 | + color: #a4afb7; } | |
| 689 | + .elementor-panel .elementor-controls-popover { | |
| 690 | + display: none; | |
| 691 | + position: absolute; | |
| 692 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 693 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 694 | + -webkit-border-radius: 3px; | |
| 695 | + border-radius: 3px; | |
| 696 | + left: 0; | |
| 697 | + right: 0; | |
| 698 | + margin: -4px auto 5px; | |
| 699 | + padding-top: 15px; | |
| 700 | + width: 90%; | |
| 701 | + z-index: 10000; | |
| 702 | + background-color: #fff; } | |
| 703 | + .elementor-panel .elementor-controls-popover:before { | |
| 704 | + content: ''; | |
| 705 | + position: absolute; | |
| 706 | + top: -16px; | |
| 707 | + right: 22px; | |
| 708 | + border: 8px solid transparent; | |
| 709 | + border-bottom-color: #fff; } | |
| 710 | + .elementor-panel .elementor-controls-popover div.elementor-control { | |
| 711 | + background-color: transparent; } | |
| 712 | + .elementor-panel .elementor-controls-popover div.elementor-control:before { | |
| 713 | + content: none; } | |
| 714 | + .elementor-panel #elementor-controls .pojo-widget-button-collapse { | |
| 715 | + display: none; } | |
| 716 | + .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { | |
| 717 | + margin-top: 20px; } | |
| 718 | + .elementor-panel #elementor-panel-header { | |
| 719 | + display: table; | |
| 720 | + height: 40px; | |
| 721 | + width: 100%; | |
| 722 | + background-color: #93003c; | |
| 723 | + color: #fff; } | |
| 724 | + .elementor-panel #elementor-panel-header > * { | |
| 725 | + display: table-cell; | |
| 726 | + vertical-align: middle; | |
| 727 | + text-align: center; } | |
| 728 | + .elementor-panel .elementor-header-button { | |
| 729 | + width: 40px; } | |
| 730 | + .elementor-panel .elementor-header-button .elementor-icon { | |
| 731 | + cursor: pointer; | |
| 732 | + display: block; | |
| 733 | + font-size: 19px; | |
| 734 | + height: 40px; | |
| 735 | + line-height: 40px; | |
| 736 | + -webkit-transition: all 0.3s; | |
| 737 | + -o-transition: all 0.3s; | |
| 738 | + transition: all 0.3s; } | |
| 739 | + .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar { | |
| 740 | + font-size: 18px; } | |
| 741 | + .elementor-panel .elementor-header-button .elementor-icon:hover { | |
| 742 | + color: #d5dadf; } | |
| 743 | + .elementor-panel #elementor-panel-header-title { | |
| 744 | + font-size: 15px; } | |
| 745 | + .elementor-panel #elementor-panel-header-title img { | |
| 746 | + width: 90px; } | |
| 747 | + .elementor-panel #elementor-panel-elements-categories { | |
| 748 | + padding-bottom: 10px; } | |
| 749 | + .elementor-panel .elementor-panel-category { | |
| 750 | + position: relative; } | |
| 751 | + .elementor-panel .elementor-panel-category:first-child .elementor-panel-category-title { | |
| 752 | + padding-top: 14px; } | |
| 753 | + .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-category-title:before { | |
| 754 | + -webkit-transform: rotate(90deg); | |
| 755 | + -ms-transform: rotate(90deg); | |
| 756 | + transform: rotate(90deg); } | |
| 757 | + .elementor-panel .elementor-panel-category:not(.elementor-active):after { | |
| 758 | + content: ''; | |
| 759 | + position: absolute; | |
| 760 | + left: 15px; | |
| 761 | + right: 15px; | |
| 762 | + bottom: 0; | |
| 763 | + height: 8px; | |
| 764 | + background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(transparent)); | |
| 765 | + background: -webkit-linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 766 | + background: -o-linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 767 | + background: linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 768 | + -webkit-transform: translateY(100%); | |
| 769 | + -ms-transform: translateY(100%); | |
| 770 | + transform: translateY(100%); } | |
| 771 | + .elementor-panel .elementor-panel-category-title { | |
| 772 | + margin: 0 15px; | |
| 773 | + padding: 20px 0; | |
| 774 | + position: relative; | |
| 775 | + text-transform: uppercase; | |
| 776 | + font-size: 11px; | |
| 777 | + cursor: pointer; } | |
| 778 | + .elementor-panel .elementor-panel-category-title:before { | |
| 779 | + content: ""; | |
| 780 | + font-family: eicons; | |
| 781 | + position: absolute; | |
| 782 | + right: 0; | |
| 783 | + -webkit-transition: -webkit-transform .3s; | |
| 784 | + transition: -webkit-transform .3s; | |
| 785 | + -o-transition: transform .3s; | |
| 786 | + transition: transform .3s; | |
| 787 | + transition: transform .3s, -webkit-transform .3s; } | |
| 788 | + .elementor-panel .elementor-panel-category-items { | |
| 789 | + padding: 0 10px; } | |
| 790 | + .elementor-panel .elementor-panel-category-items-empty { | |
| 791 | + grid-column-start: 1; | |
| 792 | + grid-column-end: 3; } | |
| 793 | + .elementor-panel .elementor-panel-scheme-title { | |
| 794 | + padding: 10px 20px; | |
| 795 | + margin-top: 10px; } | |
| 796 | + .elementor-panel .elementor-panel-scheme-description { | |
| 797 | + padding: 20px 20px 0; } | |
| 798 | + .elementor-panel .elementor-panel-scheme-buttons { | |
| 799 | + padding: 0 20px; | |
| 800 | + display: table; | |
| 801 | + table-layout: fixed; | |
| 802 | + width: 100%; | |
| 803 | + height: 40px; | |
| 804 | + background-color: #fff; | |
| 805 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 806 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); } | |
| 807 | + .elementor-panel .elementor-panel-scheme-buttons .elementor-button { | |
| 808 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 809 | + font-size: 11px; | |
| 810 | + font-weight: 400; } | |
| 811 | + .elementor-panel .elementor-panel-scheme-button-wrapper { | |
| 812 | + display: table-cell; | |
| 813 | + vertical-align: middle; | |
| 814 | + text-align: center; } | |
| 815 | + .elementor-panel .elementor-panel-scheme-button-wrapper:first-child { | |
| 816 | + text-align: left; } | |
| 817 | + .elementor-panel .elementor-panel-scheme-button-wrapper:last-child { | |
| 818 | + text-align: right; } | |
| 819 | + .elementor-panel .elementor-panel-scheme-save .elementor-button { | |
| 820 | + padding: 6px 18px; } | |
| 821 | + .elementor-panel .elementor-panel-scheme-reset .elementor-button, .elementor-panel .elementor-panel-scheme-discard .elementor-button { | |
| 822 | + color: #a4afb7; | |
| 823 | + background: none; } | |
| 824 | + .elementor-panel .elementor-panel-scheme-color .elementor-panel-scheme-items { | |
| 825 | + position: relative; | |
| 826 | + display: grid; | |
| 827 | + grid-template-columns: repeat(4, 27px); | |
| 828 | + -webkit-box-pack: justify; | |
| 829 | + -ms-flex-pack: justify; | |
| 830 | + justify-content: space-between; } | |
| 831 | + .elementor-panel .elementor-panel-scheme-color-title { | |
| 832 | + text-align: center; | |
| 833 | + text-transform: uppercase; | |
| 834 | + margin: 10px 0; | |
| 835 | + color: #c2cbd2; | |
| 836 | + font-size: 8px; } | |
| 837 | + .elementor-panel .elementor-panel-scheme-typography-item { | |
| 838 | + display: table; | |
| 839 | + table-layout: fixed; | |
| 840 | + width: 100%; | |
| 841 | + margin-bottom: 15px; } | |
| 842 | + .elementor-panel .elementor-panel-scheme-typography-item > * { | |
| 843 | + display: table-cell; | |
| 844 | + vertical-align: middle; } | |
| 845 | + .elementor-panel .elementor-panel-scheme-typography-item-value select, .elementor-panel .elementor-panel-scheme-typography-item-value input { | |
| 846 | + width: 100%; } | |
| 847 | + .elementor-panel .elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-scheme-typography-items { | |
| 848 | + display: none; } | |
| 849 | + .elementor-panel .elementor-panel-scheme-color-system-scheme { | |
| 850 | + margin-bottom: 10px; } | |
| 851 | + .elementor-panel .elementor-panel-scheme-color-system-scheme .elementor-title { | |
| 852 | + font-size: 11px; | |
| 853 | + color: #a4afb7; | |
| 854 | + font-style: italic; | |
| 855 | + margin-top: 5px; } | |
| 856 | + .elementor-panel .elementor-panel-scheme-color-system-items { | |
| 857 | + display: -webkit-box; | |
| 858 | + display: -ms-flexbox; | |
| 859 | + display: flex; | |
| 860 | + -webkit-transition: border .5s; | |
| 861 | + -o-transition: border .5s; | |
| 862 | + transition: border .5s; | |
| 863 | + overflow: hidden; | |
| 864 | + padding: 3px; | |
| 865 | + -webkit-border-radius: 3px; | |
| 866 | + border-radius: 3px; | |
| 867 | + border: 1px solid #d5dadf; | |
| 868 | + cursor: pointer; } | |
| 869 | + .elementor-panel .elementor-panel-scheme-color-system-items:hover { | |
| 870 | + border: 1px solid #a4afb7; } | |
| 871 | + .elementor-panel .elementor-panel-scheme-color-system-item { | |
| 872 | + height: 20px; | |
| 873 | + -webkit-box-flex: 1; | |
| 874 | + -ms-flex-positive: 1; | |
| 875 | + flex-grow: 1; } | |
| 876 | + .elementor-panel #elementor-panel-schemes-disabled a { | |
| 877 | + color: #39b54a; } | |
| 878 | + .elementor-panel #elementor-panel-schemes-disabled a:hover { | |
| 879 | + text-decoration: underline; } | |
| 880 | + .elementor-panel #elementor-panel-schemes-disabled .elementor-nerd-box-icon { | |
| 881 | + margin-top: 20px; } | |
| 882 | + .elementor-panel #elementor-panel-page-menu { | |
| 883 | + padding: 25px 15px; } | |
| 884 | + .elementor-panel .elementor-panel-menu-group-title { | |
| 885 | + text-transform: uppercase; | |
| 886 | + font-size: 11px; } | |
| 887 | + .elementor-panel .elementor-panel-menu-items { | |
| 888 | + margin: 15px 0 25px; | |
| 889 | + -webkit-border-radius: 5px; | |
| 890 | + border-radius: 5px; | |
| 891 | + overflow: hidden; } | |
| 892 | + .elementor-panel .elementor-panel-menu-item { | |
| 893 | + display: table; | |
| 894 | + width: 100%; | |
| 895 | + height: 40px; | |
| 896 | + cursor: pointer; | |
| 897 | + margin-bottom: 1px; | |
| 898 | + background-color: #fff; } | |
| 899 | + .elementor-panel .elementor-panel-menu-item:hover { | |
| 900 | + background-color: rgba(255, 255, 255, 0.8); } | |
| 901 | + .elementor-panel .elementor-panel-menu-item > * { | |
| 902 | + display: table-cell; | |
| 903 | + vertical-align: middle; } | |
| 904 | + .elementor-panel .elementor-panel-menu-item-icon { | |
| 905 | + text-align: center; | |
| 906 | + width: 50px; | |
| 907 | + color: #a4afb7; | |
| 908 | + font-size: 19px; } | |
| 909 | + .elementor-panel .elementor-panel-menu-item-icon .eicon-editor-external-link { | |
| 910 | + font-size: 18px; } | |
| 911 | + .elementor-panel .elementor-panel-menu-item-title { | |
| 912 | + font-weight: 500; } | |
| 913 | + .elementor-panel .elementor-panel-menu-item-title > span { | |
| 914 | + color: #39b54a; } | |
| 915 | + .elementor-panel .elementor-panel-menu-item a { | |
| 916 | + color: #6d7882; } | |
| 917 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard { | |
| 918 | + background-color: #0085ba; | |
| 919 | + color: #fff; | |
| 920 | + text-transform: uppercase; | |
| 921 | + font-size: 12px; } | |
| 922 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard:hover { | |
| 923 | + background-color: #0073a1; } | |
| 924 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard .elementor-panel-menu-item-title, | |
| 925 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard .elementor-panel-menu-item-icon { | |
| 926 | + color: #fff; } | |
| 927 | + .elementor-panel .elementor-panel-menu-item-settings-additional-settings { | |
| 928 | + background-color: #f1f3f5; } | |
| 929 | + .elementor-panel .elementor-control.elementor-control-clear_page { | |
| 930 | + background-color: transparent; } | |
| 931 | + .elementor-panel .elementor-control.elementor-control-clear_page .elementor-control-raw-html { | |
| 932 | + display: -webkit-box; | |
| 933 | + display: -ms-flexbox; | |
| 934 | + display: flex; | |
| 935 | + -webkit-box-align: center; | |
| 936 | + -ms-flex-align: center; | |
| 937 | + align-items: center; | |
| 938 | + -webkit-box-pack: justify; | |
| 939 | + -ms-flex-pack: justify; | |
| 940 | + justify-content: space-between; } | |
| 941 | + .elementor-panel .elementor-panel-navigation { | |
| 942 | + background-color: #ffffff; | |
| 943 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 944 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 945 | + display: table; | |
| 946 | + table-layout: fixed; | |
| 947 | + width: 100%; } | |
| 948 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab { | |
| 949 | + display: table-cell; } | |
| 950 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 951 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff)); | |
| 952 | + background-image: -webkit-linear-gradient(top, #f1f3f5, #fff); | |
| 953 | + background-image: -o-linear-gradient(top, #f1f3f5, #fff); | |
| 954 | + background-image: linear-gradient(to bottom, #f1f3f5, #fff); | |
| 955 | + border-bottom: 3px solid #93003c; } | |
| 956 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a { | |
| 957 | + display: block; | |
| 958 | + text-align: center; | |
| 959 | + padding: 12px 0 8px; | |
| 960 | + font-size: 10px; | |
| 961 | + color: #6d7882; } | |
| 962 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before { | |
| 963 | + font-family: eicons; | |
| 964 | + font-size: 16px; | |
| 965 | + display: block; | |
| 966 | + margin-bottom: 6px; } | |
| 967 | + .elementor-panel .elementor-tab-control-content a:before { | |
| 968 | + content: '\e92c'; } | |
| 969 | + .elementor-panel .elementor-tab-control-style a:before { | |
| 970 | + content: '\e921'; } | |
| 971 | + .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 { | |
| 972 | + content: '\e916'; } | |
| 973 | + .elementor-panel .elementor-tab-control-responsive a:before { | |
| 974 | + content: '\e885'; } | |
| 975 | + .elementor-panel .elementor-tab-control-layout a:before, .elementor-panel .elementor-tab-control-column a:before { | |
| 976 | + content: '\e899'; } | |
| 977 | + .elementor-panel .elementor-tab-control-lightbox a:before { | |
| 978 | + content: '\e922'; } | |
| 979 | + .elementor-panel #elementor-panel__editor__help { | |
| 980 | + padding: 50px 25px; | |
| 981 | + display: -webkit-box; | |
| 982 | + display: -ms-flexbox; | |
| 983 | + display: flex; | |
| 984 | + -webkit-box-align: center; | |
| 985 | + -ms-flex-align: center; | |
| 986 | + align-items: center; | |
| 987 | + -webkit-box-pack: center; | |
| 988 | + -ms-flex-pack: center; | |
| 989 | + justify-content: center; } | |
| 990 | + .elementor-panel #elementor-panel__editor__help__link { | |
| 991 | + display: -webkit-inline-box; | |
| 992 | + display: -ms-inline-flexbox; | |
| 993 | + display: inline-flex; | |
| 994 | + -webkit-box-align: center; | |
| 995 | + -ms-flex-align: center; | |
| 996 | + align-items: center; | |
| 997 | + -webkit-box-pack: center; | |
| 998 | + -ms-flex-pack: center; | |
| 999 | + justify-content: center; | |
| 1000 | + color: #6d7882; | |
| 1001 | + font-size: 12px; | |
| 1002 | + font-weight: 500; | |
| 1003 | + -webkit-transition: all 0.3s; | |
| 1004 | + -o-transition: all 0.3s; | |
| 1005 | + transition: all 0.3s; } | |
| 1006 | + .elementor-panel #elementor-panel__editor__help__link i { | |
| 1007 | + padding: 0 5px; | |
| 1008 | + color: #a4afb7; | |
| 1009 | + font-size: 18px; | |
| 1010 | + position: relative; } | |
| 1011 | + .elementor-panel #elementor-panel__editor__help__link i:after { | |
| 1012 | + content: ''; | |
| 1013 | + position: absolute; | |
| 1014 | + height: 13px; | |
| 1015 | + width: 13px; | |
| 1016 | + top: 3px; | |
| 1017 | + bottom: 0; | |
| 1018 | + left: 8px; | |
| 1019 | + right: 0; | |
| 1020 | + -webkit-border-radius: 50%; | |
| 1021 | + border-radius: 50%; | |
| 1022 | + z-index: -1; } | |
| 1023 | + .elementor-panel #elementor-panel__editor__help__link:hover { | |
| 1024 | + color: #495157; } | |
| 1025 | + .elementor-panel #elementor-panel__editor__help__link:hover i { | |
| 1026 | + color: #71d7f7; } | |
| 1027 | + .elementor-panel #elementor-panel__editor__help__link:hover i:before { | |
| 1028 | + content: '\e941'; } | |
| 1029 | + .elementor-panel #elementor-panel__editor__help__link:hover i:after { | |
| 1030 | + background: #fff; } | |
| 1031 | + .elementor-panel #elementor-panel-footer { | |
| 1032 | + position: absolute; | |
| 1033 | + bottom: 0; | |
| 1034 | + left: 0; | |
| 1035 | + right: 0; | |
| 1036 | + height: 40px; | |
| 1037 | + background-color: #495157; } | |
| 1038 | + .elementor-panel #elementor-panel-footer-tools { | |
| 1039 | + display: table; | |
| 1040 | + table-layout: fixed; | |
| 1041 | + width: 100%; | |
| 1042 | + height: 100%; } | |
| 1043 | + .elementor-panel .elementor-panel-footer-tool { | |
| 1044 | + display: table-cell; | |
| 1045 | + vertical-align: middle; | |
| 1046 | + text-align: center; | |
| 1047 | + cursor: pointer; | |
| 1048 | + color: #a4afb7; | |
| 1049 | + -webkit-transition: all 0.3s; | |
| 1050 | + -o-transition: all 0.3s; | |
| 1051 | + transition: all 0.3s; } | |
| 1052 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update { | |
| 1053 | + border-right: 1px solid #2d8739; | |
| 1054 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1055 | + border-radius: 3px 0 0 3px; } | |
| 1056 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update i { | |
| 1057 | + margin-right: 5px; } | |
| 1058 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options { | |
| 1059 | + float: left; | |
| 1060 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1061 | + border-radius: 0 3px 3px 0; } | |
| 1062 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i { | |
| 1063 | + margin: auto; } | |
| 1064 | + .elementor-panel .elementor-panel-footer-tool.elementor-open { | |
| 1065 | + color: #fff; } | |
| 1066 | + .elementor-panel .elementor-panel-footer-tool:not(.elementor-open):hover { | |
| 1067 | + color: #d5dadf; } | |
| 1068 | + .elementor-panel .elementor-panel-footer-tool:not(.elementor-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 1069 | + display: none; } | |
| 1070 | + .elementor-panel .elementor-panel-footer-sub-menu-wrapper { | |
| 1071 | + position: absolute; | |
| 1072 | + bottom: 100%; | |
| 1073 | + left: 0; | |
| 1074 | + width: 100%; | |
| 1075 | + background-color: #556068; | |
| 1076 | + padding: 10px; | |
| 1077 | + -webkit-box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1078 | + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1079 | + cursor: default; | |
| 1080 | + z-index: 10000; } | |
| 1081 | + .elementor-panel .elementor-panel-footer-sub-menu { | |
| 1082 | + -webkit-border-radius: 5px; | |
| 1083 | + border-radius: 5px; | |
| 1084 | + overflow: hidden; } | |
| 1085 | + .elementor-panel .elementor-panel-footer-sub-menu-item { | |
| 1086 | + background-color: #495157; | |
| 1087 | + display: table; | |
| 1088 | + table-layout: fixed; | |
| 1089 | + width: 100%; | |
| 1090 | + cursor: pointer; } | |
| 1091 | + .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-icon, | |
| 1092 | + .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-title { | |
| 1093 | + color: #6d7882; } | |
| 1094 | + .elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { | |
| 1095 | + margin-bottom: 1px; } | |
| 1096 | + .elementor-panel .elementor-panel-footer-sub-menu-item:hover { | |
| 1097 | + background-color: rgba(0, 0, 0, 0.2); } | |
| 1098 | + .elementor-panel .elementor-panel-footer-sub-menu-item.active { | |
| 1099 | + background-color: rgba(0, 0, 0, 0.3); } | |
| 1100 | + .elementor-panel .elementor-panel-footer-sub-menu-item > * { | |
| 1101 | + display: table-cell; | |
| 1102 | + height: 40px; | |
| 1103 | + vertical-align: middle; } | |
| 1104 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-icon { | |
| 1105 | + width: 40px; | |
| 1106 | + color: #a4afb7; } | |
| 1107 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-title { | |
| 1108 | + text-align: left; | |
| 1109 | + color: #d5dadf; } | |
| 1110 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description { | |
| 1111 | + width: 95px; | |
| 1112 | + text-align: left; | |
| 1113 | + font-size: 11px; | |
| 1114 | + font-style: italic; | |
| 1115 | + color: #a4afb7; } | |
| 1116 | + .elementor-panel #elementor-panel-footer-help-title { | |
| 1117 | + text-align: left; | |
| 1118 | + padding: 10px 0; | |
| 1119 | + color: #d5dadf; } | |
| 1120 | + .elementor-panel #elementor-panel-footer-responsive > i { | |
| 1121 | + display: block; | |
| 1122 | + height: 100%; | |
| 1123 | + line-height: 40px; } | |
| 1124 | + .elementor-panel #elementor-panel-footer-saver-publish { | |
| 1125 | + width: 80px; } | |
| 1126 | + .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { | |
| 1127 | + margin-right: 0; } | |
| 1128 | + .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { | |
| 1129 | + display: none; } | |
| 1130 | + .elementor-panel #elementor-panel-footer-saver-options { | |
| 1131 | + width: 35px; | |
| 1132 | + border-left: 1px solid #495157; } | |
| 1133 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { | |
| 1134 | + font-size: 11px; | |
| 1135 | + font-style: italic; | |
| 1136 | + color: #a4afb7; | |
| 1137 | + padding: 5px 0 15px; } | |
| 1138 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { | |
| 1139 | + display: none; } | |
| 1140 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { | |
| 1141 | + border-bottom: 1px dotted transparent; | |
| 1142 | + -webkit-transition: all ease-in-out .3s; | |
| 1143 | + -o-transition: all ease-in-out .3s; | |
| 1144 | + transition: all ease-in-out .3s; | |
| 1145 | + cursor: pointer; } | |
| 1146 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { | |
| 1147 | + border-bottom-color: inherit; } | |
| 1148 | + .elementor-panel .elementor-disabled { | |
| 1149 | + cursor: default; } | |
| 1150 | + .elementor-panel #elementor-panel-saver-button-preview a { | |
| 1151 | + color: #a4afb7; } | |
| 1152 | + .elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1153 | + font-size: 11px; | |
| 1154 | + text-transform: uppercase; | |
| 1155 | + height: 26px; } | |
| 1156 | + .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1157 | + background-color: #556068; | |
| 1158 | + color: #a4afb7; } | |
| 1159 | + .elementor-panel #elementor-panel-saver-button-publish { | |
| 1160 | + width: 100%; | |
| 1161 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1162 | + border-radius: 3px 0 0 3px; } | |
| 1163 | + .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1164 | + width: 25px; } | |
| 1331 | 1165 | |
| 1332 | 1166 | #elementor-panel-elements-navigation .elementor-panel-navigation-tab { |
| 1333 | 1167 | text-align: center; |
| 1334 | 1168 | padding: 10px 0; |
| 1335 | - font-size: 12px; | |
| 1336 | - cursor: pointer; | |
| 1337 | -} | |
| 1169 | + font-size: 11px; | |
| 1170 | + text-transform: uppercase; | |
| 1171 | + cursor: pointer; } | |
| 1338 | 1172 | |
| 1339 | 1173 | #elementor-panel-elements { |
| 1340 | - overflow: hidden; | |
| 1341 | -} | |
| 1174 | + overflow: hidden; } | |
| 1342 | 1175 | |
| 1343 | 1176 | #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 | -} | |
| 1177 | + display: none; } | |
| 1178 | + body.elementor-panel-loading #elementor-panel-state-loading { | |
| 1179 | + position: absolute; | |
| 1180 | + top: 0; | |
| 1181 | + left: 0; | |
| 1182 | + height: 100%; | |
| 1183 | + width: 100%; | |
| 1184 | + display: -webkit-box; | |
| 1185 | + display: -ms-flexbox; | |
| 1186 | + display: flex; | |
| 1187 | + -webkit-box-align: center; | |
| 1188 | + -ms-flex-align: center; | |
| 1189 | + align-items: center; | |
| 1190 | + -webkit-box-pack: center; | |
| 1191 | + -ms-flex-pack: center; | |
| 1192 | + justify-content: center; | |
| 1193 | + background-color: rgba(255, 255, 255, 0.5); | |
| 1194 | + z-index: 2; } | |
| 1195 | + #elementor-panel-state-loading .eicon-loading { | |
| 1196 | + font-size: 25px; | |
| 1197 | + color: #71d7f7; } | |
| 1359 | 1198 | |
| 1360 | 1199 | #elementor-panel-elements-search-area { |
| 1361 | - background-color: var(--e-a-bg-default); | |
| 1200 | + position: -webkit-sticky; | |
| 1362 | 1201 | position: sticky; |
| 1363 | - inset-block-start: 0; | |
| 1364 | - padding: 15px; | |
| 1365 | - z-index: 1; | |
| 1366 | -} | |
| 1202 | + top: 0; | |
| 1203 | + padding: 10px; | |
| 1204 | + background-color: #e6e9ec; | |
| 1205 | + z-index: 1; } | |
| 1367 | 1206 | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1207 | #elementor-panel-elements-search-wrapper { |
| 1373 | - position: relative; | |
| 1374 | -} | |
| 1208 | + position: relative; } | |
| 1375 | 1209 | |
| 1376 | 1210 | #elementor-panel-elements-search-input { |
| 1211 | + background-color: rgba(255, 255, 255, 0.7); | |
| 1377 | 1212 | font-size: 11px; |
| 1378 | - padding-block: 10px; | |
| 1379 | - padding-inline: 29px 10px; | |
| 1213 | + padding: 10px 10px 10px 29px; | |
| 1380 | 1214 | font-style: italic; |
| 1381 | - border: var(--e-a-border-bold); | |
| 1382 | - border-radius: 0; | |
| 1215 | + color: #a4afb7; | |
| 1216 | + border: none; | |
| 1217 | + -webkit-transition: all 1s; | |
| 1218 | + -o-transition: all 1s; | |
| 1383 | 1219 | transition: all 1s; |
| 1220 | + -webkit-border-radius: 3px; | |
| 1221 | + border-radius: 3px; | |
| 1222 | + appearance: none; | |
| 1384 | 1223 | -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 | -} | |
| 1224 | + -moz-appearance: none; } | |
| 1225 | + #elementor-panel-elements-search-input + i { | |
| 1226 | + position: absolute; | |
| 1227 | + left: 10px; | |
| 1228 | + top: 50%; | |
| 1229 | + color: #a4afb7; | |
| 1230 | + -webkit-transform: translateY(-50%); | |
| 1231 | + -ms-transform: translateY(-50%); | |
| 1232 | + transform: translateY(-50%); } | |
| 1233 | + #elementor-panel-elements-search-input:focus { | |
| 1234 | + background-color: white; | |
| 1235 | + padding-right: 15px; } | |
| 1399 | 1236 | |
| 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 | 1237 | .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; | |
| 1238 | + -webkit-border-radius: 3px; | |
| 1239 | + border-radius: 3px; | |
| 1240 | + background-color: #fff; | |
| 1419 | 1241 | 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:hover, .elementor-panel .elementor-element:focus { | |
| 1438 | - background-color: var(--e-a-bg-hover); | |
| 1439 | - border-color: var(--e-a-border-color-bold); | |
| 1440 | -} | |
| 1441 | -.elementor-panel .elementor-element:hover > .eicon-upgrade-crown-full, .elementor-panel .elementor-element:focus > .eicon-upgrade-crown-full { | |
| 1442 | - color: var(--e-a-color-accent-promotion); | |
| 1443 | -} | |
| 1444 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1445 | - color: var(--e-a-color-info); | |
| 1446 | -} | |
| 1447 | -.elementor-panel .elementor-element .icon { | |
| 1448 | - font-size: 28px; | |
| 1449 | - padding-block-start: 15px; | |
| 1450 | -} | |
| 1451 | -.elementor-panel .elementor-element .title-wrapper { | |
| 1452 | - display: flex; | |
| 1453 | - height: 40px; | |
| 1454 | - align-items: center; | |
| 1455 | - justify-content: center; | |
| 1456 | -} | |
| 1457 | -.elementor-panel .elementor-element .title { | |
| 1458 | - font-size: 12px; | |
| 1459 | -} | |
| 1460 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full, .elementor-panel .elementor-element .eicon-plug { | |
| 1461 | - position: absolute; | |
| 1462 | - inset-block-start: 5px; | |
| 1463 | - inset-inline-end: 5px; | |
| 1464 | -} | |
| 1465 | -.elementor-panel .elementor-element > .eicon-upgrade-crown-full { | |
| 1466 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 1467 | -} | |
| 1468 | -.elementor-panel .elementor-element > .eicon-plug { | |
| 1469 | - color: var(--e-a-color-txt-disabled); | |
| 1470 | -} | |
| 1471 | -.elementor-panel .elementor-element:active { | |
| 1472 | - background-color: var(--e-a-bg-hover); | |
| 1473 | - border-color: var(--e-a-border-color-accent); | |
| 1474 | - color: var(--e-a-color-txt-accent); | |
| 1475 | -} | |
| 1242 | + position: relative; } | |
| 1243 | + .elementor-panel .elementor-element-wrapper { | |
| 1244 | + text-align: center; | |
| 1245 | + -webkit-box-sizing: border-box; | |
| 1246 | + box-sizing: border-box; } | |
| 1247 | + .elementor-panel .elementor-element--promotion .elementor-element { | |
| 1248 | + cursor: pointer; | |
| 1249 | + -webkit-user-select: none; | |
| 1250 | + -moz-user-select: none; | |
| 1251 | + -ms-user-select: none; | |
| 1252 | + user-select: none; } | |
| 1253 | + .elementor-panel .elementor-element .icon, | |
| 1254 | + .elementor-panel .elementor-element .title { | |
| 1255 | + color: #556068; | |
| 1256 | + -webkit-transition: all 0.3s; | |
| 1257 | + -o-transition: all 0.3s; | |
| 1258 | + transition: all 0.3s; } | |
| 1259 | + .elementor-panel .elementor-element:hover { | |
| 1260 | + -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | |
| 1261 | + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); } | |
| 1262 | + .elementor-panel .elementor-element:hover .icon, .elementor-panel .elementor-element:hover .title { | |
| 1263 | + color: #93003c; } | |
| 1264 | + .elementor-panel .elementor-element .icon { | |
| 1265 | + font-size: 28px; | |
| 1266 | + padding-top: 15px; } | |
| 1267 | + .elementor-panel .elementor-element .elementor-element-title-wrapper { | |
| 1268 | + display: table; | |
| 1269 | + width: 100%; } | |
| 1270 | + .elementor-panel .elementor-element .title { | |
| 1271 | + font-size: 11px; | |
| 1272 | + display: table-cell; | |
| 1273 | + vertical-align: middle; | |
| 1274 | + height: 40px; } | |
| 1275 | + .elementor-panel .elementor-element > .eicon-lock { | |
| 1276 | + position: absolute; | |
| 1277 | + top: 5px; | |
| 1278 | + right: 5px; | |
| 1279 | + color: #e6e9ec; } | |
| 1476 | 1280 | |
| 1477 | 1281 | #elementor-element--promotion__dialog { |
| 1478 | 1282 | position: absolute; |
| 1479 | 1283 | width: 300px; |
| 1480 | 1284 | z-index: 1; |
| 1481 | - background-color: var(--e-a-bg-default); | |
| 1482 | - box-shadow: var(--e-a-popover-shadow); | |
| 1483 | - border-radius: var(--e-a-border-radius); | |
| 1484 | -} | |
| 1485 | -#elementor-element--promotion__dialog:after { | |
| 1486 | - content: ""; | |
| 1487 | - position: absolute; | |
| 1488 | - inset-block-start: 15px; | |
| 1489 | - inset-inline-end: 100%; | |
| 1490 | - transform: scaleY(0.7); | |
| 1491 | - border: 10px solid transparent; | |
| 1492 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1493 | -} | |
| 1494 | -#elementor-element--promotion__dialog__title { | |
| 1495 | - font-size: 14px; | |
| 1496 | -} | |
| 1497 | -#elementor-element--promotion__dialog .dialog-header { | |
| 1498 | - display: flex; | |
| 1499 | - padding: 20px; | |
| 1500 | - border-block-end: var(--e-a-border); | |
| 1501 | - font-weight: 500; | |
| 1502 | -} | |
| 1503 | -#elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { | |
| 1504 | - flex-grow: 1; | |
| 1505 | - margin-inline-start: 10px; | |
| 1506 | - font-size: 14px; | |
| 1507 | - color: var(--e-a-color-accent); | |
| 1508 | -} | |
| 1509 | -#elementor-element--promotion__dialog .dialog-header .eicon-close { | |
| 1510 | - cursor: pointer; | |
| 1511 | - color: var(--e-a-color-txt-disabled); | |
| 1512 | -} | |
| 1513 | -#elementor-element--promotion__dialog .dialog-header .eicon-close:hover { | |
| 1514 | - color: var(--e-a-color-txt-muted); | |
| 1515 | -} | |
| 1516 | -#elementor-element--promotion__dialog .dialog-message { | |
| 1517 | - padding: 20px; | |
| 1518 | -} | |
| 1519 | -#elementor-element--promotion__dialog .dialog-buttons-wrapper { | |
| 1520 | - padding: 0 20px 20px; | |
| 1521 | -} | |
| 1522 | -#elementor-element--promotion__dialog .dialog-button { | |
| 1523 | - padding: 7px 25px; | |
| 1524 | - font-size: 12px; | |
| 1525 | -} | |
| 1285 | + background-color: #fff; | |
| 1286 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1287 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1288 | + -webkit-border-radius: 3px; | |
| 1289 | + border-radius: 3px; } | |
| 1290 | + #elementor-element--promotion__dialog:after { | |
| 1291 | + content: ''; | |
| 1292 | + position: absolute; | |
| 1293 | + top: 15px; | |
| 1294 | + right: 100%; | |
| 1295 | + -webkit-transform: scaleY(0.7); | |
| 1296 | + -ms-transform: scaleY(0.7); | |
| 1297 | + transform: scaleY(0.7); | |
| 1298 | + border: 10px solid transparent; | |
| 1299 | + border-right-color: #fff; } | |
| 1300 | + #elementor-element--promotion__dialog__title { | |
| 1301 | + font-size: 14px; } | |
| 1302 | + #elementor-element--promotion__dialog .dialog-header { | |
| 1303 | + display: -webkit-box; | |
| 1304 | + display: -ms-flexbox; | |
| 1305 | + display: flex; | |
| 1306 | + padding: 20px; | |
| 1307 | + color: #495157; | |
| 1308 | + border-bottom: 1px solid #e6e9ec; | |
| 1309 | + font-weight: 500; } | |
| 1310 | + #elementor-element--promotion__dialog .dialog-header i { | |
| 1311 | + color: #a4afb7; } | |
| 1312 | + #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { | |
| 1313 | + -webkit-box-flex: 1; | |
| 1314 | + -ms-flex-positive: 1; | |
| 1315 | + flex-grow: 1; | |
| 1316 | + margin-left: 10px; | |
| 1317 | + font-size: 14px; } | |
| 1318 | + #elementor-element--promotion__dialog .dialog-header .eicon-close { | |
| 1319 | + cursor: pointer; } | |
| 1320 | + #elementor-element--promotion__dialog .dialog-message { | |
| 1321 | + padding: 20px; } | |
| 1322 | + #elementor-element--promotion__dialog .dialog-buttons-wrapper { | |
| 1323 | + padding: 0 20px 20px 20px; } | |
| 1324 | + #elementor-element--promotion__dialog .dialog-button { | |
| 1325 | + width: 100%; | |
| 1326 | + padding: 6.5px; | |
| 1327 | + font-size: 12px; } | |
| 1328 | + #elementor-element--promotion__dialog .dialog-button::-moz-focus-inner { | |
| 1329 | + border: 0; } | |
| 1526 | 1330 | |
| 1527 | -.dialog-tooltip-widget { | |
| 1528 | - position: absolute; | |
| 1529 | - width: 300px; | |
| 1530 | - z-index: 1; | |
| 1531 | - background-color: var(--e-a-bg-default); | |
| 1532 | - box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1533 | - border-radius: 3px; | |
| 1534 | -} | |
| 1535 | -.dialog-tooltip-widget:after { | |
| 1536 | - content: ""; | |
| 1537 | - position: absolute; | |
| 1538 | - inset-block-start: 15px; | |
| 1539 | - inset-inline-end: 100%; | |
| 1540 | - transform: scaleY(0.7); | |
| 1541 | - border: 10px solid transparent; | |
| 1542 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1543 | -} | |
| 1544 | -.dialog-tooltip-widget__title { | |
| 1545 | - font-size: 14px; | |
| 1546 | -} | |
| 1547 | -.dialog-tooltip-widget .dialog-tooltip-header { | |
| 1548 | - display: flex; | |
| 1549 | - padding: 20px 20px 0; | |
| 1550 | - color: var(--e-a-color-txt); | |
| 1551 | - border-block-end: 1px solid var(--e-a-bg-default); | |
| 1552 | - font-weight: 500; | |
| 1553 | -} | |
| 1554 | -.dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon { | |
| 1555 | - flex-grow: 1; | |
| 1556 | - margin-inline-start: 10px; | |
| 1557 | - font-size: 14px; | |
| 1558 | - color: #93003f; | |
| 1559 | -} | |
| 1560 | -.dialog-tooltip-widget .dialog-tooltip-header .eicon-close { | |
| 1561 | - cursor: pointer; | |
| 1562 | - margin-inline-start: auto; | |
| 1563 | - color: var(--e-a-color-txt); | |
| 1564 | -} | |
| 1565 | -.dialog-tooltip-widget .dialog-tooltip-message { | |
| 1566 | - padding: 20px; | |
| 1567 | -} | |
| 1568 | -.dialog-tooltip-widget .dialog-tooltip-buttons-wrapper { | |
| 1569 | - padding: 0 20px 20px 20px; | |
| 1570 | - text-align: end; | |
| 1571 | -} | |
| 1572 | -.dialog-tooltip-widget .dialog-tooltip-button { | |
| 1573 | - padding: 7px 25px; | |
| 1574 | - font-size: 12px; | |
| 1575 | -} | |
| 1576 | -.dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { | |
| 1577 | - border: 0; | |
| 1578 | -} | |
| 1579 | - | |
| 1580 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1581 | - display: none; | |
| 1582 | -} | |
| 1583 | - | |
| 1584 | -.elementor-panel-elements-widget-creation { | |
| 1585 | - text-align: center; | |
| 1586 | - padding: 30px 20px; | |
| 1587 | -} | |
| 1588 | -.elementor-panel-elements-widget-creation__title { | |
| 1589 | - font-size: 14px; | |
| 1590 | - font-weight: bold; | |
| 1591 | - line-height: 1.4; | |
| 1592 | - color: var(--e-a-color-txt); | |
| 1593 | -} | |
| 1594 | -.elementor-panel-elements-widget-creation__message { | |
| 1595 | - margin-block-start: 8px; | |
| 1596 | - font-size: 13px; | |
| 1597 | - line-height: 1.6; | |
| 1598 | - color: var(--e-a-color-txt-muted); | |
| 1599 | -} | |
| 1600 | -.elementor-panel-elements-widget-creation__cta { | |
| 1601 | - display: inline-flex; | |
| 1602 | - align-items: center; | |
| 1603 | - gap: 6px; | |
| 1604 | - margin-block-start: 16px; | |
| 1605 | - padding: 0; | |
| 1606 | - border: none; | |
| 1607 | - background: none; | |
| 1608 | - color: #C00BB9; | |
| 1609 | - font-size: 14px; | |
| 1610 | - font-weight: 500; | |
| 1611 | - cursor: pointer; | |
| 1612 | - font-family: var(--e-a-font-family); | |
| 1613 | -} | |
| 1614 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1615 | - font-size: 16px; | |
| 1616 | -} | |
| 1617 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1618 | - opacity: 0.8; | |
| 1619 | -} | |
| 1620 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1621 | - border-block-start: var(--e-a-border); | |
| 1622 | -} | |
| 1623 | - | |
| 1624 | -.elementor-panel-category-custom-widgets-empty { | |
| 1625 | - grid-column: 1/-1; | |
| 1626 | - width: 100%; | |
| 1627 | - padding: 0 16px 16px; | |
| 1628 | -} | |
| 1629 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1630 | - margin: 0; | |
| 1631 | - font-size: 12px; | |
| 1632 | - line-height: 1.6; | |
| 1633 | - color: var(--e-a-color-txt-muted); | |
| 1634 | -} | |
| 1635 | - | |
| 1636 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1637 | - margin-inline-start: auto; | |
| 1638 | - padding: 4px 10px; | |
| 1639 | - border: none; | |
| 1640 | - background: none; | |
| 1641 | - color: #C00BB9; | |
| 1642 | - font-size: 12px; | |
| 1643 | - font-weight: 500; | |
| 1644 | - cursor: pointer; | |
| 1645 | - font-family: var(--e-a-font-family); | |
| 1646 | - flex-shrink: 0; | |
| 1647 | -} | |
| 1648 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1649 | - opacity: 0.8; | |
| 1650 | -} | |
| 1651 | - | |
| 1652 | 1331 | #elementor-panel-inner { |
| 1653 | 1332 | position: relative; |
| 1654 | 1333 | height: 100%; |
| 1655 | - display: flex; | |
| 1656 | - flex-direction: column; | |
| 1657 | - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); | |
| 1658 | -} | |
| 1334 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 1335 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); } | |
| 1659 | 1336 | |
| 1660 | 1337 | #elementor-panel-content-wrapper { |
| 1661 | - position: relative; | |
| 1662 | - width: 100%; | |
| 1663 | - flex: 1; | |
| 1664 | -} | |
| 1338 | + position: absolute; | |
| 1339 | + bottom: 40px; | |
| 1340 | + top: 40px; | |
| 1341 | + left: 0; | |
| 1342 | + width: 100%; } | |
| 1665 | 1343 | |
| 1666 | 1344 | .elementor-panel-container { |
| 1667 | 1345 | clear: both; |
| 1668 | - padding-inline-start: 15px; | |
| 1669 | - padding-inline-end: 15px; | |
| 1670 | -} | |
| 1346 | + padding-left: 15px; | |
| 1347 | + padding-right: 15px; } | |
| 1671 | 1348 | |
| 1672 | -#elementor-panel-get-pro-elements .elementor-nerd-box-message { | |
| 1673 | - margin-block-start: 10px; | |
| 1674 | -} | |
| 1675 | -#elementor-panel-get-pro-elements .elementor-nerd-box-icon { | |
| 1676 | - margin-block-start: 20px; | |
| 1677 | -} | |
| 1349 | +.media-modal.wp-core-ui input { | |
| 1350 | + width: auto; } | |
| 1678 | 1351 | |
| 1679 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1680 | - display: flex; | |
| 1681 | - flex-direction: column; | |
| 1682 | -} | |
| 1683 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1684 | - display: flex; | |
| 1685 | - flex-direction: column; | |
| 1686 | - flex: 1; | |
| 1687 | - min-height: 0; | |
| 1688 | -} | |
| 1689 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1690 | - position: sticky; | |
| 1691 | - inset-block-end: 0; | |
| 1692 | - margin-block-start: auto; | |
| 1693 | -} | |
| 1694 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1695 | - margin-block-start: 0; | |
| 1696 | -} | |
| 1352 | +.media-modal.wp-core-ui select { | |
| 1353 | + width: initial; } | |
| 1697 | 1354 | |
| 1698 | -#elementor-panel-get-pro-elements-sticky { | |
| 1699 | - position: sticky; | |
| 1700 | - inset-block-end: 0; | |
| 1701 | - margin-block-end: -10px; | |
| 1702 | -} | |
| 1703 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1704 | - margin-block-start: -14px; | |
| 1705 | -} | |
| 1355 | +.media-modal.wp-core-ui fieldset { | |
| 1356 | + padding: 0; | |
| 1357 | + border: 0; } | |
| 1706 | 1358 | |
| 1707 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1708 | - display: flex; | |
| 1709 | - flex-direction: column; | |
| 1710 | - min-height: 100%; | |
| 1711 | -} | |
| 1712 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1713 | - margin-block-start: auto; | |
| 1714 | -} | |
| 1359 | +.media-modal.wp-core-ui .wp-clearfix::after { | |
| 1360 | + content: ''; | |
| 1361 | + display: table; | |
| 1362 | + clear: both; } | |
| 1715 | 1363 | |
| 1716 | -#elementor-panel-get-pro-elements-sticky, | |
| 1717 | -.elementor-panel-editor-sticky-promotion { | |
| 1718 | - font-size: 14px; | |
| 1719 | - font-weight: 400; | |
| 1720 | - line-height: 1.6; | |
| 1721 | - background-color: var(--e-a-color-white); | |
| 1722 | -} | |
| 1723 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1724 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1725 | - min-height: 40px; | |
| 1726 | - display: block; | |
| 1727 | - padding: 9px min(35px, 5%); | |
| 1728 | - gap: 10px; | |
| 1729 | - background-color: var(--e-a-color-white); | |
| 1730 | - color: var(--e-a-color-black); | |
| 1731 | - text-align: center; | |
| 1732 | - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); | |
| 1733 | -} | |
| 1734 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1735 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1736 | - display: inline-block; | |
| 1737 | - font-size: 13px; | |
| 1738 | - font-weight: 500; | |
| 1739 | - color: var(--e-a-btn-bg-accent); | |
| 1740 | -} | |
| 1741 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1742 | -.elementor-panel-editor-sticky-promotion img { | |
| 1743 | - margin-inline-start: 17px; | |
| 1744 | -} | |
| 1364 | +.media-modal.wp-core-ui .e-wp-media-elements-removed { | |
| 1365 | + /* Hack to change the media button selection text, because for some reason the text gets changed when switching tabs. */ } | |
| 1366 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .embed-link-settings, | |
| 1367 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .embed-media-settings > :not(.wp-clearfix):not(.alt-text):not(#alt-text-description) { | |
| 1368 | + display: none; } | |
| 1369 | + .media-modal.wp-core-ui .e-wp-media-elements-removed #embed-url-field { | |
| 1370 | + width: 70%; } | |
| 1371 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail { | |
| 1372 | + margin-top: 20px; } | |
| 1373 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail, | |
| 1374 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail img { | |
| 1375 | + max-height: initial; } | |
| 1376 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail::after { | |
| 1377 | + -webkit-box-shadow: none; | |
| 1378 | + box-shadow: none; } | |
| 1379 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-button-select { | |
| 1380 | + font-size: 0; } | |
| 1381 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-button-select::before { | |
| 1382 | + content: var(--button-text); | |
| 1383 | + font-size: 13px; } | |
| 1745 | 1384 | |
| 1746 | -#elementor-panel-notice-wrapper .elementor-panel-notice { | |
| 1747 | - width: 90%; | |
| 1748 | - margin: 0 auto; | |
| 1749 | - font-style: unset; | |
| 1750 | - margin-block-end: 15px; | |
| 1751 | -} | |
| 1752 | -#elementor-panel-notice-wrapper .elementor-panel-notice a { | |
| 1753 | - font-weight: bold; | |
| 1754 | - font-style: italic; | |
| 1755 | - border-block-end: 2px dotted var(--e-a-color-info); | |
| 1756 | - display: inline-block; | |
| 1757 | -} | |
| 1385 | +#elementor-panel-get-pro-elements .elementor-nerd-box-message { | |
| 1386 | + margin-top: 10px; } | |
| 1758 | 1387 | |
| 1759 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button, | |
| 1760 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon { | |
| 1761 | - position: relative; | |
| 1762 | -} | |
| 1763 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after, | |
| 1764 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after { | |
| 1765 | - position: absolute; | |
| 1766 | - content: ""; | |
| 1767 | - display: block; | |
| 1768 | - background: var(--e-a-color-primary); | |
| 1769 | - border-radius: 50%; | |
| 1770 | - width: 8px; | |
| 1771 | - height: 8px; | |
| 1772 | - inset-block-start: 5px; | |
| 1773 | - inset-inline-end: 5px; | |
| 1774 | -} | |
| 1388 | +#elementor-panel-get-pro-elements .elementor-nerd-box-icon { | |
| 1389 | + margin-top: 20px; } | |
| 1775 | 1390 | |
| 1776 | -.media-modal.wp-core-ui { | |
| 1777 | - color-scheme: light; | |
| 1778 | - color: #515962; | |
| 1779 | -} | |
| 1780 | -.media-modal.wp-core-ui select { | |
| 1781 | - width: initial; | |
| 1782 | - padding-inline: 8px; | |
| 1783 | -} | |
| 1784 | -.media-modal.wp-core-ui fieldset { | |
| 1785 | - padding: 0; | |
| 1786 | - border: 0; | |
| 1787 | -} | |
| 1788 | - | |
| 1789 | 1391 | .elementor-control { |
| 1790 | 1392 | --control-title-size: 12px; |
| 1393 | + background-color: #fff; | |
| 1791 | 1394 | position: relative; |
| 1792 | - padding: 0 20px 15px; | |
| 1793 | -} | |
| 1794 | -.elementor-control a { | |
| 1795 | - font-weight: 500; | |
| 1796 | - text-decoration: none; | |
| 1797 | - border-block-end: 1px dotted transparent; | |
| 1798 | - transition: all ease-in-out 0.3s; | |
| 1799 | -} | |
| 1800 | -.elementor-control a:hover { | |
| 1801 | - border-block-end-color: inherit; | |
| 1802 | -} | |
| 1803 | -.elementor-control .elementor-control-content { | |
| 1804 | - display: flex; | |
| 1805 | - flex-direction: column; | |
| 1806 | -} | |
| 1807 | -.elementor-control .elementor-control-title { | |
| 1808 | - font-size: var(--control-title-size); | |
| 1809 | - line-height: 1; | |
| 1810 | - margin-inline-end: 5px; | |
| 1811 | -} | |
| 1812 | -.elementor-control .elementor-control-title:empty { | |
| 1813 | - display: none; | |
| 1814 | -} | |
| 1815 | -.elementor-control .elementor-control-spinner { | |
| 1816 | - display: flex; | |
| 1817 | - align-items: center; | |
| 1818 | -} | |
| 1819 | -.elementor-control.elementor-control-type-divider { | |
| 1820 | - padding: 0; | |
| 1821 | -} | |
| 1822 | -.elementor-control.elementor-control-type-divider .elementor-control-content { | |
| 1823 | - margin-inline: 20px; | |
| 1824 | - border-width: 0; | |
| 1825 | - border-block-start: var(--e-a-border); | |
| 1826 | - background-color: var(--e-a-bg-default); | |
| 1827 | - height: 15px; | |
| 1828 | -} | |
| 1829 | -.elementor-control.elementor-control-separator-before { | |
| 1830 | - padding-block-start: 15px; | |
| 1831 | -} | |
| 1832 | -.elementor-control.elementor-control-separator-before:before { | |
| 1833 | - content: ""; | |
| 1834 | - position: absolute; | |
| 1835 | - inset: 0 20px auto; | |
| 1836 | - height: 1px; | |
| 1837 | - background-color: var(--e-a-border-color); | |
| 1838 | -} | |
| 1839 | -.elementor-control.elementor-control-separator-after { | |
| 1840 | - padding-block-end: 15px; | |
| 1841 | -} | |
| 1842 | -.elementor-control.elementor-control-separator-after:after { | |
| 1843 | - content: ""; | |
| 1844 | - position: absolute; | |
| 1845 | - inset: auto 20px 0; | |
| 1846 | - height: 1px; | |
| 1847 | - background-color: var(--e-a-border-color); | |
| 1848 | -} | |
| 1849 | -.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 { | |
| 1850 | - padding-block-start: 15px; | |
| 1851 | -} | |
| 1852 | -.elementor-control.elementor-control-deprecated { | |
| 1853 | - color: var(--e-a-color-warning); | |
| 1854 | -} | |
| 1855 | -.elementor-control.elementor-control-deprecated .elementor-control-field-description { | |
| 1856 | - color: var(--e-a-color-warning); | |
| 1857 | -} | |
| 1858 | -.elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { | |
| 1859 | - display: none; | |
| 1860 | -} | |
| 1861 | -.elementor-control.elementor-hidden-control { | |
| 1862 | - display: none; | |
| 1863 | -} | |
| 1864 | -.elementor-control.elementor-control-type-heading .elementor-control-title { | |
| 1865 | - font-weight: bold; | |
| 1866 | - margin: 0; | |
| 1867 | -} | |
| 1868 | -body:not(.elementor-device-widescreen) .elementor-control.elementor-control-responsive-widescreen { | |
| 1869 | - display: none; | |
| 1870 | -} | |
| 1871 | -body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop { | |
| 1872 | - display: none; | |
| 1873 | -} | |
| 1874 | -body:not(.elementor-device-laptop) .elementor-control.elementor-control-responsive-laptop { | |
| 1875 | - display: none; | |
| 1876 | -} | |
| 1877 | -body:not(.elementor-device-tablet_extra) .elementor-control.elementor-control-responsive-tablet_extra { | |
| 1878 | - display: none; | |
| 1879 | -} | |
| 1880 | -body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet { | |
| 1881 | - display: none; | |
| 1882 | -} | |
| 1883 | -body:not(.elementor-device-mobile_extra) .elementor-control.elementor-control-responsive-mobile_extra { | |
| 1884 | - display: none; | |
| 1885 | -} | |
| 1886 | -body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { | |
| 1887 | - display: none; | |
| 1888 | -} | |
| 1889 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1890 | - padding: 4px; | |
| 1891 | -} | |
| 1892 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1893 | - aspect-ratio: 4/1; | |
| 1894 | - -o-object-fit: cover; | |
| 1895 | - object-fit: cover; | |
| 1896 | - -o-object-position: center; | |
| 1897 | - object-position: center; | |
| 1898 | -} | |
| 1899 | -.elementor-control-shape_divider_bottom img { | |
| 1900 | - rotate: X 180deg; | |
| 1901 | -} | |
| 1902 | -.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1903 | - margin-block-start: 5px; | |
| 1904 | -} | |
| 1395 | + padding: 0 20px 15px; } | |
| 1396 | + .elementor-control a { | |
| 1397 | + font-weight: 500; | |
| 1398 | + text-decoration: none; | |
| 1399 | + border-bottom: 1px dotted transparent; | |
| 1400 | + -webkit-transition: all ease-in-out .3s; | |
| 1401 | + -o-transition: all ease-in-out .3s; | |
| 1402 | + transition: all ease-in-out .3s; } | |
| 1403 | + .elementor-control a:hover { | |
| 1404 | + border-bottom-color: inherit; } | |
| 1405 | + .elementor-control a.elementor-responsive-switcher { | |
| 1406 | + border-bottom: 0; } | |
| 1407 | + .elementor-control .elementor-control-content { | |
| 1408 | + display: -webkit-box; | |
| 1409 | + display: -ms-flexbox; | |
| 1410 | + display: flex; | |
| 1411 | + -webkit-box-orient: vertical; | |
| 1412 | + -webkit-box-direction: normal; | |
| 1413 | + -ms-flex-direction: column; | |
| 1414 | + flex-direction: column; } | |
| 1415 | + .elementor-control .elementor-control-title { | |
| 1416 | + font-size: var(--control-title-size); | |
| 1417 | + line-height: 1; | |
| 1418 | + margin-right: 5px; } | |
| 1419 | + .elementor-control .elementor-control-spinner { | |
| 1420 | + display: -webkit-box; | |
| 1421 | + display: -ms-flexbox; | |
| 1422 | + display: flex; | |
| 1423 | + -webkit-box-align: center; | |
| 1424 | + -ms-flex-align: center; | |
| 1425 | + align-items: center; } | |
| 1426 | + .elementor-control.elementor-control-type-divider { | |
| 1427 | + padding: 0; | |
| 1428 | + background-color: transparent; } | |
| 1429 | + .elementor-control.elementor-control-type-divider .elementor-control-content { | |
| 1430 | + border-width: 0; | |
| 1431 | + border-color: #e6e9ec; | |
| 1432 | + border-style: solid; | |
| 1433 | + border-top-width: 1px; | |
| 1434 | + background-color: #ffffff; | |
| 1435 | + height: 15px; } | |
| 1436 | + .elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp { | |
| 1437 | + margin-top: 15px; } | |
| 1438 | + .elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp:before { | |
| 1439 | + content: ''; | |
| 1440 | + height: 1px; | |
| 1441 | + display: block; | |
| 1442 | + margin-bottom: 15px; | |
| 1443 | + background-color: transparent; } | |
| 1444 | + .elementor-control.elementor-control-separator-before { | |
| 1445 | + padding-top: 15px; } | |
| 1446 | + .elementor-control.elementor-control-separator-before:before { | |
| 1447 | + content: ''; | |
| 1448 | + position: absolute; | |
| 1449 | + height: 1px; | |
| 1450 | + width: 100%; | |
| 1451 | + top: 0; | |
| 1452 | + left: 0; | |
| 1453 | + background-color: #e6e9ec; } | |
| 1454 | + .elementor-control.elementor-control-separator-after:after { | |
| 1455 | + content: ''; | |
| 1456 | + position: absolute; | |
| 1457 | + height: 1px; | |
| 1458 | + width: 100%; | |
| 1459 | + bottom: 0; | |
| 1460 | + left: 0; | |
| 1461 | + background-color: #e6e9ec; } | |
| 1462 | + .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 { | |
| 1463 | + padding-top: 15px; } | |
| 1464 | + .elementor-control.elementor-control-deprecated { | |
| 1465 | + color: #b01b1b; } | |
| 1466 | + .elementor-control.elementor-control-deprecated .elementor-control-field-description { | |
| 1467 | + color: #b01b1b; } | |
| 1468 | + .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { | |
| 1469 | + display: none; } | |
| 1470 | + .elementor-control.elementor-hidden-control { | |
| 1471 | + display: none; } | |
| 1472 | + .elementor-control.elementor-control-type-heading .elementor-control-title { | |
| 1473 | + font-weight: bold; | |
| 1474 | + margin: 0; } | |
| 1475 | + body:not(.elementor-device-widescreen) .elementor-control.elementor-control-responsive-widescreen { | |
| 1476 | + display: none; } | |
| 1477 | + body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop { | |
| 1478 | + display: none; } | |
| 1479 | + body:not(.elementor-device-laptop) .elementor-control.elementor-control-responsive-laptop { | |
| 1480 | + display: none; } | |
| 1481 | + body:not(.elementor-device-tablet_extra) .elementor-control.elementor-control-responsive-tablet_extra { | |
| 1482 | + display: none; } | |
| 1483 | + body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet { | |
| 1484 | + display: none; } | |
| 1485 | + body:not(.elementor-device-mobile_extra) .elementor-control.elementor-control-responsive-mobile_extra { | |
| 1486 | + display: none; } | |
| 1487 | + body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { | |
| 1488 | + display: none; } | |
| 1489 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper { | |
| 1490 | + position: relative; } | |
| 1491 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 1492 | + appearance: none; | |
| 1493 | + -webkit-appearance: none; | |
| 1494 | + -moz-appearance: none; | |
| 1495 | + font-size: 12px; | |
| 1496 | + font-family: inherit; | |
| 1497 | + font-weight: inherit; | |
| 1498 | + font-style: inherit; | |
| 1499 | + text-transform: inherit; | |
| 1500 | + letter-spacing: inherit; | |
| 1501 | + line-height: inherit; | |
| 1502 | + -ms-flex-preferred-size: 100%; | |
| 1503 | + flex-basis: 100%; | |
| 1504 | + padding-left: 5px; | |
| 1505 | + padding-right: 20px; | |
| 1506 | + cursor: pointer; } | |
| 1507 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { | |
| 1508 | + color: #a4afb7; } | |
| 1509 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { | |
| 1510 | + display: none; } | |
| 1511 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 1512 | + font-family: eicons; | |
| 1513 | + content: '\e8ad'; | |
| 1514 | + font-size: 12px; | |
| 1515 | + position: absolute; | |
| 1516 | + top: 50%; | |
| 1517 | + -webkit-transform: translateY(-50%); | |
| 1518 | + -ms-transform: translateY(-50%); | |
| 1519 | + transform: translateY(-50%); | |
| 1520 | + right: 5px; | |
| 1521 | + pointer-events: none; } | |
| 1522 | + .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1523 | + margin-top: 5px; } | |
| 1524 | + .elementor-control.elementor-control-custom_css_title { | |
| 1525 | + font-size: 12px; } | |
| 1905 | 1526 | |
| 1906 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1907 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1908 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1909 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1910 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1911 | - transform: rotate(90deg); | |
| 1912 | -} | |
| 1913 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1914 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1915 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1916 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1917 | -} | |
| 1527 | +.elementor-control.elementor-open .elementor-panel-heading-toggle .eicon:before, | |
| 1528 | +.elementor-panel-scheme-item.elementor-open .elementor-panel-heading-toggle .eicon:before { | |
| 1529 | + content: '\e92a'; } | |
| 1918 | 1530 | |
| 1531 | +.elementor-control:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before, | |
| 1532 | +.elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before { | |
| 1533 | + content: ""; } | |
| 1534 | + | |
| 1919 | 1535 | .elementor-panel-heading { |
| 1920 | - display: flex; | |
| 1921 | - align-items: center; | |
| 1922 | - gap: 5px; | |
| 1923 | - height: 48px; | |
| 1924 | - padding-inline: 20px; | |
| 1536 | + display: table; | |
| 1537 | + table-layout: fixed; | |
| 1538 | + height: 40px; | |
| 1539 | + padding: 0 20px; | |
| 1925 | 1540 | width: 100%; |
| 1926 | - border: 0; | |
| 1927 | - border-block-start: var(--e-a-border); | |
| 1928 | - border-block-start-width: 2px; | |
| 1929 | - background-color: transparent; | |
| 1930 | - color: var(--e-a-color-txt-accent); | |
| 1931 | - cursor: pointer; | |
| 1932 | -} | |
| 1933 | -.elementor-panel-heading-toggle { | |
| 1934 | - width: 10px; | |
| 1935 | - display: flex; | |
| 1936 | - flex-direction: column; | |
| 1937 | - align-items: center; | |
| 1938 | -} | |
| 1939 | -.elementor-panel-heading-title { | |
| 1940 | - font-weight: bold; | |
| 1941 | -} | |
| 1942 | -.elementor-panel-heading-category-chip { | |
| 1943 | - margin-inline-start: auto; | |
| 1944 | - background-color: var(--e-a-bg-chip); | |
| 1945 | - border-radius: 100px; | |
| 1946 | - padding: 5px 8px; | |
| 1947 | -} | |
| 1948 | -.elementor-panel-heading-category-chip i { | |
| 1949 | - margin-inline-start: 4px; | |
| 1950 | -} | |
| 1951 | -.elementor-panel-heading-promotion { | |
| 1952 | - margin-inline-start: auto; | |
| 1953 | -} | |
| 1954 | -.elementor-panel-heading-promotion a { | |
| 1955 | - color: var(--e-a-color-accent-promotion); | |
| 1956 | - font-family: "Roboto", sans-serif; | |
| 1957 | - font-weight: 500; | |
| 1958 | - font-size: 13px; | |
| 1959 | -} | |
| 1960 | -.elementor-panel-heading-promotion a i { | |
| 1961 | - margin-inline-end: 4px; | |
| 1962 | - font-size: 14px; | |
| 1963 | -} | |
| 1964 | -.elementor-panel-heading-promotion a:hover { | |
| 1965 | - color: var(--e-a-color-accent-promotion); | |
| 1966 | -} | |
| 1967 | -.elementor-panel-heading:focus-visible { | |
| 1968 | - color: var(--e-a-color-txt-hover); | |
| 1969 | -} | |
| 1541 | + border-bottom: 1px solid #e6e9ec; | |
| 1542 | + cursor: pointer; } | |
| 1543 | + .elementor-panel-heading > * { | |
| 1544 | + display: table-cell; | |
| 1545 | + vertical-align: middle; } | |
| 1546 | + .elementor-panel-heading-toggle { | |
| 1547 | + width: 20px; | |
| 1548 | + color: #495157; } | |
| 1549 | + .elementor-panel-heading-title { | |
| 1550 | + color: #495157; | |
| 1551 | + font-weight: bold; } | |
| 1970 | 1552 | |
| 1971 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1972 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1973 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1974 | - border-block-start: none; | |
| 1975 | -} | |
| 1553 | +.elementor-control-wp { | |
| 1554 | + line-height: 1.5; } | |
| 1555 | + .elementor-control-wp p { | |
| 1556 | + margin: 15px 0; } | |
| 1976 | 1557 | |
| 1977 | 1558 | .elementor-control-field { |
| 1559 | + display: -webkit-box; | |
| 1560 | + display: -ms-flexbox; | |
| 1978 | 1561 | display: flex; |
| 1979 | - align-items: center; | |
| 1980 | -} | |
| 1562 | + -webkit-box-align: center; | |
| 1563 | + -ms-flex-align: center; | |
| 1564 | + align-items: center; } | |
| 1981 | 1565 | |
| 1982 | 1566 | .elementor-label-block > .elementor-control-content > .elementor-control-field { |
| 1983 | - flex-wrap: wrap; | |
| 1984 | -} | |
| 1985 | -.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 1986 | - width: 100%; | |
| 1987 | - max-width: 100%; | |
| 1988 | - margin-block-start: 10px; | |
| 1989 | -} | |
| 1990 | -.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label { | |
| 1991 | - width: auto; | |
| 1992 | - flex: 1 1 27px; | |
| 1993 | - display: flex; | |
| 1994 | - align-items: center; | |
| 1995 | - justify-content: center; | |
| 1996 | -} | |
| 1567 | + -ms-flex-wrap: wrap; | |
| 1568 | + flex-wrap: wrap; } | |
| 1569 | + .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 1570 | + width: 100%; | |
| 1571 | + margin-top: 10px; } | |
| 1572 | + | |
| 1997 | 1573 | .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1998 | - margin-block-start: 0; | |
| 1999 | -} | |
| 1574 | + margin-top: 0; } | |
| 1575 | + | |
| 2000 | 1576 | .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2001 | - margin-block-start: 0; | |
| 2002 | -} | |
| 1577 | + margin-top: 0; } | |
| 2003 | 1578 | |
| 2004 | 1579 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title { |
| 2005 | - flex-shrink: 0; | |
| 2006 | - max-width: 60%; | |
| 2007 | -} | |
| 1580 | + -ms-flex-negative: 0; | |
| 1581 | + flex-shrink: 0; } | |
| 1582 | + | |
| 2008 | 1583 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2009 | - margin-inline-start: auto; | |
| 2010 | -} | |
| 1584 | + margin-left: auto; } | |
| 2011 | 1585 | |
| 2012 | 1586 | .elementor-control-field-description { |
| 2013 | - margin-block-start: 10px; | |
| 2014 | -} | |
| 1587 | + margin-top: 10px; } | |
| 2015 | 1588 | |
| 2016 | 1589 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 2017 | - margin-block-start: 0; | |
| 2018 | -} | |
| 1590 | + margin-top: 0; } | |
| 2019 | 1591 | |
| 2020 | -.elementor-control-start-end .eicon-text-align-left, | |
| 2021 | -.elementor-control-start-end .eicon-text-align-right, | |
| 2022 | -.elementor-control-start-end .eicon-h-align-left, | |
| 2023 | -.elementor-control-start-end .eicon-h-align-right { | |
| 2024 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 2025 | -} | |
| 1592 | +.elementor-required { | |
| 1593 | + color: #b01b1b; } | |
| 2026 | 1594 | |
| 2027 | -.elementor-update-preview { | |
| 2028 | - margin: 15px 15px 0; | |
| 2029 | - display: flex; | |
| 2030 | - align-items: center; | |
| 2031 | -} | |
| 1595 | +.elementor-units-choices { | |
| 1596 | + -webkit-box-flex: 1; | |
| 1597 | + -ms-flex-positive: 1; | |
| 1598 | + flex-grow: 1; | |
| 1599 | + text-align: right; } | |
| 1600 | + .elementor-units-choices input { | |
| 1601 | + display: none; } | |
| 1602 | + .elementor-units-choices input:not(:checked) + label { | |
| 1603 | + color: #a4afb7; } | |
| 1604 | + .elementor-units-choices input.e-units-placeholder + label { | |
| 1605 | + color: #c2cbd2; | |
| 1606 | + text-decoration: underline; } | |
| 1607 | + .elementor-units-choices input:checked + label { | |
| 1608 | + text-decoration: underline; } | |
| 1609 | + .elementor-units-choices label { | |
| 1610 | + cursor: pointer; | |
| 1611 | + padding: 0 2px; | |
| 1612 | + text-transform: uppercase; | |
| 1613 | + font-size: 9px; } | |
| 2032 | 1614 | |
| 2033 | -.elementor-update-preview-button-wrapper { | |
| 2034 | - flex-grow: 1; | |
| 2035 | - text-align: end; | |
| 2036 | -} | |
| 2037 | - | |
| 2038 | -.elementor-update-preview-button { | |
| 2039 | - padding: 8px 15px; | |
| 2040 | -} | |
| 2041 | - | |
| 2042 | -.elementor-control-direction-ltr input, | |
| 2043 | -.elementor-control-direction-ltr textarea { | |
| 2044 | - direction: ltr; | |
| 2045 | -} | |
| 2046 | -.elementor-control-direction-rtl input, | |
| 2047 | -.elementor-control-direction-rtl textarea { | |
| 2048 | - direction: rtl; | |
| 2049 | -} | |
| 2050 | - | |
| 2051 | 1615 | .elementor-control-responsive-switchers { |
| 2052 | 1616 | --selected-option: 0; |
| 2053 | 1617 | --pointer-position: var(--selected-option); |
| 2054 | 1618 | position: relative; |
| 2055 | - width: 2.5em; | |
| 2056 | - height: 2.5em; | |
| 2057 | - margin: calc(-2.5em + 12px) 0; | |
| 2058 | - margin-inline-end: 5px; | |
| 2059 | -} | |
| 2060 | -.elementor-control-responsive-switchers__holder { | |
| 2061 | - position: absolute; | |
| 2062 | - width: 100%; | |
| 2063 | - inset-block-start: 0; | |
| 2064 | - background-color: var(--e-a-bg-default); | |
| 2065 | - border-radius: var(--e-a-border-radius); | |
| 2066 | - transition: 0.15s; | |
| 2067 | - border: 1px solid transparent; | |
| 2068 | -} | |
| 2069 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2070 | - z-index: 11000; | |
| 2071 | -} | |
| 2072 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2073 | - height: 2.5em; | |
| 2074 | - transform: scale(1); | |
| 2075 | - opacity: 1; | |
| 2076 | -} | |
| 2077 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2078 | - color: var(--e-a-color-primary-bold); | |
| 2079 | -} | |
| 2080 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2081 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2082 | -} | |
| 1619 | + width: 2em; | |
| 1620 | + height: 2em; | |
| 1621 | + margin: calc( -2em + var(--control-title-size)) 0; | |
| 1622 | + margin-right: 5px; } | |
| 1623 | + .elementor-control-responsive-switchers__holder { | |
| 1624 | + position: absolute; | |
| 1625 | + width: 100%; | |
| 1626 | + top: 0; | |
| 1627 | + background-color: #fff; | |
| 1628 | + -webkit-border-radius: 3px; | |
| 1629 | + border-radius: 3px; | |
| 1630 | + -webkit-transition: 0.15s; | |
| 1631 | + -o-transition: 0.15s; | |
| 1632 | + transition: 0.15s; | |
| 1633 | + border: 1px transparent solid; } | |
| 1634 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 1635 | + z-index: 11000; } | |
| 1636 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 1637 | + height: 2em; | |
| 1638 | + -webkit-transform: scale(1); | |
| 1639 | + -ms-transform: scale(1); | |
| 1640 | + transform: scale(1); | |
| 1641 | + opacity: 1; } | |
| 1642 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 1643 | + color: #71d7f7; } | |
| 1644 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 1645 | + top: calc(-1 * var(--selected-option) * 2em); | |
| 1646 | + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 1647 | + box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } | |
| 2083 | 1648 | |
| 2084 | 1649 | .elementor-responsive-switcher { |
| 2085 | - all: unset; | |
| 1650 | + display: -webkit-box; | |
| 1651 | + display: -ms-flexbox; | |
| 2086 | 1652 | display: flex; |
| 2087 | - align-items: center; | |
| 2088 | - justify-content: center; | |
| 1653 | + -webkit-box-align: center; | |
| 1654 | + -ms-flex-align: center; | |
| 1655 | + align-items: center; | |
| 1656 | + -webkit-box-pack: center; | |
| 1657 | + -ms-flex-pack: center; | |
| 1658 | + justify-content: center; | |
| 2089 | 1659 | position: relative; |
| 2090 | 1660 | z-index: 2; |
| 2091 | 1661 | cursor: pointer; |
| 2092 | 1662 | height: 0; |
| 2093 | - width: 100%; | |
| 2094 | - transform: scale(0); | |
| 1663 | + -webkit-transform: scale(0); | |
| 1664 | + -ms-transform: scale(0); | |
| 1665 | + transform: scale(0); | |
| 2095 | 1666 | opacity: 0; |
| 1667 | + -webkit-transition: 0.15s; | |
| 1668 | + -o-transition: 0.15s; | |
| 2096 | 1669 | transition: 0.15s; |
| 2097 | - font-size: 12px; | |
| 2098 | - color: inherit; | |
| 2099 | -} | |
| 2100 | -.elementor-responsive-switcher:hover { | |
| 2101 | - color: var(--e-a-color-primary-bold); | |
| 2102 | -} | |
| 1670 | + font-size: 12px; } | |
| 2103 | 1671 | |
| 1672 | +a.elementor-responsive-switcher { | |
| 1673 | + color: #a4afb7; } | |
| 1674 | + a.elementor-responsive-switcher:hover { | |
| 1675 | + color: #71d7f7; } | |
| 1676 | + | |
| 2104 | 1677 | .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { |
| 2105 | - height: 2.5em; | |
| 2106 | - transform: scale(1); | |
| 2107 | - opacity: 1; | |
| 2108 | -} | |
| 1678 | + height: 2em; | |
| 1679 | + -webkit-transform: scale(1); | |
| 1680 | + -ms-transform: scale(1); | |
| 1681 | + transform: scale(1); | |
| 1682 | + opacity: 1; } | |
| 1683 | + | |
| 2109 | 1684 | .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { |
| 2110 | - color: var(--e-a-color-primary-bold); | |
| 2111 | -} | |
| 1685 | + color: #71d7f7; } | |
| 2112 | 1686 | |
| 2113 | 1687 | .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 2114 | - height: 2.5em; | |
| 2115 | - transform: scale(1); | |
| 2116 | - opacity: 1; | |
| 2117 | -} | |
| 1688 | + height: 2em; | |
| 1689 | + -webkit-transform: scale(1); | |
| 1690 | + -ms-transform: scale(1); | |
| 1691 | + transform: scale(1); | |
| 1692 | + opacity: 1; } | |
| 1693 | + | |
| 2118 | 1694 | .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 2119 | - color: var(--e-a-color-primary-bold); | |
| 2120 | -} | |
| 1695 | + color: #71d7f7; } | |
| 2121 | 1696 | |
| 2122 | 1697 | .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { |
| 2123 | - height: 2.5em; | |
| 2124 | - transform: scale(1); | |
| 2125 | - opacity: 1; | |
| 2126 | -} | |
| 1698 | + height: 2em; | |
| 1699 | + -webkit-transform: scale(1); | |
| 1700 | + -ms-transform: scale(1); | |
| 1701 | + transform: scale(1); | |
| 1702 | + opacity: 1; } | |
| 1703 | + | |
| 2127 | 1704 | .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { |
| 2128 | - color: var(--e-a-color-primary-bold); | |
| 2129 | -} | |
| 1705 | + color: #71d7f7; } | |
| 2130 | 1706 | |
| 2131 | 1707 | .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { |
| 2132 | - height: 2.5em; | |
| 2133 | - transform: scale(1); | |
| 2134 | - opacity: 1; | |
| 2135 | -} | |
| 1708 | + height: 2em; | |
| 1709 | + -webkit-transform: scale(1); | |
| 1710 | + -ms-transform: scale(1); | |
| 1711 | + transform: scale(1); | |
| 1712 | + opacity: 1; } | |
| 1713 | + | |
| 2136 | 1714 | .elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { |
| 2137 | - color: var(--e-a-color-primary-bold); | |
| 2138 | -} | |
| 1715 | + color: #71d7f7; } | |
| 2139 | 1716 | |
| 2140 | 1717 | .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 2141 | - height: 2.5em; | |
| 2142 | - transform: scale(1); | |
| 2143 | - opacity: 1; | |
| 2144 | -} | |
| 1718 | + height: 2em; | |
| 1719 | + -webkit-transform: scale(1); | |
| 1720 | + -ms-transform: scale(1); | |
| 1721 | + transform: scale(1); | |
| 1722 | + opacity: 1; } | |
| 1723 | + | |
| 2145 | 1724 | .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 2146 | - color: var(--e-a-color-primary-bold); | |
| 2147 | -} | |
| 1725 | + color: #71d7f7; } | |
| 2148 | 1726 | |
| 2149 | 1727 | .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { |
| 2150 | - height: 2.5em; | |
| 2151 | - transform: scale(1); | |
| 2152 | - opacity: 1; | |
| 2153 | -} | |
| 1728 | + height: 2em; | |
| 1729 | + -webkit-transform: scale(1); | |
| 1730 | + -ms-transform: scale(1); | |
| 1731 | + transform: scale(1); | |
| 1732 | + opacity: 1; } | |
| 1733 | + | |
| 2154 | 1734 | .elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { |
| 2155 | - color: var(--e-a-color-primary-bold); | |
| 2156 | -} | |
| 1735 | + color: #71d7f7; } | |
| 2157 | 1736 | |
| 2158 | 1737 | .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 2159 | - height: 2.5em; | |
| 2160 | - transform: scale(1); | |
| 2161 | - opacity: 1; | |
| 2162 | -} | |
| 1738 | + height: 2em; | |
| 1739 | + -webkit-transform: scale(1); | |
| 1740 | + -ms-transform: scale(1); | |
| 1741 | + transform: scale(1); | |
| 1742 | + opacity: 1; } | |
| 1743 | + | |
| 2163 | 1744 | .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 2164 | - color: var(--e-a-color-primary-bold); | |
| 2165 | -} | |
| 1745 | + color: #71d7f7; } | |
| 2166 | 1746 | |
| 2167 | -.e-units-wrapper { | |
| 2168 | - position: relative; | |
| 2169 | - margin-inline-start: auto; | |
| 2170 | -} | |
| 2171 | -.e-units-wrapper .e-units-switcher { | |
| 2172 | - cursor: pointer; | |
| 2173 | - font-size: 10px; | |
| 2174 | - padding: 0.5em; | |
| 2175 | - margin: -0.5em 0; | |
| 2176 | - transition: all ease-in-out 0.15s; | |
| 2177 | -} | |
| 2178 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2179 | - color: var(--e-a-color-primary-bold); | |
| 2180 | - background-color: var(--e-a-bg-hover); | |
| 2181 | - border-radius: var(--e-a-border-radius); | |
| 2182 | -} | |
| 2183 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2184 | - display: none; | |
| 2185 | -} | |
| 2186 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2187 | - display: none; | |
| 2188 | -} | |
| 2189 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2190 | - transform: rotate(90deg); | |
| 2191 | -} | |
| 1747 | +.elementor-update-preview { | |
| 1748 | + margin: 15px 15px 0; | |
| 1749 | + display: -webkit-box; | |
| 1750 | + display: -ms-flexbox; | |
| 1751 | + display: flex; | |
| 1752 | + -webkit-box-align: center; | |
| 1753 | + -ms-flex-align: center; | |
| 1754 | + align-items: center; } | |
| 2192 | 1755 | |
| 2193 | -.e-units-choices input { | |
| 2194 | - display: none; | |
| 2195 | -} | |
| 2196 | -.e-units-choices input:checked + label { | |
| 2197 | - color: var(--e-a-color-primary-bold); | |
| 2198 | -} | |
| 2199 | -.e-units-choices label { | |
| 2200 | - cursor: pointer; | |
| 2201 | - display: block; | |
| 2202 | -} | |
| 2203 | -.e-units-choices { | |
| 2204 | - display: none; | |
| 2205 | - overflow: hidden; | |
| 2206 | - max-height: 0; | |
| 2207 | - position: absolute; | |
| 2208 | - inset-block-start: -0.8em; | |
| 2209 | - inset-inline-start: -0.5em; | |
| 2210 | - width: 2.5em; | |
| 2211 | - text-align: center; | |
| 2212 | - background-color: var(--e-a-bg-default); | |
| 2213 | - border-radius: var(--e-a-border-radius); | |
| 2214 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2215 | - animation-timing-function: linear; | |
| 2216 | - animation-delay: 0s; | |
| 2217 | - animation-fill-mode: forwards; | |
| 2218 | - z-index: 11000; | |
| 2219 | -} | |
| 2220 | -.e-units-choices .elementor-units-choices-label { | |
| 2221 | - display: flex; | |
| 2222 | - align-items: center; | |
| 2223 | - height: 3em; | |
| 2224 | - justify-content: center; | |
| 2225 | - font-size: 10px; | |
| 2226 | - transition: 0.15s; | |
| 2227 | -} | |
| 2228 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2229 | - color: var(--e-a-color-primary-bold); | |
| 2230 | -} | |
| 2231 | -.e-units-choices.e-units-choices-open { | |
| 2232 | - display: block; | |
| 2233 | - animation-duration: 1s; | |
| 2234 | - animation-name: e-units-choices-open; | |
| 2235 | -} | |
| 1756 | +.elementor-update-preview-button-wrapper { | |
| 1757 | + -webkit-box-flex: 1; | |
| 1758 | + -ms-flex-positive: 1; | |
| 1759 | + flex-grow: 1; | |
| 1760 | + text-align: right; } | |
| 2236 | 1761 | |
| 2237 | -.e-units-custom input { | |
| 2238 | - font-family: monospace; | |
| 2239 | - font-size: 0.85em; | |
| 2240 | -} | |
| 1762 | +.elementor-update-preview-button { | |
| 1763 | + padding: 8px 15px; | |
| 1764 | + text-transform: uppercase; } | |
| 2241 | 1765 | |
| 2242 | -@keyframes e-units-choices-open { | |
| 2243 | - from { | |
| 2244 | - max-height: 0; | |
| 2245 | - } | |
| 2246 | - to { | |
| 2247 | - max-height: 100vh; | |
| 2248 | - } | |
| 2249 | -} | |
| 2250 | -.elementor-control-alert { | |
| 2251 | - display: flex; | |
| 2252 | - flex-direction: column; | |
| 2253 | - justify-content: flex-start; | |
| 2254 | - align-items: flex-start; | |
| 2255 | - gap: 8px; | |
| 2256 | -} | |
| 2257 | -.elementor-control-alert-heading { | |
| 2258 | - font-weight: bold; | |
| 2259 | -} | |
| 1766 | +.elementor-control-direction-ltr input, | |
| 1767 | +.elementor-control-direction-ltr textarea { | |
| 1768 | + direction: ltr; } | |
| 2260 | 1769 | |
| 1770 | +.elementor-control-direction-rtl input, | |
| 1771 | +.elementor-control-direction-rtl textarea { | |
| 1772 | + direction: rtl; } | |
| 1773 | + | |
| 2261 | 1774 | .elementor-control-type-button .elementor-control-input-wrapper { |
| 2262 | - text-align: end; | |
| 2263 | -} | |
| 1775 | + text-align: right; } | |
| 1776 | + | |
| 2264 | 1777 | .elementor-control-type-button .elementor-button { |
| 2265 | 1778 | width: auto; |
| 2266 | -} | |
| 2267 | -.elementor-control-type-button .elementor-button.elementor-button-center { | |
| 2268 | - display: block; | |
| 2269 | - margin: 0 auto; | |
| 2270 | -} | |
| 1779 | + height: 26px; } | |
| 2271 | 1780 | |
| 2272 | 1781 | .elementor-control-type-choose.elementor-label-block .elementor-choices { |
| 2273 | - width: 100%; | |
| 2274 | -} | |
| 1782 | + width: 100%; } | |
| 2275 | 1783 | |
| 2276 | 1784 | .elementor-choices { |
| 1785 | + display: -webkit-box; | |
| 1786 | + display: -ms-flexbox; | |
| 2277 | 1787 | display: flex; |
| 2278 | 1788 | height: 27px; |
| 2279 | 1789 | line-height: 27px; |
| 2280 | 1790 | text-align: center; |
| 2281 | 1791 | border-spacing: 1px; |
| 2282 | - border-radius: var(--e-a-border-radius); | |
| 2283 | - overflow: hidden; | |
| 2284 | -} | |
| 2285 | -.elementor-choices .elementor-choices-label { | |
| 2286 | - border-block-start: var(--e-a-border-bold); | |
| 2287 | - border-block-end: var(--e-a-border-bold); | |
| 2288 | - border-inline-start: var(--e-a-border-bold); | |
| 2289 | - border-inline-end: none; | |
| 2290 | - font-size: 12px; | |
| 2291 | - transition: var(--e-a-transition-hover); | |
| 2292 | - cursor: pointer; | |
| 2293 | - overflow: hidden; | |
| 2294 | -} | |
| 2295 | -.elementor-choices .elementor-choices-label:nth-child(2) { | |
| 2296 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2297 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2298 | -} | |
| 2299 | -.elementor-choices .elementor-choices-label:last-child { | |
| 2300 | - border-inline-end: var(--e-a-border-bold); | |
| 2301 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2302 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2303 | -} | |
| 2304 | -.elementor-choices input { | |
| 2305 | - display: none; | |
| 2306 | -} | |
| 2307 | -.elementor-choices input:hover + .elementor-choices-label { | |
| 2308 | - background-color: var(--e-a-bg-hover); | |
| 2309 | -} | |
| 2310 | -.elementor-choices input.e-choose-placeholder + .elementor-choices-label, .elementor-choices input:checked + .elementor-choices-label { | |
| 2311 | - background-color: var(--e-a-bg-active-bold); | |
| 2312 | - color: var(--e-a-color-txt-accent); | |
| 2313 | -} | |
| 1792 | + -webkit-border-radius: 3px; | |
| 1793 | + border-radius: 3px; | |
| 1794 | + overflow: hidden; } | |
| 1795 | + .elementor-choices .elementor-choices-label { | |
| 1796 | + border-top: 1px solid #d5dadf; | |
| 1797 | + border-bottom: 1px solid #d5dadf; | |
| 1798 | + border-left: 1px solid #d5dadf; | |
| 1799 | + border-right: none; | |
| 1800 | + font-size: 12px; | |
| 1801 | + -webkit-transition: all .5s; | |
| 1802 | + -o-transition: all .5s; | |
| 1803 | + transition: all .5s; | |
| 1804 | + cursor: pointer; | |
| 1805 | + overflow: hidden; } | |
| 1806 | + .elementor-choices .elementor-choices-label:nth-child(2) { | |
| 1807 | + -webkit-border-top-left-radius: 3px; | |
| 1808 | + border-top-left-radius: 3px; | |
| 1809 | + -webkit-border-bottom-left-radius: 3px; | |
| 1810 | + border-bottom-left-radius: 3px; } | |
| 1811 | + .elementor-choices .elementor-choices-label:last-child { | |
| 1812 | + border-right: 1px solid #d5dadf; | |
| 1813 | + -webkit-border-top-right-radius: 3px; | |
| 1814 | + border-top-right-radius: 3px; | |
| 1815 | + -webkit-border-bottom-right-radius: 3px; | |
| 1816 | + border-bottom-right-radius: 3px; } | |
| 1817 | + .elementor-choices input { | |
| 1818 | + display: none; } | |
| 1819 | + .elementor-choices input.e-choose-placeholder + .elementor-choices-label { | |
| 1820 | + color: #ffffff; | |
| 1821 | + background-color: #c2cbd2; | |
| 1822 | + border-color: #c2cbd2; } | |
| 1823 | + .elementor-choices input:checked + .elementor-choices-label { | |
| 1824 | + color: #fff; | |
| 1825 | + background-color: #a4afb7; | |
| 1826 | + border-color: #a4afb7; } | |
| 2314 | 1827 | |
| 2315 | 1828 | .elementor-label-inline .elementor-choices { |
| 2316 | - justify-content: flex-end; | |
| 2317 | -} | |
| 1829 | + -webkit-box-pack: end; | |
| 1830 | + -ms-flex-pack: end; | |
| 1831 | + justify-content: flex-end; } | |
| 2318 | 1832 | |
| 2319 | -.elementor-control-type-color.e-control-global .pickr { | |
| 2320 | - border-start-start-radius: 0; | |
| 2321 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2322 | - border-end-start-radius: 0; | |
| 2323 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2324 | - flex-shrink: 0; | |
| 2325 | - border-color: var(--e-a-border-color-bold); | |
| 2326 | - transition: var(--e-a-transition-hover); | |
| 2327 | -} | |
| 2328 | -.elementor-control-type-color.e-control-global .pickr:hover { | |
| 2329 | - background-color: var(--e-a-bg-hover); | |
| 2330 | -} | |
| 2331 | -.elementor-control-type-color.e-control-global .e-global__popover-toggle:not(.e-global__popover-toggle--active) ~ .pickr { | |
| 2332 | - background-color: var(--e-a-bg-active-bold); | |
| 2333 | -} | |
| 1833 | +.rtl .elementor-control-type-choose[class*="elementor-control-text_align"] .elementor-choices, .rtl .elementor-control-type-choose[class*="elementor-control-align"] .elementor-choices, .rtl .elementor-control-type-choose[class*="elementor-control-position"] .elementor-choices { | |
| 1834 | + -webkit-box-orient: horizontal; | |
| 1835 | + -webkit-box-direction: reverse; | |
| 1836 | + -ms-flex-direction: row-reverse; | |
| 1837 | + flex-direction: row-reverse; } | |
| 1838 | + .rtl .elementor-control-type-choose[class*="elementor-control-text_align"] .elementor-choices .elementor-choices-label:nth-child(2), .rtl .elementor-control-type-choose[class*="elementor-control-align"] .elementor-choices .elementor-choices-label:nth-child(2), .rtl .elementor-control-type-choose[class*="elementor-control-position"] .elementor-choices .elementor-choices-label:nth-child(2) { | |
| 1839 | + border-right: 1px solid #d5dadf; | |
| 1840 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1841 | + border-radius: 3px 0 0 3px; } | |
| 1842 | + .rtl .elementor-control-type-choose[class*="elementor-control-text_align"] .elementor-choices .elementor-choices-label:last-child, .rtl .elementor-control-type-choose[class*="elementor-control-align"] .elementor-choices .elementor-choices-label:last-child, .rtl .elementor-control-type-choose[class*="elementor-control-position"] .elementor-choices .elementor-choices-label:last-child { | |
| 1843 | + border-right: none; | |
| 1844 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1845 | + border-radius: 0 3px 3px 0; } | |
| 1846 | + | |
| 1847 | +.elementor-control-type-color.e-control-global .e-global__popover-toggle ~ .pickr { | |
| 1848 | + -webkit-border-radius: 0px 3px 3px 0; | |
| 1849 | + border-radius: 0px 3px 3px 0; | |
| 1850 | + -ms-flex-negative: 0; | |
| 1851 | + flex-shrink: 0; } | |
| 1852 | + | |
| 2334 | 1853 | .elementor-control-type-color .elementor-control-title { |
| 2335 | - flex-grow: 1; | |
| 2336 | -} | |
| 1854 | + -webkit-box-flex: 1; | |
| 1855 | + -ms-flex-positive: 1; | |
| 1856 | + flex-grow: 1; } | |
| 1857 | + | |
| 2337 | 1858 | .elementor-control-type-color .elementor-control-input-wrapper { |
| 1859 | + display: -webkit-box; | |
| 1860 | + display: -ms-flexbox; | |
| 2338 | 1861 | display: flex; |
| 2339 | - justify-content: flex-end; | |
| 2340 | -} | |
| 1862 | + -webkit-box-pack: end; | |
| 1863 | + -ms-flex-pack: end; | |
| 1864 | + justify-content: flex-end; } | |
| 2341 | 1865 | |
| 1866 | +.elementor-control-type-color .elementor-control-dynamic-switcher { | |
| 1867 | + border-left-width: 0; | |
| 1868 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1869 | + border-radius: 0 3px 3px 0; } | |
| 1870 | + | |
| 1871 | +.elementor-control-type-color.elementor-control-dynamic .pickr { | |
| 1872 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1873 | + border-radius: 3px 0 0 3px; } | |
| 1874 | + | |
| 2342 | 1875 | .elementor-group-control-css-filter .elementor-slider { |
| 2343 | 1876 | height: 6px; |
| 2344 | - box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 2345 | -} | |
| 1877 | + -webkit-box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 1878 | + box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); } | |
| 1879 | + | |
| 2346 | 1880 | .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2347 | - margin-block-start: 0; | |
| 2348 | - margin-block-end: 5px; | |
| 2349 | -} | |
| 1881 | + margin-top: 0; | |
| 1882 | + margin-bottom: 5px; } | |
| 2350 | 1883 | |
| 2351 | 1884 | .elementor-group-control-blur .elementor-slider { |
| 2352 | 1885 | background: url("../images/blur.png"); |
| 2353 | - background-size: cover; | |
| 2354 | - background-position: center; | |
| 2355 | -} | |
| 1886 | + -webkit-background-size: cover; | |
| 1887 | + background-size: cover; | |
| 1888 | + background-position: center; } | |
| 2356 | 1889 | |
| 2357 | 1890 | .elementor-group-control-contrast .elementor-slider { |
| 2358 | 1891 | background: url("../images/contrast.png"); |
| 2359 | - background-size: 100% 100%; | |
| 2360 | -} | |
| 1892 | + -webkit-background-size: 100% 100%; | |
| 1893 | + background-size: 100% 100%; } | |
| 2361 | 1894 | |
| 2362 | 1895 | .elementor-group-control-hue .elementor-slider { |
| 2363 | - background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 2364 | -} | |
| 1896 | + 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)); | |
| 1897 | + background-image: -webkit-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 1898 | + background-image: -o-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 1899 | + background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); } | |
| 2365 | 1900 | |
| 2366 | 1901 | .elementor-group-control-saturate .elementor-slider { |
| 2367 | - background-image: linear-gradient(to right, gray, red); | |
| 2368 | -} | |
| 1902 | + background-image: -webkit-gradient(linear, left top, right top, from(gray), to(red)); | |
| 1903 | + background-image: -webkit-linear-gradient(left, gray, red); | |
| 1904 | + background-image: -o-linear-gradient(left, gray, red); | |
| 1905 | + background-image: linear-gradient(to right, gray, red); } | |
| 2369 | 1906 | |
| 2370 | 1907 | .elementor-group-control-brightness .elementor-slider { |
| 2371 | - background-image: linear-gradient(to right, black, white); | |
| 2372 | -} | |
| 1908 | + background-image: -webkit-gradient(linear, left top, right top, from(black), to(white)); | |
| 1909 | + background-image: -webkit-linear-gradient(left, black, white); | |
| 1910 | + background-image: -o-linear-gradient(left, black, white); | |
| 1911 | + background-image: linear-gradient(to right, black, white); } | |
| 2373 | 1912 | |
| 2374 | -.elementor-control-responsive-switchers { | |
| 2375 | - --selected-option: 0; | |
| 2376 | - --pointer-position: var(--selected-option); | |
| 2377 | - position: relative; | |
| 2378 | - width: 2.5em; | |
| 2379 | - height: 2.5em; | |
| 2380 | - margin: calc(-2.5em + 12px) 0; | |
| 2381 | - margin-inline-end: 5px; | |
| 2382 | -} | |
| 2383 | -.elementor-control-responsive-switchers__holder { | |
| 2384 | - position: absolute; | |
| 2385 | - width: 100%; | |
| 2386 | - inset-block-start: 0; | |
| 2387 | - background-color: var(--e-a-bg-default); | |
| 2388 | - border-radius: var(--e-a-border-radius); | |
| 2389 | - transition: 0.15s; | |
| 2390 | - border: 1px solid transparent; | |
| 2391 | -} | |
| 2392 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2393 | - z-index: 11000; | |
| 2394 | -} | |
| 2395 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2396 | - height: 2.5em; | |
| 2397 | - transform: scale(1); | |
| 2398 | - opacity: 1; | |
| 2399 | -} | |
| 2400 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2401 | - color: var(--e-a-color-primary-bold); | |
| 2402 | -} | |
| 2403 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2404 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2405 | -} | |
| 1913 | +.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 1914 | + overflow: hidden; } | |
| 2406 | 1915 | |
| 2407 | -.elementor-responsive-switcher { | |
| 2408 | - all: unset; | |
| 2409 | - display: flex; | |
| 2410 | - align-items: center; | |
| 2411 | - justify-content: center; | |
| 2412 | - position: relative; | |
| 2413 | - z-index: 2; | |
| 2414 | - cursor: pointer; | |
| 2415 | - height: 0; | |
| 2416 | - width: 100%; | |
| 2417 | - transform: scale(0); | |
| 2418 | - opacity: 0; | |
| 2419 | - transition: 0.15s; | |
| 2420 | - font-size: 12px; | |
| 2421 | - color: inherit; | |
| 2422 | -} | |
| 2423 | -.elementor-responsive-switcher:hover { | |
| 2424 | - color: var(--e-a-color-primary-bold); | |
| 2425 | -} | |
| 1916 | +.elementor-control-type-dimensions li { | |
| 1917 | + float: left; | |
| 1918 | + width: 20%; } | |
| 1919 | + .elementor-control-type-dimensions li input, | |
| 1920 | + .elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 1921 | + display: block; | |
| 1922 | + text-align: center; | |
| 1923 | + width: 100%; | |
| 1924 | + border-color: #d5dadf; | |
| 1925 | + height: 27px; } | |
| 1926 | + .elementor-control-type-dimensions li input { | |
| 1927 | + border-left: none; | |
| 1928 | + -webkit-border-radius: 0; | |
| 1929 | + border-radius: 0; | |
| 1930 | + padding: 4px 0; } | |
| 1931 | + .elementor-control-type-dimensions li input:focus { | |
| 1932 | + border-left: solid 1px; | |
| 1933 | + border-color: #a4afb7; | |
| 1934 | + margin-left: -1px; | |
| 1935 | + width: calc(100% + 1px); } | |
| 1936 | + .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { | |
| 1937 | + color: #a4afb7; } | |
| 1938 | + .elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 1939 | + border: 1px solid #d5dadf; | |
| 1940 | + border-left: none; | |
| 1941 | + background-color: #fff; | |
| 1942 | + padding: 0; | |
| 1943 | + outline: none; | |
| 1944 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1945 | + border-radius: 0 3px 3px 0; | |
| 1946 | + cursor: pointer; } | |
| 1947 | + .elementor-control-type-dimensions li:first-child input { | |
| 1948 | + border-left: 1px solid #d5dadf; | |
| 1949 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1950 | + border-radius: 3px 0 0 3px; } | |
| 1951 | + .elementor-control-type-dimensions li:first-child input:focus { | |
| 1952 | + border-color: #a4afb7; | |
| 1953 | + margin-left: 0; | |
| 1954 | + width: 100%; } | |
| 2426 | 1955 | |
| 2427 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2428 | - height: 2.5em; | |
| 2429 | - transform: scale(1); | |
| 2430 | - opacity: 1; | |
| 2431 | -} | |
| 2432 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2433 | - color: var(--e-a-color-primary-bold); | |
| 2434 | -} | |
| 2435 | - | |
| 2436 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2437 | - height: 2.5em; | |
| 2438 | - transform: scale(1); | |
| 2439 | - opacity: 1; | |
| 2440 | -} | |
| 2441 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2442 | - color: var(--e-a-color-primary-bold); | |
| 2443 | -} | |
| 2444 | - | |
| 2445 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2446 | - height: 2.5em; | |
| 2447 | - transform: scale(1); | |
| 2448 | - opacity: 1; | |
| 2449 | -} | |
| 2450 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2451 | - color: var(--e-a-color-primary-bold); | |
| 2452 | -} | |
| 2453 | - | |
| 2454 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2455 | - height: 2.5em; | |
| 2456 | - transform: scale(1); | |
| 2457 | - opacity: 1; | |
| 2458 | -} | |
| 2459 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2460 | - color: var(--e-a-color-primary-bold); | |
| 2461 | -} | |
| 2462 | - | |
| 2463 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2464 | - height: 2.5em; | |
| 2465 | - transform: scale(1); | |
| 2466 | - opacity: 1; | |
| 2467 | -} | |
| 2468 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2469 | - color: var(--e-a-color-primary-bold); | |
| 2470 | -} | |
| 2471 | - | |
| 2472 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2473 | - height: 2.5em; | |
| 2474 | - transform: scale(1); | |
| 2475 | - opacity: 1; | |
| 2476 | -} | |
| 2477 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2478 | - color: var(--e-a-color-primary-bold); | |
| 2479 | -} | |
| 2480 | - | |
| 2481 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2482 | - height: 2.5em; | |
| 2483 | - transform: scale(1); | |
| 2484 | - opacity: 1; | |
| 2485 | -} | |
| 2486 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2487 | - color: var(--e-a-color-primary-bold); | |
| 2488 | -} | |
| 2489 | - | |
| 2490 | -.e-units-wrapper { | |
| 2491 | - position: relative; | |
| 2492 | - margin-inline-start: auto; | |
| 2493 | -} | |
| 2494 | -.e-units-wrapper .e-units-switcher { | |
| 2495 | - cursor: pointer; | |
| 2496 | - font-size: 10px; | |
| 2497 | - padding: 0.5em; | |
| 2498 | - margin: -0.5em 0; | |
| 2499 | - transition: all ease-in-out 0.15s; | |
| 2500 | -} | |
| 2501 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2502 | - color: var(--e-a-color-primary-bold); | |
| 2503 | - background-color: var(--e-a-bg-hover); | |
| 2504 | - border-radius: var(--e-a-border-radius); | |
| 2505 | -} | |
| 2506 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2507 | - display: none; | |
| 2508 | -} | |
| 2509 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2510 | - display: none; | |
| 2511 | -} | |
| 2512 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2513 | - transform: rotate(90deg); | |
| 2514 | -} | |
| 2515 | - | |
| 2516 | -.e-units-choices input { | |
| 2517 | - display: none; | |
| 2518 | -} | |
| 2519 | -.e-units-choices input:checked + label { | |
| 2520 | - color: var(--e-a-color-primary-bold); | |
| 2521 | -} | |
| 2522 | -.e-units-choices label { | |
| 2523 | - cursor: pointer; | |
| 2524 | - display: block; | |
| 2525 | -} | |
| 2526 | -.e-units-choices { | |
| 2527 | - display: none; | |
| 2528 | - overflow: hidden; | |
| 2529 | - max-height: 0; | |
| 2530 | - position: absolute; | |
| 2531 | - inset-block-start: -0.8em; | |
| 2532 | - inset-inline-start: -0.5em; | |
| 2533 | - width: 2.5em; | |
| 2534 | - text-align: center; | |
| 2535 | - background-color: var(--e-a-bg-default); | |
| 2536 | - border-radius: var(--e-a-border-radius); | |
| 2537 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2538 | - animation-timing-function: linear; | |
| 2539 | - animation-delay: 0s; | |
| 2540 | - animation-fill-mode: forwards; | |
| 2541 | - z-index: 11000; | |
| 2542 | -} | |
| 2543 | -.e-units-choices .elementor-units-choices-label { | |
| 2544 | - display: flex; | |
| 2545 | - align-items: center; | |
| 2546 | - height: 3em; | |
| 2547 | - justify-content: center; | |
| 2548 | - font-size: 10px; | |
| 2549 | - transition: 0.15s; | |
| 2550 | -} | |
| 2551 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2552 | - color: var(--e-a-color-primary-bold); | |
| 2553 | -} | |
| 2554 | -.e-units-choices.e-units-choices-open { | |
| 2555 | - display: block; | |
| 2556 | - animation-duration: 1s; | |
| 2557 | - animation-name: e-units-choices-open; | |
| 2558 | -} | |
| 2559 | - | |
| 2560 | -.e-units-custom input { | |
| 2561 | - font-family: monospace; | |
| 2562 | - font-size: 0.85em; | |
| 2563 | -} | |
| 2564 | - | |
| 2565 | -@keyframes e-units-choices-open { | |
| 2566 | - from { | |
| 2567 | - max-height: 0; | |
| 2568 | - } | |
| 2569 | - to { | |
| 2570 | - max-height: 100vh; | |
| 2571 | - } | |
| 2572 | -} | |
| 2573 | -.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 2574 | - display: flex; | |
| 2575 | -} | |
| 2576 | -.elementor-control-type-dimensions li { | |
| 2577 | - flex: 1; | |
| 2578 | - transition: flex-grow 0.3s ease-in-out; | |
| 2579 | -} | |
| 2580 | -.elementor-control-type-dimensions li input, | |
| 2581 | -.elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 2582 | - display: block; | |
| 2583 | - text-align: center; | |
| 2584 | - width: 100%; | |
| 2585 | - height: 27px; | |
| 2586 | -} | |
| 2587 | -.elementor-control-type-dimensions li input { | |
| 2588 | - border-inline-start: none; | |
| 2589 | - border-radius: 0; | |
| 2590 | - padding: var(--e-a-border-radius); | |
| 2591 | -} | |
| 2592 | -.elementor-control-type-dimensions li input:focus { | |
| 2593 | - border-inline-start: var(--e-a-border-bold); | |
| 2594 | - margin-inline-start: -1px; | |
| 2595 | - width: calc(100% + 1px); | |
| 2596 | -} | |
| 2597 | -.elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { | |
| 2598 | - color: var(--e-a-color-txt); | |
| 2599 | -} | |
| 2600 | -.elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 2601 | - border: var(--e-a-border-bold); | |
| 2602 | - border-inline-start: none; | |
| 2603 | - background-color: var(--e-a-bg-default); | |
| 2604 | - padding: 0; | |
| 2605 | - outline: none; | |
| 2606 | - border-start-start-radius: 0; | |
| 2607 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2608 | - border-end-start-radius: 0; | |
| 2609 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2610 | - cursor: pointer; | |
| 2611 | -} | |
| 2612 | -.elementor-control-type-dimensions li:first-child input { | |
| 2613 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2614 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2615 | - border-start-end-radius: 0; | |
| 2616 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2617 | - border-end-end-radius: 0; | |
| 2618 | -} | |
| 2619 | -.elementor-control-type-dimensions li:first-child input:focus { | |
| 2620 | - border-color: var(--e-a-border-color-focus); | |
| 2621 | - margin-inline-start: 0; | |
| 2622 | - width: 100%; | |
| 2623 | -} | |
| 2624 | -.elementor-control-type-dimensions li:last-child { | |
| 2625 | - max-width: 27px; | |
| 2626 | -} | |
| 2627 | -.elementor-control-type-dimensions.e-units-custom li.elementor-control-dimension:focus-within { | |
| 2628 | - flex: 2.5; | |
| 2629 | -} | |
| 2630 | 1956 | .elementor-control-type-dimensions .elementor-control-dimension-label { |
| 2631 | - color: var(--e-a-color-txt-muted); | |
| 2632 | 1957 | display: block; |
| 2633 | 1958 | text-align: center; |
| 1959 | + color: #d5dadf; | |
| 2634 | 1960 | font-size: 9px; |
| 2635 | - padding-block-start: 5px; | |
| 2636 | -} | |
| 1961 | + text-transform: uppercase; | |
| 1962 | + padding-top: 5px; } | |
| 1963 | + | |
| 2637 | 1964 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked { |
| 2638 | - background-color: var(--e-a-bg-default); | |
| 2639 | -} | |
| 2640 | -.elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { | |
| 2641 | - display: none; | |
| 2642 | -} | |
| 1965 | + background-color: #fff; } | |
| 1966 | + .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { | |
| 1967 | + display: none; } | |
| 1968 | + | |
| 2643 | 1969 | .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) { |
| 2644 | - background-color: var(--e-a-bg-active-bold); | |
| 2645 | - color: var(--e-a-color-txt-accent); | |
| 2646 | - border-color: var(--e-a-border-color-bold); | |
| 2647 | -} | |
| 2648 | -.elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { | |
| 2649 | - display: none; | |
| 2650 | -} | |
| 1970 | + background-color: #a4afb7; | |
| 1971 | + border-color: #a4afb7; } | |
| 1972 | + .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { | |
| 1973 | + display: none; } | |
| 2651 | 1974 | |
| 2652 | -.elementor-control-responsive-switchers { | |
| 2653 | - --selected-option: 0; | |
| 2654 | - --pointer-position: var(--selected-option); | |
| 2655 | - position: relative; | |
| 2656 | - width: 2.5em; | |
| 2657 | - height: 2.5em; | |
| 2658 | - margin: calc(-2.5em + 12px) 0; | |
| 2659 | - margin-inline-end: 5px; | |
| 2660 | -} | |
| 2661 | -.elementor-control-responsive-switchers__holder { | |
| 2662 | - position: absolute; | |
| 2663 | - width: 100%; | |
| 2664 | - inset-block-start: 0; | |
| 2665 | - background-color: var(--e-a-bg-default); | |
| 2666 | - border-radius: var(--e-a-border-radius); | |
| 2667 | - transition: 0.15s; | |
| 2668 | - border: 1px solid transparent; | |
| 2669 | -} | |
| 2670 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2671 | - z-index: 11000; | |
| 2672 | -} | |
| 2673 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2674 | - height: 2.5em; | |
| 2675 | - transform: scale(1); | |
| 2676 | - opacity: 1; | |
| 2677 | -} | |
| 2678 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2679 | - color: var(--e-a-color-primary-bold); | |
| 2680 | -} | |
| 2681 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2682 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2683 | -} | |
| 1975 | +.elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked { | |
| 1976 | + color: #fff; } | |
| 2684 | 1977 | |
| 2685 | -.elementor-responsive-switcher { | |
| 2686 | - all: unset; | |
| 2687 | - display: flex; | |
| 2688 | - align-items: center; | |
| 2689 | - justify-content: center; | |
| 2690 | - position: relative; | |
| 2691 | - z-index: 2; | |
| 2692 | - cursor: pointer; | |
| 2693 | - height: 0; | |
| 2694 | - width: 100%; | |
| 2695 | - transform: scale(0); | |
| 2696 | - opacity: 0; | |
| 2697 | - transition: 0.15s; | |
| 2698 | - font-size: 12px; | |
| 2699 | - color: inherit; | |
| 2700 | -} | |
| 2701 | -.elementor-responsive-switcher:hover { | |
| 2702 | - color: var(--e-a-color-primary-bold); | |
| 2703 | -} | |
| 2704 | - | |
| 2705 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2706 | - height: 2.5em; | |
| 2707 | - transform: scale(1); | |
| 2708 | - opacity: 1; | |
| 2709 | -} | |
| 2710 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2711 | - color: var(--e-a-color-primary-bold); | |
| 2712 | -} | |
| 2713 | - | |
| 2714 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2715 | - height: 2.5em; | |
| 2716 | - transform: scale(1); | |
| 2717 | - opacity: 1; | |
| 2718 | -} | |
| 2719 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2720 | - color: var(--e-a-color-primary-bold); | |
| 2721 | -} | |
| 2722 | - | |
| 2723 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2724 | - height: 2.5em; | |
| 2725 | - transform: scale(1); | |
| 2726 | - opacity: 1; | |
| 2727 | -} | |
| 2728 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2729 | - color: var(--e-a-color-primary-bold); | |
| 2730 | -} | |
| 2731 | - | |
| 2732 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2733 | - height: 2.5em; | |
| 2734 | - transform: scale(1); | |
| 2735 | - opacity: 1; | |
| 2736 | -} | |
| 2737 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2738 | - color: var(--e-a-color-primary-bold); | |
| 2739 | -} | |
| 2740 | - | |
| 2741 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2742 | - height: 2.5em; | |
| 2743 | - transform: scale(1); | |
| 2744 | - opacity: 1; | |
| 2745 | -} | |
| 2746 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2747 | - color: var(--e-a-color-primary-bold); | |
| 2748 | -} | |
| 2749 | - | |
| 2750 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2751 | - height: 2.5em; | |
| 2752 | - transform: scale(1); | |
| 2753 | - opacity: 1; | |
| 2754 | -} | |
| 2755 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2756 | - color: var(--e-a-color-primary-bold); | |
| 2757 | -} | |
| 2758 | - | |
| 2759 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2760 | - height: 2.5em; | |
| 2761 | - transform: scale(1); | |
| 2762 | - opacity: 1; | |
| 2763 | -} | |
| 2764 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2765 | - color: var(--e-a-color-primary-bold); | |
| 2766 | -} | |
| 2767 | - | |
| 2768 | -.e-units-wrapper { | |
| 2769 | - position: relative; | |
| 2770 | - margin-inline-start: auto; | |
| 2771 | -} | |
| 2772 | -.e-units-wrapper .e-units-switcher { | |
| 2773 | - cursor: pointer; | |
| 2774 | - font-size: 10px; | |
| 2775 | - padding: 0.5em; | |
| 2776 | - margin: -0.5em 0; | |
| 2777 | - transition: all ease-in-out 0.15s; | |
| 2778 | -} | |
| 2779 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2780 | - color: var(--e-a-color-primary-bold); | |
| 2781 | - background-color: var(--e-a-bg-hover); | |
| 2782 | - border-radius: var(--e-a-border-radius); | |
| 2783 | -} | |
| 2784 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2785 | - display: none; | |
| 2786 | -} | |
| 2787 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2788 | - display: none; | |
| 2789 | -} | |
| 2790 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2791 | - transform: rotate(90deg); | |
| 2792 | -} | |
| 2793 | - | |
| 2794 | -.e-units-choices input { | |
| 2795 | - display: none; | |
| 2796 | -} | |
| 2797 | -.e-units-choices input:checked + label { | |
| 2798 | - color: var(--e-a-color-primary-bold); | |
| 2799 | -} | |
| 2800 | -.e-units-choices label { | |
| 2801 | - cursor: pointer; | |
| 2802 | - display: block; | |
| 2803 | -} | |
| 2804 | -.e-units-choices { | |
| 2805 | - display: none; | |
| 2806 | - overflow: hidden; | |
| 2807 | - max-height: 0; | |
| 1978 | +.elementor-control-type-icons .elementor-control-media__preview > * { | |
| 2808 | 1979 | position: absolute; |
| 2809 | - inset-block-start: -0.8em; | |
| 2810 | - inset-inline-start: -0.5em; | |
| 2811 | - width: 2.5em; | |
| 2812 | - text-align: center; | |
| 2813 | - background-color: var(--e-a-bg-default); | |
| 2814 | - border-radius: var(--e-a-border-radius); | |
| 2815 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2816 | - animation-timing-function: linear; | |
| 2817 | - animation-delay: 0s; | |
| 2818 | - animation-fill-mode: forwards; | |
| 2819 | - z-index: 11000; | |
| 2820 | -} | |
| 2821 | -.e-units-choices .elementor-units-choices-label { | |
| 2822 | - display: flex; | |
| 2823 | - align-items: center; | |
| 2824 | - height: 3em; | |
| 2825 | - justify-content: center; | |
| 2826 | - font-size: 10px; | |
| 2827 | - transition: 0.15s; | |
| 2828 | -} | |
| 2829 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2830 | - color: var(--e-a-color-primary-bold); | |
| 2831 | -} | |
| 2832 | -.e-units-choices.e-units-choices-open { | |
| 2833 | - display: block; | |
| 2834 | - animation-duration: 1s; | |
| 2835 | - animation-name: e-units-choices-open; | |
| 2836 | -} | |
| 1980 | + top: 50%; | |
| 1981 | + left: 50%; | |
| 1982 | + -webkit-transform: translate(-50%, -50%); | |
| 1983 | + -ms-transform: translate(-50%, -50%); | |
| 1984 | + transform: translate(-50%, -50%); } | |
| 2837 | 1985 | |
| 2838 | -.e-units-custom input { | |
| 2839 | - font-family: monospace; | |
| 2840 | - font-size: 0.85em; | |
| 2841 | -} | |
| 2842 | - | |
| 2843 | -@keyframes e-units-choices-open { | |
| 2844 | - from { | |
| 2845 | - max-height: 0; | |
| 2846 | - } | |
| 2847 | - to { | |
| 2848 | - max-height: 100vh; | |
| 2849 | - } | |
| 2850 | -} | |
| 2851 | -.elementor-control-type-gaps .elementor-control-gaps { | |
| 2852 | - display: flex; | |
| 2853 | -} | |
| 2854 | -.elementor-control-type-gaps li { | |
| 2855 | - flex: 1; | |
| 2856 | - transition: flex-grow 0.3s ease-in-out; | |
| 2857 | -} | |
| 2858 | -.elementor-control-type-gaps li input, | |
| 2859 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 2860 | - display: block; | |
| 2861 | - text-align: center; | |
| 2862 | - width: 100%; | |
| 2863 | - height: 27px; | |
| 2864 | -} | |
| 2865 | -.elementor-control-type-gaps li input { | |
| 2866 | - border-inline-start: none; | |
| 2867 | - border-radius: 0; | |
| 2868 | - padding: var(--e-a-border-radius); | |
| 2869 | -} | |
| 2870 | -.elementor-control-type-gaps li input:focus { | |
| 2871 | - border-inline-start: var(--e-a-border-bold); | |
| 2872 | - margin-inline-start: -1px; | |
| 2873 | - width: calc(100% + 1px); | |
| 2874 | -} | |
| 2875 | -.elementor-control-type-gaps li input:focus + .elementor-control-gap-label { | |
| 2876 | - color: var(--e-a-color-txt); | |
| 2877 | -} | |
| 2878 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 2879 | - border: var(--e-a-border-bold); | |
| 2880 | - border-inline-start: none; | |
| 2881 | - background-color: var(--e-a-bg-default); | |
| 2882 | - padding: 0; | |
| 2883 | - outline: none; | |
| 2884 | - border-start-start-radius: 0; | |
| 2885 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2886 | - border-end-start-radius: 0; | |
| 2887 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2888 | - cursor: pointer; | |
| 2889 | -} | |
| 2890 | -.elementor-control-type-gaps li:first-child input { | |
| 2891 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2892 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2893 | - border-start-end-radius: 0; | |
| 2894 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2895 | - border-end-end-radius: 0; | |
| 2896 | -} | |
| 2897 | -.elementor-control-type-gaps li:first-child input:focus { | |
| 2898 | - border-color: var(--e-a-border-color-focus); | |
| 2899 | - margin-inline-start: 0; | |
| 2900 | - width: 100%; | |
| 2901 | -} | |
| 2902 | -.elementor-control-type-gaps li:last-child { | |
| 2903 | - max-width: 27px; | |
| 2904 | -} | |
| 2905 | -.elementor-control-type-gaps.e-units-custom li.elementor-control-gap:focus-within { | |
| 2906 | - flex: 2.5; | |
| 2907 | -} | |
| 2908 | -.elementor-control-type-gaps .elementor-control-gap-label { | |
| 2909 | - color: var(--e-a-color-txt-muted); | |
| 2910 | - display: block; | |
| 2911 | - text-align: center; | |
| 2912 | - font-size: 9px; | |
| 2913 | - padding-block-start: 5px; | |
| 2914 | -} | |
| 2915 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked { | |
| 2916 | - background-color: var(--e-a-bg-default); | |
| 2917 | -} | |
| 2918 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked .elementor-linked { | |
| 2919 | - display: none; | |
| 2920 | -} | |
| 2921 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) { | |
| 2922 | - background-color: var(--e-a-bg-active-bold); | |
| 2923 | - color: var(--e-a-color-txt-accent); | |
| 2924 | - border-color: var(--e-a-border-color-bold); | |
| 2925 | -} | |
| 2926 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) .elementor-unlinked { | |
| 2927 | - display: none; | |
| 2928 | -} | |
| 2929 | - | |
| 2930 | -.elementor-control-type-icons .elementor-control-media__preview > * { | |
| 2931 | - position: absolute; | |
| 2932 | - inset-block-start: 50%; | |
| 2933 | - inset-inline-start: 50%; | |
| 2934 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2935 | -} | |
| 2936 | 1986 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2937 | 1987 | font-size: 70px; |
| 2938 | -} | |
| 1988 | + color: #6d7882; } | |
| 1989 | + | |
| 2939 | 1990 | .elementor-control-type-icons .elementor-control-media__preview svg { |
| 2940 | - height: 75%; | |
| 2941 | -} | |
| 1991 | + height: 75%; } | |
| 1992 | + | |
| 2942 | 1993 | .elementor-control-type-icons .elementor-control-icons--inline__svg i.eicon-upload { |
| 2943 | - font-size: 15px; | |
| 2944 | -} | |
| 1994 | + font-size: 15px; } | |
| 2945 | 1995 | |
| 2946 | 1996 | .elementor-control-type-gallery .elementor-control-media__content { |
| 2947 | - border: var(--e-a-border-bold); | |
| 2948 | - border-radius: 3px; | |
| 2949 | -} | |
| 1997 | + border: 1px solid #d5dadf; | |
| 1998 | + -webkit-border-radius: 3px; | |
| 1999 | + border-radius: 3px; } | |
| 2000 | + | |
| 2950 | 2001 | .elementor-control-type-gallery .elementor-control-gallery-status { |
| 2951 | 2002 | font-size: 12px; |
| 2952 | 2003 | height: 27px; |
| 2953 | - padding-inline-start: 10px; | |
| 2954 | - border-block-end: var(--e-a-border-bold); | |
| 2955 | - display: flex; | |
| 2956 | -} | |
| 2957 | -.elementor-control-type-gallery .elementor-control-gallery-status > * { | |
| 2958 | - display: flex; | |
| 2959 | - align-items: center; | |
| 2960 | -} | |
| 2961 | -.elementor-control-type-gallery .elementor-control-gallery-status-title { | |
| 2962 | - flex-grow: 1; | |
| 2963 | -} | |
| 2004 | + padding-left: 10px; | |
| 2005 | + border-bottom: 1px solid #d5dadf; | |
| 2006 | + display: -webkit-box; | |
| 2007 | + display: -ms-flexbox; | |
| 2008 | + display: flex; } | |
| 2009 | + .elementor-control-type-gallery .elementor-control-gallery-status > * { | |
| 2010 | + display: -webkit-box; | |
| 2011 | + display: -ms-flexbox; | |
| 2012 | + display: flex; | |
| 2013 | + -webkit-box-align: center; | |
| 2014 | + -ms-flex-align: center; | |
| 2015 | + align-items: center; } | |
| 2016 | + .elementor-control-type-gallery .elementor-control-gallery-status-title { | |
| 2017 | + -webkit-box-flex: 1; | |
| 2018 | + -ms-flex-positive: 1; | |
| 2019 | + flex-grow: 1; } | |
| 2020 | + | |
| 2964 | 2021 | .elementor-control-type-gallery .elementor-control-gallery-content { |
| 2965 | 2022 | position: relative; |
| 2966 | - overflow: hidden; | |
| 2967 | -} | |
| 2023 | + overflow: hidden; } | |
| 2024 | + .elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit { | |
| 2025 | + opacity: 0; } | |
| 2026 | + | |
| 2968 | 2027 | .elementor-control-type-gallery .elementor-control-gallery-thumbnails { |
| 2969 | 2028 | display: grid; |
| 2970 | 2029 | grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); |
| 2971 | 2030 | grid-gap: 10px; |
| 2972 | 2031 | cursor: pointer; |
| 2973 | - padding: 10px; | |
| 2974 | -} | |
| 2975 | -.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 { | |
| 2976 | - opacity: 1; | |
| 2977 | -} | |
| 2032 | + padding: 10px; } | |
| 2033 | + | |
| 2978 | 2034 | .elementor-control-type-gallery .elementor-control-gallery-thumbnail { |
| 2979 | 2035 | width: 48px; |
| 2980 | 2036 | height: 48px; |
| 2981 | - -o-object-fit: cover; | |
| 2982 | - object-fit: cover; | |
| 2983 | - border: var(--e-a-border); | |
| 2984 | -} | |
| 2985 | -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image { | |
| 2986 | - outline: 2px solid var(--e-a-btn-bg-danger-active); | |
| 2987 | - opacity: 0.6; | |
| 2988 | -} | |
| 2037 | + -webkit-background-size: cover; | |
| 2038 | + background-size: cover; | |
| 2039 | + background-position: 50% 50%; } | |
| 2040 | + | |
| 2989 | 2041 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2990 | 2042 | position: absolute; |
| 2991 | - inset: 0; | |
| 2992 | - background-color: rgba(0, 0, 0, 0.2); | |
| 2043 | + top: 0; | |
| 2044 | + bottom: 0; | |
| 2045 | + left: 0; | |
| 2046 | + right: 0; | |
| 2047 | + background-color: rgba(109, 120, 130, 0.3); | |
| 2993 | 2048 | padding: 10px; |
| 2994 | 2049 | font-size: 11px; |
| 2995 | - transition: all 0.3s ease-in-out; | |
| 2050 | + -webkit-transition: all .3s ease-in-out; | |
| 2051 | + -o-transition: all .3s ease-in-out; | |
| 2052 | + transition: all .3s ease-in-out; | |
| 2996 | 2053 | pointer-events: none; |
| 2997 | 2054 | cursor: pointer; |
| 2998 | - opacity: 0; | |
| 2999 | -} | |
| 3000 | -.elementor-control-type-gallery .elementor-control-gallery-edit span { | |
| 3001 | - position: absolute; | |
| 3002 | - inset-block-start: 10px; | |
| 3003 | - inset-inline-end: 10px; | |
| 3004 | - width: 21px; | |
| 3005 | - height: 21px; | |
| 3006 | - color: var(--e-a-color-white); | |
| 3007 | - background-color: rgba(0, 0, 0, 0.5); | |
| 3008 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 3009 | - transition: var(--e-a-transition-hover); | |
| 3010 | -} | |
| 3011 | -.elementor-control-type-gallery .elementor-control-gallery-edit span i { | |
| 3012 | - font-size: 11px; | |
| 3013 | - padding: 5px; | |
| 3014 | -} | |
| 3015 | -.elementor-control-type-gallery .elementor-control-gallery-edit span:hover { | |
| 3016 | - background-color: rgba(0, 0, 0, 0.6); | |
| 3017 | -} | |
| 2055 | + opacity: 1; } | |
| 2056 | + .elementor-control-type-gallery .elementor-control-gallery-edit span { | |
| 2057 | + position: absolute; | |
| 2058 | + top: 10px; | |
| 2059 | + right: 10px; | |
| 2060 | + width: 21px; | |
| 2061 | + height: 21px; | |
| 2062 | + background-color: rgba(255, 255, 255, 0.9); | |
| 2063 | + color: #a4afb7; | |
| 2064 | + -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 2065 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 2066 | + -webkit-border-radius: 3px; | |
| 2067 | + border-radius: 3px; } | |
| 2068 | + .elementor-control-type-gallery .elementor-control-gallery-edit span i { | |
| 2069 | + font-size: 11px; | |
| 2070 | + padding: 5px; } | |
| 2071 | + | |
| 3018 | 2072 | .elementor-control-type-gallery .elementor-control-gallery-add { |
| 3019 | 2073 | width: 48px; |
| 3020 | 2074 | height: 48px; |
| 2075 | + color: #fff; | |
| 2076 | + background-color: #d5dadf; | |
| 3021 | 2077 | font-size: 14px; |
| 3022 | -} | |
| 3023 | -.elementor-control-type-gallery .elementor-control-gallery-add i { | |
| 3024 | - margin: 0; | |
| 3025 | -} | |
| 2078 | + -webkit-border-radius: 0; | |
| 2079 | + border-radius: 0; } | |
| 2080 | + .elementor-control-type-gallery .elementor-control-gallery-add:hover { | |
| 2081 | + background-color: #c2cbd2; } | |
| 2082 | + .elementor-control-type-gallery .elementor-control-gallery-add i { | |
| 2083 | + margin: 0; | |
| 2084 | + color: #a4afb7; } | |
| 2085 | + | |
| 3026 | 2086 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear, |
| 3027 | 2087 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails, |
| 3028 | 2088 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit { |
| 3029 | - display: none; | |
| 3030 | -} | |
| 2089 | + display: none; } | |
| 2090 | + | |
| 3031 | 2091 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-content { |
| 3032 | - padding: 10px; | |
| 3033 | -} | |
| 2092 | + padding: 10px; } | |
| 2093 | + | |
| 3034 | 2094 | .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add { |
| 3035 | - display: none; | |
| 3036 | -} | |
| 2095 | + display: none; } | |
| 2096 | + | |
| 3037 | 2097 | .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear { |
| 3038 | - border-inline-start: var(--e-a-border); | |
| 3039 | -} | |
| 2098 | + border-left: 1px solid #d5dadf; } | |
| 2099 | + | |
| 3040 | 2100 | .elementor-control-type-gallery .elementor-control-gallery-clear { |
| 3041 | - color: currentColor; | |
| 3042 | - background-color: transparent; | |
| 3043 | - border: none; | |
| 3044 | 2101 | cursor: pointer; |
| 3045 | - justify-content: center; | |
| 3046 | -} | |
| 3047 | -.elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus { | |
| 3048 | - color: var(--e-a-color-danger); | |
| 3049 | -} | |
| 2102 | + -webkit-box-pack: center; | |
| 2103 | + -ms-flex-pack: center; | |
| 2104 | + justify-content: center; } | |
| 2105 | + .elementor-control-type-gallery .elementor-control-gallery-clear:hover { | |
| 2106 | + color: #b01b1b; } | |
| 2107 | + | |
| 3050 | 2108 | .elementor-control-type-gallery .elementor-control-dynamic-switcher { |
| 3051 | - border-width: 0; | |
| 3052 | - border-inline-start-width: 1px; | |
| 3053 | - border-block-end-width: 1px; | |
| 3054 | - border-radius: 0; | |
| 3055 | -} | |
| 2109 | + border: none; | |
| 2110 | + border-bottom: 1px solid #d5dadf; | |
| 2111 | + border-left: 1px solid #d5dadf; | |
| 2112 | + -webkit-border-radius: 0 3px 0 0; | |
| 2113 | + border-radius: 0 3px 0 0; } | |
| 3056 | 2114 | |
| 3057 | 2115 | .e-global__popover { |
| 3058 | 2116 | width: 288px; |
| 3059 | 2117 | z-index: 1; |
| 3060 | 2118 | font-size: 12px; |
| 3061 | - padding-inline-start: 10px; | |
| 3062 | -} | |
| 3063 | -.e-global__popover-toggle { | |
| 3064 | - border: var(--e-a-border-bold); | |
| 3065 | - border-inline-end: 0; | |
| 3066 | - border-start-start-radius: 3px; | |
| 3067 | - border-start-end-radius: 0; | |
| 3068 | - border-end-start-radius: 3px; | |
| 3069 | - border-end-end-radius: 0; | |
| 3070 | - display: flex; | |
| 3071 | - align-items: center; | |
| 3072 | - justify-content: center; | |
| 3073 | - cursor: pointer; | |
| 3074 | - transition: var(--e-a-transition-hover); | |
| 3075 | -} | |
| 3076 | -.e-global__popover-toggle:hover { | |
| 3077 | - background-color: var(--e-a-bg-hover); | |
| 3078 | -} | |
| 3079 | -.e-global__popover-toggle--active { | |
| 3080 | - color: var(--e-a-color-primary-bold); | |
| 3081 | - background-color: var(--e-a-bg-active-bold); | |
| 3082 | -} | |
| 3083 | -.e-global__popover-container { | |
| 3084 | - box-shadow: var(--e-a-popover-shadow); | |
| 3085 | - border-radius: var(--e-a-border-radius); | |
| 3086 | - background-color: var(--e-a-bg-default); | |
| 3087 | -} | |
| 3088 | -.e-global__popover-title { | |
| 3089 | - padding: 15px 20px; | |
| 3090 | - font-weight: 500; | |
| 3091 | - border-block-end: var(--e-a-border); | |
| 3092 | - display: flex; | |
| 3093 | -} | |
| 3094 | -.e-global__popover-title > i { | |
| 3095 | - margin-inline-end: 5px; | |
| 3096 | -} | |
| 3097 | -.e-global__popover-title-text { | |
| 3098 | - flex-grow: 1; | |
| 3099 | -} | |
| 3100 | -.e-global__popover-info { | |
| 3101 | - margin-inline-end: 10px; | |
| 3102 | - display: inline-block; | |
| 3103 | -} | |
| 3104 | -.e-global__popover-info-tooltip { | |
| 3105 | - width: 270px; | |
| 3106 | - z-index: 1; | |
| 3107 | - background-color: rgba(0, 0, 0, 0.9); | |
| 3108 | - color: var(--e-a-color-white); | |
| 3109 | - padding: 20px; | |
| 3110 | - border-radius: 3px; | |
| 3111 | -} | |
| 3112 | -.e-global__popover-info-tooltip:after { | |
| 3113 | - content: ""; | |
| 3114 | - position: absolute; | |
| 3115 | - inset-block-end: -17px; | |
| 3116 | - inset-inline-start: 16px; | |
| 3117 | - border: 10px solid transparent; | |
| 3118 | - border-block-start-color: rgba(0, 0, 0, 0.9); | |
| 3119 | -} | |
| 3120 | -.e-global__popover-info i { | |
| 3121 | - font-size: 13px; | |
| 3122 | -} | |
| 2119 | + padding-left: 10px; } | |
| 2120 | + .e-global__popover-toggle { | |
| 2121 | + border: 1px solid #d5dadf; | |
| 2122 | + border-right: 0; | |
| 2123 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2124 | + border-radius: 3px 0 0 3px; | |
| 2125 | + display: -webkit-box; | |
| 2126 | + display: -ms-flexbox; | |
| 2127 | + display: flex; | |
| 2128 | + -webkit-box-align: center; | |
| 2129 | + -ms-flex-align: center; | |
| 2130 | + align-items: center; | |
| 2131 | + -webkit-box-pack: center; | |
| 2132 | + -ms-flex-pack: center; | |
| 2133 | + justify-content: center; | |
| 2134 | + cursor: pointer; } | |
| 2135 | + .e-global__popover-toggle--active i { | |
| 2136 | + color: #71d7f7; } | |
| 2137 | + .e-global__popover-container { | |
| 2138 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2139 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2140 | + -webkit-border-radius: 3px; | |
| 2141 | + border-radius: 3px; | |
| 2142 | + background-color: #fff; | |
| 2143 | + padding-bottom: 5px; } | |
| 2144 | + .e-global__popover-title { | |
| 2145 | + padding: 15px 20px; | |
| 2146 | + font-weight: 500; | |
| 2147 | + color: #6d7882; | |
| 2148 | + border-bottom: 1px solid #e6e9ec; | |
| 2149 | + display: -webkit-box; | |
| 2150 | + display: -ms-flexbox; | |
| 2151 | + display: flex; } | |
| 2152 | + .e-global__popover-title > i { | |
| 2153 | + margin-right: 5px; | |
| 2154 | + color: #d5dadf; } | |
| 2155 | + .e-global__popover-title-text { | |
| 2156 | + -webkit-box-flex: 1; | |
| 2157 | + -ms-flex-positive: 1; | |
| 2158 | + flex-grow: 1; } | |
| 2159 | + .e-global__popover-info { | |
| 2160 | + margin-right: 5px; | |
| 2161 | + display: inline-block; } | |
| 2162 | + .e-global__popover-info-tooltip { | |
| 2163 | + width: 270px; | |
| 2164 | + z-index: 1; | |
| 2165 | + background-color: rgba(0, 0, 0, 0.9); | |
| 2166 | + color: #fff; | |
| 2167 | + padding: 20px; | |
| 2168 | + -webkit-border-radius: 3px; | |
| 2169 | + border-radius: 3px; } | |
| 2170 | + .e-global__popover-info-tooltip:after { | |
| 2171 | + content: ''; | |
| 2172 | + position: absolute; | |
| 2173 | + bottom: -17px; | |
| 2174 | + left: 16px; | |
| 2175 | + border: 10px solid transparent; | |
| 2176 | + border-top-color: rgba(0, 0, 0, 0.9); } | |
| 2177 | + .e-global__popover-info i { | |
| 2178 | + color: #d5dadf; | |
| 2179 | + font-size: 13px; } | |
| 2180 | + | |
| 3123 | 2181 | .e-global__preview-items-container { |
| 3124 | - max-height: 400px; | |
| 2182 | + max-height: 260px; | |
| 3125 | 2183 | overflow-y: auto; |
| 3126 | - padding: 5px 0; | |
| 3127 | -} | |
| 3128 | -.e-global__preview-items-container::-webkit-scrollbar { | |
| 3129 | - width: 7px; | |
| 3130 | -} | |
| 3131 | -.e-global__preview-items-container::-webkit-scrollbar-thumb { | |
| 3132 | - background-color: #BABFC5; | |
| 3133 | - border-radius: 10px; | |
| 3134 | -} | |
| 3135 | -.e-global__group-header { | |
| 3136 | - padding: 12px 20px 5px; | |
| 3137 | - font-weight: 500; | |
| 3138 | - font-size: 11px; | |
| 3139 | - color: var(--e-a-color-txt-muted); | |
| 3140 | -} | |
| 3141 | -.e-global__group-divider { | |
| 3142 | - height: 1px; | |
| 3143 | - background-color: var(--e-a-border-color); | |
| 3144 | - margin: 10px 20px; | |
| 3145 | -} | |
| 2184 | + margin-top: 5px; } | |
| 2185 | + .e-global__preview-items-container::-webkit-scrollbar { | |
| 2186 | + width: 7px; } | |
| 2187 | + .e-global__preview-items-container::-webkit-scrollbar-thumb { | |
| 2188 | + background-color: #c2cbd2; | |
| 2189 | + -webkit-border-radius: 10px; | |
| 2190 | + border-radius: 10px; } | |
| 2191 | + | |
| 3146 | 2192 | .e-global__manage-button { |
| 3147 | 2193 | font-weight: 500; |
| 3148 | - cursor: pointer; | |
| 3149 | -} | |
| 2194 | + cursor: pointer; } | |
| 2195 | + .e-global__manage-button:hover i { | |
| 2196 | + color: #4ab7f4; } | |
| 2197 | + .e-global__manage-button i { | |
| 2198 | + color: #6d7882; } | |
| 2199 | + | |
| 3150 | 2200 | .e-global__typography { |
| 3151 | - padding-block: 10px; | |
| 3152 | - padding-inline: 35px 20px; | |
| 2201 | + padding: 5px 10px 5px 35px; | |
| 3153 | 2202 | white-space: nowrap; |
| 3154 | - text-overflow: ellipsis; | |
| 3155 | - overflow: hidden; | |
| 3156 | -} | |
| 3157 | -.e-global__typography.e-global__preview-item--selected:before { | |
| 3158 | - font-family: "eicons"; | |
| 3159 | - font-size: 13px; | |
| 3160 | - content: "\e90e"; | |
| 3161 | - position: absolute; | |
| 3162 | - transform: translateY(-50%); | |
| 3163 | - inset-block-start: 50%; | |
| 3164 | - inset-inline-start: 13px; | |
| 3165 | -} | |
| 2203 | + -o-text-overflow: ellipsis; | |
| 2204 | + text-overflow: ellipsis; | |
| 2205 | + overflow: hidden; } | |
| 2206 | + .e-global__typography.e-global__preview-item--selected:before { | |
| 2207 | + font-family: 'eicons'; | |
| 2208 | + font-size: 13px; | |
| 2209 | + content: '\e90e'; | |
| 2210 | + position: absolute; | |
| 2211 | + -webkit-transform: translateY(-50%); | |
| 2212 | + -ms-transform: translateY(-50%); | |
| 2213 | + transform: translateY(-50%); | |
| 2214 | + top: 50%; | |
| 2215 | + left: 12px; } | |
| 2216 | + | |
| 3166 | 2217 | .e-global__color { |
| 3167 | - padding: 10px 20px; | |
| 2218 | + margin: 5px auto; | |
| 2219 | + padding: 5px 20px; | |
| 2220 | + display: -webkit-box; | |
| 2221 | + display: -ms-flexbox; | |
| 3168 | 2222 | display: flex; |
| 3169 | - align-items: center; | |
| 3170 | -} | |
| 3171 | -.e-global__color-preview-container { | |
| 3172 | - height: 20px; | |
| 3173 | - width: 20px; | |
| 3174 | - border-radius: 3px; | |
| 3175 | - border: 1px solid rgba(0, 0, 0, 0.1); | |
| 3176 | - margin-inline-end: 10px; | |
| 3177 | - flex-shrink: 0; | |
| 3178 | - position: relative; | |
| 3179 | -} | |
| 3180 | -.e-global__color-preview-color, .e-global__color-preview-transparent-bg { | |
| 3181 | - border-radius: 3px; | |
| 3182 | - position: absolute; | |
| 3183 | - inset: 0; | |
| 3184 | -} | |
| 3185 | -.e-global__color-preview-transparent-bg { | |
| 3186 | - 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)); | |
| 3187 | - background-size: 12px 12px; | |
| 3188 | - background-position: 0 0, calc(12px / 2) calc(12px / 2); | |
| 3189 | -} | |
| 3190 | -.e-global__color-title { | |
| 3191 | - flex-grow: 1; | |
| 3192 | - white-space: nowrap; | |
| 3193 | - text-overflow: ellipsis; | |
| 3194 | - overflow: hidden; | |
| 3195 | - padding-inline-end: 10px; | |
| 3196 | -} | |
| 3197 | -.e-global__color-hex { | |
| 3198 | - font-size: 10px; | |
| 3199 | - color: var(--e-a-color-txt-muted); | |
| 3200 | -} | |
| 3201 | -.e-global__color .pcr-button { | |
| 3202 | - background-color: var(--e-a-bg-default); | |
| 3203 | -} | |
| 3204 | -.e-global__color.e-global__preview-item--selected .e-global__color-preview-container { | |
| 3205 | - display: flex; | |
| 3206 | - justify-content: center; | |
| 3207 | - align-items: center; | |
| 3208 | - color: var(--e-a-color-white); | |
| 3209 | -} | |
| 3210 | -.e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { | |
| 3211 | - font-family: "eicons"; | |
| 3212 | - font-size: 13px; | |
| 3213 | - content: "\e90e"; | |
| 3214 | - text-shadow: 0 0 1px #000; | |
| 3215 | - z-index: 1; | |
| 3216 | -} | |
| 2223 | + -webkit-box-align: center; | |
| 2224 | + -ms-flex-align: center; | |
| 2225 | + align-items: center; } | |
| 2226 | + .e-global__color:first-child { | |
| 2227 | + margin-top: 5px; } | |
| 2228 | + .e-global__color:last-child { | |
| 2229 | + margin-bottom: 10px; } | |
| 2230 | + .e-global__color-preview-container { | |
| 2231 | + height: 20px; | |
| 2232 | + width: 20px; | |
| 2233 | + -webkit-border-radius: 3px; | |
| 2234 | + border-radius: 3px; | |
| 2235 | + border: 1px solid rgba(0, 0, 0, 0.1); | |
| 2236 | + margin-right: 10px; | |
| 2237 | + -ms-flex-negative: 0; | |
| 2238 | + flex-shrink: 0; | |
| 2239 | + position: relative; } | |
| 2240 | + .e-global__color-preview-color, .e-global__color-preview-transparent-bg { | |
| 2241 | + -webkit-border-radius: 3px; | |
| 2242 | + border-radius: 3px; | |
| 2243 | + height: 100%; | |
| 2244 | + width: 100%; | |
| 2245 | + position: absolute; | |
| 2246 | + top: 0; | |
| 2247 | + left: 0; } | |
| 2248 | + .e-global__color-preview-transparent-bg { | |
| 2249 | + background-image: -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2250 | + background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2251 | + background-image: linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2252 | + -webkit-background-size: 12px 12px; | |
| 2253 | + background-size: 12px 12px; | |
| 2254 | + background-position: 0 0, 6px 6px; } | |
| 2255 | + .e-global__color-title { | |
| 2256 | + font-weight: 500; | |
| 2257 | + color: #6d7882; | |
| 2258 | + -webkit-box-flex: 1; | |
| 2259 | + -ms-flex-positive: 1; | |
| 2260 | + flex-grow: 1; | |
| 2261 | + white-space: nowrap; | |
| 2262 | + -o-text-overflow: ellipsis; | |
| 2263 | + text-overflow: ellipsis; | |
| 2264 | + overflow: hidden; | |
| 2265 | + padding-right: 10px; } | |
| 2266 | + .e-global__color-hex { | |
| 2267 | + font-size: 10px; | |
| 2268 | + font-weight: 500; | |
| 2269 | + color: #c2cbd2; } | |
| 2270 | + .e-global__color .pcr-button { | |
| 2271 | + background-color: #fff; } | |
| 2272 | + .e-global__color.e-global__preview-item--selected .e-global__color-preview-container { | |
| 2273 | + display: -webkit-box; | |
| 2274 | + display: -ms-flexbox; | |
| 2275 | + display: flex; | |
| 2276 | + -webkit-box-pack: center; | |
| 2277 | + -ms-flex-pack: center; | |
| 2278 | + justify-content: center; | |
| 2279 | + -webkit-box-align: center; | |
| 2280 | + -ms-flex-align: center; | |
| 2281 | + align-items: center; | |
| 2282 | + color: #ffffff; } | |
| 2283 | + .e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { | |
| 2284 | + font-family: 'eicons'; | |
| 2285 | + font-size: 13px; | |
| 2286 | + content: '\e90e'; | |
| 2287 | + text-shadow: 0px 0px 1px #000; | |
| 2288 | + z-index: 1; } | |
| 2289 | + | |
| 3217 | 2290 | .e-global__preview-item { |
| 3218 | 2291 | cursor: pointer; |
| 3219 | - position: relative; | |
| 3220 | -} | |
| 3221 | -.e-global__preview-item:hover { | |
| 3222 | - background-color: var(--e-a-bg-hover); | |
| 3223 | -} | |
| 3224 | -.e-global__confirm-delete i, .e-global__confirm-message-text i { | |
| 3225 | - color: var(--e-a-color-warning); | |
| 3226 | -} | |
| 2292 | + position: relative; } | |
| 2293 | + .e-global__preview-item:hover { | |
| 2294 | + background-color: #f1f3f5; } | |
| 2295 | + .e-global__preview-item:hover .e-global__color-hex { | |
| 2296 | + color: #a4afb7; } | |
| 2297 | + | |
| 2298 | +.e-global__confirm-add .dialog-buttons-wrapper > .dialog-button.dialog-confirm-ok { | |
| 2299 | + color: #39b54a; } | |
| 2300 | + | |
| 2301 | +.e-global__confirm-delete i { | |
| 2302 | + color: #b01b1b; } | |
| 2303 | + | |
| 2304 | +.e-global__confirm-message-text i { | |
| 2305 | + color: #fcb92c; } | |
| 2306 | + | |
| 3227 | 2307 | .e-global__confirm-input-wrapper { |
| 2308 | + display: -webkit-box; | |
| 2309 | + display: -ms-flexbox; | |
| 3228 | 2310 | display: flex; |
| 3229 | - align-items: center; | |
| 3230 | - border: var(--e-a-border); | |
| 3231 | - border-radius: var(--e-a-border-radius); | |
| 3232 | - margin: 15px 0; | |
| 3233 | - padding: 2px; | |
| 3234 | -} | |
| 3235 | -.e-global__confirm-input-wrapper input { | |
| 3236 | - font-family: var(--e-a-font-family); | |
| 3237 | - font-size: 12px; | |
| 3238 | - padding: 2px; | |
| 3239 | - border: 0; | |
| 3240 | -} | |
| 2311 | + -webkit-box-align: center; | |
| 2312 | + -ms-flex-align: center; | |
| 2313 | + align-items: center; | |
| 2314 | + border: 1px solid #a4afb7; | |
| 2315 | + -webkit-border-radius: 3px; | |
| 2316 | + border-radius: 3px; | |
| 2317 | + margin-top: 10px; | |
| 2318 | + padding: 2px; } | |
| 2319 | + .e-global__confirm-input-wrapper input { | |
| 2320 | + font-family: Roboto, Arial, sans-serif; | |
| 2321 | + font-weight: 500; | |
| 2322 | + font-size: 12px; | |
| 2323 | + padding: 2px; | |
| 2324 | + border: 0; } | |
| 3241 | 2325 | |
| 3242 | 2326 | .e-control-global .elementor-control-input-wrapper { |
| 2327 | + display: -webkit-box; | |
| 2328 | + display: -ms-flexbox; | |
| 3243 | 2329 | display: flex; |
| 3244 | - justify-content: flex-end; | |
| 2330 | + -webkit-box-pack: end; | |
| 2331 | + -ms-flex-pack: end; | |
| 2332 | + justify-content: flex-end; | |
| 3245 | 2333 | max-width: 135px; |
| 3246 | - width: 100%; | |
| 3247 | -} | |
| 2334 | + width: 100%; } | |
| 2335 | + | |
| 3248 | 2336 | .e-control-global.elementor-control .elementor-control-input-wrapper { |
| 3249 | - display: flex; | |
| 3250 | - flex-direction: row; | |
| 3251 | - align-items: stretch; | |
| 3252 | -} | |
| 2337 | + direction: ltr; } | |
| 2338 | + | |
| 3253 | 2339 | .e-control-global .elementor-control-spinner { |
| 3254 | - margin-inline-end: 4px; | |
| 3255 | -} | |
| 2340 | + margin-right: 4px; } | |
| 3256 | 2341 | |
| 3257 | 2342 | .elementor-control-type-hidden { |
| 3258 | - display: none !important; | |
| 3259 | -} | |
| 2343 | + display: none !important; } | |
| 3260 | 2344 | |
| 3261 | 2345 | .elementor-control-type-icon .select2-selection__rendered .eicon { |
| 3262 | - margin-inline-end: 3px; | |
| 3263 | -} | |
| 2346 | + margin-right: 3px; } | |
| 3264 | 2347 | |
| 3265 | 2348 | .elementor-control-type-image_dimensions .elementor-control-field-description { |
| 3266 | 2349 | margin: 0 0 15px; |
| 3267 | - line-height: 1.4; | |
| 3268 | -} | |
| 2350 | + line-height: 1.4; } | |
| 2351 | + | |
| 3269 | 2352 | .elementor-control-type-image_dimensions .elementor-control-input-wrapper { |
| 3270 | - display: flex; | |
| 3271 | - align-items: flex-start; | |
| 3272 | -} | |
| 2353 | + overflow: hidden; } | |
| 2354 | + | |
| 3273 | 2355 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field { |
| 3274 | 2356 | width: 65px; |
| 3275 | -} | |
| 3276 | -.elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { | |
| 3277 | - color: var(--e-a-color-txt); | |
| 3278 | -} | |
| 2357 | + float: left; } | |
| 2358 | + .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { | |
| 2359 | + color: #a4afb7; } | |
| 2360 | + | |
| 3279 | 2361 | .elementor-control-type-image_dimensions .elementor-image-dimensions-separator { |
| 3280 | 2362 | width: 20px; |
| 3281 | 2363 | text-align: center; |
| 3282 | - padding-block-start: 4px; | |
| 3283 | -} | |
| 2364 | + float: left; | |
| 2365 | + padding-top: 4px; } | |
| 2366 | + | |
| 3284 | 2367 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description { |
| 3285 | 2368 | display: block; |
| 3286 | - margin-block-start: 5px; | |
| 3287 | - color: var(--e-a-color-txt-disabled); | |
| 3288 | - font-size: 10px; | |
| 3289 | - text-align: center; | |
| 3290 | -} | |
| 2369 | + text-transform: uppercase; | |
| 2370 | + margin-top: 5px; | |
| 2371 | + color: #d5dadf; | |
| 2372 | + font-size: 9px; | |
| 2373 | + text-align: center; } | |
| 2374 | + | |
| 3291 | 2375 | .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button { |
| 3292 | - margin-inline-start: auto; | |
| 3293 | -} | |
| 2376 | + float: right; | |
| 2377 | + height: 27px; | |
| 2378 | + width: 65px; } | |
| 3294 | 2379 | |
| 3295 | -.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 { | |
| 3296 | - display: none; | |
| 3297 | -} | |
| 3298 | -.elementor-control-media.e-media-empty-placeholder .e-control-image-size { | |
| 3299 | - display: none; | |
| 3300 | -} | |
| 3301 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__content__upload-button { | |
| 3302 | - display: none; | |
| 3303 | -} | |
| 2380 | +.elementor-control-media.elementor-media-empty .elementor-control-media-area .elementor-control-media__remove, .elementor-control-media.elementor-media-empty .elementor-control-media-area .elementor-control-media__content__remove { | |
| 2381 | + display: none; } | |
| 2382 | + | |
| 2383 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__content__upload-button { | |
| 2384 | + display: none; } | |
| 2385 | + | |
| 2386 | +.elementor-control-media .elementor-control-input-wrapper { | |
| 2387 | + border: 1px solid #d5dadf; } | |
| 2388 | + | |
| 3304 | 2389 | .elementor-control-media .eicon-plus-circle { |
| 3305 | 2390 | position: absolute; |
| 3306 | - inset-block-start: 50%; | |
| 3307 | - inset-inline-start: 50%; | |
| 3308 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3309 | - color: var(--e-a-color-white); | |
| 3310 | - font-size: 20px; | |
| 3311 | -} | |
| 2391 | + top: 50%; | |
| 2392 | + left: 50%; | |
| 2393 | + -webkit-transform: translate(-50%, -50%); | |
| 2394 | + -ms-transform: translate(-50%, -50%); | |
| 2395 | + transform: translate(-50%, -50%); | |
| 2396 | + color: #fff; | |
| 2397 | + font-size: 20px; } | |
| 2398 | + | |
| 3312 | 2399 | .elementor-control-media__content__upload-button { |
| 3313 | - background-color: var(--e-a-bg-active-bold); | |
| 3314 | -} | |
| 2400 | + background-color: #d5dadf; } | |
| 2401 | + | |
| 3315 | 2402 | .elementor-control-media__preview { |
| 3316 | 2403 | height: 100%; |
| 3317 | - background-size: cover; | |
| 3318 | - background-position: center; | |
| 3319 | -} | |
| 2404 | + -webkit-background-size: cover; | |
| 2405 | + background-size: cover; | |
| 2406 | + background-position: center; } | |
| 2407 | + | |
| 3320 | 2408 | .elementor-control-media-area { |
| 3321 | - 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)); | |
| 3322 | - background-size: 16px 16px; | |
| 3323 | - background-position: 0 0, calc(16px / 2) calc(16px / 2); | |
| 3324 | - background-color: var(--e-a-bg-default); | |
| 3325 | - border: var(--e-a-border-bold); | |
| 3326 | - aspect-ratio: 21/9; | |
| 3327 | -} | |
| 3328 | -.elementor-control-media-area:not(:hover) .elementor-control-media__remove { | |
| 3329 | - display: none; | |
| 3330 | -} | |
| 3331 | -.elementor-control-media-area .eicon-video-camera { | |
| 3332 | - position: absolute; | |
| 3333 | - inset-block-start: 50%; | |
| 3334 | - inset-inline-start: 50%; | |
| 3335 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3336 | - color: rgba(255, 255, 255, 0.7); | |
| 3337 | - font-size: 21px; | |
| 3338 | -} | |
| 2409 | + background-image: -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -webkit-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2410 | + background-image: -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), -o-linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2411 | + background-image: linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd), linear-gradient(45deg, #ddd 25%, transparent 0, transparent 75%, #ddd 0, #ddd); | |
| 2412 | + -webkit-background-size: 16px 16px; | |
| 2413 | + background-size: 16px 16px; | |
| 2414 | + background-position: 0 0, 8px 8px; | |
| 2415 | + background-color: #f6f6f6; } | |
| 2416 | + .elementor-control-media-area:not(:hover) .elementor-control-media__remove { | |
| 2417 | + display: none; } | |
| 2418 | + .elementor-control-media-area .eicon-video-camera { | |
| 2419 | + position: absolute; | |
| 2420 | + top: 50%; | |
| 2421 | + left: 50%; | |
| 2422 | + -webkit-transform: translate(-50%, -50%); | |
| 2423 | + -ms-transform: translate(-50%, -50%); | |
| 2424 | + transform: translate(-50%, -50%); | |
| 2425 | + color: rgba(255, 255, 255, 0.7); | |
| 2426 | + font-size: 21px; } | |
| 2427 | + | |
| 3339 | 2428 | .elementor-control-media .elementor-control-media__content { |
| 3340 | - aspect-ratio: 21/9; | |
| 3341 | - position: relative; | |
| 3342 | 2429 | cursor: pointer; |
| 3343 | - overflow: hidden; | |
| 3344 | -} | |
| 3345 | -.elementor-control-media .elementor-control-media__content:hover:after { | |
| 3346 | - content: ""; | |
| 3347 | - position: absolute; | |
| 3348 | - inset: 0; | |
| 3349 | - background-color: rgba(0, 0, 0, 0.2); | |
| 3350 | - pointer-events: none; | |
| 3351 | -} | |
| 3352 | -.elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { | |
| 3353 | - inset-block-end: -30px; | |
| 3354 | -} | |
| 2430 | + overflow: hidden; } | |
| 2431 | + .elementor-control-media .elementor-control-media__content:hover:after { | |
| 2432 | + content: ''; | |
| 2433 | + position: absolute; | |
| 2434 | + top: 0; | |
| 2435 | + bottom: 0; | |
| 2436 | + left: 0; | |
| 2437 | + right: 0; | |
| 2438 | + background-color: rgba(0, 0, 0, 0.2); | |
| 2439 | + pointer-events: none; } | |
| 2440 | + .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { | |
| 2441 | + bottom: -30px; } | |
| 2442 | + | |
| 3355 | 2443 | .elementor-control-media__content { |
| 3356 | - transition: all 0.2s ease-in-out; | |
| 3357 | -} | |
| 2444 | + -webkit-transition: all .2s ease-in-out; | |
| 2445 | + -o-transition: all .2s ease-in-out; | |
| 2446 | + transition: all .2s ease-in-out; } | |
| 2447 | + | |
| 3358 | 2448 | .elementor-control-media__tools { |
| 3359 | 2449 | position: absolute; |
| 3360 | - inset-block-end: 0; | |
| 3361 | - inset-inline: 0; | |
| 2450 | + bottom: 0; | |
| 2451 | + left: 0; | |
| 2452 | + right: 0; | |
| 3362 | 2453 | height: 27px; |
| 3363 | - transition: all 0.2s ease-in-out; | |
| 3364 | -} | |
| 3365 | -.elementor-control-media__tools > *:not(:first-child) { | |
| 3366 | - margin-inline-start: 1px; | |
| 3367 | -} | |
| 2454 | + -webkit-transition: all .2s ease-in-out; | |
| 2455 | + -o-transition: all .2s ease-in-out; | |
| 2456 | + transition: all .2s ease-in-out; } | |
| 2457 | + .elementor-control-media__tools > *:not(:first-child) { | |
| 2458 | + margin-left: 1px; } | |
| 2459 | + | |
| 3368 | 2460 | .elementor-control-media__tool { |
| 2461 | + display: -webkit-box; | |
| 2462 | + display: -ms-flexbox; | |
| 3369 | 2463 | display: flex; |
| 3370 | - align-items: center; | |
| 3371 | - justify-content: center; | |
| 3372 | - flex-grow: 1; | |
| 3373 | - color: var(--e-a-color-white); | |
| 3374 | - background-color: rgba(0, 0, 0, 0.9); | |
| 2464 | + -webkit-box-align: center; | |
| 2465 | + -ms-flex-align: center; | |
| 2466 | + align-items: center; | |
| 2467 | + -webkit-box-pack: center; | |
| 2468 | + -ms-flex-pack: center; | |
| 2469 | + justify-content: center; | |
| 2470 | + -webkit-box-flex: 1; | |
| 2471 | + -ms-flex-positive: 1; | |
| 2472 | + flex-grow: 1; | |
| 2473 | + color: #fff; | |
| 2474 | + background-color: rgba(109, 120, 130, 0.85); | |
| 3375 | 2475 | font-size: 11px; |
| 3376 | - transition: var(--e-a-transition-hover); | |
| 3377 | -} | |
| 3378 | -.elementor-control-media__tool:hover { | |
| 3379 | - background-color: rgba(0, 0, 0, 0.8); | |
| 3380 | -} | |
| 2476 | + -webkit-transition: background .3s; | |
| 2477 | + -o-transition: background .3s; | |
| 2478 | + transition: background .3s; } | |
| 2479 | + .elementor-control-media__tool:hover { | |
| 2480 | + background-color: rgba(109, 120, 130, 0.95); } | |
| 2481 | + | |
| 3381 | 2482 | .elementor-control-media__remove { |
| 2483 | + display: -webkit-box; | |
| 2484 | + display: -ms-flexbox; | |
| 3382 | 2485 | display: flex; |
| 3383 | - align-items: center; | |
| 3384 | - justify-content: center; | |
| 3385 | - transition: all 0.3s ease-in-out; | |
| 3386 | -} | |
| 2486 | + -webkit-box-align: center; | |
| 2487 | + -ms-flex-align: center; | |
| 2488 | + align-items: center; | |
| 2489 | + -webkit-box-pack: center; | |
| 2490 | + -ms-flex-pack: center; | |
| 2491 | + justify-content: center; | |
| 2492 | + -webkit-transition: all .3s ease-in-out; | |
| 2493 | + -o-transition: all .3s ease-in-out; | |
| 2494 | + transition: all .3s ease-in-out; } | |
| 2495 | + | |
| 3387 | 2496 | .elementor-control-media__content__remove { |
| 3388 | 2497 | position: absolute; |
| 3389 | 2498 | z-index: 1; |
| 3390 | - inset-block-start: 10px; | |
| 3391 | - inset-inline-end: 10px; | |
| 2499 | + top: 10px; | |
| 2500 | + right: 10px; | |
| 3392 | 2501 | width: 20px; |
| 3393 | 2502 | height: 20px; |
| 3394 | 2503 | font-size: 11px; |
| 3395 | - color: var(--e-a-color-white); | |
| 3396 | - background-color: rgba(0, 0, 0, 0.5); | |
| 3397 | - border-radius: var(--e-border-radius); | |
| 3398 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 3399 | - transition: var(--e-a-transition-hover); | |
| 3400 | -} | |
| 3401 | -.elementor-control-media__content__remove:hover { | |
| 3402 | - background-color: rgba(0, 0, 0, 0.6); | |
| 3403 | -} | |
| 3404 | -.elementor-control-media.e-media-empty .elementor-control-file-area { | |
| 3405 | - display: none; | |
| 3406 | -} | |
| 3407 | -.elementor-control-media__warnings:empty { | |
| 3408 | - display: none; | |
| 3409 | -} | |
| 3410 | -.elementor-control-media__warnings:not(:empty) { | |
| 3411 | - margin-block-start: 10px; | |
| 3412 | -} | |
| 2504 | + color: #a4afb7; | |
| 2505 | + background-color: rgba(255, 255, 255, 0.9); | |
| 2506 | + -webkit-border-radius: 3px; | |
| 2507 | + border-radius: 3px; | |
| 2508 | + -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); | |
| 2509 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); } | |
| 2510 | + .elementor-control-media__content__remove:hover { | |
| 2511 | + background-color: white; | |
| 2512 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); | |
| 2513 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); } | |
| 2514 | + | |
| 2515 | +.elementor-control-media.elementor-media-empty .elementor-control-file-area { | |
| 2516 | + display: none; } | |
| 2517 | + | |
| 3413 | 2518 | .elementor-control-media__file { |
| 2519 | + display: -webkit-box; | |
| 2520 | + display: -ms-flexbox; | |
| 3414 | 2521 | display: flex; |
| 3415 | - justify-content: space-between; | |
| 3416 | - align-items: center; | |
| 2522 | + -webkit-box-pack: justify; | |
| 2523 | + -ms-flex-pack: justify; | |
| 2524 | + justify-content: space-between; | |
| 2525 | + -webkit-box-align: center; | |
| 2526 | + -ms-flex-align: center; | |
| 2527 | + align-items: center; | |
| 3417 | 2528 | width: 100%; |
| 3418 | - margin-block-start: 10px; | |
| 3419 | - border: var(--e-a-border); | |
| 3420 | -} | |
| 3421 | -.elementor-control-media__file__content { | |
| 3422 | - padding-inline-start: 5px; | |
| 3423 | - font-size: 12px; | |
| 3424 | -} | |
| 3425 | -.elementor-control-media__file__content__label { | |
| 3426 | - color: #9DA5AE; | |
| 3427 | -} | |
| 3428 | -.elementor-control-media__file__content__info { | |
| 3429 | - display: flex; | |
| 3430 | - align-items: center; | |
| 3431 | - font-weight: 500; | |
| 3432 | -} | |
| 3433 | -.elementor-control-media__file__content__info__icon { | |
| 3434 | - margin-inline-end: 5px; | |
| 3435 | -} | |
| 3436 | -.elementor-control-media__file__controls { | |
| 3437 | - display: flex; | |
| 3438 | - border-inline-start: var(--e-a-border); | |
| 3439 | -} | |
| 3440 | -.elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { | |
| 3441 | - width: 27px; | |
| 3442 | - height: 27px; | |
| 3443 | - cursor: pointer; | |
| 3444 | - align-items: center; | |
| 3445 | -} | |
| 3446 | -.elementor-control-media__file__controls__upload-button { | |
| 3447 | - display: flex; | |
| 3448 | - justify-content: center; | |
| 3449 | -} | |
| 3450 | -.elementor-control-media__file__controls__remove { | |
| 3451 | - border-inline-end: var(--e-a-border); | |
| 3452 | -} | |
| 3453 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label { | |
| 3454 | - display: none; | |
| 3455 | -} | |
| 3456 | -.elementor-control-media.e-media-empty .elementor-control-media__file__content__info { | |
| 3457 | - display: none; | |
| 3458 | -} | |
| 3459 | -.elementor-control-media.e-media-empty .elementor-control-media__file__controls__remove { | |
| 3460 | - display: none; | |
| 3461 | -} | |
| 2529 | + margin-top: 10px; | |
| 2530 | + border: 1px solid #d5dadf; } | |
| 2531 | + .elementor-control-media__file__content { | |
| 2532 | + padding-left: 5px; | |
| 2533 | + font-size: 12px; } | |
| 2534 | + .elementor-control-media__file__content__label { | |
| 2535 | + color: #a4afb7; } | |
| 2536 | + .elementor-control-media__file__content__info { | |
| 2537 | + display: -webkit-box; | |
| 2538 | + display: -ms-flexbox; | |
| 2539 | + display: flex; | |
| 2540 | + -webkit-box-align: center; | |
| 2541 | + -ms-flex-align: center; | |
| 2542 | + align-items: center; | |
| 2543 | + font-weight: 500; } | |
| 2544 | + .elementor-control-media__file__content__info__icon { | |
| 2545 | + margin-right: 5px; } | |
| 2546 | + .elementor-control-media__file__controls { | |
| 2547 | + display: -webkit-box; | |
| 2548 | + display: -ms-flexbox; | |
| 2549 | + display: flex; | |
| 2550 | + border-left: 1px solid #d5dadf; } | |
| 2551 | + .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { | |
| 2552 | + width: 27px; | |
| 2553 | + height: 27px; | |
| 2554 | + cursor: pointer; | |
| 2555 | + -webkit-box-align: center; | |
| 2556 | + -ms-flex-align: center; | |
| 2557 | + align-items: center; } | |
| 2558 | + .elementor-control-media__file__controls__upload-button { | |
| 2559 | + display: -webkit-box; | |
| 2560 | + display: -ms-flexbox; | |
| 2561 | + display: flex; | |
| 2562 | + -webkit-box-pack: center; | |
| 2563 | + -ms-flex-pack: center; | |
| 2564 | + justify-content: center; } | |
| 2565 | + .elementor-control-media__file__controls__remove { | |
| 2566 | + border-right: 1px solid #d5dadf; } | |
| 2567 | + | |
| 2568 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__file__content__label { | |
| 2569 | + display: none; } | |
| 2570 | + | |
| 2571 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__content__info { | |
| 2572 | + display: none; } | |
| 2573 | + | |
| 2574 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__controls__remove { | |
| 2575 | + display: none; } | |
| 2576 | + | |
| 3462 | 2577 | .elementor-control-media .elementor-control-dynamic-switcher { |
| 3463 | 2578 | border: none; |
| 3464 | - border-radius: 0; | |
| 3465 | - background-color: rgba(0, 0, 0, 0.9); | |
| 3466 | - color: var(--e-a-color-white); | |
| 3467 | -} | |
| 3468 | -.elementor-control-media .elementor-control-dynamic-switcher:hover { | |
| 3469 | - background-color: rgba(0, 0, 0, 0.8); | |
| 3470 | - color: var(--e-a-color-white); | |
| 3471 | -} | |
| 3472 | -.elementor-control-media .e-control-image-size { | |
| 3473 | - display: flex; | |
| 3474 | - flex-direction: column; | |
| 3475 | - width: 100%; | |
| 3476 | - padding-block-start: 20px; | |
| 3477 | -} | |
| 3478 | -.elementor-control-media .e-control-image-size .elementor-control-input-wrapper { | |
| 3479 | - margin-inline-start: auto; | |
| 3480 | -} | |
| 2579 | + -webkit-border-radius: 0; | |
| 2580 | + border-radius: 0; | |
| 2581 | + background-color: rgba(109, 120, 130, 0.85); | |
| 2582 | + color: #fff; } | |
| 2583 | + .elementor-control-media .elementor-control-dynamic-switcher:hover { | |
| 2584 | + background-color: rgba(109, 120, 130, 0.95); } | |
| 3481 | 2585 | |
| 3482 | 2586 | .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper { |
| 3483 | - border: none; | |
| 3484 | -} | |
| 2587 | + border: none; } | |
| 3485 | 2588 | |
| 3486 | 2589 | .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview { |
| 3487 | - background-color: var(--e-a-bg-active-bold); | |
| 3488 | -} | |
| 2590 | + background-color: #d5dadf; } | |
| 3489 | 2591 | |
| 3490 | -.elementor-control-notice { | |
| 3491 | - display: flex; | |
| 3492 | - justify-content: flex-start; | |
| 3493 | - align-items: flex-start; | |
| 3494 | - gap: 8px; | |
| 3495 | - padding: 16px; | |
| 3496 | - border-radius: 3px; | |
| 3497 | - border: 1px solid var(--notice-control-color, var(--e-a-color-txt)); | |
| 3498 | - color: var(--e-a-color-txt); | |
| 3499 | - font-size: 12px; | |
| 3500 | - font-weight: 400; | |
| 3501 | - line-height: 1.5; | |
| 3502 | - text-align: start; | |
| 3503 | - margin-block-start: 10px; | |
| 3504 | -} | |
| 3505 | -.elementor-control-notice-type-info { | |
| 3506 | - --notice-control-color: var(--e-a-color-info); | |
| 3507 | -} | |
| 3508 | -.elementor-control-notice-type-success { | |
| 3509 | - --notice-control-color: var(--e-a-color-success); | |
| 3510 | -} | |
| 3511 | -.elementor-control-notice-type-warning { | |
| 3512 | - --notice-control-color: var(--e-a-color-warning); | |
| 3513 | -} | |
| 3514 | -.elementor-control-notice-type-danger { | |
| 3515 | - --notice-control-color: var(--e-a-color-danger); | |
| 3516 | -} | |
| 3517 | -.elementor-control-notice-icon { | |
| 3518 | - flex-basis: 18px; | |
| 3519 | - color: var(--notice-control-color); | |
| 3520 | -} | |
| 3521 | -.elementor-control-notice-main { | |
| 3522 | - display: flex; | |
| 3523 | - flex-direction: column; | |
| 3524 | - justify-content: flex-start; | |
| 3525 | - align-items: flex-start; | |
| 3526 | - gap: 6px; | |
| 3527 | - flex: 1; | |
| 3528 | -} | |
| 3529 | -.elementor-control-notice-main-heading { | |
| 3530 | - font-weight: 700; | |
| 3531 | - font-style: italic; | |
| 3532 | -} | |
| 3533 | -.elementor-control-notice-main-content { | |
| 3534 | - font-style: italic; | |
| 3535 | - line-height: 1.5; | |
| 3536 | -} | |
| 3537 | -.elementor-control-notice-main-actions { | |
| 3538 | - display: flex; | |
| 3539 | - gap: 10px; | |
| 3540 | - padding-block-start: 8px; | |
| 3541 | -} | |
| 3542 | -.elementor-control-notice-main a { | |
| 3543 | - color: inherit; | |
| 3544 | - font-weight: 700; | |
| 3545 | - cursor: pointer; | |
| 3546 | -} | |
| 3547 | -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus { | |
| 3548 | - color: inherit; | |
| 3549 | -} | |
| 3550 | -.elementor-control-notice-dismiss { | |
| 3551 | - -webkit-appearance: none; | |
| 3552 | - -moz-appearance: none; | |
| 3553 | - appearance: none; | |
| 3554 | - background-color: transparent; | |
| 3555 | - border: 0; | |
| 2592 | +.elementor-control-type-number.elementor-control-dynamic input { | |
| 2593 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2594 | + border-radius: 3px 0 0 3px; | |
| 2595 | + border-right: none; } | |
| 2596 | + | |
| 2597 | +.elementor-control-type-number.elementor-control-dynamic .elementor-control-dynamic-switcher { | |
| 2598 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2599 | + border-radius: 0 3px 3px 0; } | |
| 2600 | + | |
| 2601 | +.elementor-control-type-order .elementor-control-oreder-wrapper { | |
| 2602 | + display: -webkit-box; | |
| 2603 | + display: -ms-flexbox; | |
| 2604 | + display: flex; } | |
| 2605 | + | |
| 2606 | +.elementor-control-type-order input { | |
| 2607 | + display: none; } | |
| 2608 | + .elementor-control-type-order input:checked + .elementor-control-order-label { | |
| 2609 | + -webkit-transform: scale(1, -1); | |
| 2610 | + -ms-transform: scale(1, -1); | |
| 2611 | + transform: scale(1, -1); } | |
| 2612 | + | |
| 2613 | +.elementor-control-type-order select { | |
| 2614 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2615 | + border-radius: 3px 0 0 3px; } | |
| 2616 | + .elementor-control-type-order select:not(:focus) ~ .elementor-control-order-label { | |
| 2617 | + border-color: #d5dadf; } | |
| 2618 | + .elementor-control-type-order select:focus ~ .elementor-control-order-label { | |
| 2619 | + border-color: #a4afb7; } | |
| 2620 | + | |
| 2621 | +.elementor-control-type-order .elementor-control-order-label { | |
| 2622 | + position: relative; | |
| 3556 | 2623 | padding: 0; |
| 3557 | - margin: 0; | |
| 3558 | - cursor: pointer; | |
| 3559 | -} | |
| 2624 | + width: 40px; | |
| 2625 | + border: 1px solid; | |
| 2626 | + font-size: 10px; | |
| 2627 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2628 | + border-radius: 0 3px 3px 0; | |
| 2629 | + margin-left: -3px; | |
| 2630 | + background-color: #fff; | |
| 2631 | + cursor: pointer; } | |
| 2632 | + .elementor-control-type-order .elementor-control-order-label i { | |
| 2633 | + position: absolute; | |
| 2634 | + top: 50%; | |
| 2635 | + left: 50%; | |
| 2636 | + -webkit-transform: translate(-50%, -50%); | |
| 2637 | + -ms-transform: translate(-50%, -50%); | |
| 2638 | + transform: translate(-50%, -50%); } | |
| 3560 | 2639 | |
| 3561 | 2640 | .elementor-control-type-popover_toggle input { |
| 3562 | - display: none; | |
| 3563 | -} | |
| 2641 | + display: none; } | |
| 2642 | + | |
| 3564 | 2643 | .elementor-control-type-popover_toggle label { |
| 3565 | - cursor: pointer; | |
| 3566 | -} | |
| 2644 | + cursor: pointer; } | |
| 2645 | + | |
| 3567 | 2646 | .elementor-control-type-popover_toggle .elementor-control-input-wrapper { |
| 3568 | - display: flex; | |
| 3569 | - flex-direction: row-reverse; | |
| 3570 | - align-items: center; | |
| 3571 | -} | |
| 2647 | + direction: rtl; } | |
| 2648 | + | |
| 3572 | 2649 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label { |
| 3573 | - color: var(--e-a-color-txt-active); | |
| 3574 | - background-color: var(--e-a-bg-active-bold); | |
| 3575 | -} | |
| 2650 | + color: #71d7f7; } | |
| 2651 | + | |
| 3576 | 2652 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label { |
| 3577 | - display: none; | |
| 3578 | -} | |
| 2653 | + display: none; } | |
| 2654 | + | |
| 2655 | +.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 2656 | + color: #c2cbd2; | |
| 2657 | + margin-right: 5px; } | |
| 2658 | + | |
| 3579 | 2659 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label { |
| 3580 | 2660 | height: 27px; |
| 2661 | + display: -webkit-inline-box; | |
| 2662 | + display: -ms-inline-flexbox; | |
| 3581 | 2663 | display: inline-flex; |
| 3582 | - align-items: center; | |
| 3583 | - justify-content: center; | |
| 3584 | - border-radius: var(--e-a-border-radius); | |
| 3585 | - border: var(--e-a-border-bold); | |
| 3586 | - transition: var(--e-a-transition-hover); | |
| 3587 | -} | |
| 3588 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label:hover { | |
| 3589 | - background-color: var(--e-a-bg-hover); | |
| 3590 | -} | |
| 3591 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 3592 | - color: var(--e-a-color-txt-muted); | |
| 3593 | - margin-inline-end: 5px; | |
| 3594 | -} | |
| 3595 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover { | |
| 3596 | - color: var(--e-a-color-txt); | |
| 3597 | -} | |
| 2664 | + -webkit-box-align: center; | |
| 2665 | + -ms-flex-align: center; | |
| 2666 | + align-items: center; | |
| 2667 | + -webkit-box-pack: center; | |
| 2668 | + -ms-flex-pack: center; | |
| 2669 | + justify-content: center; | |
| 2670 | + -webkit-border-radius: 3px; | |
| 2671 | + border-radius: 3px; | |
| 2672 | + border: 1px solid #d5dadf; } | |
| 3598 | 2673 | |
| 3599 | 2674 | .elementor-controls-popover.e-controls-popover--typography { |
| 3600 | - padding-block-start: 0; | |
| 3601 | -} | |
| 2675 | + padding-top: 0; } | |
| 3602 | 2676 | |
| 3603 | 2677 | .e-control-global .elementor-control-popover-toggle-toggle-label { |
| 3604 | - border-start-start-radius: 0; | |
| 3605 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3606 | - border-end-start-radius: 0; | |
| 3607 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3608 | - flex-shrink: 0; | |
| 3609 | -} | |
| 2678 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2679 | + border-radius: 0 3px 3px 0; | |
| 2680 | + -ms-flex-negative: 0; | |
| 2681 | + flex-shrink: 0; } | |
| 3610 | 2682 | |
| 3611 | 2683 | .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) { |
| 3612 | - padding-inline-start: 10px; | |
| 3613 | - padding-inline-end: 10px; | |
| 3614 | - padding-block-end: 10px; | |
| 3615 | -} | |
| 2684 | + padding-right: 10px; | |
| 2685 | + padding-left: 10px; | |
| 2686 | + padding-bottom: 10px; } | |
| 2687 | + | |
| 3616 | 2688 | .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove { |
| 3617 | - display: none; | |
| 3618 | -} | |
| 3619 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate, | |
| 3620 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add { | |
| 3621 | - display: none; | |
| 3622 | -} | |
| 2689 | + display: none; } | |
| 2690 | + | |
| 3623 | 2691 | .elementor-control-type-repeater .elementor-repeater-fields { |
| 3624 | - margin: 10px 0; | |
| 3625 | -} | |
| 2692 | + margin: 10px 0; } | |
| 2693 | + | |
| 3626 | 2694 | .elementor-control-type-repeater .elementor-repeater-row-controls { |
| 3627 | - border: var(--e-a-border-bold); | |
| 3628 | - border-block-start-width: 0; | |
| 3629 | - padding-block-start: 15px; | |
| 3630 | -} | |
| 3631 | -.elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { | |
| 3632 | - display: none; | |
| 3633 | -} | |
| 2695 | + border: 1px solid #d5dadf; | |
| 2696 | + border-top-width: 0; | |
| 2697 | + padding-top: 15px; } | |
| 2698 | + .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { | |
| 2699 | + display: none; } | |
| 2700 | + | |
| 3634 | 2701 | .elementor-control-type-repeater .elementor-repeater-row-tools { |
| 3635 | - display: flex; | |
| 3636 | - align-items: center; | |
| 2702 | + display: table; | |
| 2703 | + table-layout: fixed; | |
| 3637 | 2704 | width: 100%; |
| 3638 | - border: 1px solid var(--e-a-border-color-bold); | |
| 3639 | - transition: var(--e-a-transition-hover); | |
| 3640 | -} | |
| 3641 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button { | |
| 3642 | - display: flex; | |
| 3643 | - align-items: center; | |
| 3644 | - justify-content: center; | |
| 2705 | + color: #556068; | |
| 2706 | + background-color: #d5dadf; | |
| 3645 | 2707 | height: 40px; |
| 3646 | - border: none; | |
| 3647 | - background-color: transparent; | |
| 3648 | - color: currentColor; | |
| 3649 | - cursor: pointer; | |
| 3650 | -} | |
| 3651 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus { | |
| 3652 | - background-color: var(--e-a-bg-hover); | |
| 3653 | -} | |
| 3654 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { | |
| 3655 | - flex: 1; | |
| 3656 | - justify-content: flex-start; | |
| 3657 | - padding: 0 10px; | |
| 3658 | - font-size: var(--control-title-size); | |
| 3659 | - white-space: nowrap; | |
| 3660 | - text-overflow: ellipsis; | |
| 3661 | - overflow: hidden; | |
| 3662 | -} | |
| 3663 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, | |
| 3664 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, | |
| 3665 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { | |
| 3666 | - margin-inline-end: 5px; | |
| 3667 | -} | |
| 3668 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] { | |
| 3669 | - width: 1em; | |
| 3670 | -} | |
| 3671 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { | |
| 3672 | - width: 40px; | |
| 3673 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 3674 | -} | |
| 3675 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { | |
| 3676 | - width: 10px; | |
| 3677 | - border-inline-end: 1px solid var(--e-a-border-color-bold); | |
| 3678 | - cursor: move; | |
| 3679 | -} | |
| 2708 | + border-spacing: 1px; | |
| 2709 | + -webkit-transition: all .5s; | |
| 2710 | + -o-transition: all .5s; | |
| 2711 | + transition: all .5s; } | |
| 2712 | + .elementor-control-type-repeater .elementor-repeater-row-tools:hover { | |
| 2713 | + background-color: #a4afb7; } | |
| 2714 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div { | |
| 2715 | + display: table-cell; | |
| 2716 | + text-align: center; | |
| 2717 | + vertical-align: middle; | |
| 2718 | + cursor: pointer; } | |
| 2719 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) { | |
| 2720 | + background-color: #fff; } | |
| 2721 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div:hover { | |
| 2722 | + opacity: .95; } | |
| 2723 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { | |
| 2724 | + text-align: left; | |
| 2725 | + padding: 0 10px; | |
| 2726 | + font-size: 12px; | |
| 2727 | + white-space: nowrap; | |
| 2728 | + -o-text-overflow: ellipsis; | |
| 2729 | + text-overflow: ellipsis; | |
| 2730 | + overflow: hidden; } | |
| 2731 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, | |
| 2732 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, | |
| 2733 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { | |
| 2734 | + margin-right: 5px; } | |
| 2735 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$="svg"] { | |
| 2736 | + width: 1em; } | |
| 2737 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { | |
| 2738 | + width: 40px; } | |
| 2739 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { | |
| 2740 | + cursor: move; | |
| 2741 | + width: 10px; | |
| 2742 | + color: #fff; } | |
| 2743 | + | |
| 3680 | 2744 | .elementor-control-type-repeater .elementor-button-wrapper { |
| 3681 | 2745 | text-align: center; |
| 3682 | - padding-block-start: 5px; | |
| 3683 | -} | |
| 2746 | + padding-top: 5px; } | |
| 3684 | 2747 | |
| 3685 | -#elementor-controls, | |
| 3686 | -#elementor-panel-page-settings-controls, | |
| 3687 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3688 | - padding-block-start: 15px; | |
| 3689 | -} | |
| 3690 | - | |
| 3691 | 2748 | .elementor-control-type-section { |
| 3692 | - padding: 0; | |
| 3693 | -} | |
| 3694 | -.elementor-control-type-section.e-open { | |
| 3695 | - padding-block-end: 10px; | |
| 3696 | -} | |
| 3697 | -.elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { | |
| 3698 | - display: none; | |
| 3699 | -} | |
| 3700 | -.elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) { | |
| 3701 | - margin-block-start: 25px; | |
| 3702 | -} | |
| 2749 | + margin-top: 10px; | |
| 2750 | + padding: 0; } | |
| 2751 | + .elementor-control-type-section.elementor-open { | |
| 2752 | + padding-bottom: 15px; } | |
| 2753 | + .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { | |
| 2754 | + display: none; } | |
| 3703 | 2755 | |
| 3704 | -.elementor-control-type-select .elementor-control-input-wrapper { | |
| 3705 | - position: relative; | |
| 3706 | -} | |
| 3707 | -.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 3708 | - -webkit-appearance: none; | |
| 3709 | - -moz-appearance: none; | |
| 3710 | - appearance: none; | |
| 3711 | - font-size: var(--control-title-size); | |
| 3712 | - font-family: inherit; | |
| 3713 | - font-weight: inherit; | |
| 3714 | - font-style: inherit; | |
| 3715 | - text-transform: inherit; | |
| 3716 | - letter-spacing: inherit; | |
| 3717 | - line-height: inherit; | |
| 3718 | - flex-basis: 100%; | |
| 3719 | - padding-inline-start: 5px; | |
| 3720 | - padding-inline-end: 20px; | |
| 3721 | - cursor: pointer; | |
| 3722 | -} | |
| 3723 | -.elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { | |
| 3724 | - color: var(--e-a-color-txt-disabled); | |
| 3725 | -} | |
| 3726 | -.elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { | |
| 3727 | - display: none; | |
| 3728 | -} | |
| 3729 | -.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 3730 | - font-family: eicons; | |
| 3731 | - content: "\e8ad"; | |
| 3732 | - font-size: 12px; | |
| 3733 | - position: absolute; | |
| 3734 | - inset-block-start: 50%; | |
| 3735 | - inset-inline-end: 5px; | |
| 3736 | - transform: translateY(-50%); | |
| 3737 | - pointer-events: none; | |
| 3738 | -} | |
| 3739 | -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { | |
| 3740 | - max-width: 80px; | |
| 3741 | -} | |
| 2756 | +.elementor-shadow-box .elementor-shadow-slider { | |
| 2757 | + margin-top: 10px; } | |
| 3742 | 2758 | |
| 3743 | -.elementor-shadow-box .elementor-shadow-slider { | |
| 3744 | - margin-block-start: 10px; | |
| 3745 | -} | |
| 3746 | 2759 | .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title { |
| 3747 | - flex-grow: 1; | |
| 3748 | -} | |
| 2760 | + -webkit-box-flex: 1; | |
| 2761 | + -ms-flex-positive: 1; | |
| 2762 | + flex-grow: 1; } | |
| 3749 | 2763 | |
| 3750 | 2764 | .elementor-control-type-slider.elementor-control-dynamic input { |
| 3751 | - border-start-start-radius: var(--e-a-border-radius); | |
| 3752 | - border-start-end-radius: 0; | |
| 3753 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3754 | - border-end-end-radius: 0; | |
| 3755 | -} | |
| 2765 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2766 | + border-radius: 3px 0 0 3px; } | |
| 2767 | + | |
| 3756 | 2768 | .elementor-control-type-slider .elementor-control-unit-2 { |
| 3757 | - width: 21%; | |
| 3758 | -} | |
| 2769 | + width: 21%; } | |
| 2770 | + | |
| 3759 | 2771 | .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper { |
| 3760 | - display: block; | |
| 3761 | -} | |
| 2772 | + display: block; } | |
| 2773 | + | |
| 3762 | 2774 | .elementor-control-type-slider--multiple { |
| 3763 | - padding-block-end: 40px; | |
| 3764 | -} | |
| 3765 | -.elementor-control-type-slider--multiple .elementor-slider { | |
| 3766 | - margin-block-start: 12px; | |
| 3767 | - width: 98%; | |
| 3768 | -} | |
| 2775 | + padding-bottom: 40px; } | |
| 2776 | + .elementor-control-type-slider--multiple .elementor-slider { | |
| 2777 | + margin-top: 12px; | |
| 2778 | + width: 98%; } | |
| 2779 | + | |
| 3769 | 2780 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3770 | - border-radius: 0; | |
| 2781 | + -webkit-border-radius: 0; | |
| 2782 | + border-radius: 0; | |
| 3771 | 2783 | width: 10px; |
| 3772 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3773 | -} | |
| 3774 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { | |
| 3775 | - content: ""; | |
| 3776 | - position: absolute; | |
| 3777 | - inset-block-start: 2px; | |
| 3778 | - height: 12px; | |
| 3779 | - width: 11px; | |
| 3780 | - transform: rotate(45deg); | |
| 3781 | - background-color: var(--e-a-color-white); | |
| 3782 | - border-radius: 3px; | |
| 3783 | -} | |
| 3784 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { | |
| 3785 | - left: 5px; | |
| 3786 | - box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 3787 | -} | |
| 3788 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after { | |
| 3789 | - right: 5px; | |
| 3790 | - box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 3791 | -} | |
| 2784 | + -webkit-transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2785 | + -ms-transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2786 | + transform: translateY(calc(50% - 14px)) translateX(4px); } | |
| 2787 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { | |
| 2788 | + content: ''; | |
| 2789 | + position: absolute; | |
| 2790 | + top: 2px; | |
| 2791 | + height: 12px; | |
| 2792 | + width: 11px; | |
| 2793 | + -webkit-transform: rotate(45deg); | |
| 2794 | + -ms-transform: rotate(45deg); | |
| 2795 | + transform: rotate(45deg); | |
| 2796 | + background-color: #fff; | |
| 2797 | + -webkit-border-radius: 3px; | |
| 2798 | + border-radius: 3px; } | |
| 2799 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { | |
| 2800 | + left: 5px; | |
| 2801 | + -webkit-box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 2802 | + box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); } | |
| 2803 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after { | |
| 2804 | + right: 5px; | |
| 2805 | + -webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 2806 | + box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); } | |
| 2807 | + | |
| 3792 | 2808 | .elementor-control-type-slider .elementor-control-dynamic-switcher { |
| 3793 | - border-inline-start-width: 0; | |
| 3794 | - border-start-start-radius: 0; | |
| 3795 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3796 | - border-end-start-radius: 0; | |
| 3797 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3798 | -} | |
| 2809 | + border-left-width: 0; | |
| 2810 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2811 | + border-radius: 0 3px 3px 0; } | |
| 2812 | + | |
| 3799 | 2813 | .elementor-control-type-slider .elementor-control-input-wrapper { |
| 2814 | + display: -webkit-box; | |
| 2815 | + display: -ms-flexbox; | |
| 3800 | 2816 | display: flex; |
| 3801 | - align-items: center; | |
| 3802 | -} | |
| 2817 | + -webkit-box-align: center; | |
| 2818 | + -ms-flex-align: center; | |
| 2819 | + align-items: center; } | |
| 2820 | + | |
| 3803 | 2821 | .elementor-control-type-slider .elementor-dynamic-cover { |
| 3804 | - margin-block-start: 10px; | |
| 3805 | -} | |
| 3806 | -.elementor-control-type-slider.e-units-custom .elementor-slider { | |
| 3807 | - display: none; | |
| 3808 | -} | |
| 3809 | -.elementor-control-type-slider.e-units-custom .elementor-slider-input { | |
| 3810 | - width: 100%; | |
| 3811 | - margin: 0; | |
| 3812 | - transition: none; | |
| 3813 | -} | |
| 2822 | + margin-top: 10px; } | |
| 3814 | 2823 | |
| 3815 | 2824 | .elementor-slider { |
| 3816 | - flex-grow: 1; | |
| 2825 | + -webkit-box-flex: 1; | |
| 2826 | + -ms-flex-positive: 1; | |
| 2827 | + flex-grow: 1; | |
| 3817 | 2828 | height: 4px; |
| 3818 | - background-color: var(--e-a-border-color-bold); | |
| 3819 | - border-radius: 5px; | |
| 2829 | + background-color: #d5dadf; | |
| 2830 | + -webkit-border-radius: 5px; | |
| 2831 | + border-radius: 5px; | |
| 3820 | 2832 | position: relative; |
| 3821 | - cursor: pointer; | |
| 3822 | -} | |
| 3823 | -.elementor-slider-input { | |
| 3824 | - width: 21%; | |
| 3825 | - min-width: 54px; | |
| 3826 | - margin-inline-start: 12px; | |
| 3827 | - transition: width 0.3s ease-in-out; | |
| 3828 | -} | |
| 3829 | -.elementor-slider__extra { | |
| 3830 | - position: relative; | |
| 3831 | -} | |
| 3832 | -.elementor-slider__labels { | |
| 3833 | - display: flex; | |
| 3834 | - justify-content: space-between; | |
| 3835 | -} | |
| 3836 | -.elementor-slider__label { | |
| 3837 | - font-size: 9px; | |
| 3838 | - color: var(--e-a-color-txt-disabled); | |
| 3839 | -} | |
| 3840 | -.elementor-slider__scales { | |
| 3841 | - position: absolute; | |
| 3842 | - display: flex; | |
| 3843 | - justify-content: space-evenly; | |
| 3844 | - width: 100%; | |
| 3845 | - margin-block-start: 4px; | |
| 3846 | -} | |
| 3847 | -.elementor-slider__scale { | |
| 3848 | - width: 1px; | |
| 3849 | - height: 21px; | |
| 3850 | - background-color: var(--e-a-border-color-focus); | |
| 3851 | -} | |
| 3852 | -.elementor-slider .noUi-handle { | |
| 3853 | - height: 16px; | |
| 3854 | - width: 16px; | |
| 3855 | - background-color: var(--e-a-color-white); | |
| 3856 | - position: absolute; | |
| 3857 | - inset-inline-end: 0; | |
| 3858 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3859 | - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 3860 | - border-radius: 50%; | |
| 3861 | -} | |
| 3862 | -.elementor-slider .noUi-connects { | |
| 3863 | - position: absolute; | |
| 3864 | - width: 100%; | |
| 3865 | - height: 4px; | |
| 3866 | -} | |
| 3867 | -.elementor-slider .noUi-connect { | |
| 3868 | - position: absolute; | |
| 3869 | - z-index: 0; | |
| 3870 | - inset: 0; | |
| 3871 | - will-change: transform; | |
| 3872 | - transform-origin: 0 0; | |
| 3873 | - background-color: var(--e-a-border-color-focus); | |
| 3874 | -} | |
| 3875 | -.elementor-slider .noUi-tooltip { | |
| 3876 | - position: absolute; | |
| 3877 | - inset-block-start: calc(100% + 5px); | |
| 3878 | - left: calc(50% - 4px); | |
| 3879 | - transform: translateX(-50%); | |
| 3880 | - font-size: 10px; | |
| 3881 | -} | |
| 2833 | + cursor: pointer; } | |
| 2834 | + .elementor-slider-input { | |
| 2835 | + width: 21%; | |
| 2836 | + min-width: 54px; | |
| 2837 | + margin-left: 12px; } | |
| 2838 | + .elementor-slider__extra { | |
| 2839 | + position: relative; } | |
| 2840 | + .elementor-slider__labels { | |
| 2841 | + display: -webkit-box; | |
| 2842 | + display: -ms-flexbox; | |
| 2843 | + display: flex; | |
| 2844 | + -webkit-box-pack: justify; | |
| 2845 | + -ms-flex-pack: justify; | |
| 2846 | + justify-content: space-between; } | |
| 2847 | + .elementor-slider__label { | |
| 2848 | + font-size: 9px; | |
| 2849 | + color: #c2cbd2; } | |
| 2850 | + .elementor-slider__scales { | |
| 2851 | + position: absolute; | |
| 2852 | + display: -webkit-box; | |
| 2853 | + display: -ms-flexbox; | |
| 2854 | + display: flex; | |
| 2855 | + -webkit-box-pack: space-evenly; | |
| 2856 | + -ms-flex-pack: space-evenly; | |
| 2857 | + justify-content: space-evenly; | |
| 2858 | + width: 100%; | |
| 2859 | + margin-top: 4px; } | |
| 2860 | + .elementor-slider__scale { | |
| 2861 | + width: 1px; | |
| 2862 | + height: 21px; | |
| 2863 | + background-color: #a4afb7; } | |
| 2864 | + .elementor-slider .noUi-handle { | |
| 2865 | + height: 16px; | |
| 2866 | + width: 16px; | |
| 2867 | + background-color: #fff; | |
| 2868 | + right: 0; | |
| 2869 | + -webkit-transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2870 | + -ms-transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2871 | + transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2872 | + position: absolute; | |
| 2873 | + -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 2874 | + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 2875 | + -webkit-border-radius: 50%; | |
| 2876 | + border-radius: 50%; } | |
| 2877 | + .elementor-slider .noUi-connects { | |
| 2878 | + position: absolute; | |
| 2879 | + width: 100%; | |
| 2880 | + height: 4px; } | |
| 2881 | + .elementor-slider .noUi-connect { | |
| 2882 | + position: absolute; | |
| 2883 | + z-index: 0; | |
| 2884 | + top: 0; | |
| 2885 | + left: 0; | |
| 2886 | + height: 100%; | |
| 2887 | + width: 100%; | |
| 2888 | + will-change: transform; | |
| 2889 | + -webkit-transform-origin: 0 0; | |
| 2890 | + -ms-transform-origin: 0 0; | |
| 2891 | + transform-origin: 0 0; | |
| 2892 | + background-color: #a4afb7; } | |
| 2893 | + .elementor-slider .noUi-tooltip { | |
| 2894 | + position: absolute; | |
| 2895 | + top: calc(100% + 5px); | |
| 2896 | + left: calc(50% - 4px); | |
| 2897 | + -webkit-transform: translateX(-50%); | |
| 2898 | + -ms-transform: translateX(-50%); | |
| 2899 | + transform: translateX(-50%); | |
| 2900 | + font-size: 10px; } | |
| 3882 | 2901 | |
| 3883 | 2902 | .elementor-control-type-structure .elementor-control-field { |
| 3884 | - display: initial; | |
| 3885 | -} | |
| 2903 | + display: initial; } | |
| 2904 | + | |
| 3886 | 2905 | .elementor-control-type-structure .elementor-control-structure-preset { |
| 3887 | 2906 | padding: 3px; |
| 3888 | - border-radius: var(--e-border-radius); | |
| 2907 | + -webkit-border-radius: 3px; | |
| 2908 | + border-radius: 3px; | |
| 3889 | 2909 | display: inline-block; |
| 3890 | 2910 | cursor: pointer; |
| 3891 | - height: 50px; | |
| 3892 | -} | |
| 3893 | -.elementor-control-type-structure .elementor-control-structure-preset svg { | |
| 3894 | - height: 100%; | |
| 3895 | -} | |
| 3896 | -.elementor-control-type-structure .elementor-control-structure-preset path { | |
| 3897 | - fill: var(--e-a-border-color-bold); | |
| 3898 | -} | |
| 2911 | + height: 50px; } | |
| 2912 | + .elementor-control-type-structure .elementor-control-structure-preset svg { | |
| 2913 | + height: 100%; } | |
| 2914 | + .elementor-control-type-structure .elementor-control-structure-preset path { | |
| 2915 | + fill: #e6e9ec; } | |
| 2916 | + | |
| 3899 | 2917 | .elementor-control-type-structure .elementor-control-structure-reset { |
| 3900 | 2918 | padding: 15px 20px 0; |
| 3901 | 2919 | font-size: 11px; |
| 3902 | 2920 | cursor: pointer; |
| 3903 | - color: var(--e-a-color-txt-muted); | |
| 3904 | - border-block-start: var(--e-a-border); | |
| 3905 | - margin: 0 -20px; | |
| 3906 | -} | |
| 3907 | -.elementor-control-type-structure .elementor-control-structure-reset:hover { | |
| 3908 | - color: var(--e-a-color-txt); | |
| 3909 | -} | |
| 2921 | + color: #a4afb7; | |
| 2922 | + border-top: 1px solid #e6e9ec; | |
| 2923 | + margin: 0 -20px; } | |
| 2924 | + | |
| 3910 | 2925 | .elementor-control-type-structure .elementor-control-structure-title { |
| 3911 | - margin: 10px -20px 0; | |
| 3912 | -} | |
| 3913 | -.elementor-control-type-structure .elementor-control-structure-title:before { | |
| 3914 | - height: 10px; | |
| 3915 | - box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 3916 | -} | |
| 2926 | + margin: 10px -20px 0; } | |
| 2927 | + .elementor-control-type-structure .elementor-control-structure-title:before { | |
| 2928 | + height: 10px; | |
| 2929 | + -webkit-box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 2930 | + box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); } | |
| 2931 | + | |
| 3917 | 2932 | .elementor-control-type-structure .elementor-control-structure-presets { |
| 2933 | + display: -webkit-box; | |
| 2934 | + display: -ms-flexbox; | |
| 3918 | 2935 | display: flex; |
| 3919 | - flex-wrap: wrap; | |
| 3920 | - justify-content: space-between; | |
| 3921 | -} | |
| 3922 | -.elementor-control-type-structure .elementor-control-structure-presets input { | |
| 3923 | - display: none; | |
| 3924 | -} | |
| 3925 | -.elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { | |
| 3926 | - fill: var(--e-a-border-color-focus); | |
| 3927 | -} | |
| 2936 | + -ms-flex-wrap: wrap; | |
| 2937 | + flex-wrap: wrap; | |
| 2938 | + -webkit-box-pack: justify; | |
| 2939 | + -ms-flex-pack: justify; | |
| 2940 | + justify-content: space-between; } | |
| 2941 | + .elementor-control-type-structure .elementor-control-structure-presets input { | |
| 2942 | + display: none; } | |
| 2943 | + .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { | |
| 2944 | + fill: #a4afb7; } | |
| 2945 | + | |
| 3928 | 2946 | .elementor-control-type-structure .elementor-control-structure-preset-wrapper { |
| 3929 | - margin-block-end: 15px; | |
| 3930 | -} | |
| 2947 | + margin-bottom: 15px; } | |
| 2948 | + | |
| 3931 | 2949 | .elementor-control-type-structure .elementor-control-structure-preset-title { |
| 3932 | 2950 | text-align: center; |
| 3933 | - padding-block-start: 5px; | |
| 2951 | + padding-top: 5px; | |
| 3934 | 2952 | font-style: italic; |
| 3935 | 2953 | font-size: 11px; |
| 3936 | - color: #9DA5AE; | |
| 3937 | -} | |
| 2954 | + color: #a4afb7; } | |
| 3938 | 2955 | |
| 3939 | 2956 | .elementor-control-type-switcher .elementor-control-input-wrapper { |
| 3940 | - text-align: end; | |
| 3941 | -} | |
| 2957 | + text-align: right; } | |
| 2958 | + | |
| 3942 | 2959 | .elementor-control-type-switcher .elementor-switch { |
| 3943 | 2960 | position: relative; |
| 3944 | 2961 | display: inline-block; |
| 3945 | 2962 | vertical-align: top; |
| 3946 | 2963 | height: 20px; |
| 3947 | - background-color: var(--e-a-bg-default); | |
| 3948 | - border-radius: 18px; | |
| 3949 | - cursor: pointer; | |
| 3950 | -} | |
| 2964 | + background-color: white; | |
| 2965 | + -webkit-border-radius: 18px; | |
| 2966 | + border-radius: 18px; | |
| 2967 | + cursor: pointer; } | |
| 2968 | + | |
| 3951 | 2969 | .elementor-control-type-switcher .elementor-switch-input { |
| 3952 | - display: none; | |
| 3953 | -} | |
| 2970 | + display: none; } | |
| 2971 | + | |
| 3954 | 2972 | .elementor-control-type-switcher .elementor-switch-label { |
| 3955 | 2973 | position: relative; |
| 3956 | 2974 | display: block; |
| 3957 | 2975 | height: inherit; |
| 3958 | - font-size: 10px; | |
| 3959 | - background: var(--e-a-bg-active-bold); | |
| 3960 | - border-radius: inherit; | |
| 2976 | + font-size: 7px; | |
| 2977 | + text-transform: uppercase; | |
| 2978 | + background: #eceeef; | |
| 2979 | + -webkit-border-radius: inherit; | |
| 2980 | + border-radius: inherit; | |
| 2981 | + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2982 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2983 | + -webkit-transition: 0.15s ease-out; | |
| 2984 | + -o-transition: 0.15s ease-out; | |
| 3961 | 2985 | transition: 0.15s ease-out; |
| 3962 | - transition-property: opacity, background; | |
| 3963 | -} | |
| 2986 | + -webkit-transition-property: opacity, background; | |
| 2987 | + -o-transition-property: opacity, background; | |
| 2988 | + transition-property: opacity, background; } | |
| 2989 | + | |
| 3964 | 2990 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3965 | 2991 | position: absolute; |
| 3966 | - inset-block-start: 0; | |
| 2992 | + top: 0; | |
| 3967 | 2993 | width: 50%; |
| 3968 | 2994 | text-align: center; |
| 3969 | 2995 | line-height: 20px; |
| 3970 | - transition: inherit; | |
| 3971 | -} | |
| 2996 | + -webkit-transition: inherit; | |
| 2997 | + -o-transition: inherit; | |
| 2998 | + transition: inherit; } | |
| 2999 | + | |
| 3972 | 3000 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3973 | 3001 | content: attr(data-off); |
| 3974 | - inset-inline-end: 5px; | |
| 3975 | - color: var(--e-a-color-txt-muted); | |
| 3976 | -} | |
| 3002 | + right: 3px; | |
| 3003 | + color: #a4afb7; | |
| 3004 | + text-shadow: 0 1px rgba(255, 255, 255, 0.5); } | |
| 3005 | + | |
| 3977 | 3006 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3978 | 3007 | content: attr(data-on); |
| 3979 | - inset-inline-start: 5px; | |
| 3980 | - color: var(--e-a-btn-color); | |
| 3981 | - opacity: 0; | |
| 3982 | -} | |
| 3008 | + left: 3px; | |
| 3009 | + color: white; | |
| 3010 | + text-shadow: 0 1px rgba(0, 0, 0, 0.2); | |
| 3011 | + opacity: 0; } | |
| 3012 | + | |
| 3983 | 3013 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| 3984 | - background: var(--e-a-btn-bg-primary); | |
| 3985 | -} | |
| 3986 | -.elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { | |
| 3987 | - opacity: 0; | |
| 3988 | -} | |
| 3989 | -.elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after { | |
| 3990 | - opacity: 1; | |
| 3991 | -} | |
| 3014 | + background: #71d7f7; | |
| 3015 | + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); | |
| 3016 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); } | |
| 3017 | + .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { | |
| 3018 | + opacity: 0; } | |
| 3019 | + .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after { | |
| 3020 | + opacity: 1; } | |
| 3021 | + | |
| 3992 | 3022 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3993 | 3023 | position: absolute; |
| 3994 | - inset-block-start: 1px; | |
| 3995 | - inset-inline-start: 1px; | |
| 3024 | + top: 1px; | |
| 3025 | + left: 1px; | |
| 3996 | 3026 | width: 18px; |
| 3997 | 3027 | height: 18px; |
| 3998 | 3028 | background: white; |
| 3999 | - border-radius: 10px; | |
| 4000 | - transition: inset-inline-start 0.15s ease-out; | |
| 4001 | -} | |
| 3029 | + -webkit-border-radius: 10px; | |
| 3030 | + border-radius: 10px; | |
| 3031 | + -webkit-transition: left 0.15s ease-out; | |
| 3032 | + -o-transition: left 0.15s ease-out; | |
| 3033 | + transition: left 0.15s ease-out; } | |
| 3034 | + | |
| 4002 | 3035 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 4003 | - inset-inline-start: initial; | |
| 4004 | - inset-inline-end: 1px; | |
| 4005 | -} | |
| 3036 | + left: initial; | |
| 3037 | + right: 1px; | |
| 3038 | + -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); | |
| 3039 | + box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); } | |
| 4006 | 3040 | |
| 4007 | 3041 | .elementor-control-type-tabs { |
| 4008 | - display: none; | |
| 4009 | - font-size: var(--control-title-size); | |
| 4010 | -} | |
| 4011 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 4012 | - display: flex; | |
| 4013 | -} | |
| 3042 | + font-size: 0.8em; | |
| 3043 | + text-transform: uppercase; | |
| 3044 | + display: -webkit-box; | |
| 3045 | + display: -ms-flexbox; | |
| 3046 | + display: flex; } | |
| 4014 | 3047 | |
| 4015 | 3048 | .elementor-control-type-tab { |
| 4016 | 3049 | text-align: center; |
| 4017 | 3050 | width: 100%; |
| @@ -4016,149 +3049,201 @@ | ||
| 4016 | 3049 | text-align: center; |
| 4017 | 3050 | width: 100%; |
| 4018 | 3051 | padding: 0; |
| 4019 | 3052 | line-height: 25px; |
| 4020 | - border-block-start: var(--e-a-border-bold); | |
| 4021 | - border-block-end: var(--e-a-border-bold); | |
| 4022 | - border-inline-end: var(--e-a-border-bold); | |
| 4023 | - transition: var(--e-a-transition-hover); | |
| 4024 | - cursor: pointer; | |
| 4025 | -} | |
| 4026 | -.elementor-control-type-tab:first-child { | |
| 4027 | - border-inline-start: var(--e-a-border-bold); | |
| 4028 | - border-start-start-radius: var(--e-a-border-radius); | |
| 4029 | - border-end-start-radius: var(--e-a-border-radius); | |
| 4030 | -} | |
| 4031 | -.elementor-control-type-tab:last-child { | |
| 4032 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4033 | - border-end-end-radius: var(--e-a-border-radius); | |
| 4034 | -} | |
| 4035 | -.elementor-control-type-tab:hover { | |
| 4036 | - background-color: var(--e-a-bg-hover); | |
| 4037 | -} | |
| 4038 | -.elementor-control-type-tab.e-tab-active { | |
| 4039 | - background-color: var(--e-a-bg-active-bold); | |
| 4040 | - color: var(--e-a-color-txt-accent); | |
| 4041 | -} | |
| 3053 | + border-top: 1px solid #d5dadf; | |
| 3054 | + border-bottom: 1px solid #d5dadf; | |
| 3055 | + border-right: 1px solid #d5dadf; | |
| 3056 | + cursor: pointer; } | |
| 3057 | + .elementor-control-type-tab:first-child { | |
| 3058 | + border-left: 1px solid #d5dadf; | |
| 3059 | + -webkit-border-top-left-radius: 3px; | |
| 3060 | + border-top-left-radius: 3px; | |
| 3061 | + -webkit-border-bottom-left-radius: 3px; | |
| 3062 | + border-bottom-left-radius: 3px; } | |
| 3063 | + .elementor-control-type-tab:last-child { | |
| 3064 | + -webkit-border-top-right-radius: 3px; | |
| 3065 | + border-top-right-radius: 3px; | |
| 3066 | + -webkit-border-bottom-right-radius: 3px; | |
| 3067 | + border-bottom-right-radius: 3px; } | |
| 3068 | + .elementor-control-type-tab.elementor-tab-active { | |
| 3069 | + background-color: #a4afb7; | |
| 3070 | + border-color: #a4afb7; | |
| 3071 | + color: #ffffff; } | |
| 4042 | 3072 | |
| 4043 | -.e-tab-close { | |
| 4044 | - display: none !important; | |
| 4045 | -} | |
| 3073 | +.elementor-tab-close { | |
| 3074 | + display: none !important; } | |
| 4046 | 3075 | |
| 3076 | +.elementor-control-type-textarea.elementor-control-dynamic-value .elementor-control-dynamic-switcher, | |
| 3077 | +.elementor-control-type-code.elementor-control-dynamic-value .elementor-control-dynamic-switcher { | |
| 3078 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3079 | + border-radius: 0 3px 3px 0; | |
| 3080 | + border-left-width: 0; } | |
| 3081 | + | |
| 4047 | 3082 | .elementor-control-type-textarea .elementor-control-dynamic-switcher, |
| 4048 | 3083 | .elementor-control-type-code .elementor-control-dynamic-switcher { |
| 4049 | - border-inline-start-width: 1px; | |
| 4050 | - border-start-start-radius: 0; | |
| 4051 | - border-start-end-radius: 0; | |
| 4052 | - border-end-end-radius: 0; | |
| 4053 | - border-end-start-radius: var(--e-a-border-radius); | |
| 4054 | -} | |
| 3084 | + -webkit-border-radius: 0 3px; | |
| 3085 | + border-radius: 0 3px; } | |
| 3086 | + | |
| 4055 | 3087 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 4056 | 3088 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 4057 | 3089 | position: absolute; |
| 4058 | - inset-block-start: 0; | |
| 4059 | - inset-inline-end: 0; | |
| 3090 | + top: 0; | |
| 4060 | 3091 | z-index: 1; |
| 4061 | -} | |
| 3092 | + right: 0; } | |
| 3093 | + | |
| 4062 | 3094 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 4063 | 3095 | .elementor-control-type-code .elementor-control-input-wrapper { |
| 4064 | - position: relative; | |
| 4065 | -} | |
| 3096 | + position: relative; } | |
| 3097 | + | |
| 4066 | 3098 | .elementor-control-type-textarea textarea, |
| 4067 | 3099 | .elementor-control-type-code textarea { |
| 4068 | 3100 | display: block; |
| 4069 | - font-family: inherit; | |
| 4070 | -} | |
| 4071 | -.elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher, | |
| 4072 | -.elementor-control-type-code textarea:focus + .elementor-control-dynamic-switcher { | |
| 4073 | - display: none; | |
| 4074 | -} | |
| 3101 | + font-family: inherit; } | |
| 3102 | + .elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher, | |
| 3103 | + .elementor-control-type-code textarea:focus + .elementor-control-dynamic-switcher { | |
| 3104 | + display: none; } | |
| 3105 | + | |
| 4075 | 3106 | .elementor-control-type-textarea pre:focus-within + .elementor-control-dynamic-switcher, |
| 4076 | 3107 | .elementor-control-type-code pre:focus-within + .elementor-control-dynamic-switcher { |
| 4077 | - display: none; | |
| 4078 | -} | |
| 3108 | + display: none; } | |
| 4079 | 3109 | |
| 3110 | +.elementor-control-type-url.elementor-control-dynamic .elementor-input { | |
| 3111 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3112 | + border-radius: 3px 0 0 3px; } | |
| 3113 | + | |
| 4080 | 3114 | .elementor-control-type-url .elementor-control-field { |
| 4081 | - position: relative; | |
| 4082 | -} | |
| 3115 | + position: relative; } | |
| 3116 | + | |
| 3117 | +.elementor-control-type-url:not(.elementor-control-dynamic) .elementor-control-url-more, .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 3118 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3119 | + border-radius: 0 3px 3px 0; } | |
| 3120 | + | |
| 4083 | 3121 | .elementor-control-type-url .elementor-control-input-wrapper { |
| 3122 | + display: -webkit-box; | |
| 3123 | + display: -ms-flexbox; | |
| 4084 | 3124 | display: flex; |
| 4085 | -} | |
| 4086 | -.elementor-control-type-url.elementor-control-dynamic .elementor-control-url-more-options input { | |
| 4087 | - border-radius: var(--e-a-border-radius); | |
| 4088 | -} | |
| 4089 | -.elementor-control-type-url.elementor-control-dynamic-value .e-input-style { | |
| 4090 | - border-start-end-radius: 0; | |
| 4091 | - border-end-end-radius: 0; | |
| 4092 | -} | |
| 4093 | -.elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 4094 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4095 | - border-end-end-radius: var(--e-a-border-radius); | |
| 4096 | -} | |
| 3125 | + -webkit-box-orient: horizontal; | |
| 3126 | + -webkit-box-direction: normal; | |
| 3127 | + -ms-flex-direction: row; | |
| 3128 | + flex-direction: row; } | |
| 3129 | + | |
| 4097 | 3130 | .elementor-control-type-url .elementor-control-url-more { |
| 3131 | + display: -webkit-box; | |
| 3132 | + display: -ms-flexbox; | |
| 4098 | 3133 | display: flex; |
| 4099 | - align-items: center; | |
| 4100 | - justify-content: center; | |
| 4101 | - flex-shrink: 0; | |
| 4102 | - border: var(--e-a-border-bold); | |
| 4103 | - color: currentColor; | |
| 4104 | - background-color: transparent; | |
| 4105 | - border-inline-start-width: 0; | |
| 4106 | - cursor: pointer; | |
| 4107 | -} | |
| 4108 | -.elementor-control-type-url .elementor-control-url-more i { | |
| 4109 | - font-size: 12px; | |
| 4110 | -} | |
| 4111 | -.elementor-control-type-url .elementor-control-url-more-options { | |
| 4112 | - display: none; | |
| 4113 | - padding-block-start: 10px; | |
| 4114 | -} | |
| 4115 | -.elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { | |
| 4116 | - margin-block-start: 10px; | |
| 4117 | -} | |
| 4118 | -.elementor-control-type-url .elementor-control-url-more:hover { | |
| 4119 | - color: var(--e-a-color-txt-hover); | |
| 4120 | -} | |
| 4121 | -.elementor-control-type-url .elementor-control-url-more:focus { | |
| 4122 | - color: var(--e-a-color-txt-active); | |
| 4123 | - border-color: var(--e-a-border-color-focus); | |
| 4124 | -} | |
| 3134 | + -webkit-box-align: center; | |
| 3135 | + -ms-flex-align: center; | |
| 3136 | + align-items: center; | |
| 3137 | + -webkit-box-pack: center; | |
| 3138 | + -ms-flex-pack: center; | |
| 3139 | + justify-content: center; | |
| 3140 | + -ms-flex-negative: 0; | |
| 3141 | + flex-shrink: 0; | |
| 3142 | + border: 1px solid #d5dadf; | |
| 3143 | + border-left: none; | |
| 3144 | + cursor: pointer; } | |
| 3145 | + .elementor-control-type-url .elementor-control-url-more i { | |
| 3146 | + font-size: 12px; } | |
| 3147 | + .elementor-control-type-url .elementor-control-url-more-options { | |
| 3148 | + display: none; | |
| 3149 | + padding-top: 10px; } | |
| 3150 | + .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { | |
| 3151 | + margin-top: 10px; } | |
| 3152 | + | |
| 4125 | 3153 | .elementor-control-type-url .elementor-control-url-option { |
| 3154 | + display: -webkit-box; | |
| 3155 | + display: -ms-flexbox; | |
| 4126 | 3156 | display: flex; |
| 4127 | - align-items: center; | |
| 4128 | -} | |
| 4129 | -.elementor-control-type-url .elementor-control-url-option:not(:last-child) { | |
| 4130 | - padding-block-end: 10px; | |
| 4131 | -} | |
| 4132 | -.elementor-control-type-url .elementor-control-url-option input, | |
| 4133 | -.elementor-control-type-url .elementor-control-url-option label { | |
| 4134 | - cursor: pointer; | |
| 4135 | -} | |
| 3157 | + -webkit-box-align: center; | |
| 3158 | + -ms-flex-align: center; | |
| 3159 | + align-items: center; } | |
| 3160 | + .elementor-control-type-url .elementor-control-url-option:not(:last-child) { | |
| 3161 | + padding-bottom: 10px; } | |
| 3162 | + .elementor-control-type-url .elementor-control-url-option input, | |
| 3163 | + .elementor-control-type-url .elementor-control-url-option label { | |
| 3164 | + cursor: pointer; } | |
| 3165 | + .elementor-control-type-url .elementor-control-url-option-input { | |
| 3166 | + margin: 0; | |
| 3167 | + padding: 0; | |
| 3168 | + -webkit-border-radius: 2px; | |
| 3169 | + border-radius: 2px; | |
| 3170 | + margin-right: 5px; | |
| 3171 | + -webkit-appearance: none; | |
| 3172 | + -moz-appearance: none; | |
| 3173 | + outline: none; | |
| 3174 | + content: none; | |
| 3175 | + height: 15px; | |
| 3176 | + width: 15px; | |
| 3177 | + border: 1px solid #d5dadf; | |
| 3178 | + display: -webkit-inline-box; | |
| 3179 | + display: -ms-inline-flexbox; | |
| 3180 | + display: inline-flex; | |
| 3181 | + -webkit-box-align: center; | |
| 3182 | + -ms-flex-align: center; | |
| 3183 | + align-items: center; | |
| 3184 | + -webkit-box-pack: center; | |
| 3185 | + -ms-flex-pack: center; | |
| 3186 | + justify-content: center; } | |
| 3187 | + .elementor-control-type-url .elementor-control-url-option-input:checked { | |
| 3188 | + background: #71d7f7; | |
| 3189 | + border: none; } | |
| 3190 | + .elementor-control-type-url .elementor-control-url-option-input:checked:before { | |
| 3191 | + display: block; | |
| 3192 | + content: ""; | |
| 3193 | + width: 4px; | |
| 3194 | + height: 7px; | |
| 3195 | + border: solid white; | |
| 3196 | + border-width: 0 2px 2px 0; | |
| 3197 | + -webkit-transform: rotate(45deg); | |
| 3198 | + -ms-transform: rotate(45deg); | |
| 3199 | + transform: rotate(45deg); } | |
| 3200 | + .elementor-control-type-url .elementor-control-url-option label { | |
| 3201 | + font-size: 12px; } | |
| 3202 | + | |
| 3203 | +.elementor-control-type-url .elementor-control-url-external-hide .elementor-control-url-more { | |
| 3204 | + display: none; } | |
| 3205 | + | |
| 3206 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-input, | |
| 3207 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-dynamic-cover { | |
| 3208 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3209 | + border-radius: 3px 0 0 3px; } | |
| 3210 | + | |
| 4136 | 3211 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4137 | 3212 | display: none; |
| 4138 | 3213 | position: absolute; |
| 4139 | - inset-block-start: 5px; | |
| 4140 | - inset-inline-end: 0; | |
| 3214 | + top: 5px; | |
| 3215 | + right: 0px; | |
| 4141 | 3216 | width: 10px; |
| 4142 | 3217 | height: 10px; |
| 4143 | 3218 | font-size: 10px; |
| 4144 | - color: var(--e-a-color-txt-disabled); | |
| 4145 | -} | |
| 4146 | -.elementor-control-type-url .elementor-control-url__custom-attributes label { | |
| 4147 | - font-size: var(--control-title-size); | |
| 4148 | -} | |
| 4149 | -.elementor-control-type-url .elementor-control-url__custom-attributes input { | |
| 4150 | - width: 100%; | |
| 4151 | - margin-block-start: 10px; | |
| 4152 | -} | |
| 4153 | -.elementor-control-type-url .elementor-input:focus ~ div { | |
| 4154 | - border-color: var(--e-a-border-color-focus); | |
| 4155 | -} | |
| 3219 | + color: #D4D4D4; } | |
| 4156 | 3220 | |
| 3221 | +.elementor-control-type-url .elementor-control-url__custom-attributes { | |
| 3222 | + margin-top: 5px; } | |
| 3223 | + .elementor-control-type-url .elementor-control-url__custom-attributes label { | |
| 3224 | + font-size: 12px; } | |
| 3225 | + .elementor-control-type-url .elementor-control-url__custom-attributes input { | |
| 3226 | + width: 100%; | |
| 3227 | + margin-top: 10px; } | |
| 3228 | + | |
| 3229 | +.elementor-control-type-url .elementor-input { | |
| 3230 | + direction: ltr; } | |
| 3231 | + .elementor-control-type-url .elementor-input:not(:focus) + .elementor-control-url-more { | |
| 3232 | + border-color: #d5dadf; } | |
| 3233 | + .elementor-control-type-url .elementor-input:focus ~ div { | |
| 3234 | + border-color: #a4afb7; } | |
| 3235 | + | |
| 3236 | +.elementor-control-type-url .elementor-control-dynamic-switcher { | |
| 3237 | + border-left: none; | |
| 3238 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3239 | + border-radius: 0 3px 3px 0; } | |
| 3240 | + | |
| 4157 | 3241 | .elementor-autocomplete-menu { |
| 4158 | 3242 | position: absolute; |
| 4159 | - background: var(--e-a-bg-default); | |
| 4160 | - border: var(--e-a-border); | |
| 3243 | + background: #fff; | |
| 3244 | + color: #495157; | |
| 3245 | + border: 1px solid #a4afb7; | |
| 4161 | 3246 | margin: 0; |
| 4162 | 3247 | list-style: none; |
| 4163 | 3248 | padding: 4px 0; |
| 4164 | 3249 | height: auto; |
| @@ -4166,3039 +3251,1485 @@ | ||
| 4166 | 3251 | min-width: 260px; |
| 4167 | 3252 | max-width: 300px; |
| 4168 | 3253 | max-height: 200px; |
| 4169 | 3254 | overflow-y: auto; |
| 4170 | - border-radius: 3px; | |
| 4171 | - transition: var(--e-a-transition-hover); | |
| 3255 | + -webkit-border-radius: 3px; | |
| 3256 | + border-radius: 3px; | |
| 3257 | + -webkit-transition: all .3s ease-in-out; | |
| 3258 | + -o-transition: all .3s ease-in-out; | |
| 3259 | + transition: all .3s ease-in-out; | |
| 4172 | 3260 | cursor: default; |
| 4173 | - z-index: 1; | |
| 4174 | -} | |
| 4175 | -.elementor-autocomplete-menu .ui-menu-item { | |
| 4176 | - display: flex; | |
| 4177 | - justify-content: space-between; | |
| 4178 | - align-self: baseline; | |
| 4179 | - padding: 5px 8px; | |
| 4180 | - font-size: 12px; | |
| 4181 | - width: 100%; | |
| 4182 | - line-height: 1.2; | |
| 4183 | - cursor: pointer; | |
| 4184 | -} | |
| 4185 | -.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 { | |
| 4186 | - background: var(--e-a-bg-hover); | |
| 4187 | -} | |
| 4188 | -.elementor-autocomplete-menu .elementor-autocomplete-item-info { | |
| 4189 | - font-size: 10px; | |
| 4190 | - padding-block-start: 2px; | |
| 4191 | -} | |
| 3261 | + z-index: 1; } | |
| 3262 | + .elementor-autocomplete-menu .ui-menu-item { | |
| 3263 | + display: -webkit-box; | |
| 3264 | + display: -ms-flexbox; | |
| 3265 | + display: flex; | |
| 3266 | + -webkit-box-pack: justify; | |
| 3267 | + -ms-flex-pack: justify; | |
| 3268 | + justify-content: space-between; | |
| 3269 | + -ms-flex-item-align: baseline; | |
| 3270 | + align-self: baseline; | |
| 3271 | + padding: 5px 8px; | |
| 3272 | + font-size: 12px; | |
| 3273 | + width: 100%; | |
| 3274 | + line-height: 1.2; | |
| 3275 | + cursor: pointer; } | |
| 3276 | + .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 { | |
| 3277 | + background: #e6e9ec; } | |
| 3278 | + .elementor-autocomplete-menu .elementor-autocomplete-item-info { | |
| 3279 | + font-size: 10px; | |
| 3280 | + padding-top: 2px; } | |
| 4192 | 3281 | |
| 4193 | -.elementor-control-type-visual_choice { | |
| 4194 | - width: 100%; | |
| 4195 | -} | |
| 3282 | +.elementor-control-type-wp_widget .widget-inside { | |
| 3283 | + display: block; } | |
| 4196 | 3284 | |
| 4197 | -.elementor-visual-choice-choices { | |
| 4198 | - display: grid; | |
| 4199 | - gap: 8px; | |
| 4200 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4201 | - text-align: center; | |
| 4202 | - border-radius: var(--e-a-border-radius); | |
| 4203 | - overflow: hidden; | |
| 4204 | -} | |
| 4205 | - | |
| 4206 | -.elementor-visual-choice-element { | |
| 4207 | - display: flex; | |
| 4208 | - flex-direction: column; | |
| 4209 | - align-items: center; | |
| 4210 | - justify-content: center; | |
| 4211 | - gap: 8px; | |
| 4212 | - width: auto; | |
| 4213 | -} | |
| 4214 | -.elementor-visual-choice-element-image label { | |
| 4215 | - border: var(--e-a-border-bold); | |
| 4216 | - border-radius: var(--e-a-border-radius); | |
| 4217 | - font-size: 12px; | |
| 4218 | - transition: var(--e-a-transition-hover); | |
| 4219 | - cursor: pointer; | |
| 4220 | - overflow: hidden; | |
| 4221 | - width: 100%; | |
| 4222 | - padding: 8px; | |
| 4223 | -} | |
| 4224 | -.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 { | |
| 4225 | - background-color: var(--e-a-bg-active-bold); | |
| 4226 | - opacity: 1; | |
| 4227 | -} | |
| 4228 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4229 | - border-color: var(--e-a-color-primary-bold); | |
| 4230 | -} | |
| 4231 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4232 | - background-color: var(--e-a-color-white); | |
| 4233 | - opacity: 0.5; | |
| 4234 | -} | |
| 4235 | -.elementor-visual-choice-element-image img { | |
| 4236 | - width: 100%; | |
| 4237 | - height: auto; | |
| 4238 | -} | |
| 4239 | -.elementor-visual-choice-element-button { | |
| 4240 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4241 | -} | |
| 4242 | -.elementor-visual-choice-element-button label { | |
| 4243 | - width: -moz-fit-content; | |
| 4244 | - width: fit-content; | |
| 4245 | -} | |
| 4246 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4247 | - background-color: var(--e-a-bg-active-bold); | |
| 4248 | -} | |
| 4249 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4250 | - border-color: var(--e-a-color-primary-bold); | |
| 4251 | -} | |
| 4252 | - | |
| 4253 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4254 | - justify-content: flex-end; | |
| 4255 | -} | |
| 4256 | - | |
| 4257 | -.tipsy-inner { | |
| 4258 | - white-space: pre-line; | |
| 4259 | -} | |
| 4260 | - | |
| 4261 | -.elementor-control-type-wp_widget .widget-inside { | |
| 4262 | - line-height: 2; | |
| 4263 | - background-color: inherit; | |
| 4264 | - display: block; | |
| 4265 | -} | |
| 4266 | 3285 | .elementor-control-type-wp_widget .quicktags-toolbar input { |
| 4267 | - width: auto; | |
| 4268 | -} | |
| 3286 | + width: auto; } | |
| 4269 | 3287 | |
| 4270 | 3288 | .elementor-control-type-wysiwyg * { |
| 4271 | - box-sizing: content-box; | |
| 4272 | -} | |
| 3289 | + -webkit-box-sizing: content-box; | |
| 3290 | + box-sizing: content-box; } | |
| 3291 | + | |
| 4273 | 3292 | .elementor-control-type-wysiwyg .wp-editor-container { |
| 4274 | - border: var(--e-a-border); | |
| 4275 | -} | |
| 3293 | + border: 1px solid #e6e9ec; } | |
| 3294 | + | |
| 4276 | 3295 | .elementor-control-type-wysiwyg .wp-editor-tabs { |
| 4277 | - border: var(--e-a-border-bold); | |
| 4278 | - border-block-end: none; | |
| 4279 | - border-start-start-radius: var(--e-a-border-radius); | |
| 4280 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4281 | - border-end-end-radius: 0; | |
| 4282 | - border-end-start-radius: 0; | |
| 4283 | -} | |
| 4284 | -.elementor-control-type-wysiwyg .wp-editor-tabs button:hover { | |
| 4285 | - background-color: var(--e-a-bg-hover); | |
| 4286 | -} | |
| 3296 | + border: 1px solid #d5dadf; | |
| 3297 | + border-bottom: none; | |
| 3298 | + -webkit-border-radius: 3px 3px 0 0; | |
| 3299 | + border-radius: 3px 3px 0 0; } | |
| 3300 | + | |
| 4287 | 3301 | .elementor-control-type-wysiwyg #insert-media-button { |
| 4288 | 3302 | height: initial; |
| 4289 | 3303 | line-height: 24px; |
| 4290 | 3304 | font-size: 10px; |
| 4291 | - color: var(--e-a-color-txt); | |
| 4292 | - border-color: var(--e-a-border-color-bold); | |
| 4293 | - background-color: var(--e-a-bg-default); | |
| 4294 | - min-height: initial; | |
| 4295 | -} | |
| 3305 | + color: #6d7882; | |
| 3306 | + border-color: #d5dadf; | |
| 3307 | + background-color: #e6e9ec; | |
| 3308 | + min-height: initial; } | |
| 3309 | + | |
| 4296 | 3310 | .elementor-control-type-wysiwyg .ed_button { |
| 4297 | 3311 | height: 22px; |
| 4298 | - width: initial; | |
| 4299 | -} | |
| 3312 | + width: initial; } | |
| 3313 | + | |
| 4300 | 3314 | .elementor-control-type-wysiwyg .wp-media-buttons-icon { |
| 4301 | 3315 | height: 14px; |
| 4302 | - margin: 0; | |
| 4303 | -} | |
| 4304 | -.elementor-control-type-wysiwyg .wp-media-buttons-icon:before { | |
| 4305 | - font-size: 14px; | |
| 4306 | -} | |
| 3316 | + margin: 0; } | |
| 3317 | + .elementor-control-type-wysiwyg .wp-media-buttons-icon:before { | |
| 3318 | + font-size: 14px; } | |
| 3319 | + | |
| 4307 | 3320 | .elementor-control-type-wysiwyg .wp-switch-editor { |
| 4308 | 3321 | position: static; |
| 4309 | 3322 | border: none; |
| 4310 | 3323 | margin: 0; |
| 4311 | - color: var(--e-a-color-txt); | |
| 3324 | + color: #6d7882; | |
| 4312 | 3325 | font-size: 10px; |
| 4313 | - padding: 3px 9px 4px; | |
| 4314 | -} | |
| 3326 | + padding: 3px 9px 4px; } | |
| 3327 | + | |
| 4315 | 3328 | .elementor-control-type-wysiwyg .switch-html { |
| 4316 | - border: solid var(--e-a-border-color-bold); | |
| 4317 | - border-width: 0 1px; | |
| 4318 | -} | |
| 3329 | + border: solid #d5dadf; | |
| 3330 | + border-width: 0 1px; } | |
| 3331 | + | |
| 4319 | 3332 | .elementor-control-type-wysiwyg .html-active .switch-tmce { |
| 4320 | - background-color: transparent; | |
| 4321 | -} | |
| 3333 | + background-color: transparent; } | |
| 3334 | + | |
| 4322 | 3335 | .elementor-control-type-wysiwyg .html-active .switch-html { |
| 4323 | - background-color: var(--e-a-bg-active); | |
| 4324 | -} | |
| 3336 | + background-color: #e6e9ec; } | |
| 3337 | + | |
| 4325 | 3338 | .elementor-control-type-wysiwyg .tmce-active .switch-tmce { |
| 4326 | - background-color: var(--e-a-bg-active); | |
| 4327 | -} | |
| 3339 | + background-color: #e6e9ec; } | |
| 3340 | + | |
| 4328 | 3341 | .elementor-control-type-wysiwyg .tmce-active .switch-html { |
| 4329 | - background-color: transparent; | |
| 4330 | -} | |
| 4331 | -.elementor-control-type-wysiwyg .mce-toolbar-grp, | |
| 4332 | -.elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 4333 | - background-color: var(--e-a-bg-default); | |
| 4334 | -} | |
| 4335 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox { | |
| 4336 | - background-color: var(--e-a-bg-default); | |
| 4337 | -} | |
| 4338 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox button { | |
| 4339 | - color: var(--e-a-color-txt); | |
| 4340 | -} | |
| 3342 | + background-color: transparent; } | |
| 3343 | + | |
| 3344 | +.elementor-control-type-wysiwyg .mce-toolbar-grp, .elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 3345 | + background-color: #e6e9ec; } | |
| 3346 | + | |
| 4341 | 3347 | .elementor-control-type-wysiwyg .mce-toolbar-grp > div { |
| 4342 | - padding: 0 3px; | |
| 4343 | -} | |
| 3348 | + padding: 0 3px; } | |
| 3349 | + | |
| 4344 | 3350 | .elementor-control-type-wysiwyg .elementor-wp-editor { |
| 4345 | - box-sizing: border-box; | |
| 4346 | -} | |
| 3351 | + -webkit-box-sizing: border-box; | |
| 3352 | + box-sizing: border-box; } | |
| 3353 | + | |
| 4347 | 3354 | .elementor-control-type-wysiwyg .mce-ico { |
| 4348 | - color: var(--e-a-color-txt); | |
| 4349 | - font-size: 16px; | |
| 4350 | -} | |
| 4351 | -.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 { | |
| 4352 | - color: var(--e-a-color-txt-active); | |
| 4353 | - background: var(--e-a-bg-hover); | |
| 4354 | - border-color: var(--e-a-border-color); | |
| 4355 | - box-shadow: none; | |
| 4356 | -} | |
| 4357 | -.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 { | |
| 4358 | - color: var(--e-a-color-txt-active); | |
| 4359 | -} | |
| 3355 | + color: #6d7882; | |
| 3356 | + font-size: 16px; } | |
| 3357 | + | |
| 3358 | +.elementor-control-type-wysiwyg .mce-btn { | |
| 3359 | + margin-right: 0; | |
| 3360 | + margin-left: 0; } | |
| 3361 | + .elementor-control-type-wysiwyg .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn.mce-active { | |
| 3362 | + border-color: #d5dadf; } | |
| 3363 | + | |
| 4360 | 3364 | .elementor-control-type-wysiwyg .mce-path { |
| 4361 | - padding: 5px 10px; | |
| 4362 | -} | |
| 3365 | + padding: 5px 10px; } | |
| 3366 | + | |
| 4363 | 3367 | .elementor-control-type-wysiwyg .mce-path-item { |
| 4364 | 3368 | font-size: 12px; |
| 4365 | - color: var(--e-a-color-txt); | |
| 4366 | -} | |
| 4367 | -.elementor-control-type-wysiwyg .mce-top-part:before { | |
| 4368 | - box-shadow: none; | |
| 4369 | -} | |
| 3369 | + color: #6d7882; } | |
| 3370 | + | |
| 4370 | 3371 | .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher { |
| 4371 | - border: none; | |
| 4372 | -} | |
| 3372 | + border: none; } | |
| 4373 | 3373 | |
| 4374 | -@media screen and (prefers-color-scheme: dark) { | |
| 4375 | - #wp-link-wrap { | |
| 4376 | - color-scheme: light; | |
| 4377 | - --e-a-color-txt: #515962; | |
| 4378 | - --e-a-bg-default: #ffffff; | |
| 4379 | - --e-a-border-color-bold: #D5D8DC; | |
| 4380 | - --e-a-color-primary-bold: #D004D4; | |
| 4381 | - } | |
| 4382 | - #wp-link { | |
| 4383 | - color: var(--e-a-color-txt); | |
| 4384 | - } | |
| 4385 | - #wp-link input { | |
| 4386 | - background-color: var(--e-a-bg-default); | |
| 4387 | - border-color: var(--e-a-border-color-bold); | |
| 4388 | - } | |
| 4389 | - #wp-link input[type=checkbox] { | |
| 4390 | - border-color: var(--e-a-border-color-bold); | |
| 4391 | - } | |
| 4392 | - #wp-link input[type=checkbox]:checked { | |
| 4393 | - background: var(--e-a-color-primary-bold); | |
| 4394 | - } | |
| 4395 | - #wp-link input.button-primary { | |
| 4396 | - background: #2271b1; | |
| 4397 | - border-color: #2271b1; | |
| 4398 | - color: #fff; | |
| 4399 | - } | |
| 4400 | -} | |
| 3374 | +.elementor-control-type-text .elementor-control-dynamic-switcher { | |
| 3375 | + border-left-width: 0; | |
| 3376 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3377 | + border-radius: 0 3px 3px 0; } | |
| 3378 | + | |
| 3379 | +.elementor-control-type-text.elementor-control-dynamic input { | |
| 3380 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3381 | + border-radius: 3px 0 0 3px; } | |
| 3382 | + | |
| 4401 | 3383 | #elementor-mode-switcher { |
| 4402 | - --e-a-mode-switcher-width: 15px; | |
| 4403 | - --e-a-mode-switcher-height: 50px; | |
| 4404 | - --e-a-mode-switcher-icon-size: 15px; | |
| 4405 | 3384 | position: absolute; |
| 4406 | - inset-block-start: 50%; | |
| 4407 | - inset-inline-start: 100%; | |
| 4408 | - transform: translateY(-50%); | |
| 4409 | - background-color: var(--e-a-bg-default); | |
| 4410 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 4411 | - transition: 0.3s opacity; | |
| 4412 | -} | |
| 4413 | -#elementor-mode-switcher:hover { | |
| 4414 | - background-color: var(--e-a-bg-hover); | |
| 4415 | -} | |
| 4416 | -#elementor-mode-switcher:focus-within { | |
| 4417 | - background-color: var(--e-a-bg-active); | |
| 4418 | -} | |
| 4419 | -.e-panel-block-interactions #elementor-mode-switcher { | |
| 4420 | - opacity: 0; | |
| 4421 | - pointer-events: none; | |
| 4422 | -} | |
| 4423 | -#elementor-mode-switcher-preview i { | |
| 3385 | + left: 100%; | |
| 3386 | + top: 50%; | |
| 3387 | + width: 15px; | |
| 3388 | + height: 50px; | |
| 3389 | + -webkit-transform: translateY(-50%); | |
| 3390 | + -ms-transform: translateY(-50%); | |
| 3391 | + transform: translateY(-50%); | |
| 3392 | + background-color: #e6e9ec; | |
| 3393 | + font-size: 15px; | |
| 3394 | + -webkit-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1); | |
| 3395 | + box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1); | |
| 3396 | + cursor: pointer; } | |
| 3397 | + #elementor-mode-switcher:hover { | |
| 3398 | + background-color: #93003c; | |
| 3399 | + color: #FFFFFF; } | |
| 3400 | + | |
| 3401 | +#elementor-mode-switcher-inner, #elementor-mode-switcher-preview { | |
| 3402 | + width: 100%; | |
| 3403 | + height: 100%; | |
| 3404 | + position: absolute; | |
| 3405 | + top: 0; | |
| 3406 | + left: 0; } | |
| 3407 | + | |
| 3408 | +#elementor-mode-switcher-preview { | |
| 3409 | + cursor: pointer; } | |
| 3410 | + #elementor-mode-switcher-preview .eicon { | |
| 3411 | + position: absolute; | |
| 3412 | + top: 50%; | |
| 3413 | + left: 50%; | |
| 3414 | + -webkit-transform: translate(-50%, -50%); | |
| 3415 | + -ms-transform: translate(-50%, -50%); | |
| 3416 | + transform: translate(-50%, -50%); } | |
| 3417 | + | |
| 3418 | +#elementor-mode-switcher-preview-input { | |
| 3419 | + display: none; } | |
| 3420 | + | |
| 3421 | +:root { | |
| 3422 | + --e-is-device-mode: 0; } | |
| 3423 | + | |
| 3424 | +.e-is-device-mode { | |
| 3425 | + --e-is-device-mode: 1; } | |
| 3426 | + | |
| 3427 | +#elementor-responsive-bar { | |
| 3428 | + position: -webkit-sticky; | |
| 3429 | + position: sticky; | |
| 3430 | + height: calc(40px * var(--e-is-device-mode)); | |
| 3431 | + -ms-flex-item-align: stretch; | |
| 3432 | + align-self: stretch; | |
| 3433 | + -ms-flex-negative: 0; | |
| 3434 | + flex-shrink: 0; | |
| 3435 | + -webkit-transition: height .2s ease-in-out, opacity .1s; | |
| 3436 | + -o-transition: height .2s ease-in-out, opacity .1s; | |
| 3437 | + transition: height .2s ease-in-out, opacity .1s; | |
| 3438 | + left: 0; | |
| 3439 | + top: 0; | |
| 3440 | + z-index: 100; | |
| 3441 | + opacity: var(--e-is-device-mode); | |
| 3442 | + -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.33), 0 0 2px 1px rgba(0, 0, 0, 0.25), 0 0 6px -3px rgba(255, 255, 255, 0.5); | |
| 3443 | + box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.33), 0 0 2px 1px rgba(0, 0, 0, 0.25), 0 0 6px -3px rgba(255, 255, 255, 0.5); } | |
| 3444 | + #elementor-responsive-bar:before { | |
| 3445 | + content: ""; | |
| 3446 | + position: absolute; | |
| 3447 | + left: 0; | |
| 3448 | + top: 0; | |
| 3449 | + width: 100%; | |
| 3450 | + height: 100%; | |
| 3451 | + z-index: -1; | |
| 3452 | + -webkit-transform: scaleX(var(--e-preview-scale, 1)); | |
| 3453 | + -ms-transform: scaleX(var(--e-preview-scale, 1)); | |
| 3454 | + transform: scaleX(var(--e-preview-scale, 1)); } | |
| 3455 | + | |
| 3456 | +.e-responsive-bar-switcher__option { | |
| 3457 | + cursor: pointer; | |
| 3458 | + text-align: center; | |
| 3459 | + width: 22px; | |
| 3460 | + height: 22px; | |
| 3461 | + margin: 0 4px; | |
| 3462 | + line-height: 22px; | |
| 3463 | + -webkit-border-radius: 3px; | |
| 3464 | + border-radius: 3px; | |
| 3465 | + font-size: 16px; | |
| 3466 | + -webkit-transition: background-color .3s ease-out; | |
| 3467 | + -o-transition: background-color .3s ease-out; | |
| 3468 | + transition: background-color .3s ease-out; } | |
| 3469 | + .e-responsive-bar-switcher__option:hover, .e-responsive-bar-switcher__option[aria-selected="true"] { | |
| 3470 | + color: #c2cbd2; | |
| 3471 | + background-color: rgba(255, 255, 255, 0.1); } | |
| 3472 | + .e-responsive-bar-switcher__option input { | |
| 3473 | + display: none; } | |
| 3474 | + .e-responsive-bar-switcher__option input:checked + i { | |
| 3475 | + color: #71d7f7; } | |
| 3476 | + .e-responsive-bar-switcher__option:not(:last-child) { | |
| 3477 | + -webkit-margin-end: 6px; | |
| 3478 | + margin-inline-end: 6px; } | |
| 3479 | + | |
| 3480 | +.e-responsive-bar__button { | |
| 3481 | + -webkit-appearance: none; | |
| 3482 | + -moz-appearance: none; | |
| 3483 | + appearance: none; | |
| 3484 | + background: none; | |
| 3485 | + border: 0 none; | |
| 3486 | + cursor: pointer; | |
| 3487 | + color: inherit; } | |
| 3488 | + .e-responsive-bar__button:focus:not(:focus-visible) { | |
| 3489 | + outline: none; } | |
| 3490 | + .e-responsive-bar__button:hover { | |
| 3491 | + color: #c2cbd2; | |
| 3492 | + background-color: rgba(255, 255, 255, 0.1); } | |
| 3493 | + | |
| 3494 | +.e-responsive-bar--pipe { | |
| 3495 | + position: relative; } | |
| 3496 | + .e-responsive-bar--pipe::before { | |
| 3497 | + content: ''; | |
| 3498 | + display: block; | |
| 3499 | + height: 20px; | |
| 3500 | + width: 1px; | |
| 3501 | + background-color: #6d7882; | |
| 3502 | + position: absolute; | |
| 3503 | + right: -5px; | |
| 3504 | + top: calc(50% - 10px); } | |
| 3505 | + | |
| 3506 | +.e-responsive-bar__input-size { | |
| 3507 | + background-color: transparent; | |
| 3508 | + color: #a4afb7; | |
| 3509 | + border: 1px solid #6d7882 !important; | |
| 3510 | + padding: 0 3px; | |
| 3511 | + width: 60px; | |
| 3512 | + font-size: 12px; | |
| 3513 | + line-height: 16px; | |
| 3514 | + height: 18px; | |
| 3515 | + margin: auto 8px auto 4px; } | |
| 3516 | + .e-responsive-bar__input-size-separator { | |
| 3517 | + color: #6d7882; } | |
| 3518 | + .e-responsive-bar__input-size[disabled] { | |
| 3519 | + background-color: transparent; | |
| 3520 | + color: #6d7882; | |
| 3521 | + cursor: default; } | |
| 3522 | + | |
| 3523 | +#e-responsive-bar { | |
| 3524 | + width: 100%; | |
| 3525 | + margin-top: calc(-40px + (40px * var(--e-is-device-mode))); | |
| 3526 | + z-index: 1; | |
| 3527 | + -webkit-transition: margin-top .2s ease-in-out; | |
| 3528 | + -o-transition: margin-top .2s ease-in-out; | |
| 3529 | + transition: margin-top .2s ease-in-out; | |
| 3530 | + display: -webkit-box; | |
| 3531 | + display: -ms-flexbox; | |
| 4424 | 3532 | display: flex; |
| 4425 | - flex-direction: column; | |
| 4426 | - justify-content: center; | |
| 4427 | - width: var(--e-a-mode-switcher-width); | |
| 4428 | - height: var(--e-a-mode-switcher-height); | |
| 4429 | - font-size: var(--e-a-mode-switcher-icon-size); | |
| 4430 | - cursor: pointer; | |
| 4431 | -} | |
| 4432 | -#elementor-mode-switcher-preview-input { | |
| 4433 | - display: none; | |
| 4434 | -} | |
| 3533 | + -webkit-box-align: center; | |
| 3534 | + -ms-flex-align: center; | |
| 3535 | + align-items: center; | |
| 3536 | + -webkit-box-pack: justify; | |
| 3537 | + -ms-flex-pack: justify; | |
| 3538 | + justify-content: space-between; | |
| 3539 | + color: #a4afb7; | |
| 3540 | + background-color: #495157; } | |
| 3541 | + #e-responsive-bar__center, #e-responsive-bar__end, #e-responsive-bar-scale, #e-responsive-bar-switcher { | |
| 3542 | + display: -webkit-box; | |
| 3543 | + display: -ms-flexbox; | |
| 3544 | + display: flex; | |
| 3545 | + -webkit-box-pack: center; | |
| 3546 | + -ms-flex-pack: center; | |
| 3547 | + justify-content: center; | |
| 3548 | + -webkit-box-align: center; | |
| 3549 | + -ms-flex-align: center; | |
| 3550 | + align-items: center; | |
| 3551 | + font-size: 13px; | |
| 3552 | + background-color: #495157; | |
| 3553 | + padding: 2px 0; } | |
| 3554 | + @media (min-width: 1400px) { | |
| 3555 | + #e-responsive-bar__center { | |
| 3556 | + margin-left: 50%; | |
| 3557 | + -webkit-transform: translate(-50%, 0); | |
| 3558 | + -ms-transform: translate(-50%, 0); | |
| 3559 | + transform: translate(-50%, 0); } } | |
| 3560 | + #e-responsive-bar__close-button, #e-responsive-bar__settings-button { | |
| 3561 | + width: 22px; | |
| 3562 | + height: 22px; | |
| 3563 | + -webkit-border-radius: 3px; | |
| 3564 | + border-radius: 3px; | |
| 3565 | + margin: 7px 5px; | |
| 3566 | + font-size: 16px; } | |
| 3567 | + #e-responsive-bar__size-inputs-wrapper { | |
| 3568 | + display: -webkit-box; | |
| 3569 | + display: -ms-flexbox; | |
| 3570 | + display: flex; | |
| 3571 | + -webkit-box-align: center; | |
| 3572 | + -ms-flex-align: center; | |
| 3573 | + align-items: center; | |
| 3574 | + -webkit-margin-end: 8px; | |
| 3575 | + margin-inline-end: 8px; | |
| 3576 | + color: #6d7882; } | |
| 3577 | + #e-responsive-bar-switcher { | |
| 3578 | + padding: 0 20px; } | |
| 3579 | + #e-responsive-bar-scale { | |
| 3580 | + padding: 0 20px; } | |
| 3581 | + #e-responsive-bar-scale__value-wrapper { | |
| 3582 | + margin: 0 14px; | |
| 3583 | + min-width: 32px; | |
| 3584 | + text-align: center; } | |
| 3585 | + #e-responsive-bar-scale__plus, #e-responsive-bar-scale__minus, #e-responsive-bar-scale__reset { | |
| 3586 | + cursor: pointer; | |
| 3587 | + width: 20px; | |
| 3588 | + height: 20px; | |
| 3589 | + display: -webkit-box; | |
| 3590 | + display: -ms-flexbox; | |
| 3591 | + display: flex; | |
| 3592 | + -webkit-box-align: center; | |
| 3593 | + -ms-flex-align: center; | |
| 3594 | + align-items: center; | |
| 3595 | + -webkit-box-pack: center; | |
| 3596 | + -ms-flex-pack: center; | |
| 3597 | + justify-content: center; } | |
| 3598 | + #e-responsive-bar-scale__minus:before { | |
| 3599 | + content: ""; | |
| 3600 | + display: block; | |
| 3601 | + width: 13px; | |
| 3602 | + height: 2px; | |
| 3603 | + background: #a4afb7; | |
| 3604 | + -webkit-border-radius: 3px; | |
| 3605 | + border-radius: 3px; } | |
| 3606 | + #e-responsive-bar-scale__reset { | |
| 3607 | + margin: 0px 8px; } | |
| 4435 | 3608 | |
| 4436 | 3609 | .elementor-revision-item__wrapper { |
| 3610 | + display: -webkit-box; | |
| 3611 | + display: -ms-flexbox; | |
| 4437 | 3612 | display: flex; |
| 4438 | - align-items: center; | |
| 4439 | - text-align: start; | |
| 4440 | - width: 100%; | |
| 4441 | - border: var(--e-a-border); | |
| 4442 | - border-radius: var(--e-a-border-radius); | |
| 3613 | + -webkit-box-align: center; | |
| 3614 | + -ms-flex-align: center; | |
| 3615 | + align-items: center; | |
| 3616 | + border: 1px solid #d5dadf; | |
| 4443 | 3617 | padding: 10px 15px; |
| 4444 | - margin-block-end: 10px; | |
| 3618 | + margin-bottom: 10px; | |
| 4445 | 3619 | font-size: 11px; |
| 4446 | - transition: var(--e-a-transition-hover); | |
| 4447 | - background-color: transparent; | |
| 4448 | -} | |
| 4449 | -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus { | |
| 4450 | - background-color: var(--e-a-bg-hover); | |
| 4451 | -} | |
| 3620 | + -webkit-transition: all 0.3s; | |
| 3621 | + -o-transition: all 0.3s; | |
| 3622 | + transition: all 0.3s; } | |
| 3623 | + .elementor-revision-item__wrapper.current { | |
| 3624 | + font-weight: bold; } | |
| 3625 | + .elementor-revision-item__wrapper .elementor-revision-item__tools-current { | |
| 3626 | + color: #71d7f7; } | |
| 3627 | + | |
| 3628 | +.elementor-revision-item:hover:not(.elementor-revision-current-preview) { | |
| 3629 | + background-color: rgba(230, 233, 236, 0.3); } | |
| 3630 | + | |
| 4452 | 3631 | .elementor-revision-item-loading .elementor-revision-item__tools-current { |
| 4453 | - display: none; | |
| 4454 | -} | |
| 3632 | + display: none; } | |
| 3633 | + | |
| 4455 | 3634 | .elementor-revision-item:not(.elementor-revision-item-loading) .elementor-revision-item__tools-spinner { |
| 4456 | - display: none; | |
| 4457 | -} | |
| 3635 | + display: none; } | |
| 3636 | + | |
| 4458 | 3637 | .elementor-revision-item__gravatar { |
| 4459 | - border-radius: 50%; | |
| 4460 | - overflow: hidden; | |
| 4461 | -} | |
| 4462 | -.elementor-revision-item__gravatar img { | |
| 4463 | - display: block; | |
| 4464 | -} | |
| 3638 | + -webkit-border-radius: 50%; | |
| 3639 | + border-radius: 50%; | |
| 3640 | + overflow: hidden; } | |
| 3641 | + .elementor-revision-item__gravatar img { | |
| 3642 | + display: block; } | |
| 3643 | + | |
| 4465 | 3644 | .elementor-revision-item__details { |
| 4466 | - padding-inline-start: 15px; | |
| 4467 | - flex-grow: 1; | |
| 4468 | - cursor: pointer; | |
| 4469 | -} | |
| 3645 | + padding-left: 15px; | |
| 3646 | + -webkit-box-flex: 1; | |
| 3647 | + -ms-flex-positive: 1; | |
| 3648 | + flex-grow: 1; | |
| 3649 | + cursor: pointer; } | |
| 3650 | + | |
| 4470 | 3651 | .elementor-revision-meta { |
| 4471 | - padding-block-start: 5px; | |
| 3652 | + padding-top: 5px; | |
| 4472 | 3653 | font-size: 10px; |
| 4473 | - font-weight: bold; | |
| 4474 | -} | |
| 4475 | -.elementor-revision-current-preview .elementor-revision-item__wrapper { | |
| 4476 | - border-color: var(--e-a-border-color-accent); | |
| 4477 | - background-color: var(--e-a-bg-active); | |
| 4478 | -} | |
| 3654 | + font-weight: bold; } | |
| 4479 | 3655 | |
| 3656 | +.elementor-revision-current-preview { | |
| 3657 | + background-color: #e6e9ec; } | |
| 3658 | + | |
| 3659 | +#elementor-restore-autosave-dialog.dialog-widget { | |
| 3660 | + background-color: rgba(0, 0, 0, 0.3); } | |
| 3661 | + | |
| 4480 | 3662 | #elementor-panel-revisions-loading { |
| 4481 | 3663 | position: absolute; |
| 4482 | - inset-block-start: 50%; | |
| 4483 | - inset-inline-start: 50%; | |
| 4484 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4485 | -} | |
| 4486 | -#elementor-panel-revisions-loading .eicon-loading { | |
| 4487 | - font-size: 50px; | |
| 4488 | -} | |
| 3664 | + top: 50%; | |
| 3665 | + left: 50%; | |
| 3666 | + -webkit-transform: translate(-50%, -50%); | |
| 3667 | + -ms-transform: translate(-50%, -50%); | |
| 3668 | + transform: translate(-50%, -50%); } | |
| 3669 | + #elementor-panel-revisions-loading .eicon-loading { | |
| 3670 | + font-size: 50px; | |
| 3671 | + color: #a4afb7; } | |
| 4489 | 3672 | |
| 4490 | -.elementor-panel-revisions-buttons { | |
| 4491 | - display: flex; | |
| 4492 | - justify-content: space-between; | |
| 4493 | - padding: 15px 20px; | |
| 4494 | - border-block-end: var(--e-a-border); | |
| 4495 | -} | |
| 4496 | - | |
| 4497 | 3673 | .elementor-history-item { |
| 3674 | + display: -webkit-box; | |
| 3675 | + display: -ms-flexbox; | |
| 4498 | 3676 | display: flex; |
| 4499 | - align-items: center; | |
| 4500 | - text-align: start; | |
| 4501 | - border: var(--e-a-border); | |
| 4502 | - border-radius: var(--e-a-border-radius); | |
| 3677 | + -webkit-box-align: center; | |
| 3678 | + -ms-flex-align: center; | |
| 3679 | + align-items: center; | |
| 3680 | + border: 1px solid #d5dadf; | |
| 4503 | 3681 | padding: 10px 15px; |
| 4504 | - margin-block-end: 10px; | |
| 4505 | - width: 100%; | |
| 3682 | + margin-bottom: 10px; | |
| 4506 | 3683 | font-size: 11px; |
| 4507 | 3684 | line-height: 1.4; |
| 4508 | - background-color: transparent; | |
| 4509 | 3685 | cursor: pointer; |
| 4510 | - transition: var(--e-a-transition-hover); | |
| 4511 | -} | |
| 4512 | -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) { | |
| 4513 | - background-color: var(--e-a-bg-hover); | |
| 4514 | - color: var(--e-a-txt-color-hover); | |
| 4515 | -} | |
| 4516 | -.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 { | |
| 4517 | - content: "\e924"; | |
| 4518 | -} | |
| 4519 | -.elementor-history-item-current { | |
| 4520 | - border-color: var(--e-a-border-color-accent); | |
| 4521 | - background-color: var(--e-a-bg-active); | |
| 4522 | - color: var(--e-a-txt-color-active); | |
| 4523 | -} | |
| 4524 | -.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 { | |
| 4525 | - content: "\e90e"; | |
| 4526 | -} | |
| 4527 | -.elementor-history-item__details { | |
| 4528 | - width: 95%; | |
| 4529 | -} | |
| 4530 | -.elementor-history-item__title { | |
| 4531 | - font-weight: bold; | |
| 4532 | -} | |
| 4533 | -.elementor-history-item__subtitle, .elementor-history-item__action { | |
| 4534 | - font-weight: lighter; | |
| 4535 | -} | |
| 4536 | -.elementor-history-item__action { | |
| 4537 | - font-style: italic; | |
| 4538 | - text-decoration: underline; | |
| 4539 | -} | |
| 3686 | + -webkit-transition: all 0.3s; | |
| 3687 | + -o-transition: all 0.3s; | |
| 3688 | + transition: all 0.3s; } | |
| 3689 | + .elementor-history-item:hover { | |
| 3690 | + background-color: rgba(230, 233, 236, 0.3); } | |
| 3691 | + .elementor-history-item:hover .elementor-history-item__icon .eicon:before { | |
| 3692 | + content: '\e924'; } | |
| 3693 | + .elementor-history-item-applied { | |
| 3694 | + color: #a4afb7; } | |
| 3695 | + .elementor-history-item-current { | |
| 3696 | + background: #e6e9ec; | |
| 3697 | + cursor: default; } | |
| 3698 | + .elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before { | |
| 3699 | + content: '\e90e'; } | |
| 3700 | + .elementor-history-item__details { | |
| 3701 | + width: 95%; } | |
| 3702 | + .elementor-history-item__title { | |
| 3703 | + font-weight: bold; } | |
| 3704 | + .elementor-history-item__subtitle, .elementor-history-item__action { | |
| 3705 | + font-weight: lighter; } | |
| 3706 | + .elementor-history-item__action { | |
| 3707 | + font-style: italic; | |
| 3708 | + text-decoration: underline; } | |
| 3709 | + .elementor-history-item .__icon { | |
| 3710 | + float: right; } | |
| 3711 | + | |
| 4540 | 3712 | .elementor-history-revisions-message { |
| 4541 | 3713 | font-size: 11px; |
| 4542 | 3714 | text-align: center; |
| 4543 | - padding-block-start: 5px; | |
| 4544 | -} | |
| 3715 | + padding-top: 5px; } | |
| 4545 | 3716 | |
| 4546 | 3717 | #elementor-panel-history { |
| 4547 | - padding: 20px; | |
| 4548 | - padding-block-end: 15px; | |
| 4549 | -} | |
| 4550 | -#elementor-panel-history.elementor-empty .elementor-history-revisions-message { | |
| 4551 | - padding-block-start: 20px; | |
| 4552 | -} | |
| 4553 | -#elementor-panel-history:not(.elementor-empty) { | |
| 4554 | - margin-block-start: 10px; | |
| 4555 | -} | |
| 3718 | + padding: 20px 20px 15px; } | |
| 3719 | + #elementor-panel-history.elementor-empty .elementor-history-revisions-message { | |
| 3720 | + padding-top: 20px; } | |
| 3721 | + #elementor-panel-history:not(.elementor-empty) { | |
| 3722 | + background-color: #fff; | |
| 3723 | + margin-top: 10px; } | |
| 4556 | 3724 | |
| 4557 | 3725 | #elementor-panel-history-no-items, |
| 4558 | 3726 | #elementor-panel-revisions-no-revisions { |
| 4559 | - text-align: center; | |
| 4560 | -} | |
| 4561 | -#elementor-panel-history-no-items .elementor-nerd-box-icon, | |
| 4562 | -#elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { | |
| 4563 | - margin-block-start: 20px; | |
| 4564 | -} | |
| 3727 | + text-align: center; } | |
| 3728 | + #elementor-panel-history-no-items .elementor-nerd-box-icon, | |
| 3729 | + #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { | |
| 3730 | + margin-top: 20px; } | |
| 4565 | 3731 | |
| 4566 | -.e-control-display-conditions-promotion__wrapper { | |
| 4567 | - display: flex; | |
| 4568 | - justify-content: space-between; | |
| 4569 | -} | |
| 4570 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4571 | - color: var(--e-a-color-accent-promotion); | |
| 4572 | -} | |
| 4573 | -.e-control-display-conditions-promotion__description { | |
| 4574 | - display: flex; | |
| 4575 | - align-self: center; | |
| 4576 | -} | |
| 4577 | -.e-control-display-conditions-promotion__text { | |
| 4578 | - display: inline-block; | |
| 4579 | -} | |
| 4580 | -.e-control-display-conditions-promotion__lock-wrapper { | |
| 4581 | - width: 2.5rem; | |
| 4582 | - display: flex; | |
| 4583 | - justify-content: center; | |
| 4584 | - align-items: center; | |
| 4585 | -} | |
| 4586 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4587 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4588 | -} | |
| 4589 | -.e-control-display-conditions-promotion.eicon-flow { | |
| 4590 | - align-self: flex-end; | |
| 4591 | - cursor: pointer; | |
| 4592 | - border: var(--e-a-border-bold); | |
| 4593 | - border-radius: var(--e-a-border-radius); | |
| 4594 | - padding: 5px; | |
| 4595 | -} | |
| 4596 | -.e-control-display-conditions-promotion.eicon-flow.filled { | |
| 4597 | - background-color: var(--e-a-bg-active); | |
| 4598 | - color: #E73CF6; | |
| 4599 | -} | |
| 3732 | +.elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 3733 | +.elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 3734 | + display: none; } | |
| 4600 | 3735 | |
| 4601 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4602 | - color: var(--e-a-color-accent-promotion); | |
| 4603 | -} | |
| 4604 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4605 | - margin-inline-end: 0; | |
| 4606 | -} | |
| 4607 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4608 | - display: flex; | |
| 4609 | - flex-direction: column; | |
| 4610 | - justify-content: center; | |
| 4611 | - padding-inline-start: 5px; | |
| 4612 | - padding-inline-end: 20px; | |
| 4613 | - cursor: pointer; | |
| 4614 | - height: 27px; | |
| 4615 | - width: 100%; | |
| 4616 | - color: var(--e-a-color-txt); | |
| 4617 | - border-radius: var(--e-a-border-radius); | |
| 4618 | - background-color: var(--e-a-bg-default); | |
| 4619 | - box-shadow: none; | |
| 4620 | - border: var(--e-a-border-bold); | |
| 4621 | - font-size: var(--control-title-size); | |
| 4622 | -} | |
| 4623 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4624 | - width: 2.5rem; | |
| 4625 | - display: flex; | |
| 4626 | - justify-content: center; | |
| 4627 | - align-items: center; | |
| 4628 | -} | |
| 4629 | -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4630 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4631 | -} | |
| 3736 | +.elementor-editor-kit .elementor-panel #elementor-panel-header { | |
| 3737 | + background-color: #4ab7f4; } | |
| 3738 | + .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 3739 | + .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 3740 | + display: table-cell; } | |
| 3741 | + body:not(.e-routes-has-history) #elementor-panel-header-kit-back { | |
| 3742 | + pointer-events: none; | |
| 3743 | + opacity: 0.4; } | |
| 3744 | + body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon { | |
| 3745 | + cursor: inherit; | |
| 3746 | + color: inherit; } | |
| 4632 | 3747 | |
| 4633 | -.e-link-promotion { | |
| 4634 | - font-family: "Roboto", sans-serif; | |
| 4635 | - font-weight: 500; | |
| 4636 | - color: #93003f; | |
| 4637 | -} | |
| 4638 | -.e-link-promotion:hover { | |
| 4639 | - color: #93003f; | |
| 4640 | -} | |
| 3748 | +.elementor-editor-kit .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 3749 | + border-bottom-color: #4ab7f4; } | |
| 4641 | 3750 | |
| 4642 | -.elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 4643 | -.elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 4644 | - display: none; | |
| 4645 | -} | |
| 3751 | +.elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { | |
| 3752 | + display: none; } | |
| 4646 | 3753 | |
| 4647 | -.elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 4648 | -.elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 4649 | - display: flex; | |
| 4650 | -} | |
| 4651 | -body:not(.e-routes-has-history) #elementor-panel-header-kit-back { | |
| 4652 | - pointer-events: none; | |
| 4653 | - visibility: hidden; | |
| 4654 | -} | |
| 3754 | +.elementor-editor-kit .elementor-panel #elementor-panel-saver-button-publish.elementor-button.elementor-button-success:not(.elementor-disabled), | |
| 3755 | +.elementor-editor-kit .elementor-panel #elementor-panel-saver-button-save-options.elementor-button.elementor-button-success:not(.elementor-disabled) { | |
| 3756 | + background-color: #4ab7f4; } | |
| 4655 | 3757 | |
| 4656 | -.elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { | |
| 4657 | - display: none; | |
| 4658 | -} | |
| 4659 | 3758 | .elementor-editor-kit .elementor-panel #elementor-panel-page-menu { |
| 4660 | - padding: 25px 15px 0; | |
| 4661 | -} | |
| 3759 | + padding: 25px 15px 0; } | |
| 3760 | + | |
| 4662 | 3761 | .elementor-editor-kit #elementor-panel-header-add-button, |
| 4663 | 3762 | .elementor-editor-kit #elementor-panel-header-menu-button, |
| 4664 | 3763 | .elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template, |
| 4665 | 3764 | .elementor-editor-kit #elementor-panel-footer-navigator { |
| 4666 | - display: none; | |
| 4667 | -} | |
| 3765 | + display: none; } | |
| 4668 | 3766 | |
| 4669 | 3767 | .elementor-control-type-global-style-repeater .elementor-repeater-fields { |
| 4670 | - margin-block-end: 15px; | |
| 4671 | - position: relative; | |
| 4672 | -} | |
| 4673 | -.elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper { | |
| 4674 | - background-color: var(--e-a-bg-default); | |
| 4675 | -} | |
| 3768 | + margin-bottom: 15px; | |
| 3769 | + position: relative; } | |
| 3770 | + | |
| 4676 | 3771 | .elementor-control-type-global-style-repeater .elementor-repeater-row-controls { |
| 3772 | + display: -webkit-box; | |
| 3773 | + display: -ms-flexbox; | |
| 4677 | 3774 | display: flex; |
| 4678 | - align-items: center; | |
| 4679 | -} | |
| 3775 | + -webkit-box-align: center; | |
| 3776 | + -ms-flex-align: center; | |
| 3777 | + align-items: center; } | |
| 3778 | + | |
| 4680 | 3779 | .elementor-control-type-global-style-repeater .elementor-repeater-row-tool { |
| 4681 | 3780 | cursor: pointer; |
| 4682 | - color: var(--e-a-color-txt); | |
| 4683 | - background-color: transparent; | |
| 4684 | - border: none; | |
| 4685 | - padding: 5px; | |
| 4686 | -} | |
| 4687 | -.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:focus, .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover { | |
| 4688 | - color: var(--e-a-color-txt-hover); | |
| 4689 | -} | |
| 3781 | + color: #d5dadf; | |
| 3782 | + padding: 5px; } | |
| 3783 | + | |
| 4690 | 3784 | .elementor-control-type-global-style-repeater .elementor-control { |
| 4691 | - padding: 0; | |
| 4692 | -} | |
| 4693 | -.elementor-control-type-global-style-repeater .elementor-control-title { | |
| 4694 | - flex-grow: 1; | |
| 4695 | -} | |
| 4696 | -.elementor-control-type-global-style-repeater .elementor-control-title input { | |
| 4697 | - max-width: 135px; | |
| 4698 | -} | |
| 4699 | -.elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) { | |
| 4700 | - background: none; | |
| 4701 | - border: none; | |
| 4702 | -} | |
| 4703 | -.elementor-control-type-global-style-repeater .elementor-control-input-wrapper { | |
| 4704 | - display: flex; | |
| 4705 | - align-items: center; | |
| 4706 | - min-width: 81px; | |
| 4707 | -} | |
| 4708 | -.elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value { | |
| 4709 | - display: none; | |
| 4710 | -} | |
| 4711 | -.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 { | |
| 4712 | - display: none; | |
| 4713 | -} | |
| 4714 | -.elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 4715 | - margin-block-start: 0; | |
| 4716 | -} | |
| 3785 | + padding: 0; } | |
| 3786 | + .elementor-control-type-global-style-repeater .elementor-control-title { | |
| 3787 | + -webkit-box-flex: 1; | |
| 3788 | + -ms-flex-positive: 1; | |
| 3789 | + flex-grow: 1; } | |
| 3790 | + .elementor-control-type-global-style-repeater .elementor-control-title input { | |
| 3791 | + max-width: 135px; } | |
| 3792 | + .elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) { | |
| 3793 | + background: none; | |
| 3794 | + border: none; } | |
| 3795 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper { | |
| 3796 | + display: -webkit-box; | |
| 3797 | + display: -ms-flexbox; | |
| 3798 | + display: flex; | |
| 3799 | + -webkit-box-align: center; | |
| 3800 | + -ms-flex-align: center; | |
| 3801 | + align-items: center; | |
| 3802 | + min-width: 81px; } | |
| 3803 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value { | |
| 3804 | + display: none; } | |
| 3805 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove, | |
| 3806 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove--disabled { | |
| 3807 | + display: none; } | |
| 3808 | + | |
| 3809 | +.elementor-control-type-global-style-repeater .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 3810 | + margin-top: 0; } | |
| 3811 | + | |
| 4717 | 3812 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4718 | - align-self: end; | |
| 4719 | - margin-block-start: 35px; | |
| 4720 | - inset-block-start: 0; | |
| 4721 | - width: 100%; | |
| 4722 | -} | |
| 4723 | -.elementor-control-type-global-style-repeater .elementor-controls-popover:before { | |
| 4724 | - inset-inline-end: 5px; | |
| 4725 | -} | |
| 4726 | -.elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { | |
| 4727 | - padding: 0 20px 15px; | |
| 4728 | -} | |
| 4729 | -.elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title { | |
| 4730 | - flex-grow: initial; | |
| 4731 | -} | |
| 3813 | + -ms-flex-item-align: end; | |
| 3814 | + align-self: end; | |
| 3815 | + margin-top: 35px; | |
| 3816 | + top: 0; | |
| 3817 | + width: 100%; } | |
| 3818 | + .elementor-control-type-global-style-repeater .elementor-controls-popover:before { | |
| 3819 | + right: 5px; } | |
| 3820 | + .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { | |
| 3821 | + padding: 0 20px 15px; } | |
| 3822 | + .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title { | |
| 3823 | + -webkit-box-flex: initial; | |
| 3824 | + -ms-flex-positive: initial; | |
| 3825 | + flex-grow: initial; } | |
| 3826 | + | |
| 4732 | 3827 | .elementor-control-type-global-style-repeater .elementor-button-wrapper { |
| 4733 | 3828 | text-align: center; |
| 4734 | - border-block-start: var(--e-a-border); | |
| 4735 | - padding-block-start: 15px; | |
| 4736 | -} | |
| 3829 | + border-top: 1px solid #e6e9ec; | |
| 3830 | + max-width: 260px; | |
| 3831 | + padding-top: 15px; } | |
| 3832 | + | |
| 4737 | 3833 | .elementor-control-type-global-style-repeater .pickr, |
| 4738 | 3834 | .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label { |
| 4739 | - margin-inline-start: 5px; | |
| 4740 | -} | |
| 4741 | -.elementor-control-type-global-style-repeater .e-sortable-placeholder { | |
| 4742 | - background-color: var(--e-a-color-info); | |
| 4743 | - opacity: 0.9; | |
| 4744 | - width: 100%; | |
| 4745 | - margin: 8px 0; | |
| 4746 | - height: 2px; | |
| 4747 | -} | |
| 3835 | + margin-left: 5px; } | |
| 3836 | + | |
| 4748 | 3837 | .elementor-control-system_colors, .elementor-control-system_typography { |
| 4749 | - padding-block-end: 0; | |
| 4750 | -} | |
| 3838 | + padding-bottom: 0; } | |
| 4751 | 3839 | |
| 4752 | 3840 | .e-global-colors__color-value { |
| 3841 | + color: #d5dadf; | |
| 4753 | 3842 | font-size: 10px; |
| 4754 | 3843 | padding: 0 5px; |
| 4755 | - text-align: end; | |
| 3844 | + text-align: right; | |
| 4756 | 3845 | white-space: nowrap; |
| 4757 | - text-overflow: ellipsis; | |
| 4758 | - overflow: hidden; | |
| 4759 | -} | |
| 3846 | + -o-text-overflow: ellipsis; | |
| 3847 | + text-overflow: ellipsis; | |
| 3848 | + overflow: hidden; } | |
| 4760 | 3849 | |
| 3850 | +@-webkit-keyframes load { | |
| 3851 | + 0% { | |
| 3852 | + opacity: .3; } | |
| 3853 | + 50% { | |
| 3854 | + opacity: 1; } | |
| 3855 | + 100% { | |
| 3856 | + opacity: .3; } } | |
| 3857 | + | |
| 4761 | 3858 | @keyframes load { |
| 4762 | 3859 | 0% { |
| 4763 | - opacity: 0.3; | |
| 4764 | - } | |
| 3860 | + opacity: .3; } | |
| 4765 | 3861 | 50% { |
| 4766 | - opacity: 1; | |
| 4767 | - } | |
| 3862 | + opacity: 1; } | |
| 4768 | 3863 | 100% { |
| 4769 | - opacity: 0.3; | |
| 4770 | - } | |
| 4771 | -} | |
| 3864 | + opacity: .3; } } | |
| 3865 | + | |
| 3866 | +@-webkit-keyframes fadeIn { | |
| 3867 | + from { | |
| 3868 | + opacity: 0; } | |
| 3869 | + to { | |
| 3870 | + opacity: 1; } } | |
| 3871 | + | |
| 4772 | 3872 | @keyframes fadeIn { |
| 4773 | 3873 | from { |
| 4774 | - opacity: 0; | |
| 4775 | - } | |
| 3874 | + opacity: 0; } | |
| 4776 | 3875 | to { |
| 4777 | - opacity: 1; | |
| 4778 | - } | |
| 4779 | -} | |
| 3876 | + opacity: 1; } } | |
| 3877 | + | |
| 3878 | +@-webkit-keyframes mover { | |
| 3879 | + 0% { | |
| 3880 | + -webkit-transform: translateY(0); | |
| 3881 | + transform: translateY(0); } | |
| 3882 | + 100% { | |
| 3883 | + -webkit-transform: translateY(-5px); | |
| 3884 | + transform: translateY(-5px); } } | |
| 3885 | + | |
| 4780 | 3886 | @keyframes mover { |
| 4781 | 3887 | 0% { |
| 4782 | - transform: translateY(0); | |
| 4783 | - } | |
| 3888 | + -webkit-transform: translateY(0); | |
| 3889 | + transform: translateY(0); } | |
| 4784 | 3890 | 100% { |
| 4785 | - transform: translateY(-5px); | |
| 4786 | - } | |
| 4787 | -} | |
| 3891 | + -webkit-transform: translateY(-5px); | |
| 3892 | + transform: translateY(-5px); } } | |
| 3893 | + | |
| 3894 | +@-webkit-keyframes slideDown { | |
| 3895 | + 0% { | |
| 3896 | + -webkit-transform: translateY(-30px); | |
| 3897 | + transform: translateY(-30px); } | |
| 3898 | + 100% { | |
| 3899 | + -webkit-transform: translateY(0); | |
| 3900 | + transform: translateY(0); } } | |
| 3901 | + | |
| 4788 | 3902 | @keyframes slideDown { |
| 4789 | 3903 | 0% { |
| 4790 | - transform: translateY(-30px); | |
| 4791 | - } | |
| 3904 | + -webkit-transform: translateY(-30px); | |
| 3905 | + transform: translateY(-30px); } | |
| 4792 | 3906 | 100% { |
| 4793 | - transform: translateY(0); | |
| 4794 | - } | |
| 4795 | -} | |
| 4796 | -.elementor-button, | |
| 4797 | -.e-btn { | |
| 4798 | - font-size: 12px; | |
| 4799 | - font-weight: 500; | |
| 4800 | - line-height: 1.2; | |
| 4801 | - padding: 8px 16px; | |
| 4802 | - outline: none; | |
| 4803 | - border: none; | |
| 4804 | - border-radius: var(--e-a-border-radius); | |
| 4805 | - background-color: var(--e-a-btn-bg); | |
| 4806 | - color: var(--e-a-btn-color-invert); | |
| 4807 | - transition: var(--e-a-transition-hover); | |
| 4808 | -} | |
| 4809 | -.elementor-button:hover, | |
| 4810 | -.e-btn:hover { | |
| 4811 | - border: none; | |
| 4812 | -} | |
| 4813 | -.elementor-button:hover, .elementor-button:focus, | |
| 4814 | -.e-btn:hover, | |
| 4815 | -.e-btn:focus { | |
| 4816 | - background-color: var(--e-a-btn-bg-hover); | |
| 4817 | - color: var(--e-a-btn-color-invert); | |
| 4818 | -} | |
| 4819 | -.elementor-button:active, | |
| 4820 | -.e-btn:active { | |
| 4821 | - background-color: var(--e-a-btn-bg-active); | |
| 4822 | -} | |
| 4823 | -.elementor-button:not([disabled]), | |
| 4824 | -.e-btn:not([disabled]) { | |
| 4825 | - cursor: pointer; | |
| 4826 | -} | |
| 4827 | -.elementor-button:disabled, | |
| 4828 | -.e-btn:disabled { | |
| 4829 | - background-color: var(--e-a-btn-bg-disabled); | |
| 4830 | - color: var(--e-a-btn-color-disabled); | |
| 4831 | -} | |
| 4832 | -.elementor-button:not(.elementor-button-state) .elementor-state-icon, | |
| 4833 | -.e-btn:not(.elementor-button-state) .elementor-state-icon { | |
| 4834 | - display: none; | |
| 4835 | -} | |
| 4836 | -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4837 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4838 | -.e-btn.e-btn-txt, | |
| 4839 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel, | |
| 4840 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel { | |
| 4841 | - background: transparent; | |
| 4842 | - color: var(--e-a-color-txt); | |
| 4843 | -} | |
| 4844 | -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, | |
| 4845 | -.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, | |
| 4846 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4847 | -.e-btn.e-btn-txt:hover, | |
| 4848 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4849 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4850 | -.e-btn.e-btn-txt:focus, | |
| 4851 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus, | |
| 4852 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus { | |
| 4853 | - background: var(--e-a-bg-hover); | |
| 4854 | - color: var(--e-a-color-txt-hover); | |
| 4855 | -} | |
| 4856 | -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4857 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4858 | -.e-btn.e-btn-txt:disabled, | |
| 4859 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled, | |
| 4860 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled { | |
| 4861 | - background: transparent; | |
| 4862 | - color: var(--e-a-color-txt-disabled); | |
| 4863 | -} | |
| 4864 | -.elementor-button.e-btn-txt-border, | |
| 4865 | -.e-btn.e-btn-txt-border { | |
| 4866 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 4867 | -} | |
| 4868 | -.elementor-button.elementor-button-success, .elementor-button.e-success, | |
| 4869 | -.e-btn.elementor-button-success, | |
| 4870 | -.e-btn.e-success { | |
| 4871 | - background-color: var(--e-a-btn-bg-success); | |
| 4872 | -} | |
| 4873 | -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus, | |
| 4874 | -.e-btn.elementor-button-success:hover, | |
| 4875 | -.e-btn.elementor-button-success:focus, | |
| 4876 | -.e-btn.e-success:hover, | |
| 4877 | -.e-btn.e-success:focus { | |
| 4878 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 4879 | -} | |
| 4880 | -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, | |
| 4881 | -.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, | |
| 4882 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4883 | -.e-btn.e-primary, | |
| 4884 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4885 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4886 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over, | |
| 4887 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over { | |
| 4888 | - background-color: var(--e-a-btn-bg-primary); | |
| 4889 | - color: var(--e-a-btn-color); | |
| 4890 | -} | |
| 4891 | -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, | |
| 4892 | -.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, | |
| 4893 | -.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, | |
| 4894 | -.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, | |
| 4895 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4896 | -.e-btn.e-primary:hover, | |
| 4897 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4898 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4899 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4900 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4901 | -.e-btn.e-primary:focus, | |
| 4902 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4903 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4904 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus, | |
| 4905 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus { | |
| 4906 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 4907 | - color: var(--e-a-btn-color); | |
| 4908 | -} | |
| 4909 | -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, | |
| 4910 | -.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, | |
| 4911 | -.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, | |
| 4912 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, | |
| 4913 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, | |
| 4914 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4915 | -.e-btn.e-primary.e-btn-txt, | |
| 4916 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4917 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4918 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4919 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4920 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4921 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4922 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel, | |
| 4923 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4924 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4925 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel { | |
| 4926 | - background: transparent; | |
| 4927 | - color: var(--e-a-color-primary-bold); | |
| 4928 | -} | |
| 4929 | -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4930 | -.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, | |
| 4931 | -.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, | |
| 4932 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, | |
| 4933 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4934 | -.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, | |
| 4935 | -.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, | |
| 4936 | -.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, | |
| 4937 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, | |
| 4938 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4939 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4940 | -.e-btn.e-primary.e-btn-txt:hover, | |
| 4941 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4942 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4943 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4944 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4945 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4946 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4947 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4948 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4949 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4950 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4951 | -.e-btn.e-primary.e-btn-txt:focus, | |
| 4952 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4953 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4954 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4955 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4956 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4957 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4958 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4959 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4960 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4961 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus { | |
| 4962 | - background: var(--e-a-bg-primary); | |
| 4963 | -} | |
| 4964 | -.elementor-button.go-pro, .elementor-button.e-accent, | |
| 4965 | -.e-btn.go-pro, | |
| 4966 | -.e-btn.e-accent { | |
| 4967 | - background-color: var(--e-a-btn-bg-accent); | |
| 4968 | -} | |
| 4969 | -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus, | |
| 4970 | -.e-btn.go-pro:hover, | |
| 4971 | -.e-btn.go-pro:focus, | |
| 4972 | -.e-btn.e-accent:hover, | |
| 4973 | -.e-btn.e-accent:focus { | |
| 4974 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 4975 | -} | |
| 4976 | -.elementor-button.go-pro:active, .elementor-button.e-accent:active, | |
| 4977 | -.e-btn.go-pro:active, | |
| 4978 | -.e-btn.e-accent:active { | |
| 4979 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 4980 | -} | |
| 4981 | -.elementor-button.elementor-button-info, .elementor-button.e-info, | |
| 4982 | -.e-btn.elementor-button-info, | |
| 4983 | -.e-btn.e-info { | |
| 4984 | - background-color: var(--e-a-btn-bg-info); | |
| 4985 | -} | |
| 4986 | -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus, | |
| 4987 | -.e-btn.elementor-button-info:hover, | |
| 4988 | -.e-btn.elementor-button-info:focus, | |
| 4989 | -.e-btn.e-info:hover, | |
| 4990 | -.e-btn.e-info:focus { | |
| 4991 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 4992 | -} | |
| 4993 | -.elementor-button.elementor-button-warning, .elementor-button.e-warning, | |
| 4994 | -.e-btn.elementor-button-warning, | |
| 4995 | -.e-btn.e-warning { | |
| 4996 | - background-color: var(--e-a-btn-bg-warning); | |
| 4997 | -} | |
| 4998 | -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus, | |
| 4999 | -.e-btn.elementor-button-warning:hover, | |
| 5000 | -.e-btn.elementor-button-warning:focus, | |
| 5001 | -.e-btn.e-warning:hover, | |
| 5002 | -.e-btn.e-warning:focus { | |
| 5003 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 5004 | -} | |
| 5005 | -.elementor-button.elementor-button-danger, .elementor-button.e-danger, | |
| 5006 | -.e-btn.elementor-button-danger, | |
| 5007 | -.e-btn.e-danger { | |
| 5008 | - background-color: var(--e-a-btn-bg-danger); | |
| 5009 | -} | |
| 5010 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 5011 | -.e-btn.elementor-button-danger.color-white, | |
| 5012 | -.e-btn.e-danger.color-white { | |
| 5013 | - color: var(--e-a-color-white); | |
| 5014 | -} | |
| 5015 | -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, | |
| 5016 | -.e-btn.elementor-button-danger:hover, | |
| 5017 | -.e-btn.elementor-button-danger:focus, | |
| 5018 | -.e-btn.e-danger:hover, | |
| 5019 | -.e-btn.e-danger:focus { | |
| 5020 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 5021 | -} | |
| 5022 | -.elementor-button i, | |
| 5023 | -.e-btn i { | |
| 5024 | - margin-inline-end: 5px; | |
| 5025 | -} | |
| 3907 | + -webkit-transform: translateY(0); | |
| 3908 | + transform: translateY(0); } } | |
| 5026 | 3909 | |
| 5027 | 3910 | body { |
| 5028 | - --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px)); | |
| 5029 | -} | |
| 5030 | -body.elementor-navigator-docked { | |
| 5031 | - --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px) - var(--e-editor-navigator-width, 0px)); | |
| 5032 | -} | |
| 5033 | -body.elementor-device-desktop #elementor-preview { | |
| 5034 | - overflow-y: hidden; | |
| 5035 | - align-items: flex-start; | |
| 5036 | -} | |
| 5037 | -body:not(.elementor-device-desktop) body { | |
| 5038 | - overflow-y: auto; | |
| 5039 | -} | |
| 3911 | + --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px)); } | |
| 3912 | + body.elementor-navigator-docked { | |
| 3913 | + --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px) - var(--e-editor-navigator-width, 0px)); } | |
| 3914 | + body.elementor-device-desktop #elementor-preview { | |
| 3915 | + overflow-y: hidden; | |
| 3916 | + -webkit-box-align: start; | |
| 3917 | + -ms-flex-align: start; | |
| 3918 | + align-items: flex-start; } | |
| 3919 | + body:not(.elementor-device-desktop) body { | |
| 3920 | + overflow-y: auto; } | |
| 5040 | 3921 | |
| 5041 | 3922 | #elementor-preview { |
| 3923 | + overflow: auto; | |
| 5042 | 3924 | background-color: #333; |
| 5043 | 3925 | height: 100%; |
| 5044 | 3926 | border: 0; |
| 5045 | 3927 | width: var(--e-preview-width); |
| 3928 | + display: -webkit-box; | |
| 3929 | + display: -ms-flexbox; | |
| 5046 | 3930 | display: flex; |
| 5047 | - flex-direction: column; | |
| 5048 | - justify-content: flex-start; | |
| 5049 | - align-items: center; | |
| 5050 | - position: relative; | |
| 5051 | -} | |
| 3931 | + -webkit-box-orient: vertical; | |
| 3932 | + -webkit-box-direction: normal; | |
| 3933 | + -ms-flex-direction: column; | |
| 3934 | + flex-direction: column; | |
| 3935 | + -webkit-box-pack: start; | |
| 3936 | + -ms-flex-pack: start; | |
| 3937 | + justify-content: flex-start; | |
| 3938 | + -webkit-box-align: center; | |
| 3939 | + -ms-flex-align: center; | |
| 3940 | + align-items: center; | |
| 3941 | + position: relative; } | |
| 5052 | 3942 | |
| 5053 | 3943 | #elementor-preview-responsive-wrapper { |
| 5054 | - transform-origin: top center; | |
| 5055 | - margin: 20px; | |
| 5056 | - transform: scale(var(--e-preview-scale, 1)); | |
| 5057 | - overflow: hidden; | |
| 5058 | -} | |
| 5059 | -.elementor-device-desktop #elementor-preview-responsive-wrapper { | |
| 5060 | - min-width: 1025px; | |
| 5061 | - width: 100%; | |
| 5062 | - height: 100%; | |
| 5063 | - margin: 0; | |
| 5064 | - position: relative; | |
| 5065 | -} | |
| 5066 | -body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { | |
| 5067 | - width: var(--e-editor-preview-width); | |
| 5068 | - height: var(--e-editor-preview-height); | |
| 5069 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 5070 | - box-sizing: content-box; | |
| 5071 | - position: relative; | |
| 5072 | - max-height: calc(100vh - 80px); | |
| 5073 | -} | |
| 5074 | -body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 5075 | - display: flex !important; | |
| 5076 | -} | |
| 5077 | -#elementor-preview-responsive-wrapper:not(.ui-resizable-resizing) { | |
| 5078 | - transition: 0.3s ease-in-out; | |
| 5079 | -} | |
| 5080 | -#elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 5081 | - top: 0; | |
| 5082 | -} | |
| 5083 | -#elementor-preview-responsive-wrapper .ui-resizable-handle.ui-resizable-s { | |
| 5084 | - top: auto; | |
| 5085 | - bottom: 0; | |
| 5086 | -} | |
| 5087 | -#elementor-preview-responsive-wrapper .ui-resizable-n, #elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 5088 | - align-items: center; | |
| 5089 | - justify-content: center; | |
| 5090 | - height: 20px; | |
| 5091 | -} | |
| 5092 | -#elementor-preview-responsive-wrapper .ui-resizable-n:before, #elementor-preview-responsive-wrapper .ui-resizable-s:before { | |
| 5093 | - content: ""; | |
| 5094 | - display: block; | |
| 5095 | - background-color: rgba(255, 255, 255, 0.2); | |
| 5096 | - width: 50px; | |
| 5097 | - height: 4px; | |
| 5098 | - border-radius: 3px; | |
| 5099 | - transition: all 0.2s ease-in-out; | |
| 5100 | -} | |
| 5101 | -#elementor-preview-responsive-wrapper .ui-resizable-n:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-s:hover:before { | |
| 5102 | - background-color: rgba(255, 255, 255, 0.6); | |
| 5103 | - width: 100px; | |
| 5104 | -} | |
| 5105 | -#elementor-preview-responsive-wrapper .ui-resizable-e, | |
| 5106 | -#elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 5107 | - align-items: center; | |
| 5108 | - justify-content: center; | |
| 5109 | - width: 20px; | |
| 5110 | -} | |
| 5111 | -#elementor-preview-responsive-wrapper .ui-resizable-e:before, | |
| 5112 | -#elementor-preview-responsive-wrapper .ui-resizable-w:before { | |
| 5113 | - content: ""; | |
| 5114 | - display: block; | |
| 5115 | - background-color: rgba(255, 255, 255, 0.2); | |
| 5116 | - width: 4px; | |
| 5117 | - height: 50px; | |
| 5118 | - border-radius: 3px; | |
| 5119 | - transition: all 0.2s ease-in-out; | |
| 5120 | -} | |
| 5121 | -#elementor-preview-responsive-wrapper .ui-resizable-e:hover:before, | |
| 5122 | -#elementor-preview-responsive-wrapper .ui-resizable-w:hover:before { | |
| 5123 | - background-color: rgba(255, 255, 255, 0.6); | |
| 5124 | - height: 100px; | |
| 5125 | -} | |
| 5126 | -#elementor-preview-responsive-wrapper.ui-resizable-resizing .ui-resizable-handle:before { | |
| 5127 | - background-color: rgba(255, 255, 255, 0.9); | |
| 5128 | -} | |
| 5129 | -#elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 5130 | - bottom: 0; | |
| 5131 | -} | |
| 5132 | -#elementor-preview-responsive-wrapper .ui-resizable-e { | |
| 5133 | - width: 10px; | |
| 5134 | - right: -5px; | |
| 5135 | -} | |
| 5136 | -#elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 5137 | - left: 0; | |
| 5138 | -} | |
| 3944 | + -webkit-transform-origin: top center; | |
| 3945 | + -ms-transform-origin: top center; | |
| 3946 | + transform-origin: top center; | |
| 3947 | + padding: 20px; | |
| 3948 | + -webkit-transform: scale(var(--e-preview-scale, 1)); | |
| 3949 | + -ms-transform: scale(var(--e-preview-scale, 1)); | |
| 3950 | + transform: scale(var(--e-preview-scale, 1)); } | |
| 3951 | + .elementor-device-desktop #elementor-preview-responsive-wrapper { | |
| 3952 | + min-width: 1025px; | |
| 3953 | + width: 100%; | |
| 3954 | + height: 100%; | |
| 3955 | + padding: 0; | |
| 3956 | + position: relative; } | |
| 3957 | + body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { | |
| 3958 | + width: var(--e-editor-preview-width); | |
| 3959 | + height: var(--e-editor-preview-height); | |
| 3960 | + margin: 0 Max(calc((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2), 20px); | |
| 3961 | + -webkit-box-sizing: content-box; | |
| 3962 | + box-sizing: content-box; | |
| 3963 | + position: relative; | |
| 3964 | + max-height: calc(100vh - 80px); } | |
| 3965 | + body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 3966 | + display: -webkit-box !important; | |
| 3967 | + display: -ms-flexbox !important; | |
| 3968 | + display: flex !important; } | |
| 3969 | + #elementor-preview-responsive-wrapper:not(.ui-resizable-resizing) { | |
| 3970 | + -webkit-transition: .3s ease-in-out; | |
| 3971 | + -o-transition: .3s ease-in-out; | |
| 3972 | + transition: .3s ease-in-out; } | |
| 3973 | + #elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 3974 | + top: 0; } | |
| 3975 | + #elementor-preview-responsive-wrapper .ui-resizable-handle.ui-resizable-s { | |
| 3976 | + top: auto; | |
| 3977 | + bottom: 0; } | |
| 3978 | + #elementor-preview-responsive-wrapper .ui-resizable-n, #elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 3979 | + -webkit-box-align: center; | |
| 3980 | + -ms-flex-align: center; | |
| 3981 | + align-items: center; | |
| 3982 | + -webkit-box-pack: center; | |
| 3983 | + -ms-flex-pack: center; | |
| 3984 | + justify-content: center; | |
| 3985 | + height: 20px; } | |
| 3986 | + #elementor-preview-responsive-wrapper .ui-resizable-n:before, #elementor-preview-responsive-wrapper .ui-resizable-s:before { | |
| 3987 | + content: ''; | |
| 3988 | + display: block; | |
| 3989 | + background-color: rgba(255, 255, 255, 0.2); | |
| 3990 | + width: 50px; | |
| 3991 | + height: 4px; | |
| 3992 | + -webkit-border-radius: 3px; | |
| 3993 | + border-radius: 3px; | |
| 3994 | + -webkit-transition: all 0.2s ease-in-out; | |
| 3995 | + -o-transition: all 0.2s ease-in-out; | |
| 3996 | + transition: all 0.2s ease-in-out; } | |
| 3997 | + #elementor-preview-responsive-wrapper .ui-resizable-n:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-s:hover:before { | |
| 3998 | + background-color: rgba(255, 255, 255, 0.6); | |
| 3999 | + width: 100px; } | |
| 4000 | + #elementor-preview-responsive-wrapper .ui-resizable-e, #elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 4001 | + -webkit-box-align: center; | |
| 4002 | + -ms-flex-align: center; | |
| 4003 | + align-items: center; | |
| 4004 | + -webkit-box-pack: center; | |
| 4005 | + -ms-flex-pack: center; | |
| 4006 | + justify-content: center; | |
| 4007 | + width: 20px; } | |
| 4008 | + #elementor-preview-responsive-wrapper .ui-resizable-e:before, #elementor-preview-responsive-wrapper .ui-resizable-w:before { | |
| 4009 | + content: ''; | |
| 4010 | + display: block; | |
| 4011 | + background-color: rgba(255, 255, 255, 0.2); | |
| 4012 | + width: 4px; | |
| 4013 | + height: 50px; | |
| 4014 | + -webkit-border-radius: 3px; | |
| 4015 | + border-radius: 3px; | |
| 4016 | + -webkit-transition: all 0.2s ease-in-out; | |
| 4017 | + -o-transition: all 0.2s ease-in-out; | |
| 4018 | + transition: all 0.2s ease-in-out; } | |
| 4019 | + #elementor-preview-responsive-wrapper .ui-resizable-e:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-w:hover:before { | |
| 4020 | + background-color: rgba(255, 255, 255, 0.6); | |
| 4021 | + height: 100px; } | |
| 4022 | + #elementor-preview-responsive-wrapper.ui-resizable-resizing .ui-resizable-handle:before { | |
| 4023 | + background-color: rgba(255, 255, 255, 0.9); } | |
| 4024 | + #elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 4025 | + bottom: 0; } | |
| 4026 | + #elementor-preview-responsive-wrapper .ui-resizable-e { | |
| 4027 | + right: 0; } | |
| 4028 | + #elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 4029 | + left: 0; } | |
| 5139 | 4030 | |
| 5140 | 4031 | #elementor-preview-iframe { |
| 5141 | 4032 | width: 100%; |
| 5142 | 4033 | height: 100%; |
| 5143 | 4034 | background-color: #fff; |
| 5144 | - box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); | |
| 5145 | -} | |
| 4035 | + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); | |
| 4036 | + box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); } | |
| 5146 | 4037 | |
| 5147 | -#elementor-template-library-modal button:focus-visible, | |
| 5148 | -#elementor-template-library-modal a:focus-visible, | |
| 5149 | -#elementor-template-library-modal input:focus-visible, | |
| 5150 | -#elementor-template-library-modal select:focus-visible, | |
| 5151 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5152 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5153 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5154 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5155 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5156 | - outline-offset: 2px; | |
| 5157 | - border-radius: 2px; | |
| 5158 | -} | |
| 5159 | 4038 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5160 | 4039 | font-style: normal; |
| 5161 | 4040 | text-decoration: underline; |
| 5162 | -} | |
| 4041 | + color: #39b54a; } | |
| 4042 | + #elementor-template-library-modal a.elementor-template-library-blank-footer-link:hover { | |
| 4043 | + color: #2d8e3a; } | |
| 4044 | + | |
| 5163 | 4045 | #elementor-template-library-modal .dialog-buttons-wrapper { |
| 5164 | - display: none; | |
| 5165 | -} | |
| 4046 | + display: none; } | |
| 4047 | + | |
| 5166 | 4048 | #elementor-template-library-modal .select2-container { |
| 5167 | - z-index: 0; | |
| 5168 | -} | |
| 5169 | -#elementor-template-library-modal .dialog-message { | |
| 5170 | - overflow-y: scroll; | |
| 5171 | -} | |
| 5172 | -#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 { | |
| 5173 | - overflow-y: auto; | |
| 5174 | -} | |
| 5175 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5176 | - color: var(--e-a-color-txt); | |
| 5177 | - text-decoration: underline; | |
| 5178 | - font-size: 17px; | |
| 5179 | - cursor: pointer; | |
| 5180 | -} | |
| 4049 | + z-index: 0; } | |
| 5181 | 4050 | |
| 5182 | 4051 | #elementor-template-library-header-menu { |
| 5183 | 4052 | text-align: center; |
| 5184 | -} | |
| 4053 | + color: #6d7882; | |
| 4054 | + font-size: 13px; } | |
| 5185 | 4055 | |
| 5186 | 4056 | .elementor-template-library-menu-item { |
| 5187 | 4057 | display: inline-block; |
| 5188 | - padding: 17px 20px; | |
| 5189 | - border-block-end: 3px solid transparent; | |
| 5190 | - cursor: pointer; | |
| 5191 | - background: transparent; | |
| 5192 | - margin: 0; | |
| 5193 | - font-size: inherit; | |
| 5194 | - font-family: inherit; | |
| 5195 | - color: inherit; | |
| 5196 | - border: none; | |
| 5197 | -} | |
| 5198 | -.elementor-template-library-menu-item:hover { | |
| 5199 | - background-color: var(--e-a-bg-hover); | |
| 5200 | - border-color: var(--e-a-bg-hover); | |
| 5201 | -} | |
| 5202 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5203 | - border-block-end: 3px solid; | |
| 5204 | - border-color: var(--e-a-border-color-accent); | |
| 5205 | - color: var(--e-a-color-txt-accent); | |
| 5206 | -} | |
| 4058 | + padding: 17px 0; | |
| 4059 | + width: 115px; | |
| 4060 | + cursor: pointer; } | |
| 4061 | + .elementor-template-library-menu-item.elementor-active { | |
| 4062 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff)); | |
| 4063 | + background-image: -webkit-linear-gradient(top, #f1f3f5, #fff); | |
| 4064 | + background-image: -o-linear-gradient(top, #f1f3f5, #fff); | |
| 4065 | + background-image: linear-gradient(to bottom, #f1f3f5, #fff); | |
| 4066 | + border-bottom: 3px solid #93003c; } | |
| 5207 | 4067 | |
| 5208 | 4068 | #elementor-template-library-header-actions { |
| 5209 | - display: flex; | |
| 5210 | -} | |
| 5211 | -#elementor-template-library-header-actions > div, | |
| 5212 | -#elementor-template-library-header-actions > button { | |
| 5213 | - background: transparent; | |
| 5214 | - margin: 0; | |
| 5215 | - font-size: inherit; | |
| 5216 | - font-family: inherit; | |
| 5217 | - color: inherit; | |
| 5218 | - border: none; | |
| 5219 | - padding-inline-end: 16px; | |
| 5220 | - cursor: pointer; | |
| 5221 | -} | |
| 5222 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5223 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5224 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5225 | - outline-offset: -2px; | |
| 5226 | - border-radius: 2px; | |
| 5227 | -} | |
| 4069 | + display: -webkit-box; | |
| 4070 | + display: -ms-flexbox; | |
| 4071 | + display: flex; } | |
| 4072 | + #elementor-template-library-header-actions > div { | |
| 4073 | + padding-right: 16px; } | |
| 5228 | 4074 | |
| 5229 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5230 | - opacity: 0; | |
| 5231 | - visibility: hidden; | |
| 5232 | -} | |
| 5233 | - | |
| 5234 | 4075 | #elementor-template-library-header-preview-insert-wrapper { |
| 5235 | 4076 | cursor: default; |
| 5236 | - padding: 0 10px; | |
| 5237 | -} | |
| 4077 | + padding: 0 10px; } | |
| 4078 | + #elementor-template-library-header-preview-insert-wrapper .elementor-button { | |
| 4079 | + padding: 8px 14px; | |
| 4080 | + font-size: 11px; } | |
| 4081 | + #elementor-template-library-header-preview-insert-wrapper .elementor-template-library-template-insert { | |
| 4082 | + color: #fff; | |
| 4083 | + background-color: #39b54a; } | |
| 4084 | + #elementor-template-library-header-preview-insert-wrapper .elementor-go-pro { | |
| 4085 | + background-color: #93003c; | |
| 4086 | + color: #fff; } | |
| 5238 | 4087 | |
| 5239 | -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation { | |
| 5240 | - margin-inline-start: 4px; | |
| 5241 | -} | |
| 5242 | - | |
| 5243 | 4088 | #elementor-template-library-header-preview-back { |
| 5244 | - gap: 10px; | |
| 5245 | - padding-block: 16.5px 15px; | |
| 5246 | - padding-inline: 0 16.5px; | |
| 5247 | - border-inline-end: var(--e-a-border); | |
| 4089 | + padding: 16.5px 16.5px 15px 0; | |
| 4090 | + border-right: 1px solid #e6e9ec; | |
| 5248 | 4091 | cursor: pointer; |
| 5249 | - transition: color 0.5s; | |
| 5250 | -} | |
| 5251 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5252 | - background: transparent; | |
| 5253 | - margin: 0; | |
| 5254 | - font-size: inherit; | |
| 5255 | - font-family: inherit; | |
| 5256 | - color: inherit; | |
| 5257 | - border: none; | |
| 5258 | - display: flex; | |
| 5259 | - align-items: center; | |
| 5260 | - gap: 10px; | |
| 5261 | - cursor: pointer; | |
| 5262 | -} | |
| 5263 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5264 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5265 | - outline-offset: 2px; | |
| 5266 | - border-radius: 2px; | |
| 5267 | -} | |
| 5268 | -#elementor-template-library-header-preview-back:hover { | |
| 5269 | - color: var(--e-a-color-txt-hover); | |
| 5270 | -} | |
| 5271 | -#elementor-template-library-header-preview-back i { | |
| 5272 | - font-size: 18px; | |
| 5273 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5274 | -} | |
| 4092 | + -webkit-transition: color .5s; | |
| 4093 | + -o-transition: color .5s; | |
| 4094 | + transition: color .5s; } | |
| 4095 | + #elementor-template-library-header-preview-back:not(:hover) { | |
| 4096 | + color: #a4afb7; } | |
| 4097 | + #elementor-template-library-header-preview-back i { | |
| 4098 | + padding-right: 10px; | |
| 4099 | + font-size: 18px; } | |
| 4100 | + #elementor-template-library-header-preview-back i:before { | |
| 4101 | + content: ""; } | |
| 5275 | 4102 | |
| 5276 | 4103 | #elementor-template-library-templates { |
| 4104 | + padding: 0 15px; } | |
| 4105 | + #elementor-template-library-templates[data-template-source="local"] #elementor-template-library-templates-container { | |
| 4106 | + -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03); | |
| 4107 | + box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03); | |
| 4108 | + margin-top: 10px; | |
| 4109 | + margin-bottom: 45px; } | |
| 4110 | + #elementor-template-library-templates[data-template-source="local"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 4111 | + color: #6d7882; } | |
| 4112 | + #elementor-template-library-templates[data-template-source="remote"] #elementor-template-library-templates-container { | |
| 4113 | + margin: 10px -15px 0; } | |
| 4114 | + #elementor-template-library-templates[data-template-source="remote"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 4115 | + color: #495157; } | |
| 4116 | + #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 { | |
| 4117 | + display: none; } | |
| 4118 | + #elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner { | |
| 4119 | + display: none; } | |
| 4120 | + #elementor-template-library-templates .elementor-template-library-order-input { | |
| 4121 | + display: none; } | |
| 4122 | + #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 4123 | + padding-right: 8px; } | |
| 4124 | + #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { | |
| 4125 | + font-family: eicons; | |
| 4126 | + content: '\e8ae'; | |
| 4127 | + margin-left: 3px; } | |
| 4128 | + #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { | |
| 4129 | + content: '\e8ad'; } | |
| 4130 | + | |
| 4131 | +#elementor-template-library-templates-container { | |
| 4132 | + display: -webkit-box; | |
| 4133 | + display: -ms-flexbox; | |
| 5277 | 4134 | display: flex; |
| 5278 | - flex-direction: column; | |
| 5279 | - gap: 20px; | |
| 5280 | -} | |
| 5281 | -#elementor-template-library-templates .toolbar-container { | |
| 5282 | - display: flex; | |
| 5283 | - justify-content: space-between; | |
| 5284 | - align-items: center; | |
| 5285 | - gap: 2%; | |
| 5286 | - height: 45px; | |
| 5287 | -} | |
| 5288 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5289 | - display: flex; | |
| 5290 | - flex-wrap: wrap; | |
| 5291 | - align-items: flex-start; | |
| 5292 | -} | |
| 5293 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5294 | - display: none; | |
| 5295 | -} | |
| 5296 | -#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"])) { | |
| 5297 | - justify-content: flex-end; | |
| 5298 | -} | |
| 5299 | -#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 { | |
| 5300 | - display: flex; | |
| 5301 | - align-items: baseline; | |
| 5302 | - border-radius: 3px; | |
| 5303 | -} | |
| 5304 | -#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 { | |
| 5305 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5306 | - outline-offset: 2px; | |
| 5307 | -} | |
| 5308 | -#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 { | |
| 5309 | - align-items: center; | |
| 5310 | -} | |
| 5311 | -#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 { | |
| 5312 | - font-size: 14px; | |
| 5313 | - margin-inline-start: 5px; | |
| 5314 | -} | |
| 5315 | -#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 { | |
| 5316 | - width: 200px; | |
| 5317 | - margin: 0px 10px; | |
| 5318 | - align-self: center; | |
| 5319 | - text-align: start; | |
| 5320 | -} | |
| 5321 | -#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 { | |
| 5322 | - font-size: 10px; | |
| 5323 | -} | |
| 5324 | -#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 { | |
| 5325 | - color: var(--e-a-btn-bg-accent); | |
| 5326 | -} | |
| 5327 | -#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 { | |
| 5328 | - height: 4px; | |
| 5329 | - background-color: var(--e-a-color-primary-bold); | |
| 5330 | - position: relative; | |
| 5331 | - display: flex; | |
| 5332 | - align-items: center; | |
| 5333 | - padding: 0; | |
| 5334 | -} | |
| 5335 | -#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 { | |
| 5336 | - height: 100%; | |
| 5337 | - transition: width 0.3s ease; | |
| 5338 | -} | |
| 5339 | -#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 { | |
| 5340 | - background-color: #D004D4; | |
| 5341 | -} | |
| 5342 | -#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 { | |
| 5343 | - background-color: #F59E0B; | |
| 5344 | -} | |
| 5345 | -#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 { | |
| 5346 | - background-color: #93003f; | |
| 5347 | -} | |
| 5348 | -#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 { | |
| 5349 | - background-color: #F0ABFC; | |
| 5350 | -} | |
| 5351 | -#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 { | |
| 5352 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5353 | -} | |
| 5354 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5355 | - font-size: 12px; | |
| 5356 | - color: var(--e-a-color-txt); | |
| 5357 | -} | |
| 5358 | -#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 { | |
| 5359 | - border-block-start: var(--e-a-border); | |
| 5360 | -} | |
| 5361 | -#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 { | |
| 5362 | - color: var(--e-a-color-txt-active); | |
| 5363 | -} | |
| 5364 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5365 | - border-block-start: none; | |
| 5366 | -} | |
| 5367 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5368 | - padding: 0; | |
| 5369 | -} | |
| 5370 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5371 | - max-width: -moz-fit-content; | |
| 5372 | - max-width: fit-content; | |
| 5373 | -} | |
| 5374 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5375 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5376 | - display: none; | |
| 5377 | -} | |
| 5378 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5379 | - pointer-events: none; | |
| 5380 | -} | |
| 5381 | -#elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { | |
| 5382 | - margin: 10px -15px 0; | |
| 5383 | -} | |
| 5384 | -#elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5385 | - color: var(--e-a-color-txt-active); | |
| 5386 | -} | |
| 5387 | -#elementor-template-library-templates[data-template-source=empty] #elementor-template-library-order-toolbar-local, | |
| 5388 | -#elementor-template-library-templates[data-template-source=empty] #elementor-template-library-footer-banner { | |
| 5389 | - display: none; | |
| 5390 | -} | |
| 5391 | -#elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner { | |
| 5392 | - display: none; | |
| 5393 | -} | |
| 5394 | -#elementor-template-library-templates .elementor-template-library-order-input { | |
| 5395 | - display: none; | |
| 5396 | -} | |
| 5397 | -#elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5398 | - padding-inline-end: 8px; | |
| 5399 | -} | |
| 5400 | -#elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { | |
| 5401 | - font-family: eicons; | |
| 5402 | - content: "\e8ae"; | |
| 5403 | - margin-inline-start: 3px; | |
| 5404 | -} | |
| 5405 | -#elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { | |
| 5406 | - content: "\e8ad"; | |
| 5407 | -} | |
| 5408 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 5409 | - display: flex; | |
| 5410 | - align-items: center; | |
| 5411 | - gap: 8px; | |
| 5412 | -} | |
| 5413 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5414 | - background: transparent; | |
| 5415 | - margin: 0; | |
| 5416 | - font-size: inherit; | |
| 5417 | - font-family: inherit; | |
| 5418 | - color: inherit; | |
| 5419 | - border: none; | |
| 5420 | - cursor: pointer; | |
| 5421 | - font-size: 20px; | |
| 5422 | - padding: 0 5px; | |
| 5423 | - border-radius: 2px; | |
| 5424 | - color: var(--e-a-color-txt); | |
| 5425 | -} | |
| 5426 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5427 | - background-color: var(--e-a-bg-hover); | |
| 5428 | -} | |
| 5429 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5430 | - width: 1px; | |
| 5431 | - height: 20px; | |
| 5432 | - background-color: var(--e-a-border-color); | |
| 5433 | -} | |
| 5434 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5435 | - background-color: var(--e-a-bg-hover); | |
| 5436 | -} | |
| 5437 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5438 | - background-color: var(--e-a-bg-hover); | |
| 5439 | -} | |
| 5440 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5441 | - display: grid; | |
| 5442 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5443 | - grid-gap: 20px; | |
| 5444 | - padding: 20px 0; | |
| 5445 | -} | |
| 5446 | -#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 { | |
| 5447 | - grid-column: 1; | |
| 5448 | -} | |
| 5449 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5450 | - grid-column: 1/-1; | |
| 5451 | -} | |
| 5452 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5453 | - display: flex; | |
| 5454 | - position: relative; | |
| 5455 | - flex-direction: column; | |
| 5456 | - height: 158px; | |
| 5457 | - padding: 8px; | |
| 5458 | - border: var(--e-a-border); | |
| 5459 | - border-radius: 3px; | |
| 5460 | -} | |
| 5461 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5462 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5463 | - outline-offset: 2px; | |
| 5464 | -} | |
| 5465 | -#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 { | |
| 5466 | - display: flex; | |
| 5467 | -} | |
| 5468 | -#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 { | |
| 5469 | - display: none; | |
| 5470 | -} | |
| 5471 | -#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 { | |
| 5472 | - display: flex !important; | |
| 5473 | -} | |
| 5474 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5475 | - width: 190px; | |
| 5476 | - height: 100px; | |
| 5477 | - position: relative; | |
| 5478 | - border-radius: 3px; | |
| 5479 | - margin-block-end: 4px; | |
| 5480 | - overflow: hidden; | |
| 5481 | -} | |
| 5482 | -#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 { | |
| 5483 | - -o-object-fit: contain; | |
| 5484 | - object-fit: contain; | |
| 5485 | - width: 100%; | |
| 5486 | - height: 100%; | |
| 5487 | -} | |
| 5488 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5489 | - display: none; | |
| 5490 | - justify-content: center; | |
| 5491 | - align-items: center; | |
| 5492 | - position: absolute; | |
| 5493 | - inset: 0; | |
| 5494 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5495 | - cursor: default; | |
| 5496 | -} | |
| 5497 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5498 | - font-size: 11px; | |
| 5499 | - white-space: nowrap; | |
| 5500 | - text-overflow: ellipsis; | |
| 5501 | - overflow: hidden; | |
| 5502 | -} | |
| 5503 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5504 | - display: flex; | |
| 5505 | - position: relative; | |
| 5506 | - justify-content: space-between; | |
| 5507 | - align-items: center; | |
| 5508 | - font-size: 11px; | |
| 5509 | - min-height: 38px; | |
| 5510 | -} | |
| 5511 | -#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 { | |
| 5512 | - display: none; | |
| 5513 | - width: 90%; | |
| 5514 | - gap: 8px; | |
| 5515 | - height: 38px; | |
| 5516 | - padding: 4px 0; | |
| 5517 | -} | |
| 5518 | -#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 { | |
| 5519 | - display: flex; | |
| 5520 | -} | |
| 5521 | -#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 { | |
| 5522 | - display: flex; | |
| 5523 | - align-items: center; | |
| 5524 | -} | |
| 5525 | -#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 { | |
| 5526 | - display: flex; | |
| 5527 | - flex-direction: column; | |
| 5528 | - justify-content: center; | |
| 5529 | - width: 65%; | |
| 5530 | - align-items: start; | |
| 5531 | - white-space: nowrap; | |
| 5532 | - text-overflow: ellipsis; | |
| 5533 | - overflow: hidden; | |
| 5534 | -} | |
| 5535 | -#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 { | |
| 5536 | - flex-direction: row; | |
| 5537 | - align-items: center; | |
| 5538 | - justify-content: start; | |
| 5539 | - height: 56px; | |
| 5540 | - padding: 13px 10px; | |
| 5541 | -} | |
| 5542 | -#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 { | |
| 5543 | - font-size: 25px; | |
| 5544 | - margin-inline-end: 8px; | |
| 5545 | -} | |
| 5546 | -#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 { | |
| 5547 | - margin-inline-start: auto; | |
| 5548 | -} | |
| 5549 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5550 | - display: none; | |
| 5551 | -} | |
| 5552 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5553 | - visibility: hidden; | |
| 5554 | -} | |
| 5555 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5556 | - visibility: visible; | |
| 5557 | -} | |
| 5558 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5559 | - display: none; | |
| 5560 | - background: var(--e-a-bg-active); | |
| 5561 | - padding: 10px 25px; | |
| 5562 | - border-radius: 5px; | |
| 5563 | - color: var(--e-a-bg-invert); | |
| 5564 | - gap: 20px; | |
| 5565 | - align-items: center; | |
| 5566 | - flex: 1; | |
| 5567 | -} | |
| 5568 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5569 | - background: transparent; | |
| 5570 | - margin: 0; | |
| 5571 | - font-size: inherit; | |
| 5572 | - font-family: inherit; | |
| 5573 | - color: inherit; | |
| 5574 | - border: none; | |
| 5575 | - cursor: pointer; | |
| 5576 | - display: flex; | |
| 5577 | - align-items: center; | |
| 5578 | - justify-content: center; | |
| 5579 | -} | |
| 5580 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5581 | - pointer-events: none; | |
| 5582 | - opacity: 0.3; | |
| 5583 | - cursor: not-allowed; | |
| 5584 | -} | |
| 5585 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5586 | - cursor: pointer; | |
| 5587 | - font-size: 18px; | |
| 5588 | -} | |
| 5589 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5590 | - font-size: 20px; | |
| 5591 | -} | |
| 5592 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5593 | - display: flex; | |
| 5594 | - flex: 1; | |
| 5595 | - white-space: nowrap; | |
| 5596 | - text-overflow: ellipsis; | |
| 5597 | - overflow: hidden; | |
| 5598 | -} | |
| 5599 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5600 | - display: flex; | |
| 5601 | - flex-direction: row; | |
| 5602 | - align-items: center; | |
| 5603 | - gap: 15px; | |
| 5604 | - white-space: nowrap; | |
| 5605 | - text-overflow: ellipsis; | |
| 5606 | - overflow: hidden; | |
| 5607 | -} | |
| 5608 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5609 | - white-space: nowrap; | |
| 5610 | - text-overflow: ellipsis; | |
| 5611 | - overflow: hidden; | |
| 5612 | -} | |
| 5613 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5614 | - padding-inline-start: 8px; | |
| 5615 | - background-color: var(--e-a-bg-hover); | |
| 5616 | - color: var(--e-a-color-txt); | |
| 5617 | -} | |
| 5618 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5619 | - visibility: visible; | |
| 5620 | -} | |
| 5621 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5622 | - background: var(--e-a-bg-active); | |
| 5623 | -} | |
| 5624 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5625 | - position: relative; | |
| 5626 | - inset-block-start: 3px; | |
| 5627 | -} | |
| 5628 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5629 | - inset-block-start: 0px; | |
| 5630 | -} | |
| 5631 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5632 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5633 | - background: #69727D; | |
| 5634 | -} | |
| 5635 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5636 | - display: block; | |
| 5637 | - content: ""; | |
| 5638 | - width: 10px; | |
| 5639 | - height: 2px; | |
| 5640 | - background-color: white; | |
| 5641 | - transform: none; | |
| 5642 | -} | |
| 4135 | + -ms-flex-wrap: wrap; | |
| 4136 | + flex-wrap: wrap; | |
| 4137 | + -webkit-box-align: start; | |
| 4138 | + -ms-flex-align: start; | |
| 4139 | + align-items: flex-start; } | |
| 4140 | + #elementor-template-library-templates-container .elementor-template-library-template-local .elementor-template-library-template-insert { | |
| 4141 | + text-transform: none; | |
| 4142 | + font-size: 12px; } | |
| 5643 | 4143 | |
| 5644 | 4144 | #elementor-template-library-toolbar { |
| 4145 | + display: -webkit-box; | |
| 4146 | + display: -ms-flexbox; | |
| 5645 | 4147 | display: flex; |
| 5646 | - justify-content: space-between; | |
| 5647 | - align-items: center; | |
| 5648 | -} | |
| 4148 | + -webkit-box-pack: justify; | |
| 4149 | + -ms-flex-pack: justify; | |
| 4150 | + justify-content: space-between; | |
| 4151 | + -webkit-box-align: center; | |
| 4152 | + -ms-flex-align: center; | |
| 4153 | + align-items: center; } | |
| 5649 | 4154 | |
| 5650 | 4155 | .elementor-template-library-filter-toolbar { |
| 4156 | + display: -webkit-box; | |
| 4157 | + display: -ms-flexbox; | |
| 5651 | 4158 | display: flex; |
| 5652 | - align-items: center; | |
| 5653 | -} | |
| 4159 | + -webkit-box-align: center; | |
| 4160 | + -ms-flex-align: center; | |
| 4161 | + align-items: center; } | |
| 5654 | 4162 | |
| 5655 | -.elementor-template-library-filter-select-source { | |
| 5656 | - width: 350px; | |
| 5657 | - display: flex; | |
| 5658 | - gap: 10px; | |
| 5659 | -} | |
| 5660 | -.elementor-template-library-filter-select-source .source-option { | |
| 5661 | - flex: 1; | |
| 5662 | - border: 0.5px solid #BABFC5; | |
| 5663 | - padding: 5px; | |
| 5664 | - border-radius: 3px; | |
| 5665 | - cursor: pointer; | |
| 5666 | - font-size: 12px; | |
| 5667 | -} | |
| 5668 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5669 | - margin-inline-end: 5px; | |
| 5670 | -} | |
| 5671 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5672 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5673 | - padding: 2px 4px; | |
| 5674 | - color: var(--e-a-color-primary-bold-dark); | |
| 5675 | - border-radius: 10px; | |
| 5676 | - font-size: 10px; | |
| 5677 | - margin-inline-start: 5px; | |
| 5678 | -} | |
| 5679 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5680 | - background-color: var(--e-a-bg-hover); | |
| 5681 | -} | |
| 5682 | - | |
| 5683 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5684 | - display: flex; | |
| 5685 | - align-items: center; | |
| 5686 | - justify-content: space-between; | |
| 5687 | -} | |
| 5688 | - | |
| 5689 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5690 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5691 | - display: flex; | |
| 5692 | - align-items: center; | |
| 5693 | - gap: 6px; | |
| 5694 | - padding: 6px 12px; | |
| 5695 | - border: none; | |
| 5696 | - border-radius: 20px; | |
| 5697 | - font-size: 14px; | |
| 5698 | - font-weight: 500; | |
| 5699 | - white-space: nowrap; | |
| 5700 | - margin-inline-start: auto; | |
| 5701 | - margin-inline-end: 15px; | |
| 5702 | -} | |
| 5703 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5704 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5705 | - margin: 0; | |
| 5706 | - font-size: 14px; | |
| 5707 | -} | |
| 5708 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5709 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5710 | - background-color: var(--e-a-bg-info); | |
| 5711 | - color: var(--e-a-color-info); | |
| 5712 | -} | |
| 5713 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5714 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5715 | - color: var(--e-a-color-info); | |
| 5716 | -} | |
| 5717 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5718 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5719 | - background-color: var(--e-a-bg-warning); | |
| 5720 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5721 | -} | |
| 5722 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5723 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5724 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5725 | -} | |
| 5726 | - | |
| 5727 | 4163 | #elementor-template-library-filter-toolbar-remote { |
| 5728 | - font-size: 11px; | |
| 5729 | -} | |
| 4164 | + font-size: 11px; } | |
| 5730 | 4165 | |
| 5731 | 4166 | #elementor-template-library-order { |
| 4167 | + display: -webkit-box; | |
| 4168 | + display: -ms-flexbox; | |
| 5732 | 4169 | display: flex; |
| 5733 | - border-inline-end: var(--e-a-border); | |
| 5734 | -} | |
| 4170 | + border-right: 1px solid #d5dadf; } | |
| 5735 | 4171 | |
| 5736 | 4172 | .elementor-template-library-order-label { |
| 5737 | 4173 | text-transform: uppercase; |
| 5738 | - padding-inline-end: 22px; | |
| 4174 | + padding-right: 22px; | |
| 5739 | 4175 | -webkit-user-select: none; |
| 5740 | 4176 | -moz-user-select: none; |
| 5741 | - user-select: none; | |
| 5742 | - line-height: 1; | |
| 5743 | - font-size: 10px; | |
| 5744 | - font-weight: 500; | |
| 5745 | -} | |
| 4177 | + -ms-user-select: none; | |
| 4178 | + user-select: none; } | |
| 5746 | 4179 | |
| 5747 | 4180 | label.elementor-template-library-order-label { |
| 5748 | - cursor: pointer; | |
| 5749 | -} | |
| 5750 | -label.elementor-template-library-order-label:hover { | |
| 5751 | - color: var(--e-a-color-txt-hover); | |
| 5752 | -} | |
| 4181 | + cursor: pointer; } | |
| 4182 | + label.elementor-template-library-order-label:hover { | |
| 4183 | + color: #556068; } | |
| 5753 | 4184 | |
| 5754 | 4185 | #elementor-template-library-filter .select2 { |
| 5755 | - text-align: start; | |
| 5756 | - width: calc(27px * 5) !important; | |
| 5757 | -} | |
| 4186 | + text-align: left; | |
| 4187 | + width: calc(27px * 5) !important; } | |
| 4188 | + | |
| 5758 | 4189 | #elementor-template-library-filter .select2-selection__rendered { |
| 5759 | - text-transform: capitalize; | |
| 5760 | -} | |
| 4190 | + text-transform: capitalize; } | |
| 5761 | 4191 | |
| 5762 | 4192 | #select2-elementor-template-library-filter-subtype-results .select2-results__option { |
| 5763 | 4193 | text-transform: capitalize; |
| 5764 | - text-align: start; | |
| 5765 | - padding-inline-start: 5px; | |
| 5766 | -} | |
| 4194 | + text-align: left; | |
| 4195 | + padding-left: 5px; } | |
| 5767 | 4196 | |
| 5768 | 4197 | #elementor-template-library-my-favorites { |
| 5769 | - flex-grow: 1; | |
| 5770 | - text-align: start; | |
| 5771 | - padding-inline-start: 20px; | |
| 5772 | -} | |
| 4198 | + -webkit-box-flex: 1; | |
| 4199 | + -ms-flex-positive: 1; | |
| 4200 | + flex-grow: 1; | |
| 4201 | + text-align: left; | |
| 4202 | + padding-left: 20px; } | |
| 5773 | 4203 | |
| 5774 | 4204 | #elementor-template-library-filter-my-favorites { |
| 5775 | - display: none; | |
| 5776 | -} | |
| 5777 | -#elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label { | |
| 5778 | - color: var(--e-a-color-txt-active); | |
| 5779 | -} | |
| 5780 | -#elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after { | |
| 5781 | - color: var(--e-a-color-primary-bold); | |
| 5782 | - content: "\e93f"; | |
| 5783 | -} | |
| 4205 | + display: none; } | |
| 4206 | + #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label { | |
| 4207 | + color: #495157; } | |
| 4208 | + #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after { | |
| 4209 | + color: #93003c; | |
| 4210 | + content: '\e93f'; } | |
| 5784 | 4211 | |
| 5785 | 4212 | #elementor-template-library-filter-my-favorites-label { |
| 5786 | 4213 | cursor: pointer; |
| 5787 | - text-transform: uppercase; | |
| 5788 | -} | |
| 5789 | -#elementor-template-library-filter-my-favorites-label:hover { | |
| 5790 | - color: var(--e-a-color-txt-hover); | |
| 5791 | -} | |
| 5792 | -#elementor-template-library-filter-my-favorites-label:hover i:after { | |
| 5793 | - color: var(--e-a-color-primary-bold); | |
| 5794 | -} | |
| 5795 | -#elementor-template-library-filter-my-favorites-label i { | |
| 5796 | - padding-inline-end: 5px; | |
| 5797 | -} | |
| 5798 | -#elementor-template-library-filter-my-favorites-label i:after { | |
| 5799 | - content: "\e923"; | |
| 5800 | -} | |
| 4214 | + text-transform: uppercase; } | |
| 4215 | + #elementor-template-library-filter-my-favorites-label:hover { | |
| 4216 | + color: #556068; } | |
| 4217 | + #elementor-template-library-filter-my-favorites-label:hover i:after { | |
| 4218 | + color: #93003c; } | |
| 4219 | + #elementor-template-library-filter-my-favorites-label i { | |
| 4220 | + padding-right: 5px; } | |
| 4221 | + #elementor-template-library-filter-my-favorites-label i:after { | |
| 4222 | + color: #a4afb7; | |
| 4223 | + content: '\e923'; } | |
| 5801 | 4224 | |
| 5802 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5803 | - margin-block-end: 10px; | |
| 5804 | -} | |
| 5805 | - | |
| 5806 | 4225 | #elementor-template-library-filter-text-wrapper { |
| 5807 | 4226 | width: 200px; |
| 5808 | - position: relative; | |
| 5809 | -} | |
| 5810 | -#elementor-template-library-filter-text-wrapper i { | |
| 5811 | - position: absolute; | |
| 5812 | - inset-block-start: 50%; | |
| 5813 | - inset-inline-end: 0; | |
| 5814 | - transform: translateY(-50%); | |
| 5815 | -} | |
| 5816 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5817 | - inset-block-start: 25%; | |
| 5818 | -} | |
| 4227 | + position: relative; } | |
| 4228 | + #elementor-template-library-filter-text-wrapper i { | |
| 4229 | + position: absolute; | |
| 4230 | + top: 50%; | |
| 4231 | + right: 0; | |
| 4232 | + -webkit-transform: translateY(-50%); | |
| 4233 | + -ms-transform: translateY(-50%); | |
| 4234 | + transform: translateY(-50%); } | |
| 5819 | 4235 | |
| 5820 | 4236 | #elementor-template-library-filter-text { |
| 5821 | 4237 | border: none; |
| 5822 | - border-block-end: var(--e-a-border-bold); | |
| 5823 | - border-radius: 0; | |
| 4238 | + border-bottom: 1px solid #d5dadf; | |
| 4239 | + -webkit-border-radius: 0; | |
| 4240 | + border-radius: 0; | |
| 5824 | 4241 | font-size: 11px; |
| 5825 | 4242 | padding: 8px 15px 8px 0; |
| 5826 | - transition: border 0.5s; | |
| 5827 | -} | |
| 5828 | -#elementor-template-library-filter-text:focus { | |
| 5829 | - border-color: var(--e-a-border-color-focus); | |
| 5830 | -} | |
| 5831 | -#elementor-template-library-filter-text::-moz-placeholder { | |
| 5832 | - font-weight: 300; | |
| 5833 | - text-transform: uppercase; | |
| 5834 | -} | |
| 5835 | -#elementor-template-library-filter-text::placeholder { | |
| 5836 | - font-weight: 300; | |
| 5837 | - text-transform: uppercase; | |
| 5838 | -} | |
| 4243 | + -webkit-transition: border 0.5s; | |
| 4244 | + -o-transition: border 0.5s; | |
| 4245 | + transition: border 0.5s; } | |
| 4246 | + #elementor-template-library-filter-text:focus { | |
| 4247 | + border-color: #c2cbd2; } | |
| 4248 | + #elementor-template-library-filter-text::-webkit-input-placeholder { | |
| 4249 | + font-weight: 300; | |
| 4250 | + text-transform: uppercase; } | |
| 4251 | + #elementor-template-library-filter-text::-moz-placeholder { | |
| 4252 | + font-weight: 300; | |
| 4253 | + text-transform: uppercase; } | |
| 4254 | + #elementor-template-library-filter-text::-ms-input-placeholder { | |
| 4255 | + font-weight: 300; | |
| 4256 | + text-transform: uppercase; } | |
| 4257 | + #elementor-template-library-filter-text::placeholder { | |
| 4258 | + font-weight: 300; | |
| 4259 | + text-transform: uppercase; } | |
| 4260 | + #elementor-template-library-filter-text:focus { | |
| 4261 | + border-color: #c2cbd2; } | |
| 5839 | 4262 | |
| 5840 | 4263 | .elementor-template-library-template-remote { |
| 5841 | - margin: calc(30px / 2); | |
| 4264 | + margin: 15px; | |
| 5842 | 4265 | padding: 8px; |
| 5843 | - border: var(--e-a-border); | |
| 5844 | - border-radius: 3px; | |
| 5845 | -} | |
| 5846 | -.elementor-template-library-template-remote:focus-visible { | |
| 5847 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5848 | - outline-offset: 2px; | |
| 5849 | -} | |
| 5850 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5851 | - background-color: var(--e-a-bg-hover); | |
| 5852 | -} | |
| 5853 | -.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 { | |
| 5854 | - opacity: 1; | |
| 5855 | -} | |
| 5856 | -.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 { | |
| 5857 | - display: none; | |
| 5858 | -} | |
| 5859 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5860 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5861 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5862 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5863 | - display: initial; | |
| 5864 | -} | |
| 5865 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5866 | - opacity: 0; | |
| 5867 | -} | |
| 5868 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5869 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5870 | - display: none; | |
| 5871 | -} | |
| 5872 | -.elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { | |
| 5873 | - content: var(--elementor-template-library-subscription-plan-label); | |
| 5874 | - background-color: var(--e-a-color-accent); | |
| 5875 | - color: var(--e-a-color-white); | |
| 5876 | - position: absolute; | |
| 5877 | - text-transform: uppercase; | |
| 5878 | - line-height: 1; | |
| 5879 | - inset-block-start: 5px; | |
| 5880 | - inset-inline-end: 5px; | |
| 5881 | - padding: 3px 5px; | |
| 5882 | - font-size: 8px; | |
| 5883 | - border-radius: 2px; | |
| 5884 | -} | |
| 5885 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) { | |
| 5886 | - position: relative; | |
| 5887 | - width: calc(33.333% - 30px); | |
| 5888 | - overflow: hidden; | |
| 5889 | -} | |
| 5890 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) img { | |
| 5891 | - display: block; | |
| 5892 | - width: 100%; | |
| 5893 | -} | |
| 5894 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { | |
| 5895 | - position: absolute; | |
| 5896 | - width: 100%; | |
| 5897 | - inset-block-end: 0; | |
| 5898 | - inset-inline-start: 0; | |
| 5899 | - padding: 10px; | |
| 5900 | - background-color: var(--e-a-bg-default); | |
| 5901 | - transition: transform 0.5s; | |
| 5902 | -} | |
| 5903 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { | |
| 5904 | - display: none; | |
| 5905 | -} | |
| 5906 | -.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 { | |
| 5907 | - transform: translateY(100%); | |
| 5908 | -} | |
| 5909 | -.elementor-template-library-template-remote .elementor-template-library-template-body { | |
| 5910 | - position: relative; | |
| 5911 | -} | |
| 5912 | -@media (max-width: 1025px) { | |
| 4266 | + background-color: #fff; | |
| 4267 | + -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07); | |
| 4268 | + box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07); | |
| 4269 | + -webkit-border-radius: 3px; | |
| 4270 | + border-radius: 3px; } | |
| 4271 | + .elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 4272 | + display: none; } | |
| 4273 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 4274 | + opacity: 0; } | |
| 4275 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 4276 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 4277 | + display: none; } | |
| 4278 | + .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { | |
| 4279 | + content: var(--elementor-template-library-subscription-plan-label); | |
| 4280 | + background-color: var(--elementor-template-library-subscription-plan-color); | |
| 4281 | + color: #d5dadf; | |
| 4282 | + position: absolute; | |
| 4283 | + text-transform: uppercase; | |
| 4284 | + top: 5px; | |
| 4285 | + right: 5px; | |
| 4286 | + padding: 2px 4px 0; | |
| 4287 | + font-size: 9px; | |
| 4288 | + -webkit-border-radius: 2px; | |
| 4289 | + border-radius: 2px; } | |
| 4290 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) { | |
| 4291 | + position: relative; | |
| 4292 | + width: calc(33.333% - 30px); | |
| 4293 | + overflow: hidden; } | |
| 4294 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) img { | |
| 4295 | + display: block; | |
| 4296 | + width: 100%; } | |
| 4297 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { | |
| 4298 | + position: absolute; | |
| 4299 | + width: 100%; | |
| 4300 | + bottom: 0; | |
| 4301 | + left: 0; | |
| 4302 | + padding: 10px; | |
| 4303 | + background-color: #fff; | |
| 4304 | + -webkit-transition: -webkit-transform .5s; | |
| 4305 | + transition: -webkit-transform .5s; | |
| 4306 | + -o-transition: transform .5s; | |
| 4307 | + transition: transform .5s; | |
| 4308 | + transition: transform .5s, -webkit-transform .5s; } | |
| 4309 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { | |
| 4310 | + display: none; } | |
| 4311 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 4312 | + -webkit-transform: translateY(100%); | |
| 4313 | + -ms-transform: translateY(100%); | |
| 4314 | + transform: translateY(100%); } | |
| 5913 | 4315 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5914 | - height: 300px; | |
| 5915 | - } | |
| 5916 | -} | |
| 5917 | -.elementor-template-library-template-remote .elementor-template-library-template-screenshot { | |
| 5918 | - height: 100%; | |
| 5919 | - background-size: cover; | |
| 5920 | - background-position-x: 50%; | |
| 5921 | - box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); | |
| 5922 | -} | |
| 5923 | -.elementor-template-library-template-remote .elementor-template-library-template-preview { | |
| 5924 | - position: absolute; | |
| 5925 | - inset: 0; | |
| 5926 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5927 | - transition: opacity 0.5s; | |
| 5928 | - cursor: pointer; | |
| 5929 | -} | |
| 5930 | -.elementor-template-library-template-remote .elementor-template-library-template-preview i { | |
| 5931 | - font-size: 20px; | |
| 5932 | - position: absolute; | |
| 5933 | - inset-block-start: 50%; | |
| 5934 | - inset-inline-start: 50%; | |
| 5935 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5936 | -} | |
| 5937 | -.elementor-template-library-template-remote .elementor-template-library-template-footer { | |
| 5938 | - display: flex; | |
| 5939 | - justify-content: space-between; | |
| 5940 | - font-size: 11px; | |
| 5941 | - line-height: 1; | |
| 5942 | - height: 40px; | |
| 5943 | - align-items: center; | |
| 5944 | -} | |
| 5945 | -.elementor-template-library-template-remote .elementor-template-library-template-name { | |
| 5946 | - text-align: start; | |
| 5947 | - flex-grow: 1; | |
| 5948 | - white-space: nowrap; | |
| 5949 | - text-overflow: ellipsis; | |
| 5950 | - overflow: hidden; | |
| 5951 | - padding-inline-end: 5px; | |
| 5952 | -} | |
| 5953 | -.elementor-template-library-template-remote .elementor-template-library-favorite { | |
| 5954 | - margin-inline-start: auto; | |
| 5955 | -} | |
| 5956 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input { | |
| 5957 | - position: absolute; | |
| 5958 | - width: 1px; | |
| 5959 | - height: 1px; | |
| 5960 | - padding: 0; | |
| 5961 | - margin: -1px; | |
| 5962 | - overflow: hidden; | |
| 5963 | - clip: rect(0, 0, 0, 0); | |
| 5964 | - white-space: nowrap; | |
| 5965 | - border: 0; | |
| 5966 | -} | |
| 5967 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5968 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5969 | - outline-offset: 2px; | |
| 5970 | -} | |
| 5971 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { | |
| 5972 | - content: "\e93f"; | |
| 5973 | - color: var(--e-a-color-primary-bold); | |
| 5974 | -} | |
| 5975 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-label { | |
| 5976 | - font-size: 15px; | |
| 5977 | - cursor: pointer; | |
| 5978 | -} | |
| 5979 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i { | |
| 5980 | - color: var(--e-a-color-primary-bold); | |
| 5981 | -} | |
| 4316 | + position: relative; } | |
| 4317 | + @media (max-width: 1025px) { | |
| 4318 | + .elementor-template-library-template-remote .elementor-template-library-template-body { | |
| 4319 | + height: 300px; } } | |
| 4320 | + .elementor-template-library-template-remote .elementor-template-library-template-screenshot { | |
| 4321 | + height: 100%; | |
| 4322 | + -webkit-background-size: cover; | |
| 4323 | + background-size: cover; | |
| 4324 | + background-position-x: 50%; | |
| 4325 | + -webkit-box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); | |
| 4326 | + box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); } | |
| 4327 | + .elementor-template-library-template-remote .elementor-template-library-template-preview { | |
| 4328 | + position: absolute; | |
| 4329 | + top: 0; | |
| 4330 | + left: 0; | |
| 4331 | + width: 100%; | |
| 4332 | + height: 100%; | |
| 4333 | + background-color: rgba(0, 0, 0, 0.5); | |
| 4334 | + -webkit-transition: opacity .5s; | |
| 4335 | + -o-transition: opacity .5s; | |
| 4336 | + transition: opacity .5s; | |
| 4337 | + cursor: pointer; } | |
| 4338 | + .elementor-template-library-template-remote .elementor-template-library-template-preview i { | |
| 4339 | + font-size: 20px; | |
| 4340 | + color: #d5dadf; | |
| 4341 | + position: absolute; | |
| 4342 | + top: 50%; | |
| 4343 | + left: 50%; | |
| 4344 | + -webkit-transform: translate(-50%, -50%); | |
| 4345 | + -ms-transform: translate(-50%, -50%); | |
| 4346 | + transform: translate(-50%, -50%); } | |
| 4347 | + .elementor-template-library-template-remote .elementor-template-library-template-insert { | |
| 4348 | + color: #39b54a; } | |
| 4349 | + .elementor-template-library-template-remote .elementor-go-pro { | |
| 4350 | + color: #93003c; } | |
| 4351 | + .elementor-template-library-template-remote .elementor-template-library-template-footer { | |
| 4352 | + display: -webkit-box; | |
| 4353 | + display: -ms-flexbox; | |
| 4354 | + display: flex; | |
| 4355 | + -webkit-box-pack: justify; | |
| 4356 | + -ms-flex-pack: justify; | |
| 4357 | + justify-content: space-between; | |
| 4358 | + margin-top: 10px; | |
| 4359 | + font-size: 11px; | |
| 4360 | + line-height: 1; } | |
| 4361 | + .elementor-template-library-template-remote .elementor-template-library-template-name { | |
| 4362 | + text-align: left; | |
| 4363 | + color: #6d7882; | |
| 4364 | + -webkit-box-flex: 1; | |
| 4365 | + -ms-flex-positive: 1; | |
| 4366 | + flex-grow: 1; | |
| 4367 | + white-space: nowrap; | |
| 4368 | + -o-text-overflow: ellipsis; | |
| 4369 | + text-overflow: ellipsis; | |
| 4370 | + overflow: hidden; | |
| 4371 | + padding-right: 5px; } | |
| 4372 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { | |
| 4373 | + display: none; } | |
| 4374 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { | |
| 4375 | + content: '\e93f'; | |
| 4376 | + color: #93003c; } | |
| 4377 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-label { | |
| 4378 | + cursor: pointer; } | |
| 4379 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i { | |
| 4380 | + color: #93003c; } | |
| 5982 | 4381 | |
| 5983 | 4382 | @media (max-width: 1439px) { |
| 5984 | 4383 | .elementor-template-library-template-page, |
| 5985 | 4384 | .elementor-template-library-template-lp { |
| 5986 | - width: calc(25% - 30px); | |
| 5987 | - } | |
| 5988 | -} | |
| 4385 | + width: calc(25% - 30px); } } | |
| 4386 | + | |
| 5989 | 4387 | @media (min-width: 1440px) { |
| 5990 | 4388 | .elementor-template-library-template-page, |
| 5991 | 4389 | .elementor-template-library-template-lp { |
| 5992 | - width: calc(20% - 30px); | |
| 5993 | - } | |
| 5994 | -} | |
| 4390 | + width: calc(20% - 30px); } } | |
| 4391 | + | |
| 5995 | 4392 | @media (max-width: 1025px) { |
| 5996 | 4393 | .elementor-template-library-template-page, |
| 5997 | 4394 | .elementor-template-library-template-lp { |
| 5998 | - width: calc(33.333% - 30px); | |
| 5999 | - } | |
| 6000 | -} | |
| 4395 | + width: calc(33.333% - 30px); } } | |
| 4396 | + | |
| 6001 | 4397 | .elementor-template-library-template-page .elementor-template-library-template-body, |
| 6002 | 4398 | .elementor-template-library-template-lp .elementor-template-library-template-body { |
| 6003 | - height: 200px; | |
| 6004 | -} | |
| 4399 | + height: 200px; } | |
| 6005 | 4400 | |
| 6006 | 4401 | #elementor-template-library-order-toolbar-local, |
| 6007 | -.elementor-template-library-template-local, | |
| 6008 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4402 | +.elementor-template-library-template-local { | |
| 4403 | + display: -webkit-box; | |
| 4404 | + display: -ms-flexbox; | |
| 6009 | 4405 | display: flex; |
| 6010 | - align-items: center; | |
| 4406 | + -webkit-box-align: center; | |
| 4407 | + -ms-flex-align: center; | |
| 4408 | + align-items: center; | |
| 6011 | 4409 | padding: 0 25px; |
| 6012 | - text-align: start; | |
| 6013 | -} | |
| 6014 | -@media (max-width: 1439px) { | |
| 6015 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 6016 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 6017 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6018 | - width: 33%; | |
| 6019 | - } | |
| 6020 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6021 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6022 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6023 | - width: 10%; | |
| 6024 | - } | |
| 6025 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6026 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6027 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6028 | - width: 15%; | |
| 6029 | - } | |
| 6030 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6031 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6032 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6033 | - width: 15%; | |
| 6034 | - } | |
| 6035 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6036 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6037 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6038 | - width: 27%; | |
| 6039 | - } | |
| 6040 | -} | |
| 6041 | -@media (min-width: 1440px) { | |
| 6042 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 6043 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 6044 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6045 | - width: 25%; | |
| 6046 | - } | |
| 6047 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6048 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6049 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6050 | - width: 17%; | |
| 6051 | - } | |
| 6052 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6053 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6054 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6055 | - width: 17%; | |
| 6056 | - } | |
| 6057 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6058 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6059 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6060 | - width: 17%; | |
| 6061 | - } | |
| 6062 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6063 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6064 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6065 | - width: 24%; | |
| 6066 | - } | |
| 6067 | -} | |
| 6068 | -@media (max-width: 1024px) { | |
| 6069 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6070 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6071 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6072 | - display: none; | |
| 6073 | - } | |
| 6074 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6075 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6076 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6077 | - width: 41%; | |
| 6078 | - } | |
| 6079 | -} | |
| 4410 | + text-align: left; } | |
| 6080 | 4411 | |
| 6081 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 6082 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 6083 | - display: none; | |
| 6084 | - position: absolute; | |
| 6085 | - background-color: var(--e-a-bg-default); | |
| 6086 | - border-radius: var(--e-a-border-radius); | |
| 6087 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 6088 | - inset-block-start: 100%; | |
| 6089 | - inset-inline-end: 0; | |
| 6090 | - z-index: 1; | |
| 6091 | - list-style: none; | |
| 6092 | - margin: 0; | |
| 6093 | - padding: 0; | |
| 6094 | -} | |
| 6095 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6096 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6097 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6098 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6099 | - background: transparent; | |
| 6100 | - margin: 0; | |
| 6101 | - font-size: inherit; | |
| 6102 | - font-family: inherit; | |
| 6103 | - color: inherit; | |
| 6104 | - border: none; | |
| 6105 | - padding: 10px 20px; | |
| 6106 | - font-size: 11px; | |
| 6107 | - cursor: pointer; | |
| 6108 | - display: flex; | |
| 6109 | - align-items: center; | |
| 6110 | - gap: 8px; | |
| 6111 | - width: 100%; | |
| 6112 | -} | |
| 6113 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6114 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6115 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6116 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 6117 | - cursor: not-allowed; | |
| 6118 | - color: var(--e-a-color-txt-disabled); | |
| 6119 | -} | |
| 6120 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6121 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6122 | - color: var(--e-a-color-txt); | |
| 6123 | - text-decoration: none; | |
| 6124 | -} | |
| 6125 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 6126 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 6127 | - color: var(--e-a-color-danger); | |
| 6128 | -} | |
| 6129 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6130 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6131 | - font-size: 16px; | |
| 6132 | -} | |
| 6133 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6134 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6135 | - margin-inline-start: auto; | |
| 6136 | - cursor: pointer; | |
| 6137 | - background: none; | |
| 6138 | - border: none; | |
| 6139 | - padding: 0; | |
| 6140 | - display: flex; | |
| 6141 | - align-items: center; | |
| 6142 | - justify-content: center; | |
| 6143 | -} | |
| 6144 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6145 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6146 | - font-size: 20px; | |
| 6147 | -} | |
| 4412 | +#elementor-template-library-order-toolbar-local { | |
| 4413 | + margin-top: 30px; } | |
| 4414 | + #elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 4415 | + line-height: 1; | |
| 4416 | + font-size: 10px; | |
| 4417 | + font-weight: 500; } | |
| 4418 | + #elementor-template-library-order-toolbar-local .elementor-template-library-order-label:not(:hover) { | |
| 4419 | + color: #a4afb7; } | |
| 6148 | 4420 | |
| 6149 | -.elementor-template-library-template-local, | |
| 6150 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4421 | +.elementor-template-library-template-local { | |
| 6151 | 4422 | height: 50px; |
| 6152 | 4423 | width: 100%; |
| 6153 | - margin-block-start: 1px; | |
| 6154 | - transition: background-color 0.3s linear; | |
| 6155 | -} | |
| 6156 | -.elementor-template-library-template-local:hover, | |
| 6157 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 6158 | - background-color: var(--e-a-bg-hover); | |
| 6159 | -} | |
| 6160 | -.elementor-template-library-template-local:first-child, | |
| 6161 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 6162 | - border-start-start-radius: 3px; | |
| 6163 | - border-start-end-radius: 3px; | |
| 6164 | - border-end-start-radius: 0; | |
| 6165 | - border-end-end-radius: 0; | |
| 6166 | -} | |
| 6167 | -.elementor-template-library-template-local:last-child, | |
| 6168 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 6169 | - border-start-start-radius: 0; | |
| 6170 | - border-start-end-radius: 0; | |
| 6171 | - border-end-start-radius: 3px; | |
| 6172 | - border-end-end-radius: 3px; | |
| 6173 | -} | |
| 6174 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6175 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 6176 | - font-weight: 500; | |
| 6177 | -} | |
| 6178 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6179 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6180 | - font-size: 16px; | |
| 6181 | -} | |
| 6182 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6183 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6184 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6185 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 6186 | - padding-inline-end: 20px; | |
| 6187 | -} | |
| 6188 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6189 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6190 | - padding-inline-end: 10px; | |
| 6191 | -} | |
| 6192 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6193 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6194 | -.elementor-template-library-template-local .elementor-template-library-template-preview, | |
| 6195 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6196 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6197 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6198 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6199 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 6200 | - white-space: nowrap; | |
| 6201 | - text-overflow: ellipsis; | |
| 6202 | - overflow: hidden; | |
| 6203 | -} | |
| 6204 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6205 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 6206 | - position: relative; | |
| 6207 | - display: flex; | |
| 6208 | - align-items: center; | |
| 6209 | -} | |
| 6210 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6211 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6212 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6213 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 6214 | - cursor: pointer; | |
| 6215 | - transition: color 0.5s; | |
| 6216 | -} | |
| 6217 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6218 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6219 | - color: #F5D0FE; | |
| 6220 | -} | |
| 6221 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6222 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6223 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6224 | - cursor: not-allowed; | |
| 6225 | -} | |
| 6226 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6227 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6228 | - margin-inline-end: 3px; | |
| 6229 | -} | |
| 4424 | + margin-top: 1px; | |
| 4425 | + background-color: #fff; | |
| 4426 | + -webkit-transition: background-color .3s linear; | |
| 4427 | + -o-transition: background-color .3s linear; | |
| 4428 | + transition: background-color .3s linear; } | |
| 4429 | + .elementor-template-library-template-local:hover { | |
| 4430 | + background-color: #fafbfb; } | |
| 4431 | + .elementor-template-library-template-local:not(:hover) .elementor-template-library-template-insert { | |
| 4432 | + background: none; | |
| 4433 | + color: #a4afb7; } | |
| 4434 | + .elementor-template-library-template-local:first-child { | |
| 4435 | + -webkit-border-radius: 3px 3px 0 0; | |
| 4436 | + border-radius: 3px 3px 0 0; } | |
| 4437 | + .elementor-template-library-template-local:last-child { | |
| 4438 | + -webkit-border-radius: 0 0 3px 3px; | |
| 4439 | + border-radius: 0 0 3px 3px; } | |
| 4440 | + .elementor-template-library-template-local .elementor-template-library-template-name { | |
| 4441 | + font-weight: 500; } | |
| 4442 | + .elementor-template-library-template-local .elementor-template-library-template-name, | |
| 4443 | + .elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4444 | + padding-right: 20px; } | |
| 4445 | + .elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4446 | + color: #a4afb7; } | |
| 4447 | + .elementor-template-library-template-local .elementor-template-library-template-name, | |
| 4448 | + .elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 4449 | + .elementor-template-library-template-local .elementor-template-library-template-preview, | |
| 4450 | + .elementor-template-library-template-local .elementor-template-library-template-action { | |
| 4451 | + white-space: nowrap; | |
| 4452 | + -o-text-overflow: ellipsis; | |
| 4453 | + text-overflow: ellipsis; | |
| 4454 | + overflow: hidden; } | |
| 4455 | + .elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 4456 | + position: relative; | |
| 4457 | + display: -webkit-box; | |
| 4458 | + display: -ms-flexbox; | |
| 4459 | + display: flex; | |
| 4460 | + -webkit-box-align: center; | |
| 4461 | + -ms-flex-align: center; | |
| 4462 | + align-items: center; } | |
| 4463 | + .elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 4464 | + .elementor-template-library-template-local .elementor-template-library-template-controls a { | |
| 4465 | + color: #a4afb7; } | |
| 4466 | + .elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 4467 | + cursor: pointer; | |
| 4468 | + -webkit-transition: color .5s; | |
| 4469 | + -o-transition: color .5s; | |
| 4470 | + transition: color .5s; } | |
| 4471 | + .elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 4472 | + margin-right: 3px; } | |
| 4473 | + .elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 4474 | + margin-left: 6px; } | |
| 4475 | + .elementor-template-library-template-local .elementor-template-library-template-more:hover, | |
| 4476 | + .elementor-template-library-template-local .elementor-template-library-template-more a:hover { | |
| 4477 | + color: #556068; } | |
| 4478 | + .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 4479 | + color: #d72b3f; } | |
| 4480 | + .elementor-template-library-template-local .elementor-template-library-template-action { | |
| 4481 | + padding: 8px 18px; | |
| 4482 | + margin: 0 5%; } | |
| 4483 | + .elementor-template-library-template-local .elementor-template-library-template-more { | |
| 4484 | + display: none; | |
| 4485 | + position: absolute; | |
| 4486 | + background-color: #fff; | |
| 4487 | + padding: 3px 20px; | |
| 4488 | + -webkit-border-radius: 3px; | |
| 4489 | + border-radius: 3px; | |
| 4490 | + -webkit-box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4491 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4492 | + top: 100%; | |
| 4493 | + right: 0; | |
| 4494 | + -webkit-transform: translateX(65%) translateY(-7px); | |
| 4495 | + -ms-transform: translateX(65%) translateY(-7px); | |
| 4496 | + transform: translateX(65%) translateY(-7px); | |
| 4497 | + z-index: 1; } | |
| 4498 | + .elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 4499 | + content: ''; | |
| 4500 | + position: absolute; | |
| 4501 | + border: solid transparent; | |
| 4502 | + border-width: 8px 4px; | |
| 4503 | + border-bottom-color: #fff; | |
| 4504 | + -webkit-transform: translateY(-100%); | |
| 4505 | + -ms-transform: translateY(-100%); | |
| 4506 | + transform: translateY(-100%); } | |
| 4507 | + .elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 4508 | + margin: 10px 0; | |
| 4509 | + font-size: 11px; } | |
| 4510 | + .elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 4511 | + -webkit-box-flex: 1; | |
| 4512 | + -ms-flex-positive: 1; | |
| 4513 | + flex-grow: 1; | |
| 4514 | + text-align: right; } | |
| 4515 | + .elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 4516 | + font-size: 16px; } | |
| 6230 | 4517 | |
| 6231 | 4518 | #elementor-template-library-preview { |
| 6232 | 4519 | height: 100%; |
| 6233 | - overflow: hidden; | |
| 6234 | -} | |
| 6235 | -#elementor-template-library-preview iframe { | |
| 6236 | - height: 150%; | |
| 6237 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 6238 | -} | |
| 6239 | -@media (max-width: 1439px) { | |
| 4520 | + overflow: hidden; } | |
| 6240 | 4521 | #elementor-template-library-preview iframe { |
| 6241 | - width: 1440px; | |
| 6242 | - } | |
| 6243 | -} | |
| 6244 | -@media (min-width: 1440px) { | |
| 6245 | - #elementor-template-library-preview iframe { | |
| 6246 | - width: 1730px; | |
| 6247 | - } | |
| 6248 | -} | |
| 4522 | + height: 150%; | |
| 4523 | + -webkit-transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 4524 | + -ms-transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 4525 | + transform: scale(0.666) translateX(-25%) translateY(-25%); } | |
| 4526 | + @media (max-width: 1439px) { | |
| 4527 | + #elementor-template-library-preview iframe { | |
| 4528 | + width: 1440px; } } | |
| 4529 | + @media (min-width: 1440px) { | |
| 4530 | + #elementor-template-library-preview iframe { | |
| 4531 | + width: 1710px; } } | |
| 6249 | 4532 | |
| 6250 | 4533 | .elementor-template-library-blank-icon { |
| 6251 | - font-size: 64px; | |
| 6252 | - margin-block-start: 45px; | |
| 6253 | - line-height: 1; | |
| 6254 | -} | |
| 6255 | -.elementor-template-library-blank-icon i { | |
| 6256 | - font-size: 85px; | |
| 6257 | -} | |
| 6258 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6259 | 4534 | font-size: 65px; |
| 6260 | -} | |
| 6261 | -.elementor-template-library-blank-icon img { | |
| 6262 | - width: 70px; | |
| 6263 | -} | |
| 6264 | -.elementor-template-library-blank-icon .elementor-template-library-no-results { | |
| 6265 | - width: 200px; | |
| 6266 | -} | |
| 4535 | + margin-top: 45px; | |
| 4536 | + color: #c2cbd2; | |
| 4537 | + line-height: 1; } | |
| 4538 | + .elementor-template-library-blank-icon img { | |
| 4539 | + width: 70px; } | |
| 4540 | + .elementor-template-library-blank-icon .elementor-template-library-no-results { | |
| 4541 | + width: 200px; } | |
| 6267 | 4542 | |
| 6268 | 4543 | .elementor-template-library-blank-title { |
| 6269 | 4544 | font-size: 30px; |
| 6270 | - margin-block-start: 20px; | |
| 6271 | -} | |
| 6272 | -@media (max-width: 1439px) { | |
| 6273 | - .elementor-template-library-blank-title { | |
| 6274 | - font-size: 25px; | |
| 6275 | - } | |
| 6276 | -} | |
| 4545 | + margin-top: 40px; } | |
| 4546 | + @media (max-width: 1439px) { | |
| 4547 | + .elementor-template-library-blank-title { | |
| 4548 | + font-size: 25px; } } | |
| 6277 | 4549 | |
| 6278 | 4550 | .elementor-template-library-blank-message { |
| 6279 | 4551 | font-size: 18px; |
| 6280 | - margin-block-start: 15px; | |
| 6281 | - font-weight: 300; | |
| 6282 | -} | |
| 6283 | -@media (max-width: 1439px) { | |
| 6284 | - .elementor-template-library-blank-message { | |
| 6285 | - font-size: 16px; | |
| 6286 | - margin-block-start: 10px; | |
| 6287 | - } | |
| 6288 | -} | |
| 4552 | + color: #a4afb7; | |
| 4553 | + margin-top: 15px; | |
| 4554 | + font-weight: 300; } | |
| 4555 | + @media (max-width: 1439px) { | |
| 4556 | + .elementor-template-library-blank-message { | |
| 4557 | + font-size: 16px; | |
| 4558 | + margin-top: 10px; } } | |
| 6289 | 4559 | |
| 6290 | 4560 | #elementor-template-library-save-template-form { |
| 6291 | - margin-block-start: 40px; | |
| 4561 | + margin-top: 40px; | |
| 4562 | + display: -webkit-box; | |
| 4563 | + display: -ms-flexbox; | |
| 6292 | 4564 | display: flex; |
| 6293 | - align-items: center; | |
| 6294 | - justify-content: center; | |
| 6295 | -} | |
| 6296 | -#elementor-template-library-save-template-form > * { | |
| 6297 | - height: 55px; | |
| 6298 | - font-size: 16px; | |
| 6299 | -} | |
| 6300 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6301 | - height: 55px; | |
| 6302 | - font-size: 16px; | |
| 6303 | - margin-block-end: 15px; | |
| 6304 | -} | |
| 6305 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6306 | - display: block; | |
| 6307 | - width: 500px; | |
| 6308 | - margin: 0 auto; | |
| 6309 | -} | |
| 6310 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6311 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6312 | - display: none; | |
| 6313 | -} | |
| 6314 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6315 | - margin-inline: 5px; | |
| 6316 | -} | |
| 6317 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6318 | - display: none; | |
| 6319 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6320 | - padding: 3px 5px; | |
| 6321 | - border-radius: 100px; | |
| 6322 | - margin-inline: 5px; | |
| 6323 | -} | |
| 6324 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6325 | - color: var(--e-a-btn-bg-accent); | |
| 6326 | -} | |
| 6327 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6328 | - margin-inline-end: 5px; | |
| 6329 | -} | |
| 6330 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6331 | - display: inline; | |
| 6332 | -} | |
| 6333 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6334 | - display: inline; | |
| 6335 | - background: var(--e-a-bg-hover); | |
| 6336 | - padding: 0 2px 1px; | |
| 6337 | - border: none; | |
| 6338 | - border-radius: 2px; | |
| 6339 | - vertical-align: bottom; | |
| 6340 | - cursor: pointer; | |
| 6341 | - font-family: inherit; | |
| 6342 | - font-size: inherit; | |
| 6343 | - color: inherit; | |
| 6344 | - line-height: inherit; | |
| 6345 | -} | |
| 6346 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6347 | - background: var(--e-a-bg-active); | |
| 6348 | -} | |
| 6349 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6350 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6351 | - outline-offset: 2px; | |
| 6352 | -} | |
| 6353 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6354 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6355 | -#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, | |
| 6356 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6357 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6358 | - display: inline; | |
| 6359 | -} | |
| 6360 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6361 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6362 | -#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, | |
| 6363 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6364 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6365 | - pointer-events: none; | |
| 6366 | -} | |
| 6367 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6368 | -#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, | |
| 6369 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6370 | - display: none; | |
| 6371 | -} | |
| 6372 | -#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 { | |
| 6373 | - color: var(--e-a-color-txt-muted); | |
| 6374 | - margin-inline: 5px; | |
| 6375 | -} | |
| 6376 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6377 | - display: none; | |
| 6378 | - float: inline-start; | |
| 6379 | -} | |
| 6380 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6381 | - font-size: 13px; | |
| 6382 | - color: var(--e-a-btn-bg-accent); | |
| 6383 | - text-align: start; | |
| 6384 | -} | |
| 6385 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6386 | - color: var(--e-a-btn-bg-accent); | |
| 6387 | - text-decoration: underline; | |
| 6388 | -} | |
| 6389 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6390 | - float: inline-end; | |
| 6391 | -} | |
| 6392 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6393 | - cursor: not-allowed; | |
| 6394 | -} | |
| 6395 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6396 | - display: flex; | |
| 6397 | - flex-direction: column; | |
| 6398 | - text-align: start; | |
| 6399 | - border: var(--e-a-border-bold); | |
| 6400 | - padding: 15px; | |
| 6401 | - height: auto; | |
| 6402 | - gap: 10px; | |
| 6403 | - position: relative; | |
| 6404 | -} | |
| 6405 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6406 | - background: #69727D; | |
| 6407 | - inset-block-start: -3px; | |
| 6408 | - position: relative; | |
| 6409 | -} | |
| 6410 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6411 | - position: relative; | |
| 6412 | - display: inline-block; | |
| 6413 | -} | |
| 6414 | -#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 { | |
| 6415 | - white-space: nowrap; | |
| 6416 | - text-overflow: ellipsis; | |
| 6417 | - overflow: hidden; | |
| 6418 | - overflow: visible; | |
| 6419 | - display: inline-flex; | |
| 6420 | - align-items: baseline; | |
| 6421 | - line-height: 27px; | |
| 6422 | -} | |
| 6423 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6424 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6425 | - flex-shrink: 0; | |
| 6426 | - position: relative; | |
| 6427 | - inset-block-start: 2px; | |
| 6428 | -} | |
| 6429 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6430 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6431 | - inset-block-start: -2px; | |
| 6432 | -} | |
| 6433 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6434 | - vertical-align: bottom; | |
| 6435 | -} | |
| 6436 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6437 | - margin-inline: 5px; | |
| 6438 | - color: var(--e-a-color-txt-muted); | |
| 6439 | - cursor: pointer; | |
| 6440 | -} | |
| 6441 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6442 | - display: none; | |
| 6443 | - margin-inline-end: 5px; | |
| 6444 | - align-items: baseline; | |
| 6445 | - white-space: nowrap; | |
| 6446 | - text-overflow: ellipsis; | |
| 6447 | - overflow: hidden; | |
| 6448 | -} | |
| 6449 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6450 | - display: inline-flex !important; | |
| 6451 | -} | |
| 6452 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6453 | - text-decoration: underline; | |
| 6454 | - cursor: pointer; | |
| 6455 | - white-space: nowrap; | |
| 6456 | - text-overflow: ellipsis; | |
| 6457 | - overflow: hidden; | |
| 6458 | -} | |
| 6459 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6460 | - cursor: pointer; | |
| 6461 | - flex-shrink: 0; | |
| 6462 | -} | |
| 6463 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6464 | - color: var(--e-a-color-primary-bold); | |
| 6465 | - font-size: 14px; | |
| 6466 | -} | |
| 6467 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6468 | - text-decoration: underline; | |
| 6469 | -} | |
| 6470 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6471 | - display: none; | |
| 6472 | - position: absolute; | |
| 6473 | - inset-block-start: 40px; | |
| 6474 | - background-color: var(--e-a-bg-default); | |
| 6475 | - min-width: 187px; | |
| 6476 | - overflow: auto; | |
| 6477 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6478 | - z-index: 1; | |
| 6479 | - border-radius: 2px; | |
| 6480 | - max-width: 450px; | |
| 6481 | -} | |
| 6482 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6483 | - white-space: nowrap; | |
| 6484 | - text-overflow: ellipsis; | |
| 6485 | - overflow: hidden; | |
| 6486 | -} | |
| 6487 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6488 | - margin: 15px; | |
| 6489 | -} | |
| 6490 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6491 | - margin-inline-end: 10px; | |
| 6492 | -} | |
| 6493 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6494 | - max-height: 170px; | |
| 6495 | -} | |
| 6496 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6497 | - padding: 5px 15px; | |
| 6498 | - cursor: pointer; | |
| 6499 | - list-style: none; | |
| 6500 | -} | |
| 6501 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6502 | - display: none; | |
| 6503 | -} | |
| 6504 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6505 | - margin: 0px; | |
| 6506 | -} | |
| 6507 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6508 | - text-decoration: underline; | |
| 6509 | -} | |
| 6510 | -#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 { | |
| 6511 | - background: var(--e-a-border-color); | |
| 6512 | -} | |
| 6513 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6514 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6515 | - outline-offset: -2px; | |
| 6516 | -} | |
| 6517 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6518 | - pointer-events: none; | |
| 6519 | - opacity: 0.3; | |
| 6520 | -} | |
| 6521 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6522 | - text-align: center; | |
| 6523 | - font-size: 13px; | |
| 6524 | - margin: 0 20px; | |
| 6525 | - padding-block: 15px; | |
| 6526 | - pointer-events: none; | |
| 6527 | -} | |
| 6528 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6529 | - font-size: 24px; | |
| 6530 | - padding-block-end: 10px; | |
| 6531 | -} | |
| 6532 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6533 | - border-block-start: none; | |
| 6534 | - border-inline: none; | |
| 6535 | -} | |
| 6536 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6537 | - pointer-events: none; | |
| 6538 | - opacity: 0.3; | |
| 6539 | -} | |
| 6540 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6541 | - display: flex; | |
| 6542 | - flex-direction: column; | |
| 6543 | - width: 600px; | |
| 6544 | - text-align: start; | |
| 6545 | -} | |
| 6546 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6547 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6548 | - font-size: 12px; | |
| 6549 | - font-weight: 400; | |
| 6550 | - color: var(--e-a-color-txt); | |
| 6551 | -} | |
| 6552 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6553 | - width: 100%; | |
| 6554 | - padding: 12px 15px; | |
| 6555 | - border: var(--e-a-border-bold); | |
| 6556 | - border-radius: 3px; | |
| 6557 | - margin-block-end: 0; | |
| 6558 | -} | |
| 6559 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6560 | - border: none; | |
| 6561 | - padding: 0; | |
| 6562 | - gap: 12px; | |
| 6563 | - margin-block-start: 20px; | |
| 6564 | -} | |
| 6565 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6566 | - display: flex; | |
| 6567 | - align-items: center; | |
| 6568 | - padding: 12px 15px; | |
| 6569 | - border: var(--e-a-border-bold); | |
| 6570 | - border-radius: 3px; | |
| 6571 | - width: 100%; | |
| 6572 | - line-height: normal; | |
| 6573 | - gap: 8px; | |
| 6574 | -} | |
| 6575 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6576 | - border-color: var(--e-a-color-txt); | |
| 6577 | -} | |
| 6578 | -#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 { | |
| 6579 | - display: flex; | |
| 6580 | -} | |
| 6581 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6582 | - margin-inline-end: 0; | |
| 6583 | - flex-shrink: 0; | |
| 6584 | - position: relative; | |
| 6585 | -} | |
| 6586 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6587 | - inset-block-start: 0; | |
| 6588 | -} | |
| 6589 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6590 | - content: ""; | |
| 6591 | - position: absolute; | |
| 6592 | - inset-inline-end: -8px; | |
| 6593 | - width: 1px; | |
| 6594 | - height: 18px; | |
| 6595 | - background-color: var(--e-a-border-color); | |
| 6596 | -} | |
| 6597 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6598 | - margin-inline-start: 12px; | |
| 6599 | - margin-inline-end: 4px; | |
| 6600 | - font-size: 24px; | |
| 6601 | - color: var(--e-a-color-txt); | |
| 6602 | -} | |
| 6603 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6604 | - margin-inline-start: 8px; | |
| 6605 | - margin-inline-end: 0; | |
| 6606 | - font-size: 24px; | |
| 6607 | - color: var(--e-a-color-txt); | |
| 6608 | -} | |
| 6609 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6610 | - flex: 0 0 auto; | |
| 6611 | - margin: 0; | |
| 6612 | - cursor: pointer; | |
| 6613 | -} | |
| 6614 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6615 | - margin-inline: 0; | |
| 6616 | -} | |
| 6617 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6618 | - display: inline; | |
| 6619 | - background: transparent; | |
| 6620 | - padding: 0; | |
| 6621 | - border-radius: 0; | |
| 6622 | - vertical-align: baseline; | |
| 6623 | - text-decoration: underline; | |
| 6624 | - cursor: pointer; | |
| 6625 | - margin-inline-start: 0; | |
| 6626 | -} | |
| 6627 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6628 | - background: transparent; | |
| 6629 | -} | |
| 6630 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6631 | - color: var(--e-a-color-primary-bold); | |
| 6632 | - text-decoration: underline; | |
| 6633 | - cursor: pointer; | |
| 6634 | - margin-inline-start: 4px; | |
| 6635 | -} | |
| 6636 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6637 | - text-decoration: none; | |
| 6638 | -} | |
| 6639 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6640 | - display: none; | |
| 6641 | - border: none; | |
| 6642 | - padding: 0; | |
| 6643 | - border-radius: 0; | |
| 6644 | - margin-inline-start: 0; | |
| 6645 | - background: transparent; | |
| 6646 | - transition: background-color 0.2s; | |
| 6647 | - padding: 3px 8px; | |
| 6648 | -} | |
| 6649 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6650 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6651 | - border-radius: 3px; | |
| 6652 | -} | |
| 6653 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6654 | - color: var(--e-a-btn-bg-accent); | |
| 6655 | - text-decoration: none; | |
| 6656 | - display: flex; | |
| 6657 | - align-items: center; | |
| 6658 | - gap: 4px; | |
| 6659 | - font-size: 14px; | |
| 6660 | - font-weight: 500; | |
| 6661 | -} | |
| 6662 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6663 | - margin: 0; | |
| 6664 | - font-size: 14px; | |
| 6665 | -} | |
| 6666 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6667 | - display: none; | |
| 6668 | -} | |
| 6669 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6670 | - color: var(--e-a-color-txt-muted); | |
| 6671 | - margin-inline: 5px; | |
| 6672 | -} | |
| 6673 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6674 | - color: var(--e-a-color-info); | |
| 6675 | - text-decoration: underline; | |
| 6676 | -} | |
| 6677 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6678 | - text-decoration: none; | |
| 6679 | -} | |
| 6680 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6681 | - display: flex; | |
| 6682 | - align-items: center; | |
| 6683 | - gap: 6px; | |
| 6684 | - padding: 6px 12px; | |
| 6685 | - border: none; | |
| 6686 | - border-radius: 20px; | |
| 6687 | - font-size: 14px; | |
| 6688 | - font-weight: 500; | |
| 6689 | - cursor: pointer; | |
| 6690 | - transition: opacity 0.2s; | |
| 6691 | - margin-inline-start: auto; | |
| 6692 | -} | |
| 6693 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6694 | - opacity: 0.8; | |
| 6695 | -} | |
| 6696 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6697 | - margin: 0; | |
| 6698 | - font-size: 14px; | |
| 6699 | -} | |
| 6700 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6701 | - background-color: var(--e-a-bg-info); | |
| 6702 | - color: var(--e-a-color-info); | |
| 6703 | -} | |
| 6704 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6705 | - color: var(--e-a-color-info); | |
| 6706 | -} | |
| 6707 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6708 | - background-color: var(--e-a-bg-warning); | |
| 6709 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6710 | -} | |
| 6711 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6712 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6713 | -} | |
| 6714 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6715 | - display: none; | |
| 6716 | - margin-inline-start: 8px; | |
| 6717 | - align-items: center; | |
| 6718 | - gap: 6px; | |
| 6719 | -} | |
| 6720 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6721 | - display: inline-flex !important; | |
| 6722 | -} | |
| 6723 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6724 | - text-decoration: underline; | |
| 6725 | - cursor: pointer; | |
| 6726 | -} | |
| 6727 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6728 | - cursor: pointer; | |
| 6729 | - font-size: 14px; | |
| 6730 | -} | |
| 6731 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6732 | - inset-block-start: 75px; | |
| 6733 | - inset-inline-start: 230px; | |
| 6734 | -} | |
| 6735 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6736 | - display: none; | |
| 6737 | -} | |
| 6738 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6739 | - display: inline; | |
| 6740 | -} | |
| 6741 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6742 | - display: none; | |
| 6743 | -} | |
| 6744 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6745 | - border-color: var(--e-a-border-color); | |
| 6746 | -} | |
| 6747 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6748 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6749 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6750 | - color: var(--e-a-color-txt-disabled); | |
| 6751 | -} | |
| 6752 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6753 | - background-color: var(--e-a-color-txt-disabled); | |
| 6754 | -} | |
| 6755 | -#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 { | |
| 6756 | - border-color: var(--e-a-border-color); | |
| 6757 | -} | |
| 6758 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6759 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6760 | -#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, | |
| 6761 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6762 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6763 | - color: var(--e-a-color-txt-disabled); | |
| 6764 | -} | |
| 6765 | -#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 { | |
| 6766 | - background-color: var(--e-a-color-txt-disabled); | |
| 6767 | -} | |
| 6768 | -#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 { | |
| 6769 | - display: inline-flex; | |
| 6770 | -} | |
| 6771 | -#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 { | |
| 6772 | - display: none; | |
| 6773 | -} | |
| 6774 | -#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 { | |
| 6775 | - display: block; | |
| 6776 | -} | |
| 6777 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6778 | -#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], | |
| 6779 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6780 | - pointer-events: none; | |
| 6781 | -} | |
| 6782 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6783 | - display: block; | |
| 6784 | - margin-block-start: 15px; | |
| 6785 | -} | |
| 6786 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6787 | - align-self: center; | |
| 6788 | - margin-block-start: 20px; | |
| 6789 | - float: none; | |
| 6790 | -} | |
| 4565 | + -webkit-box-align: center; | |
| 4566 | + -ms-flex-align: center; | |
| 4567 | + align-items: center; | |
| 4568 | + -webkit-box-pack: center; | |
| 4569 | + -ms-flex-pack: center; | |
| 4570 | + justify-content: center; } | |
| 4571 | + #elementor-template-library-save-template-form > * { | |
| 4572 | + height: 55px; | |
| 4573 | + font-size: 16px; } | |
| 6791 | 4574 | |
| 6792 | 4575 | #elementor-template-library-save-template-name { |
| 6793 | 4576 | width: 500px; |
| 6794 | - padding-inline-start: 25px; | |
| 6795 | - border-start-start-radius: 3px; | |
| 6796 | - border-start-end-radius: 0; | |
| 6797 | - border-end-start-radius: 3px; | |
| 6798 | - border-end-end-radius: 0; | |
| 6799 | -} | |
| 4577 | + background-color: #fff; | |
| 4578 | + font-weight: 300; | |
| 4579 | + color: #a4afb7; | |
| 4580 | + padding-left: 25px; | |
| 4581 | + -webkit-border-radius: 3px 0 0 3px; | |
| 4582 | + border-radius: 3px 0 0 3px; | |
| 4583 | + border: none; } | |
| 6800 | 4584 | |
| 6801 | 4585 | #elementor-template-library-save-template-submit { |
| 6802 | 4586 | width: 150px; |
| 6803 | - border-start-start-radius: 0; | |
| 6804 | - border-start-end-radius: 3px; | |
| 6805 | - border-end-start-radius: 0; | |
| 6806 | - border-end-end-radius: 3px; | |
| 6807 | -} | |
| 4587 | + -webkit-border-radius: 0 3px 3px 0; | |
| 4588 | + border-radius: 0 3px 3px 0; } | |
| 4589 | + #elementor-template-library-save-template-submit:hover { | |
| 4590 | + -webkit-box-shadow: none; | |
| 4591 | + box-shadow: none; } | |
| 6808 | 4592 | |
| 6809 | 4593 | #elementor-template-library-import-form { |
| 6810 | 4594 | width: 95%; |
| 4595 | + background-color: rgba(255, 255, 255, 0.5); | |
| 6811 | 4596 | padding: 60px; |
| 6812 | - border: 2px dashed var(--e-a-border-color-bold); | |
| 4597 | + border: 2px dashed #d5dadf; | |
| 6813 | 4598 | margin: 35px auto; |
| 6814 | - transition: var(--e-a-transition-hover); | |
| 6815 | -} | |
| 6816 | -#elementor-template-library-import-form-or { | |
| 6817 | - margin-block-start: 15px; | |
| 6818 | - font-size: 18px; | |
| 6819 | -} | |
| 6820 | -#elementor-template-library-import-form-label { | |
| 6821 | - margin-block-start: 20px; | |
| 6822 | - padding: 15px 35px; | |
| 6823 | - display: inline-block; | |
| 6824 | -} | |
| 6825 | -#elementor-template-library-import-form-input { | |
| 6826 | - display: none; | |
| 6827 | -} | |
| 6828 | -#elementor-template-library-import-form.elementor-drag-over { | |
| 6829 | - border-color: var(--e-a-color-primary); | |
| 6830 | -} | |
| 4599 | + -webkit-transition: background-color 0.5s; | |
| 4600 | + -o-transition: background-color 0.5s; | |
| 4601 | + transition: background-color 0.5s; } | |
| 4602 | + #elementor-template-library-import-form:hover { | |
| 4603 | + background-color: rgba(255, 255, 255, 0.9); } | |
| 4604 | + #elementor-template-library-import-form-or { | |
| 4605 | + margin-top: 15px; | |
| 4606 | + font-size: 18px; } | |
| 4607 | + #elementor-template-library-import-form-label { | |
| 4608 | + margin-top: 20px; | |
| 4609 | + padding: 15px 35px; | |
| 4610 | + display: inline-block; } | |
| 4611 | + #elementor-template-library-import-form-input { | |
| 4612 | + display: none; } | |
| 4613 | + #elementor-template-library-import-form.elementor-drag-over { | |
| 4614 | + border: 3px dashed #71d7f7; } | |
| 4615 | + | |
| 6831 | 4616 | #elementor-template-library-import .elementor-template-library-blank-icon { |
| 6832 | - margin-block-start: 0; | |
| 6833 | -} | |
| 4617 | + margin-top: 0; } | |
| 4618 | + | |
| 6834 | 4619 | #elementor-template-library-import .elementor-template-library-blank-message { |
| 6835 | - margin-block-start: 20px; | |
| 6836 | -} | |
| 4620 | + margin-top: 20px; } | |
| 6837 | 4621 | |
| 6838 | 4622 | .e-route-library-connect #elementor-template-library-modal .dialog-message { |
| 6839 | 4623 | max-height: 95vh; |
| 6840 | 4624 | padding: 100px 0 0; |
| 6841 | - min-height: 550px; | |
| 6842 | -} | |
| 4625 | + min-height: 550px; } | |
| 6843 | 4626 | |
| 6844 | -.elementor-template-library-cloud-empty__button { | |
| 6845 | - margin-block-start: 45px; | |
| 6846 | -} | |
| 4627 | +#elementor-template-library-connect-logo { | |
| 4628 | + font-size: 20px; } | |
| 6847 | 4629 | |
| 6848 | -#elementor-template-library-connect-logo { | |
| 6849 | - font-size: 20px; | |
| 6850 | -} | |
| 6851 | 4630 | #elementor-template-library-connect__button { |
| 6852 | 4631 | display: inline-block; |
| 6853 | 4632 | position: relative; |
| 6854 | 4633 | z-index: 1; |
| 6855 | - margin-block-start: 25px; | |
| 4634 | + margin-top: 25px; | |
| 6856 | 4635 | padding: 12px 24px; |
| 6857 | - font-size: 14px; | |
| 6858 | -} | |
| 4636 | + font-size: 14px; } | |
| 4637 | + | |
| 6859 | 4638 | #elementor-template-library-connect__background-image-left-1 { |
| 6860 | 4639 | right: 22.4%; |
| 6861 | 4640 | bottom: -29%; |
| 6862 | - animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; | |
| 6863 | -} | |
| 4641 | + -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; | |
| 4642 | + animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; } | |
| 4643 | + | |
| 6864 | 4644 | #elementor-template-library-connect__background-image-left-2 { |
| 6865 | 4645 | right: 46.25%; |
| 6866 | 4646 | bottom: -15.5%; |
| 6867 | - animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; | |
| 6868 | -} | |
| 4647 | + -webkit-animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; | |
| 4648 | + animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; } | |
| 4649 | + | |
| 6869 | 4650 | #elementor-template-library-connect__background-image-right-1 { |
| 6870 | 4651 | left: 37%; |
| 6871 | 4652 | bottom: -41%; |
| 6872 | - animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; | |
| 6873 | -} | |
| 4653 | + -webkit-animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; | |
| 4654 | + animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; } | |
| 4655 | + | |
| 6874 | 4656 | #elementor-template-library-connect__background-image-right-2 { |
| 6875 | 4657 | left: 48%; |
| 6876 | 4658 | bottom: -12.5%; |
| 6877 | - animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; | |
| 6878 | -} | |
| 4659 | + -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; | |
| 4660 | + animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; } | |
| 6879 | 4661 | |
| 6880 | 4662 | .elementor-template-library-connect__background-image { |
| 6881 | - position: absolute; | |
| 6882 | -} | |
| 4663 | + position: absolute; } | |
| 6883 | 4664 | |
| 6884 | 4665 | .elementor-template-library-blank-footer { |
| 6885 | 4666 | position: absolute; |
| 6886 | - inset-block-end: 70px; | |
| 6887 | - inset-inline-start: 50%; | |
| 6888 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 6889 | - font-style: italic; | |
| 6890 | - color: var(--e-a-color-txt-muted); | |
| 6891 | -} | |
| 6892 | -@media (max-height: 700px) { | |
| 6893 | - .elementor-template-library-blank-footer { | |
| 6894 | - display: none; | |
| 6895 | - } | |
| 6896 | -} | |
| 4667 | + bottom: 70px; | |
| 4668 | + left: 50%; | |
| 4669 | + -webkit-transform: translateX(-50%); | |
| 4670 | + -ms-transform: translateX(-50%); | |
| 4671 | + transform: translateX(-50%); | |
| 4672 | + color: #a4afb7; | |
| 4673 | + font-style: italic; } | |
| 4674 | + @media (max-height: 700px) { | |
| 4675 | + .elementor-template-library-blank-footer { | |
| 4676 | + display: none; } } | |
| 6897 | 4677 | |
| 6898 | 4678 | #elementor-template-library-footer-banner { |
| 6899 | - padding-block-end: 45px; | |
| 6900 | -} | |
| 6901 | -#elementor-template-library-footer-banner i { | |
| 6902 | - font-size: 56px; | |
| 6903 | - margin-block-start: 40px; | |
| 6904 | -} | |
| 6905 | -#elementor-template-library-footer-banner .elementor-nerd-box-icon { | |
| 6906 | - margin-block-start: 70px; | |
| 6907 | -} | |
| 4679 | + padding-bottom: 45px; } | |
| 4680 | + #elementor-template-library-footer-banner i { | |
| 4681 | + color: #c2cbd2; | |
| 4682 | + font-size: 56px; | |
| 4683 | + margin-top: 40px; } | |
| 4684 | + #elementor-template-library-footer-banner .elementor-nerd-box-icon { | |
| 4685 | + margin-top: 70px; } | |
| 4686 | + #elementor-template-library-footer-banner .elementor-excerpt { | |
| 4687 | + color: #a4afb7; | |
| 4688 | + font-size: 15px; | |
| 4689 | + font-weight: 500; | |
| 4690 | + margin-top: 20px; } | |
| 6908 | 4691 | |
| 6909 | 4692 | #elementor-template-library-templates-empty { |
| 6910 | 4693 | width: 100%; |
| 6911 | - margin-block-start: 40px; | |
| 6912 | -} | |
| 4694 | + margin-top: 40px; } | |
| 6913 | 4695 | |
| 6914 | 4696 | #elementor-template-library-error-dialog .dialog-message { |
| 6915 | - text-align: start; | |
| 6916 | -} | |
| 4697 | + text-align: start; } | |
| 6917 | 4698 | |
| 6918 | 4699 | #elementor-template-library-error-info { |
| 6919 | - margin-block-start: 10px; | |
| 6920 | -} | |
| 4700 | + margin-top: 10px; } | |
| 6921 | 4701 | |
| 6922 | -#elementor-library--infotip__dialog, | |
| 6923 | -#elementor-library--connect_infotip__dialog, | |
| 6924 | -#elementor-library--cloud-upgrade__dialog, | |
| 6925 | -#elementor-library--site-info__dialog { | |
| 6926 | - position: absolute; | |
| 6927 | - z-index: 10000; | |
| 6928 | - background-color: var(--e-a-bg-default); | |
| 6929 | - box-shadow: var(--e-a-popover-shadow); | |
| 6930 | - border-radius: var(--e-a-border-radius); | |
| 6931 | -} | |
| 6932 | -#elementor-library--infotip__dialog.variant-b, | |
| 6933 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6934 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6935 | -#elementor-library--site-info__dialog.variant-b { | |
| 6936 | - width: 200px; | |
| 6937 | - color: var(--e-a-color-txt-invert); | |
| 6938 | - background-color: var(--e-a-bg-secondary); | |
| 6939 | -} | |
| 6940 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6941 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6942 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6943 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6944 | - padding: 4px 8px 4px 8px; | |
| 6945 | -} | |
| 6946 | -#elementor-library--infotip__dialog__title, | |
| 6947 | -#elementor-library--connect_infotip__dialog__title, | |
| 6948 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6949 | -#elementor-library--site-info__dialog__title { | |
| 6950 | - font-size: 14px; | |
| 6951 | -} | |
| 6952 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6953 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6954 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6955 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6956 | - padding: 10px 0 10px 10px; | |
| 6957 | - float: inline-end; | |
| 6958 | -} | |
| 6959 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6960 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6961 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6962 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6963 | - padding: 7px 25px; | |
| 6964 | - font-size: 13px; | |
| 6965 | - background: none; | |
| 6966 | - color: var(--e-a-btn-bg-accent); | |
| 6967 | - border: none; | |
| 6968 | - font-weight: 500; | |
| 6969 | - cursor: pointer; | |
| 6970 | -} | |
| 6971 | -#elementor-library--infotip__dialog:after, | |
| 6972 | -#elementor-library--connect_infotip__dialog:after, | |
| 6973 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6974 | -#elementor-library--site-info__dialog:after { | |
| 6975 | - content: ""; | |
| 6976 | - position: absolute; | |
| 6977 | - inset-inline-end: 46%; | |
| 6978 | - transform: scaleX(0.7); | |
| 6979 | - border: 10px solid transparent; | |
| 6980 | -} | |
| 4702 | +@media (max-width: 1439px) { | |
| 4703 | + .elementor-template-library-local-column-1 { | |
| 4704 | + width: 33%; } | |
| 4705 | + .elementor-template-library-local-column-2 { | |
| 4706 | + width: 10%; } | |
| 4707 | + .elementor-template-library-local-column-3 { | |
| 4708 | + width: 15%; } | |
| 4709 | + .elementor-template-library-local-column-4 { | |
| 4710 | + width: 15%; } | |
| 4711 | + .elementor-template-library-local-column-5 { | |
| 4712 | + width: 27%; } } | |
| 6981 | 4713 | |
| 6982 | -#elementor-library--infotip__dialog { | |
| 6983 | - width: 265px; | |
| 6984 | -} | |
| 6985 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6986 | - padding: 20px 20px 0px 20px; | |
| 6987 | -} | |
| 6988 | -#elementor-library--infotip__dialog:after { | |
| 6989 | - inset-block-start: 100%; | |
| 6990 | - border-block-start-color: var(--e-a-bg-default); | |
| 6991 | -} | |
| 6992 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6993 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6994 | -} | |
| 4714 | +@media (min-width: 1440px) { | |
| 4715 | + .elementor-template-library-local-column-1 { | |
| 4716 | + width: 25%; } | |
| 4717 | + .elementor-template-library-local-column-2 { | |
| 4718 | + width: 17%; } | |
| 4719 | + .elementor-template-library-local-column-3 { | |
| 4720 | + width: 17%; } | |
| 4721 | + .elementor-template-library-local-column-4 { | |
| 4722 | + width: 17%; } | |
| 4723 | + .elementor-template-library-local-column-5 { | |
| 4724 | + width: 24%; } } | |
| 6995 | 4725 | |
| 6996 | -#elementor-library--connect_infotip__dialog { | |
| 6997 | - width: 265px; | |
| 6998 | -} | |
| 6999 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 7000 | - padding: 20px; | |
| 7001 | -} | |
| 7002 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 7003 | - inset-block-end: 100%; | |
| 7004 | - border-block-end-color: var(--e-a-bg-default); | |
| 7005 | -} | |
| 7006 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 7007 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7008 | - inset-block-start: 100%; | |
| 7009 | -} | |
| 7010 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 7011 | - width: 265px; | |
| 7012 | -} | |
| 4726 | +@media (max-width: 1024px) { | |
| 4727 | + .elementor-template-library-local-column-3 { | |
| 4728 | + display: none; } | |
| 4729 | + .elementor-template-library-local-column-5 { | |
| 4730 | + width: 41%; } } | |
| 7013 | 4731 | |
| 7014 | -#elementor-library--cloud-upgrade__dialog { | |
| 7015 | - width: 265px; | |
| 7016 | -} | |
| 7017 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 7018 | - inset-block-start: 100%; | |
| 7019 | - border-block-start-color: var(--e-a-bg-default); | |
| 7020 | -} | |
| 7021 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 7022 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7023 | -} | |
| 7024 | - | |
| 7025 | -#elementor-library--site-info__dialog { | |
| 7026 | - width: 265px; | |
| 7027 | -} | |
| 7028 | -#elementor-library--site-info__dialog:after { | |
| 7029 | - inset-block-start: 100%; | |
| 7030 | - border-block-start-color: var(--e-a-bg-default); | |
| 7031 | -} | |
| 7032 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 7033 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7034 | -} | |
| 7035 | - | |
| 7036 | -.elementor-global-styles-dialog { | |
| 7037 | - --gsd-color-text-primary: #0c0d0e; | |
| 7038 | - --gsd-color-text-secondary: #3f444b; | |
| 7039 | - --gsd-color-text-tertiary: #69727D; | |
| 7040 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 7041 | - --gsd-color-primary-main: #f0abfc; | |
| 7042 | - --gsd-color-primary-hover: #e879f9; | |
| 7043 | - --gsd-color-secondary-main: #515962; | |
| 7044 | - --gsd-border-radius: 4px; | |
| 7045 | - --gsd-spacing-horizontal: 24px; | |
| 7046 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 7047 | - padding: 16px 0 0; | |
| 7048 | - min-width: 444px; | |
| 7049 | -} | |
| 7050 | -.elementor-global-styles-dialog__header { | |
| 7051 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 7052 | - margin-block-end: 16px; | |
| 7053 | -} | |
| 7054 | -.elementor-global-styles-dialog__header h2 { | |
| 7055 | - margin: 0 0 4px; | |
| 7056 | - font-family: var(--gsd-font-family); | |
| 7057 | - font-size: 16px; | |
| 7058 | - font-weight: 500; | |
| 7059 | - line-height: 1.3; | |
| 7060 | - color: var(--gsd-color-text-primary); | |
| 7061 | - letter-spacing: 0.15px; | |
| 7062 | -} | |
| 7063 | -.elementor-global-styles-dialog__header p { | |
| 7064 | - margin: 0; | |
| 7065 | - font-family: var(--gsd-font-family); | |
| 7066 | - font-size: 14px; | |
| 7067 | - font-weight: 400; | |
| 7068 | - line-height: 20px; | |
| 7069 | - color: var(--gsd-color-text-secondary); | |
| 7070 | - letter-spacing: 0.15px; | |
| 7071 | -} | |
| 7072 | -.elementor-global-styles-dialog__options { | |
| 7073 | - display: flex; | |
| 7074 | - flex-direction: column; | |
| 7075 | - gap: 12px; | |
| 7076 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7077 | -} | |
| 7078 | -.elementor-global-styles-dialog__radio-card { | |
| 7079 | - display: flex; | |
| 7080 | - gap: 0; | |
| 7081 | - padding: 12px 8px; | |
| 7082 | - border: 1px solid var(--gsd-color-divider); | |
| 7083 | - border-radius: var(--gsd-border-radius); | |
| 7084 | - cursor: pointer; | |
| 7085 | - transition: border-color 0.2s ease; | |
| 7086 | -} | |
| 7087 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7088 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7089 | - padding: 11px 7px; | |
| 7090 | -} | |
| 7091 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7092 | - flex-shrink: 0; | |
| 7093 | - width: 20px; | |
| 7094 | - height: 20px; | |
| 7095 | - margin: 9px; | |
| 7096 | - cursor: pointer; | |
| 7097 | - color: var(--gsd-color-text-tertiary); | |
| 7098 | - accent-color: var(--gsd-color-text-primary); | |
| 7099 | -} | |
| 7100 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7101 | - display: flex; | |
| 7102 | - align-items: flex-start; | |
| 7103 | - flex-direction: column; | |
| 7104 | - flex: 1; | |
| 7105 | -} | |
| 7106 | -.elementor-global-styles-dialog__radio-label { | |
| 7107 | - font-family: var(--gsd-font-family); | |
| 7108 | - font-size: 14px; | |
| 7109 | - font-weight: 500; | |
| 7110 | - line-height: 18px; | |
| 7111 | - color: var(--gsd-color-text-primary); | |
| 7112 | - letter-spacing: 0.15px; | |
| 7113 | -} | |
| 7114 | -.elementor-global-styles-dialog__radio-description { | |
| 7115 | - font-family: var(--gsd-font-family); | |
| 7116 | - font-size: 12px; | |
| 7117 | - font-weight: 400; | |
| 7118 | - line-height: 20px; | |
| 7119 | - color: var(--gsd-color-text-secondary); | |
| 7120 | - letter-spacing: 0.4px; | |
| 7121 | -} | |
| 7122 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7123 | - display: flex; | |
| 7124 | - align-items: flex-start; | |
| 7125 | - gap: 4px; | |
| 7126 | - padding: 0; | |
| 7127 | - margin-block-start: 0; | |
| 7128 | -} | |
| 7129 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7130 | - display: flex; | |
| 7131 | - align-items: flex-start; | |
| 7132 | - gap: 4px; | |
| 7133 | - cursor: pointer; | |
| 7134 | -} | |
| 7135 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7136 | - width: 18px; | |
| 7137 | - height: 18px; | |
| 7138 | - margin: 4px; | |
| 7139 | - cursor: pointer; | |
| 7140 | -} | |
| 7141 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7142 | - background-color: var(--gsd-color-text-tertiary); | |
| 7143 | -} | |
| 7144 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7145 | - font-family: var(--gsd-font-family); | |
| 7146 | - font-size: 12px; | |
| 7147 | - font-weight: 400; | |
| 7148 | - line-height: 1.43; | |
| 7149 | - color: var(--gsd-color-text-primary); | |
| 7150 | - letter-spacing: 0.15px; | |
| 7151 | - padding-block-start: 4px; | |
| 7152 | - margin-inline-start: 4px; | |
| 7153 | -} | |
| 7154 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7155 | - color: #2563eb; | |
| 7156 | - text-decoration: underline; | |
| 7157 | -} | |
| 7158 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7159 | - color: #2563eb; | |
| 7160 | -} | |
| 7161 | -.elementor-global-styles-dialog__footer { | |
| 7162 | - display: flex; | |
| 7163 | - justify-content: flex-end; | |
| 7164 | - align-items: center; | |
| 7165 | - gap: 8px; | |
| 7166 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7167 | -} | |
| 7168 | -.elementor-global-styles-dialog__button-cancel { | |
| 7169 | - padding: 6px 8px; | |
| 7170 | - font-family: var(--gsd-font-family); | |
| 7171 | - font-size: 15px; | |
| 7172 | - font-weight: 500; | |
| 7173 | - line-height: 24px; | |
| 7174 | - letter-spacing: 0.4px; | |
| 7175 | - color: var(--gsd-color-secondary-main); | |
| 7176 | - background: transparent; | |
| 7177 | - border: none; | |
| 7178 | - border-radius: var(--gsd-border-radius); | |
| 7179 | - cursor: pointer; | |
| 7180 | -} | |
| 7181 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7182 | - background: rgba(0, 0, 0, 0.04); | |
| 7183 | -} | |
| 7184 | -.elementor-global-styles-dialog__button-insert { | |
| 7185 | - padding: 6px 16px; | |
| 7186 | - font-family: var(--gsd-font-family); | |
| 7187 | - font-size: 15px; | |
| 7188 | - font-weight: 500; | |
| 7189 | - line-height: 24px; | |
| 7190 | - letter-spacing: 0.4px; | |
| 7191 | - color: var(--gsd-color-text-primary); | |
| 7192 | - background: var(--gsd-color-primary-main); | |
| 7193 | - border: none; | |
| 7194 | - border-radius: var(--gsd-border-radius); | |
| 7195 | - cursor: pointer; | |
| 7196 | -} | |
| 7197 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7198 | - background: var(--gsd-color-primary-hover); | |
| 7199 | -} | |
| 7200 | - | |
| 7201 | 4732 | .elementor-tags-list { |
| 7202 | 4733 | display: none; |
| 7203 | 4734 | position: absolute; |
| 7204 | 4735 | width: 260px; |
| @@ -7203,1233 +4734,1051 @@ | ||
| 7203 | 4734 | position: absolute; |
| 7204 | 4735 | width: 260px; |
| 7205 | 4736 | max-height: 300px; |
| 7206 | 4737 | overflow: auto; |
| 7207 | - padding-block-end: 5px; | |
| 7208 | - background-color: var(--e-a-bg-default); | |
| 7209 | - box-shadow: var(--e-a-popover-shadow); | |
| 7210 | - border: var(--e-a-border); | |
| 7211 | - border-radius: 3px; | |
| 7212 | - z-index: 10000; | |
| 7213 | -} | |
| 7214 | -.elementor-tags-list__group-title { | |
| 7215 | - font-weight: bold; | |
| 7216 | - font-size: 12px; | |
| 7217 | - padding: 10px 15px; | |
| 7218 | - display: flex; | |
| 7219 | - align-items: center; | |
| 7220 | -} | |
| 7221 | -.elementor-tags-list__group-title .eicon-info-circle { | |
| 7222 | - padding-inline-end: 5px; | |
| 7223 | - color: var(--e-a-color-primary-bold); | |
| 7224 | - font-size: 14px; | |
| 7225 | -} | |
| 7226 | -.elementor-tags-list__item { | |
| 7227 | - font-size: 10px; | |
| 7228 | - padding: 6px 15px; | |
| 7229 | - cursor: pointer; | |
| 7230 | -} | |
| 7231 | -.elementor-tags-list__item:before { | |
| 7232 | - content: ">"; | |
| 7233 | - font-size: 8px; | |
| 7234 | - padding-inline-end: 5px; | |
| 7235 | -} | |
| 7236 | -.elementor-tags-list__item:hover { | |
| 7237 | - background-color: var(--e-a-bg-hover); | |
| 7238 | -} | |
| 7239 | -.elementor-tags-list__teaser { | |
| 7240 | - border-block-start: 2px solid var(--e-a-border-color); | |
| 7241 | - padding-block-start: 4px; | |
| 7242 | - margin-block-start: 4px; | |
| 7243 | -} | |
| 7244 | -.elementor-tags-list__teaser-text { | |
| 7245 | - padding: 2px 15px 8px; | |
| 7246 | - line-height: 1.5; | |
| 7247 | - font-size: 12px; | |
| 7248 | -} | |
| 7249 | -.elementor-tags-list__teaser-link { | |
| 7250 | - color: var(--e-a-color-primary-bold); | |
| 7251 | - text-decoration: underline; | |
| 7252 | - font-style: italic; | |
| 7253 | - font-weight: bold; | |
| 7254 | -} | |
| 4738 | + padding-bottom: 5px; | |
| 4739 | + background-color: #fff; | |
| 4740 | + border: 1px solid #a4afb7; | |
| 4741 | + -webkit-border-radius: 3px; | |
| 4742 | + border-radius: 3px; | |
| 4743 | + z-index: 10000; } | |
| 4744 | + .elementor-tags-list__group-title { | |
| 4745 | + color: #495157; | |
| 4746 | + font-weight: bold; | |
| 4747 | + font-size: 12px; | |
| 4748 | + padding: 10px 15px; | |
| 4749 | + display: -webkit-box; | |
| 4750 | + display: -ms-flexbox; | |
| 4751 | + display: flex; | |
| 4752 | + -webkit-box-align: center; | |
| 4753 | + -ms-flex-align: center; | |
| 4754 | + align-items: center; } | |
| 4755 | + .elementor-tags-list__group-title .eicon-info-circle { | |
| 4756 | + padding-right: 5px; | |
| 4757 | + color: #71d7f7; | |
| 4758 | + font-size: 14px; } | |
| 4759 | + .elementor-tags-list__item { | |
| 4760 | + font-size: 10px; | |
| 4761 | + padding: 6px 15px; | |
| 4762 | + cursor: pointer; } | |
| 4763 | + .elementor-tags-list__item:before { | |
| 4764 | + content: '>'; | |
| 4765 | + font-size: 8px; | |
| 4766 | + padding-right: 5px; } | |
| 4767 | + .elementor-tags-list__item:hover { | |
| 4768 | + background-color: #e6e9ec; } | |
| 4769 | + .elementor-tags-list__teaser { | |
| 4770 | + border-top: 2px solid #d5dadf; | |
| 4771 | + padding-top: 4px; | |
| 4772 | + margin-top: 4px; } | |
| 4773 | + .elementor-tags-list__teaser-title { | |
| 4774 | + color: #6d7882; } | |
| 4775 | + .elementor-tags-list__teaser-text { | |
| 4776 | + padding: 2px 15px 8px; | |
| 4777 | + line-height: 1.5; | |
| 4778 | + font-size: 12px; } | |
| 4779 | + .elementor-tags-list__teaser-link { | |
| 4780 | + color: #93003c; | |
| 4781 | + text-decoration: underline; | |
| 4782 | + font-style: italic; | |
| 4783 | + font-weight: bold; } | |
| 7255 | 4784 | |
| 7256 | 4785 | .elementor-dynamic-cover { |
| 4786 | + display: -webkit-box; | |
| 4787 | + display: -ms-flexbox; | |
| 7257 | 4788 | display: flex; |
| 7258 | - align-items: center; | |
| 4789 | + -webkit-box-align: center; | |
| 4790 | + -ms-flex-align: center; | |
| 4791 | + align-items: center; | |
| 7259 | 4792 | width: 100%; |
| 7260 | 4793 | height: 27px; |
| 7261 | - box-sizing: border-box; | |
| 7262 | -} | |
| 7263 | -.elementor-dynamic-cover__title { | |
| 7264 | - padding: 0 8px; | |
| 7265 | - flex-grow: 1; | |
| 7266 | - white-space: nowrap; | |
| 7267 | - text-overflow: ellipsis; | |
| 7268 | - overflow: hidden; | |
| 7269 | -} | |
| 7270 | -.elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { | |
| 7271 | - cursor: pointer; | |
| 7272 | - transition: var(--e-a-transition-hover); | |
| 7273 | -} | |
| 7274 | -.elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { | |
| 7275 | - color: var(--e-a-color-txt-hover); | |
| 7276 | -} | |
| 7277 | -.elementor-control-type-wysiwyg .elementor-dynamic-cover { | |
| 7278 | - margin-block-start: 10px; | |
| 7279 | -} | |
| 4794 | + -webkit-box-sizing: border-box; | |
| 4795 | + box-sizing: border-box; } | |
| 4796 | + .elementor-dynamic-cover__title { | |
| 4797 | + padding: 0 8px; | |
| 4798 | + -webkit-box-flex: 1; | |
| 4799 | + -ms-flex-positive: 1; | |
| 4800 | + flex-grow: 1; | |
| 4801 | + white-space: nowrap; | |
| 4802 | + -o-text-overflow: ellipsis; | |
| 4803 | + text-overflow: ellipsis; | |
| 4804 | + overflow: hidden; } | |
| 4805 | + .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { | |
| 4806 | + color: #c2cbd2; | |
| 4807 | + cursor: pointer; | |
| 4808 | + -webkit-transition: all 0.3s; | |
| 4809 | + -o-transition: all 0.3s; | |
| 4810 | + transition: all 0.3s; } | |
| 4811 | + .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { | |
| 4812 | + color: #a4afb7; } | |
| 4813 | + .elementor-control-type-wysiwyg .elementor-dynamic-cover { | |
| 4814 | + margin-top: 10px; } | |
| 7280 | 4815 | |
| 7281 | 4816 | .elementor-tag-settings-popup { |
| 7282 | 4817 | position: absolute; |
| 7283 | 4818 | width: 260px; |
| 7284 | - background-color: var(--e-a-bg-default); | |
| 7285 | - border: var(--e-a-border); | |
| 7286 | - box-shadow: var(--e-a-popover-shadow); | |
| 7287 | - z-index: 1; | |
| 7288 | -} | |
| 7289 | -.elementor-tag-settings-popup:before { | |
| 7290 | - content: ""; | |
| 7291 | - position: absolute; | |
| 7292 | - inset-block-start: -20px; | |
| 7293 | - inset-inline-start: 5px; | |
| 7294 | - border: 10px solid transparent; | |
| 7295 | - border-block-end-color: var(--e-a-border-color); | |
| 7296 | -} | |
| 7297 | -.elementor-tag-settings-popup .elementor-control-type-section:first-child { | |
| 7298 | - margin: 0; | |
| 7299 | -} | |
| 4819 | + background-color: #e6e9ec; | |
| 4820 | + -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 4821 | + box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 4822 | + z-index: 1; } | |
| 4823 | + .elementor-tag-settings-popup:before { | |
| 4824 | + content: ''; | |
| 4825 | + position: absolute; | |
| 4826 | + top: -20px; | |
| 4827 | + left: 5px; | |
| 4828 | + border: 10px solid transparent; | |
| 4829 | + border-bottom-color: #fff; } | |
| 4830 | + .elementor-tag-settings-popup .elementor-control-type-section:first-child { | |
| 4831 | + margin: 0; } | |
| 7300 | 4832 | |
| 7301 | 4833 | .elementor-tag-controls-stack-empty { |
| 7302 | - background-color: var(--e-a-bg-default); | |
| 4834 | + background-color: #fff; | |
| 7303 | 4835 | padding: 10px; |
| 7304 | 4836 | font-size: 13px; |
| 7305 | - text-align: center; | |
| 7306 | -} | |
| 4837 | + text-align: center; } | |
| 7307 | 4838 | |
| 7308 | -.elementor-control-dynamic input { | |
| 7309 | - border-start-start-radius: var(--e-a-border-radius); | |
| 7310 | - border-start-end-radius: 0; | |
| 7311 | - border-end-end-radius: 0; | |
| 7312 | - border-end-start-radius: var(--e-a-border-radius); | |
| 7313 | -} | |
| 7314 | 4839 | .elementor-control-dynamic-switcher { |
| 4840 | + display: -webkit-inline-box; | |
| 4841 | + display: -ms-inline-flexbox; | |
| 7315 | 4842 | display: inline-flex; |
| 7316 | - align-items: center; | |
| 7317 | - justify-content: center; | |
| 7318 | - flex-shrink: 0; | |
| 4843 | + -webkit-box-align: center; | |
| 4844 | + -ms-flex-align: center; | |
| 4845 | + align-items: center; | |
| 4846 | + -webkit-box-pack: center; | |
| 4847 | + -ms-flex-pack: center; | |
| 4848 | + justify-content: center; | |
| 4849 | + -ms-flex-negative: 0; | |
| 4850 | + flex-shrink: 0; | |
| 7319 | 4851 | height: 27px; |
| 7320 | 4852 | cursor: pointer; |
| 7321 | - border: var(--e-a-border-bold); | |
| 7322 | - background: var(--e-a-bg-default); | |
| 7323 | - border-inline-start-width: 0; | |
| 7324 | - border-start-start-radius: 0; | |
| 7325 | - border-start-end-radius: var(--e-a-border-radius); | |
| 7326 | - border-end-end-radius: var(--e-a-border-radius); | |
| 7327 | - border-end-start-radius: 0; | |
| 7328 | - transition: var(--e-a-transition-hover); | |
| 7329 | -} | |
| 7330 | -.elementor-control-dynamic-switcher:hover { | |
| 7331 | - background-color: var(--e-a-bg-hover); | |
| 7332 | - color: var(--e-a-color-txt-hover); | |
| 7333 | -} | |
| 7334 | -.elementor-control-dynamic-switcher.e-control-tool { | |
| 7335 | - height: 20px; | |
| 7336 | - border: 0; | |
| 7337 | -} | |
| 7338 | -.elementor-control-dynamic-switcher-wrapper { | |
| 7339 | - display: flex; | |
| 7340 | -} | |
| 7341 | -.elementor-control-dynamic-switcher .eicon-database { | |
| 7342 | - font-size: 12px; | |
| 7343 | -} | |
| 4853 | + border: 1px solid #d5dadf; | |
| 4854 | + -webkit-border-radius: 3px; | |
| 4855 | + border-radius: 3px; | |
| 4856 | + background: #fff; } | |
| 4857 | + .elementor-control-dynamic-switcher.e-control-tool { | |
| 4858 | + height: 20px; | |
| 4859 | + border: 0; } | |
| 4860 | + .elementor-control-dynamic-switcher-wrapper { | |
| 4861 | + display: -webkit-box; | |
| 4862 | + display: -ms-flexbox; | |
| 4863 | + display: flex; } | |
| 4864 | + .elementor-control-dynamic-switcher .eicon-database { | |
| 4865 | + font-size: 12px; } | |
| 4866 | + | |
| 7344 | 4867 | .elementor-control-dynamic-value .elementor-control-tag-area, |
| 7345 | 4868 | .elementor-control-dynamic-value .elementor-control-dynamic-switcher, |
| 7346 | 4869 | .elementor-control-dynamic-value .e-global__popover-toggle { |
| 7347 | - display: none; | |
| 7348 | -} | |
| 4870 | + display: none; } | |
| 7349 | 4871 | |
| 4872 | +#elementor-toast { | |
| 4873 | + position: absolute; | |
| 4874 | + width: 280px; | |
| 4875 | + padding: 20px; | |
| 4876 | + -webkit-border-radius: 5px; | |
| 4877 | + border-radius: 5px; | |
| 4878 | + color: #d5dadf; | |
| 4879 | + background-color: rgba(0, 0, 0, 0.8); | |
| 4880 | + z-index: 10000; } | |
| 4881 | + #elementor-toast .dialog-message { | |
| 4882 | + font-size: 13px; } | |
| 4883 | + #elementor-toast .dialog-buttons-wrapper { | |
| 4884 | + display: -webkit-box; | |
| 4885 | + display: -ms-flexbox; | |
| 4886 | + display: flex; | |
| 4887 | + -webkit-box-pack: end; | |
| 4888 | + -ms-flex-pack: end; | |
| 4889 | + justify-content: flex-end; | |
| 4890 | + margin-top: 15px; } | |
| 4891 | + #elementor-toast .dialog-button { | |
| 4892 | + color: #fcb92c; | |
| 4893 | + margin: 0 5px; | |
| 4894 | + text-transform: uppercase; | |
| 4895 | + cursor: pointer; } | |
| 4896 | + #elementor-toast .dialog-button:last-child { | |
| 4897 | + margin-right: 0; } | |
| 4898 | + | |
| 7350 | 4899 | .elementor-context-menu { |
| 7351 | 4900 | position: absolute; |
| 7352 | - width: 250px; | |
| 7353 | - padding: 5px 0px; | |
| 7354 | - background-color: var(--e-a-bg-default); | |
| 7355 | - border-radius: var(--e-a-border-radius); | |
| 7356 | - box-shadow: var(--e-a-popover-shadow); | |
| 4901 | + width: 200px; | |
| 4902 | + background-color: #fff; | |
| 4903 | + border: 1px solid #e6e9ec; | |
| 4904 | + -webkit-border-radius: 3px; | |
| 4905 | + border-radius: 3px; | |
| 4906 | + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09); | |
| 4907 | + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09); | |
| 7357 | 4908 | -webkit-user-select: none; |
| 7358 | 4909 | -moz-user-select: none; |
| 4910 | + -ms-user-select: none; | |
| 7359 | 4911 | user-select: none; |
| 7360 | - z-index: 101; | |
| 7361 | -} | |
| 7362 | -.elementor-context-menu-list { | |
| 7363 | - display: flex; | |
| 7364 | - flex-direction: column; | |
| 7365 | -} | |
| 7366 | -.elementor-context-menu-list__group { | |
| 7367 | - display: flex; | |
| 7368 | - flex-direction: column; | |
| 7369 | -} | |
| 7370 | -.elementor-context-menu-list__group:not(:last-child) { | |
| 7371 | - border-block-end: var(--e-a-border); | |
| 7372 | -} | |
| 7373 | -.elementor-context-menu-list__item { | |
| 7374 | - padding: 12px 20px; | |
| 7375 | - display: flex; | |
| 7376 | - gap: 16px; | |
| 7377 | - cursor: pointer; | |
| 7378 | - transition: var(--e-a-transition-hover); | |
| 7379 | - align-items: center; | |
| 7380 | -} | |
| 7381 | -.elementor-context-menu-list__item--disabled { | |
| 7382 | - cursor: default; | |
| 7383 | - opacity: 0.5; | |
| 7384 | - color: var(--e-a-color-disabled); | |
| 7385 | -} | |
| 7386 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7387 | - opacity: 1; | |
| 7388 | -} | |
| 7389 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7390 | - opacity: 0.5; | |
| 7391 | -} | |
| 7392 | -.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 { | |
| 7393 | - background-color: var(--e-a-bg-hover); | |
| 7394 | - color: var(--e-a-color-hover); | |
| 7395 | -} | |
| 7396 | -.elementor-context-menu-list__item__icon { | |
| 7397 | - display: none; | |
| 7398 | - width: 20px; | |
| 7399 | -} | |
| 7400 | -.elementor-context-menu-list__item__title { | |
| 7401 | - flex-grow: 1; | |
| 7402 | - white-space: nowrap; | |
| 7403 | - text-overflow: ellipsis; | |
| 7404 | - overflow: hidden; | |
| 7405 | -} | |
| 7406 | -.elementor-context-menu-list__item__shortcut { | |
| 7407 | - color: var(--e-a-color-txt-muted); | |
| 7408 | -} | |
| 7409 | -.elementor-context-menu-list__item__shortcut--link-fullwidth { | |
| 7410 | - position: absolute; | |
| 7411 | - inset: 0; | |
| 7412 | - z-index: 2; | |
| 7413 | - cursor: pointer; | |
| 7414 | -} | |
| 7415 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7416 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7417 | - padding: 2px 8px; | |
| 7418 | - color: var(--e-a-color-primary-bold); | |
| 7419 | - border-radius: 10px; | |
| 7420 | - font-size: 10px; | |
| 7421 | -} | |
| 7422 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7423 | - display: flex; | |
| 7424 | - align-items: center; | |
| 7425 | - justify-content: center; | |
| 7426 | - width: 24px; | |
| 7427 | - height: 24px; | |
| 7428 | - border-radius: 50%; | |
| 7429 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7430 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7431 | - font-size: 16px; | |
| 7432 | - cursor: pointer; | |
| 7433 | -} | |
| 7434 | -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { | |
| 7435 | - font-size: 14px; | |
| 7436 | - font-style: normal; | |
| 7437 | - font-weight: 400; | |
| 7438 | - line-height: 1; | |
| 7439 | - position: relative; | |
| 7440 | -} | |
| 7441 | -.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 > * { | |
| 7442 | - color: var(--e-global-color-danger); | |
| 7443 | -} | |
| 7444 | -.elementor-context-menu-list__item.elementor-hidden { | |
| 7445 | - display: none; | |
| 7446 | -} | |
| 7447 | -.elementor-context-menu .eicon-pro-icon { | |
| 7448 | - color: var(--e-global-color-accent); | |
| 7449 | -} | |
| 4912 | + z-index: 101; } | |
| 4913 | + .elementor-context-menu-list__group { | |
| 4914 | + padding: 5px 0; } | |
| 4915 | + .elementor-context-menu-list__group:not(:last-child) { | |
| 4916 | + border-bottom: 1px solid #e6e9ec; } | |
| 4917 | + .elementor-context-menu-list__item { | |
| 4918 | + padding: 5px 10px; | |
| 4919 | + padding-right: 20px; | |
| 4920 | + display: -webkit-box; | |
| 4921 | + display: -ms-flexbox; | |
| 4922 | + display: flex; | |
| 4923 | + cursor: pointer; } | |
| 4924 | + .elementor-context-menu-list__item--disabled { | |
| 4925 | + cursor: default; | |
| 4926 | + color: #d5dadf; } | |
| 4927 | + .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover { | |
| 4928 | + background-color: #71d7f7; } | |
| 4929 | + .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover > * { | |
| 4930 | + color: #fff; } | |
| 4931 | + .elementor-context-menu-list__item__icon { | |
| 4932 | + width: 20px; | |
| 4933 | + color: #c2cbd2; } | |
| 4934 | + .elementor-context-menu-list__item__title { | |
| 4935 | + -webkit-box-flex: 1; | |
| 4936 | + -ms-flex-positive: 1; | |
| 4937 | + flex-grow: 1; | |
| 4938 | + white-space: nowrap; | |
| 4939 | + -o-text-overflow: ellipsis; | |
| 4940 | + text-overflow: ellipsis; | |
| 4941 | + overflow: hidden; } | |
| 4942 | + .elementor-context-menu-list__item__shortcut { | |
| 4943 | + color: #d5dadf; } | |
| 4944 | + .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover { | |
| 4945 | + background-color: #d72b3f; } | |
| 4946 | + .elementor-context-menu .eicon-pro-icon { | |
| 4947 | + color: #fcb92c; } | |
| 7450 | 4948 | |
| 7451 | 4949 | #elementor-hotkeys { |
| 7452 | - text-align: start; | |
| 7453 | -} | |
| 7454 | -#elementor-hotkeys__modal .dialog-buttons-wrapper { | |
| 7455 | - display: none; | |
| 7456 | -} | |
| 7457 | -#elementor-hotkeys__content { | |
| 7458 | - display: flex; | |
| 7459 | - justify-content: space-between; | |
| 7460 | - gap: 70px; | |
| 7461 | - padding: 20px 30px; | |
| 7462 | - width: 100%; | |
| 7463 | - overflow: hidden; | |
| 7464 | -} | |
| 7465 | -@media (max-width: 1024px) { | |
| 4950 | + text-align: left; } | |
| 7466 | 4951 | #elementor-hotkeys__content { |
| 7467 | - flex-direction: column; | |
| 7468 | - gap: 20px; | |
| 7469 | - padding: 20px; | |
| 7470 | - } | |
| 7471 | -} | |
| 4952 | + display: -webkit-box; | |
| 4953 | + display: -ms-flexbox; | |
| 4954 | + display: flex; | |
| 4955 | + width: 100%; | |
| 4956 | + overflow: hidden; | |
| 4957 | + margin-bottom: 30px; } | |
| 4958 | + @media (max-width: 1024px) { | |
| 4959 | + #elementor-hotkeys__content { | |
| 4960 | + -webkit-box-orient: vertical; | |
| 4961 | + -webkit-box-direction: normal; | |
| 4962 | + -ms-flex-direction: column; | |
| 4963 | + flex-direction: column; } } | |
| 4964 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4965 | + -webkit-border-radius: 3px 0 0 3px; | |
| 4966 | + border-radius: 3px 0 0 3px; } | |
| 4967 | + @media (max-width: 1024px) { | |
| 4968 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4969 | + -webkit-border-radius: 3px; | |
| 4970 | + border-radius: 3px; } } | |
| 4971 | + @media (min-width: 1025px) { | |
| 4972 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 4973 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4974 | + padding-right: 25px; } } | |
| 4975 | + @media (min-width: 1440px) { | |
| 4976 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 4977 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4978 | + padding-right: 50px; } } | |
| 4979 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4980 | + -webkit-border-radius: 0 3px 3px 0; | |
| 4981 | + border-radius: 0 3px 3px 0; } | |
| 4982 | + @media (max-width: 1024px) { | |
| 4983 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4984 | + -webkit-border-radius: 3px; | |
| 4985 | + border-radius: 3px; } } | |
| 4986 | + @media (min-width: 1025px) { | |
| 4987 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 4988 | + padding-left: 25px; } } | |
| 4989 | + @media (min-width: 1440px) { | |
| 4990 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 4991 | + padding-left: 50px; } } | |
| 4992 | + @media (min-width: 1025px) { | |
| 4993 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4994 | + padding-left: 15px; } } | |
| 4995 | + @media (min-width: 1440px) { | |
| 4996 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4997 | + padding-left: 40px; } } | |
| 7472 | 4998 | |
| 7473 | 4999 | .elementor-hotkeys__col { |
| 7474 | - display: flex; | |
| 7475 | - flex-direction: column; | |
| 7476 | - gap: 20px; | |
| 7477 | - width: 100%; | |
| 7478 | -} | |
| 5000 | + width: 50%; } | |
| 5001 | + @media (max-width: 1024px) { | |
| 5002 | + .elementor-hotkeys__col { | |
| 5003 | + width: 100%; } } | |
| 5004 | + | |
| 5005 | +.elementor-hotkeys__header, .elementor-hotkeys__list { | |
| 5006 | + width: 100%; } | |
| 5007 | + | |
| 7479 | 5008 | .elementor-hotkeys__header { |
| 7480 | - font-weight: 500; | |
| 7481 | -} | |
| 5009 | + padding: 10px 30px; | |
| 5010 | + font-weight: 500; } | |
| 5011 | + @media (max-width: 479px) { | |
| 5012 | + .elementor-hotkeys__header { | |
| 5013 | + padding-right: 10px; | |
| 5014 | + padding-left: 10px; } } | |
| 5015 | + | |
| 5016 | +.elementor-hotkeys__list { | |
| 5017 | + background-color: #ffffff; | |
| 5018 | + height: calc(100% - 42px); | |
| 5019 | + padding: 10px 20px; } | |
| 5020 | + @media (max-width: 479px) { | |
| 5021 | + .elementor-hotkeys__list { | |
| 5022 | + padding: 0; } } | |
| 5023 | + @media (max-width: 1024px) { | |
| 5024 | + .elementor-hotkeys__list { | |
| 5025 | + margin-bottom: 30px; } } | |
| 5026 | + @media (max-width: 1024px) { | |
| 5027 | + .elementor-hotkeys__list { | |
| 5028 | + height: auto; } } | |
| 5029 | + | |
| 7482 | 5030 | .elementor-hotkeys__item { |
| 5031 | + display: -webkit-box; | |
| 5032 | + display: -ms-flexbox; | |
| 7483 | 5033 | display: flex; |
| 7484 | - align-items: center; | |
| 5034 | + -webkit-box-align: center; | |
| 5035 | + -ms-flex-align: center; | |
| 5036 | + align-items: center; | |
| 7485 | 5037 | padding: 20px 10px; |
| 7486 | -} | |
| 7487 | -.elementor-hotkeys__item:not(:last-child) { | |
| 7488 | - border-block-end: var(--e-a-border); | |
| 7489 | -} | |
| 7490 | -.elementor-hotkeys__item--label { | |
| 7491 | - font-size: 13px; | |
| 7492 | - font-weight: 400; | |
| 7493 | - flex-grow: 1; | |
| 7494 | -} | |
| 7495 | -.elementor-hotkeys__item--shortcut { | |
| 7496 | - flex-grow: 0; | |
| 7497 | - display: flex; | |
| 7498 | - gap: 27px; | |
| 7499 | -} | |
| 7500 | -@media (max-width: 1024px) { | |
| 5038 | + border-bottom: 1px solid #eceeef; } | |
| 5039 | + .elementor-hotkeys__item:last-child { | |
| 5040 | + margin-bottom: 30px; } | |
| 5041 | + @media (max-width: 479px) { | |
| 5042 | + .elementor-hotkeys__item:last-child { | |
| 5043 | + margin-bottom: 0; } } | |
| 5044 | + .elementor-hotkeys__item--label { | |
| 5045 | + font-size: 13px; | |
| 5046 | + font-weight: 400; | |
| 5047 | + -webkit-box-flex: 1; | |
| 5048 | + -ms-flex-positive: 1; | |
| 5049 | + flex-grow: 1; } | |
| 7501 | 5050 | .elementor-hotkeys__item--shortcut { |
| 7502 | - gap: 23px; | |
| 7503 | - } | |
| 7504 | -} | |
| 7505 | -.elementor-hotkeys__item--shortcut kbd { | |
| 7506 | - position: relative; | |
| 7507 | - font-family: unset; | |
| 7508 | - background-color: var(--e-a-bg-active); | |
| 7509 | - padding: 5px 12px; | |
| 7510 | - border-radius: var(--e-a-border-radius); | |
| 7511 | -} | |
| 7512 | -@media (max-width: 1024px) { | |
| 7513 | - .elementor-hotkeys__item--shortcut kbd { | |
| 7514 | - padding: 4px 9px; | |
| 7515 | - } | |
| 7516 | -} | |
| 7517 | -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 7518 | - content: "+"; | |
| 7519 | - position: absolute; | |
| 7520 | - inset-inline-end: 0; | |
| 7521 | - width: 9px; | |
| 7522 | - text-align: center; | |
| 7523 | - margin-inline-end: -18px; | |
| 7524 | -} | |
| 7525 | -@media (max-width: 1024px) { | |
| 7526 | - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 7527 | - margin-inline-end: -16px; | |
| 7528 | - } | |
| 7529 | -} | |
| 5051 | + -webkit-box-flex: 0; | |
| 5052 | + -ms-flex-positive: 0; | |
| 5053 | + flex-grow: 0; | |
| 5054 | + display: -webkit-box; | |
| 5055 | + display: -ms-flexbox; | |
| 5056 | + display: flex; } | |
| 5057 | + .elementor-hotkeys__item--shortcut span { | |
| 5058 | + position: relative; | |
| 5059 | + background-color: #eceeef; | |
| 5060 | + padding: 5px 12px; | |
| 5061 | + margin-right: 27px; | |
| 5062 | + -webkit-border-radius: 3px; | |
| 5063 | + border-radius: 3px; } | |
| 5064 | + @media (max-width: 479px) { | |
| 5065 | + .elementor-hotkeys__item--shortcut span { | |
| 5066 | + padding: 4px 9px; | |
| 5067 | + margin-right: 23px; } } | |
| 5068 | + .elementor-hotkeys__item--shortcut span:after { | |
| 5069 | + content: '+'; | |
| 5070 | + position: absolute; | |
| 5071 | + right: -18px; | |
| 5072 | + width: 9px; | |
| 5073 | + text-align: center; } | |
| 5074 | + @media (max-width: 479px) { | |
| 5075 | + .elementor-hotkeys__item--shortcut span:after { | |
| 5076 | + right: -16px; } } | |
| 5077 | + .elementor-hotkeys__item--shortcut span:last-child { | |
| 5078 | + margin-right: 0; } | |
| 5079 | + .elementor-hotkeys__item--shortcut span:last-child:after { | |
| 5080 | + display: none; } | |
| 7530 | 5081 | |
| 7531 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button { | |
| 7532 | - margin-top: 0 !important; | |
| 7533 | - width: calc(25% - 30px); | |
| 7534 | -} | |
| 5082 | +.ui-resizable-n { | |
| 5083 | + top: -5px; } | |
| 7535 | 5084 | |
| 7536 | -.ui-resizable-n { | |
| 7537 | - top: -5px; | |
| 7538 | -} | |
| 7539 | 5085 | .ui-resizable-e { |
| 7540 | - right: -5px; | |
| 7541 | -} | |
| 5086 | + right: -5px; } | |
| 5087 | + | |
| 7542 | 5088 | .ui-resizable-s { |
| 7543 | - bottom: -5px; | |
| 7544 | -} | |
| 5089 | + bottom: -5px; } | |
| 5090 | + | |
| 7545 | 5091 | .ui-resizable-w { |
| 7546 | - left: -5px; | |
| 7547 | -} | |
| 5092 | + left: -5px; } | |
| 5093 | + | |
| 7548 | 5094 | .ui-resizable-ne { |
| 7549 | 5095 | top: -5px; |
| 7550 | - right: -5px; | |
| 7551 | -} | |
| 5096 | + right: -5px; } | |
| 5097 | + | |
| 7552 | 5098 | .ui-resizable-nw { |
| 7553 | 5099 | top: -5px; |
| 7554 | - left: -5px; | |
| 7555 | -} | |
| 5100 | + left: -5px; } | |
| 5101 | + | |
| 7556 | 5102 | .ui-resizable-se { |
| 7557 | 5103 | bottom: -5px; |
| 7558 | - right: -5px; | |
| 7559 | -} | |
| 5104 | + right: -5px; } | |
| 5105 | + | |
| 7560 | 5106 | .ui-resizable-sw { |
| 7561 | 5107 | bottom: -5px; |
| 7562 | - left: -5px; | |
| 7563 | -} | |
| 5108 | + left: -5px; } | |
| 5109 | + | |
| 7564 | 5110 | .ui-resizable-n, .ui-resizable-s { |
| 7565 | 5111 | left: 0; |
| 7566 | 5112 | height: 10px; |
| 7567 | 5113 | width: 100%; |
| 7568 | - cursor: ns-resize; | |
| 7569 | -} | |
| 5114 | + cursor: ns-resize; } | |
| 5115 | + | |
| 7570 | 5116 | .ui-resizable-e, .ui-resizable-w { |
| 7571 | 5117 | top: 0; |
| 7572 | 5118 | height: 100%; |
| 7573 | 5119 | width: 10px; |
| 7574 | - cursor: ew-resize; | |
| 7575 | -} | |
| 5120 | + cursor: ew-resize; } | |
| 5121 | + | |
| 7576 | 5122 | .ui-resizable-ne, .ui-resizable-nw, .ui-resizable-se, .ui-resizable-sw { |
| 7577 | 5123 | height: 15px; |
| 7578 | - width: 15px; | |
| 7579 | -} | |
| 5124 | + width: 15px; } | |
| 5125 | + | |
| 7580 | 5126 | .ui-resizable-nw, .ui-resizable-se { |
| 7581 | - cursor: nwse-resize; | |
| 7582 | -} | |
| 5127 | + cursor: nwse-resize; } | |
| 5128 | + | |
| 7583 | 5129 | .ui-resizable-ne, .ui-resizable-sw { |
| 7584 | - cursor: nesw-resize; | |
| 7585 | -} | |
| 5130 | + cursor: nesw-resize; } | |
| 5131 | + | |
| 7586 | 5132 | .ui-resizable-handle { |
| 7587 | - position: absolute; | |
| 7588 | -} | |
| 5133 | + position: absolute; } | |
| 5134 | + | |
| 7589 | 5135 | .ui-resizable-resizing { |
| 7590 | - pointer-events: none; | |
| 7591 | -} | |
| 5136 | + pointer-events: none; } | |
| 7592 | 5137 | |
| 7593 | 5138 | body { |
| 7594 | - --e-editor-navigator-width: 240px; | |
| 7595 | - --e-editor-navigator-indicator-width: 3px; | |
| 7596 | - --e-editor-navigator-promotion-height: 30px; | |
| 7597 | -} | |
| 5139 | + --e-editor-navigator-width: 240px; } | |
| 7598 | 5140 | |
| 7599 | 5141 | #elementor-navigator { |
| 7600 | 5142 | position: fixed; |
| 7601 | - inset-block-start: 100px; | |
| 7602 | - inset-inline-end: 30px; | |
| 5143 | + top: 100px; | |
| 7603 | 5144 | width: var(--e-editor-navigator-width); |
| 7604 | 5145 | height: 50vh; |
| 7605 | - background-color: var(--e-a-bg-default); | |
| 7606 | - border: var(--e-a-border); | |
| 7607 | - box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 5146 | + right: 30px; | |
| 5147 | + background-color: #fff; | |
| 5148 | + -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 5149 | + box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 7608 | 5150 | -webkit-user-select: none; |
| 7609 | 5151 | -moz-user-select: none; |
| 5152 | + -ms-user-select: none; | |
| 7610 | 5153 | user-select: none; |
| 7611 | 5154 | overflow: hidden; |
| 7612 | 5155 | z-index: 100; |
| 7613 | - display: none; | |
| 7614 | -} | |
| 7615 | -body.elementor-navigator-docked #elementor-navigator { | |
| 7616 | - inset: 0; | |
| 7617 | - inset-inline-start: auto; | |
| 7618 | - height: 100%; | |
| 7619 | -} | |
| 7620 | -body:not(.elementor-navigator-docked) #elementor-navigator { | |
| 7621 | - border-radius: 5px; | |
| 7622 | -} | |
| 7623 | -#elementor-navigator__inner { | |
| 7624 | - height: 100%; | |
| 7625 | - display: flex; | |
| 7626 | - flex-direction: column; | |
| 7627 | -} | |
| 7628 | -#elementor-navigator__header { | |
| 7629 | - display: flex; | |
| 7630 | - align-items: stretch; | |
| 7631 | - border-block-end: var(--e-a-border); | |
| 7632 | - color: var(--e-a-color-txt-accent); | |
| 7633 | -} | |
| 7634 | -#elementor-navigator__header__title { | |
| 7635 | - flex: 1; | |
| 7636 | - text-align: center; | |
| 7637 | - font-size: 13px; | |
| 7638 | - font-weight: 400; | |
| 7639 | - padding: 10px 0; | |
| 7640 | - cursor: move; | |
| 7641 | -} | |
| 7642 | -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title { | |
| 7643 | - padding-inline-end: 17.5px; | |
| 7644 | -} | |
| 7645 | -#elementor-navigator__ai-titles { | |
| 7646 | - width: 35px; | |
| 7647 | - text-align: center; | |
| 7648 | - cursor: pointer; | |
| 7649 | - background-color: transparent; | |
| 7650 | - border: none; | |
| 7651 | - outline: none; | |
| 7652 | -} | |
| 7653 | -#elementor-navigator__ai-titles:hover { | |
| 7654 | - color: #E73CF6; | |
| 7655 | -} | |
| 7656 | -#elementor-navigator__close, #elementor-navigator__toggle-all { | |
| 7657 | - color: var(--e-a-color-txt); | |
| 7658 | - background-color: transparent; | |
| 7659 | - border: none; | |
| 7660 | - outline: 0; | |
| 7661 | - padding: 10px; | |
| 7662 | - cursor: pointer; | |
| 7663 | - transition: color 0.5s; | |
| 7664 | -} | |
| 7665 | -#elementor-navigator__close:hover, #elementor-navigator__toggle-all:hover { | |
| 7666 | - color: var(--e-a-color-txt-hover); | |
| 7667 | -} | |
| 7668 | -#elementor-navigator__close:focus, #elementor-navigator__toggle-all:focus { | |
| 7669 | - color: var(--e-a-color-txt-active); | |
| 7670 | -} | |
| 7671 | -#elementor-navigator__toggle-all { | |
| 7672 | - font-size: 13px; | |
| 7673 | -} | |
| 7674 | -#elementor-navigator__close { | |
| 7675 | - font-size: 11px; | |
| 7676 | -} | |
| 7677 | -#elementor-navigator__elements { | |
| 7678 | - flex-grow: 1; | |
| 7679 | - overflow: auto; | |
| 7680 | - position: relative; | |
| 7681 | -} | |
| 7682 | -.elementor-navigator-docked #elementor-navigator__elements { | |
| 7683 | - height: calc(100% - 35px); | |
| 7684 | -} | |
| 7685 | -#elementor-navigator__elements .elementor-nerd-box { | |
| 7686 | - padding: 25px; | |
| 7687 | -} | |
| 7688 | -#elementor-navigator__elements > .elementor-navigator__element-section { | |
| 7689 | - border-block-end: var(--e-a-border); | |
| 7690 | -} | |
| 7691 | -#elementor-navigator__footer { | |
| 7692 | - width: 100%; | |
| 7693 | - text-align: center; | |
| 7694 | -} | |
| 7695 | -#elementor-navigator__footer__resize-bar { | |
| 7696 | - border-block-start: var(--e-a-border); | |
| 7697 | -} | |
| 7698 | -.elementor-navigator-docked #elementor-navigator__footer__resize-bar { | |
| 7699 | - display: none; | |
| 7700 | -} | |
| 7701 | -#elementor-navigator__footer__promotion { | |
| 7702 | - font-size: 12px; | |
| 7703 | - padding: 4px 17px; | |
| 7704 | - font-family: "Roboto", sans-serif; | |
| 7705 | - color: var(--e-a-bg-logo); | |
| 7706 | - min-height: var(--e-editor-navigator-promotion-height); | |
| 7707 | - display: flex; | |
| 7708 | - justify-content: center; | |
| 7709 | - align-items: center; | |
| 7710 | -} | |
| 7711 | -#elementor-navigator__footer__promotion a { | |
| 7712 | - color: var(--e-a-color-accent-promotion); | |
| 7713 | - margin-inline-start: 1px; | |
| 7714 | -} | |
| 5156 | + display: none; } | |
| 5157 | + body.elementor-navigator-docked #elementor-navigator { | |
| 5158 | + top: 0; | |
| 5159 | + right: 0; | |
| 5160 | + height: 100%; } | |
| 5161 | + body:not(.elementor-navigator-docked) #elementor-navigator { | |
| 5162 | + -webkit-border-radius: 5px; | |
| 5163 | + border-radius: 5px; } | |
| 5164 | + #elementor-navigator__inner { | |
| 5165 | + height: 100%; | |
| 5166 | + background-color: #e6e9ec; } | |
| 5167 | + #elementor-navigator__header { | |
| 5168 | + display: -webkit-box; | |
| 5169 | + display: -ms-flexbox; | |
| 5170 | + display: flex; | |
| 5171 | + -webkit-box-align: center; | |
| 5172 | + -ms-flex-align: center; | |
| 5173 | + align-items: center; | |
| 5174 | + -webkit-box-pack: justify; | |
| 5175 | + -ms-flex-pack: justify; | |
| 5176 | + justify-content: space-between; | |
| 5177 | + padding: 12px 10px; | |
| 5178 | + background-color: #fff; | |
| 5179 | + border-bottom: 1px solid #e6e9ec; | |
| 5180 | + cursor: move; } | |
| 5181 | + #elementor-navigator__close, #elementor-navigator__toggle-all { | |
| 5182 | + -webkit-transition: color .5s; | |
| 5183 | + -o-transition: color .5s; | |
| 5184 | + transition: color .5s; | |
| 5185 | + cursor: pointer; } | |
| 5186 | + #elementor-navigator__close:not(:hover), #elementor-navigator__toggle-all:not(:hover) { | |
| 5187 | + color: #a4afb7; } | |
| 5188 | + #elementor-navigator__toggle-all { | |
| 5189 | + font-size: 13px; } | |
| 5190 | + #elementor-navigator__close { | |
| 5191 | + font-size: 11px; } | |
| 5192 | + #elementor-navigator__elements { | |
| 5193 | + height: calc(100% - 49px); | |
| 5194 | + overflow: auto; | |
| 5195 | + position: relative; } | |
| 5196 | + .elementor-navigator-docked #elementor-navigator__elements { | |
| 5197 | + height: calc(100% - 35px); } | |
| 5198 | + #elementor-navigator__elements .elementor-nerd-box { | |
| 5199 | + padding: 25px; } | |
| 5200 | + #elementor-navigator__footer { | |
| 5201 | + position: absolute; | |
| 5202 | + width: 100%; | |
| 5203 | + left: 0; | |
| 5204 | + bottom: 0; | |
| 5205 | + text-align: center; | |
| 5206 | + background-color: #fff; | |
| 5207 | + border-top: 1px solid #e6e9ec; | |
| 5208 | + color: #a4afb7; } | |
| 5209 | + .elementor-navigator-docked #elementor-navigator__footer { | |
| 5210 | + display: none; } | |
| 7715 | 5211 | |
| 7716 | 5212 | .elementor-navigator__item { |
| 7717 | 5213 | position: relative; |
| 5214 | + display: -webkit-box; | |
| 5215 | + display: -ms-flexbox; | |
| 7718 | 5216 | display: flex; |
| 7719 | 5217 | height: 30px; |
| 5218 | + font-size: 11px; | |
| 5219 | + border-bottom: 1px solid #e6e9ec; | |
| 7720 | 5220 | cursor: pointer; |
| 7721 | - transition: padding 0.5s linear; | |
| 7722 | - overflow: hidden; | |
| 7723 | -} | |
| 7724 | -.elementor-navigator__item:hover, .elementor-navigator__item:focus { | |
| 7725 | - background-color: var(--e-a-bg-hover); | |
| 7726 | -} | |
| 7727 | -.elementor-navigator__item:active { | |
| 7728 | - background-color: var(--e-a-bg-active); | |
| 7729 | - color: var(--e-a-color-txt-accent); | |
| 7730 | -} | |
| 7731 | -.elementor-navigator__item[data-locked=true] { | |
| 7732 | - cursor: not-allowed; | |
| 7733 | -} | |
| 7734 | -.elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { | |
| 7735 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 7736 | -} | |
| 7737 | -.elementor-navigator__item > * { | |
| 7738 | - display: flex; | |
| 7739 | - align-items: center; | |
| 7740 | -} | |
| 7741 | -.elementor-navigator__item + .elementor-navigator__elements { | |
| 7742 | - display: none; | |
| 7743 | -} | |
| 7744 | -.elementor-navigator__elements > .elementor-navigator__element-section, | |
| 7745 | -.elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) { | |
| 7746 | - border-block-end: var(--e-a-border); | |
| 7747 | -} | |
| 5221 | + -webkit-transition: padding .5s linear; | |
| 5222 | + -o-transition: padding .5s linear; | |
| 5223 | + transition: padding .5s linear; | |
| 5224 | + overflow: hidden; } | |
| 5225 | + .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { | |
| 5226 | + -webkit-transform: rotate(-90deg); | |
| 5227 | + -ms-transform: rotate(-90deg); | |
| 5228 | + transform: rotate(-90deg); } | |
| 5229 | + .elementor-navigator__item > * { | |
| 5230 | + display: -webkit-box; | |
| 5231 | + display: -ms-flexbox; | |
| 5232 | + display: flex; | |
| 5233 | + -webkit-box-align: center; | |
| 5234 | + -ms-flex-align: center; | |
| 5235 | + align-items: center; } | |
| 5236 | + .elementor-navigator__item + .elementor-navigator__elements { | |
| 5237 | + display: none; } | |
| 5238 | + | |
| 7748 | 5239 | .elementor-navigator__elements .elementor-empty-view { |
| 7749 | 5240 | padding: 10px; |
| 7750 | -} | |
| 7751 | -.elementor-navigator__elements .elementor-empty-view__title { | |
| 7752 | - margin-inline-start: 34px; | |
| 7753 | - font-size: 10px; | |
| 7754 | - font-style: italic; | |
| 7755 | -} | |
| 5241 | + border-bottom: 1px solid #e6e9ec; } | |
| 5242 | + .elementor-navigator__elements .elementor-empty-view__title { | |
| 5243 | + margin-left: 23px; | |
| 5244 | + color: #c2cbd2; | |
| 5245 | + font-size: 10px; | |
| 5246 | + font-style: italic; } | |
| 5247 | + | |
| 7756 | 5248 | .elementor-navigator__elements .ui-sortable-helper { |
| 7757 | - box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 7758 | - transform: rotate(4deg); | |
| 7759 | - background-color: var(--e-a-bg-active); | |
| 7760 | - color: var(--e-a-color-txt-accent); | |
| 7761 | - pointer-events: none; | |
| 7762 | -} | |
| 5249 | + background-color: #fff; | |
| 5250 | + -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 5251 | + box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 5252 | + -webkit-transform: rotate(4deg); | |
| 5253 | + -ms-transform: rotate(4deg); | |
| 5254 | + transform: rotate(4deg); | |
| 5255 | + border: 1px solid #e6e9ec; | |
| 5256 | + pointer-events: none; } | |
| 5257 | + | |
| 7763 | 5258 | .elementor-navigator__elements .ui-sortable-placeholder { |
| 7764 | - background-color: var(--e-a-bg-hover); | |
| 7765 | -} | |
| 5259 | + background-color: #f1f3f5; } | |
| 5260 | + | |
| 7766 | 5261 | .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view { |
| 7767 | - border-block-start: var(--e-a-border); | |
| 7768 | -} | |
| 7769 | -.elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { | |
| 7770 | - display: none; | |
| 7771 | -} | |
| 7772 | -.elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder { | |
| 7773 | - display: none; | |
| 7774 | -} | |
| 5262 | + border-top: 2px solid #71d7f7; } | |
| 5263 | + .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { | |
| 5264 | + display: none; } | |
| 5265 | + .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder { | |
| 5266 | + display: none; } | |
| 5267 | + | |
| 7775 | 5268 | .elementor-navigator__element:not(.elementor-navigator__element--has-children) .elementor-navigator__element__list-toggle { |
| 7776 | - visibility: hidden; | |
| 7777 | -} | |
| 5269 | + visibility: hidden; } | |
| 5270 | + | |
| 7778 | 5271 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle { |
| 7779 | - color: var(--e-a-color-txt-default); | |
| 7780 | -} | |
| 7781 | -.elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle:hover { | |
| 7782 | - color: var(--e-a-color-txt-hover); | |
| 7783 | -} | |
| 5272 | + color: #71d7f7; } | |
| 5273 | + | |
| 7784 | 5274 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item:not(:hover) .elementor-navigator__element__toggle { |
| 7785 | - display: none; | |
| 7786 | -} | |
| 5275 | + display: none; } | |
| 5276 | + | |
| 7787 | 5277 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing { |
| 7788 | - background-color: var(--e-a-bg-active); | |
| 7789 | -} | |
| 5278 | + background-color: #71d7f7; } | |
| 5279 | + .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing > * { | |
| 5280 | + color: #fff; } | |
| 5281 | + | |
| 7790 | 5282 | .elementor-navigator__element__list-toggle { |
| 7791 | - margin-inline-end: 7px; | |
| 7792 | - transition: transform 0.3s; | |
| 7793 | -} | |
| 5283 | + margin-right: 7px; | |
| 5284 | + -webkit-transition: -webkit-transform .3s; | |
| 5285 | + transition: -webkit-transform .3s; | |
| 5286 | + -o-transition: transform .3s; | |
| 5287 | + transition: transform .3s; | |
| 5288 | + transition: transform .3s, -webkit-transform .3s; | |
| 5289 | + color: #a4afb7; } | |
| 5290 | + | |
| 7794 | 5291 | .elementor-navigator__element__element-type { |
| 7795 | - margin-inline-end: 8px; | |
| 7796 | - font-size: 14px; | |
| 7797 | -} | |
| 5292 | + margin-right: 8px; } | |
| 5293 | + | |
| 7798 | 5294 | .elementor-navigator__element__title { |
| 7799 | - flex-grow: 1; | |
| 7800 | - overflow: hidden; | |
| 7801 | -} | |
| 7802 | -.elementor-navigator__element__title__text { | |
| 7803 | - white-space: nowrap; | |
| 7804 | - -webkit-user-select: text; | |
| 7805 | - -moz-user-select: text; | |
| 7806 | - user-select: text; | |
| 7807 | -} | |
| 7808 | -.elementor-navigator__element__title__text[contenteditable=true] { | |
| 7809 | - outline: none; | |
| 7810 | - background-color: var(--e-a-bg-hover); | |
| 7811 | - padding: var(--e-admin-border-radius); | |
| 7812 | - border: var(--e-a-border); | |
| 7813 | -} | |
| 7814 | -.elementor-navigator__element__title__text:not([contenteditable=true]) { | |
| 7815 | - padding: 3px 0; | |
| 7816 | - white-space: nowrap; | |
| 7817 | - text-overflow: ellipsis; | |
| 7818 | - overflow: hidden; | |
| 7819 | -} | |
| 5295 | + -webkit-box-flex: 1; | |
| 5296 | + -ms-flex-positive: 1; | |
| 5297 | + flex-grow: 1; | |
| 5298 | + overflow: hidden; } | |
| 5299 | + .elementor-navigator__element__title__text { | |
| 5300 | + white-space: nowrap; | |
| 5301 | + -webkit-user-select: text; } | |
| 5302 | + .elementor-navigator__element__title__text[contenteditable="true"] { | |
| 5303 | + outline: none; | |
| 5304 | + color: #6d7882; | |
| 5305 | + background-color: #fff; | |
| 5306 | + padding: 2px 3px; | |
| 5307 | + -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); | |
| 5308 | + box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); } | |
| 5309 | + .elementor-navigator__element__title__text:not([contenteditable="true"]) { | |
| 5310 | + white-space: nowrap; | |
| 5311 | + -o-text-overflow: ellipsis; | |
| 5312 | + text-overflow: ellipsis; | |
| 5313 | + overflow: hidden; } | |
| 5314 | + | |
| 7820 | 5315 | .elementor-navigator__element__toggle { |
| 7821 | 5316 | position: absolute; |
| 7822 | - inset-inline-end: 15px; | |
| 5317 | + right: 15px; | |
| 7823 | 5318 | height: 100%; |
| 7824 | 5319 | z-index: 0; |
| 7825 | - font-size: 13px; | |
| 7826 | -} | |
| 5320 | + font-size: 13px; } | |
| 5321 | + | |
| 7827 | 5322 | .elementor-navigator__element__indicators { |
| 7828 | 5323 | position: relative; |
| 7829 | - transition: transform 0.5s; | |
| 7830 | - z-index: 91; | |
| 7831 | -} | |
| 7832 | -.elementor-navigator__element__indicators:not(:hover) { | |
| 7833 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 7834 | -} | |
| 5324 | + -webkit-transition: -webkit-transform .5s; | |
| 5325 | + transition: -webkit-transform .5s; | |
| 5326 | + -o-transition: transform .5s; | |
| 5327 | + transition: transform .5s; | |
| 5328 | + transition: transform .5s, -webkit-transform .5s; | |
| 5329 | + padding-left: 5px; | |
| 5330 | + z-index: 91; } | |
| 5331 | + .elementor-navigator__element__indicators:not(:hover) { | |
| 5332 | + -webkit-transform: translateX(calc(100% - 8px)); | |
| 5333 | + -ms-transform: translateX(calc(100% - 8px)); | |
| 5334 | + transform: translateX(calc(100% - 8px)); } | |
| 5335 | + | |
| 7835 | 5336 | .elementor-navigator__element__indicator { |
| 7836 | 5337 | height: 100%; |
| 7837 | 5338 | width: 31px; |
| 5339 | + display: -webkit-inline-box; | |
| 5340 | + display: -ms-inline-flexbox; | |
| 7838 | 5341 | display: inline-flex; |
| 7839 | - align-items: center; | |
| 7840 | - justify-content: center; | |
| 7841 | - color: var(--e-a-color-txt); | |
| 7842 | - background-color: var(--e-a-bg-default); | |
| 7843 | - border-inline-end: var(--e-a-border); | |
| 7844 | -} | |
| 7845 | -.elementor-navigator__element__indicator:first-child { | |
| 7846 | - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent); | |
| 7847 | -} | |
| 7848 | -.elementor-navigator__element__indicator:hover { | |
| 7849 | - color: var(--e-a-color-txt-hover); | |
| 7850 | -} | |
| 5342 | + -webkit-box-align: center; | |
| 5343 | + -ms-flex-align: center; | |
| 5344 | + align-items: center; | |
| 5345 | + -webkit-box-pack: center; | |
| 5346 | + -ms-flex-pack: center; | |
| 5347 | + justify-content: center; | |
| 5348 | + color: #6d7882; | |
| 5349 | + background-color: #fff; | |
| 5350 | + border-left: 1px solid #e6e9ec; } | |
| 5351 | + .elementor-navigator__element__indicator:first-child { | |
| 5352 | + border-left: 3px solid #71d7f7; } | |
| 5353 | + .elementor-editing .elementor-navigator__element__indicator:first-child { | |
| 5354 | + border-color: #41c9f4; } | |
| 5355 | + .elementor-navigator__element__indicator:hover { | |
| 5356 | + color: #495157; } | |
| 5357 | + | |
| 7851 | 5358 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| 7852 | 5359 | .elementor-navigator__element--hidden .elementor-navigator__element__toggle { |
| 7853 | - opacity: 0.5; | |
| 7854 | -} | |
| 7855 | -.elementor-navigator__promotion-text { | |
| 7856 | - line-height: 18px; | |
| 7857 | -} | |
| 5360 | + opacity: .5; } | |
| 7858 | 5361 | |
| 7859 | -.e-notice-bar { | |
| 5362 | +.elementor-navigator__element-column { | |
| 5363 | + background-color: #fafbfb; } | |
| 5364 | + .elementor-navigator__element-column > .elementor-navigator__item .elementor-navigator__element__element-type { | |
| 5365 | + color: #a4afb7; } | |
| 5366 | + | |
| 5367 | +.elementor-navigator__element-section { | |
| 5368 | + background-color: #fff; } | |
| 5369 | + | |
| 5370 | +#elementor-notice-bar { | |
| 7860 | 5371 | position: absolute; |
| 7861 | 5372 | width: 100%; |
| 7862 | - inset-block-end: 0; | |
| 5373 | + bottom: 0; | |
| 5374 | + display: -webkit-box; | |
| 5375 | + display: -ms-flexbox; | |
| 7863 | 5376 | display: flex; |
| 7864 | - align-items: center; | |
| 5377 | + -webkit-box-align: center; | |
| 5378 | + -ms-flex-align: center; | |
| 5379 | + align-items: center; | |
| 7865 | 5380 | height: 40px; |
| 7866 | 5381 | color: #fff; |
| 7867 | - background-color: var(--e-a-color-accent); | |
| 7868 | - padding: 0 25px; | |
| 7869 | -} | |
| 7870 | -.e-notice-bar__message a { | |
| 7871 | - text-decoration: underline; | |
| 7872 | - color: var(--e-a-color-txt-invert); | |
| 7873 | -} | |
| 7874 | -.e-notice-bar__message a:hover { | |
| 7875 | - color: #D5D8DC; | |
| 7876 | -} | |
| 7877 | -.e-notice-bar__primary_action { | |
| 7878 | - margin-inline: 12px; | |
| 7879 | -} | |
| 7880 | -.e-notice-bar__primary_action a { | |
| 7881 | - background: #ffffff; | |
| 7882 | - border-radius: 3px; | |
| 7883 | - color: #93003f; | |
| 7884 | - padding: 4px 10px; | |
| 7885 | - font-size: 11px; | |
| 7886 | -} | |
| 7887 | -.e-notice-bar__primary_action a:hover { | |
| 7888 | - color: rgb(70.5, 0, 30.2142857143); | |
| 7889 | - background: #F1F2F3; | |
| 7890 | -} | |
| 7891 | -.e-notice-bar__secondary_message, .e-notice-bar__secondary_action { | |
| 7892 | - font-size: 11px; | |
| 7893 | -} | |
| 7894 | -.e-notice-bar__secondary_action { | |
| 7895 | - margin-inline: 4px; | |
| 7896 | -} | |
| 7897 | -.e-notice-bar__secondary_action a { | |
| 7898 | - color: #ffffff; | |
| 7899 | - text-decoration: underline; | |
| 7900 | -} | |
| 7901 | -.e-notice-bar__secondary_action a:hover { | |
| 7902 | - color: #F1F2F3; | |
| 7903 | -} | |
| 7904 | -.e-notice-bar__close { | |
| 7905 | - cursor: pointer; | |
| 7906 | - margin-inline-start: auto; | |
| 7907 | -} | |
| 7908 | -.e-notice-bar__icon { | |
| 7909 | - margin-inline-end: 8px; | |
| 7910 | -} | |
| 7911 | -.e-notice-bar i { | |
| 7912 | - font-size: 16px; | |
| 7913 | - opacity: 0.9; | |
| 7914 | -} | |
| 7915 | -.e-notice-bar i:hover { | |
| 7916 | - color: #D5D8DC; | |
| 7917 | -} | |
| 7918 | -.e-notice-bar a, | |
| 7919 | -.e-notice-bar i { | |
| 7920 | - transition: var(--e-a-transition-hover); | |
| 7921 | -} | |
| 5382 | + background-color: #6d7882; | |
| 5383 | + padding: 0 50px; } | |
| 5384 | + #elementor-notice-bar__message { | |
| 5385 | + padding-left: 15px; | |
| 5386 | + -webkit-box-flex: 1; | |
| 5387 | + -ms-flex-positive: 1; | |
| 5388 | + flex-grow: 1; } | |
| 5389 | + #elementor-notice-bar__message a { | |
| 5390 | + text-decoration: underline; } | |
| 5391 | + #elementor-notice-bar__action { | |
| 5392 | + text-transform: uppercase; } | |
| 5393 | + #elementor-notice-bar__close { | |
| 5394 | + margin: 0 20px; | |
| 5395 | + cursor: pointer; } | |
| 5396 | + #elementor-notice-bar i { | |
| 5397 | + font-size: 16px; | |
| 5398 | + opacity: .9; } | |
| 5399 | + #elementor-notice-bar a { | |
| 5400 | + color: #fff; } | |
| 5401 | + #elementor-notice-bar a, | |
| 5402 | + #elementor-notice-bar i { | |
| 5403 | + -webkit-transition: all 0.3s; | |
| 5404 | + -o-transition: all 0.3s; | |
| 5405 | + transition: all 0.3s; } | |
| 5406 | + #elementor-notice-bar a:hover, | |
| 5407 | + #elementor-notice-bar i:hover { | |
| 5408 | + color: #D4D4D4; } | |
| 7922 | 5409 | |
| 7923 | -body:not(.elementor-device-desktop) #e-notice-bar { | |
| 7924 | - display: none; | |
| 7925 | -} | |
| 5410 | +body:not(.elementor-device-desktop) #elementor-notice-bar { | |
| 5411 | + display: none; } | |
| 7926 | 5412 | |
| 7927 | -#elementor-fatal-error-dialog .dialog-message a { | |
| 5413 | +#elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-header { | |
| 5414 | + color: #495157; } | |
| 5415 | + | |
| 5416 | +#elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-message a { | |
| 5417 | + color: #6d7882; | |
| 7928 | 5418 | text-decoration: underline; |
| 7929 | -} | |
| 5419 | + font-style: italic; } | |
| 7930 | 5420 | |
| 7931 | 5421 | #elementor-preview-debug-link-text { |
| 7932 | - display: inline-block; | |
| 7933 | -} | |
| 5422 | + display: inline-block; } | |
| 7934 | 5423 | |
| 7935 | 5424 | #elementor-icons-manager-modal .dialog-message { |
| 7936 | 5425 | padding: 0; |
| 7937 | - height: 700px; | |
| 7938 | -} | |
| 5426 | + height: 700px; } | |
| 5427 | + | |
| 7939 | 5428 | #elementor-icons-manager-modal .dialog-content { |
| 7940 | - display: flex; | |
| 7941 | -} | |
| 5429 | + display: -webkit-box; | |
| 5430 | + display: -ms-flexbox; | |
| 5431 | + display: flex; } | |
| 5432 | + | |
| 5433 | +#elementor-icons-manager-modal .dialog-buttons-wrapper { | |
| 5434 | + display: -webkit-box; | |
| 5435 | + display: -ms-flexbox; | |
| 5436 | + display: flex; } | |
| 5437 | + | |
| 7942 | 5438 | #elementor-icons-manager__wrapper { |
| 7943 | - display: flex; | |
| 7944 | -} | |
| 5439 | + display: -webkit-box; | |
| 5440 | + display: -ms-flexbox; | |
| 5441 | + display: flex; } | |
| 5442 | + | |
| 7945 | 5443 | @media (max-width: 479px) { |
| 7946 | 5444 | #elementor-icons-manager__sidebar { |
| 7947 | - display: none; | |
| 7948 | - } | |
| 7949 | -} | |
| 5445 | + display: none; } } | |
| 5446 | + | |
| 7950 | 5447 | #elementor-icons-manager__tab-links { |
| 7951 | - margin-block-start: 30px; | |
| 7952 | -} | |
| 5448 | + margin-top: 30px; } | |
| 5449 | + | |
| 7953 | 5450 | #elementor-icons-manager__upload { |
| 7954 | 5451 | margin: 20px 45px; |
| 7955 | - padding-block-start: 35px; | |
| 7956 | - border-block-start: var(--e-a-border); | |
| 5452 | + padding-top: 35px; | |
| 5453 | + border-top: 1px solid #e6e9ec; | |
| 5454 | + display: -webkit-box; | |
| 5455 | + display: -ms-flexbox; | |
| 7957 | 5456 | display: flex; |
| 7958 | - align-items: center; | |
| 7959 | - justify-content: space-between; | |
| 7960 | -} | |
| 7961 | -@media (max-width: 1439px) { | |
| 7962 | - #elementor-icons-manager__upload { | |
| 7963 | - margin: 20px 25px; | |
| 7964 | - } | |
| 7965 | -} | |
| 5457 | + -webkit-box-align: center; | |
| 5458 | + -ms-flex-align: center; | |
| 5459 | + align-items: center; | |
| 5460 | + -webkit-box-pack: justify; | |
| 5461 | + -ms-flex-pack: justify; | |
| 5462 | + justify-content: space-between; } | |
| 5463 | + @media (max-width: 1439px) { | |
| 5464 | + #elementor-icons-manager__upload { | |
| 5465 | + margin: 20px 25px; } } | |
| 5466 | + #elementor-icons-manager__upload__title { | |
| 5467 | + color: #a4afb7; | |
| 5468 | + font-size: 11px; | |
| 5469 | + text-transform: uppercase; } | |
| 5470 | + | |
| 7966 | 5471 | #elementor-icons-manager__main { |
| 5472 | + display: -webkit-box; | |
| 5473 | + display: -ms-flexbox; | |
| 7967 | 5474 | display: flex; |
| 7968 | - flex-direction: column; | |
| 7969 | - padding: 30px 80px 0; | |
| 7970 | -} | |
| 7971 | -@media (max-width: 1439px) { | |
| 7972 | - #elementor-icons-manager__main { | |
| 7973 | - padding: 30px 50px 0; | |
| 7974 | - } | |
| 7975 | -} | |
| 7976 | -@media (max-width: 479px) { | |
| 7977 | - #elementor-icons-manager__main { | |
| 7978 | - width: 100%; | |
| 7979 | - } | |
| 7980 | -} | |
| 5475 | + -webkit-box-orient: vertical; | |
| 5476 | + -webkit-box-direction: normal; | |
| 5477 | + -ms-flex-direction: column; | |
| 5478 | + flex-direction: column; | |
| 5479 | + padding: 30px 80px 0; } | |
| 5480 | + @media (max-width: 1439px) { | |
| 5481 | + #elementor-icons-manager__main { | |
| 5482 | + padding: 30px 50px 0; } } | |
| 5483 | + @media (max-width: 479px) { | |
| 5484 | + #elementor-icons-manager__main { | |
| 5485 | + width: 100%; } } | |
| 5486 | + | |
| 7981 | 5487 | #elementor-icons-manager__search { |
| 7982 | - position: relative; | |
| 7983 | -} | |
| 7984 | -#elementor-icons-manager__search input { | |
| 7985 | - padding: 8px 15px; | |
| 7986 | - background-color: transparent; | |
| 7987 | -} | |
| 7988 | -#elementor-icons-manager__search i { | |
| 7989 | - position: absolute; | |
| 7990 | - inset-block-start: 50%; | |
| 7991 | - inset-inline-end: 15px; | |
| 7992 | - transform: translateY(-50%); | |
| 7993 | -} | |
| 5488 | + position: relative; } | |
| 5489 | + #elementor-icons-manager__search input { | |
| 5490 | + padding: 8px 15px; | |
| 5491 | + background-color: #fff; | |
| 5492 | + border: none; } | |
| 5493 | + #elementor-icons-manager__search input::-webkit-input-placeholder { | |
| 5494 | + font-style: italic; } | |
| 5495 | + #elementor-icons-manager__search input::-moz-placeholder { | |
| 5496 | + font-style: italic; } | |
| 5497 | + #elementor-icons-manager__search input::-ms-input-placeholder { | |
| 5498 | + font-style: italic; } | |
| 5499 | + #elementor-icons-manager__search input::placeholder { | |
| 5500 | + font-style: italic; } | |
| 5501 | + #elementor-icons-manager__search i { | |
| 5502 | + position: absolute; | |
| 5503 | + top: 50%; | |
| 5504 | + -webkit-transform: translateY(-50%); | |
| 5505 | + -ms-transform: translateY(-50%); | |
| 5506 | + transform: translateY(-50%); | |
| 5507 | + right: 15px; } | |
| 5508 | + | |
| 7994 | 5509 | #elementor-icons-manager__tab__wrapper { |
| 7995 | 5510 | overflow: auto; |
| 7996 | 5511 | margin: 25px -15px 0; |
| 7997 | - padding: 0 15px 15px; | |
| 7998 | -} | |
| 5512 | + padding: 0 15px 15px; } | |
| 5513 | + | |
| 7999 | 5514 | #elementor-icons-manager__tab__title { |
| 8000 | - color: var(--e-a-color-txt); | |
| 5515 | + color: #556068; | |
| 8001 | 5516 | font-size: 16px; |
| 8002 | 5517 | font-weight: 500; |
| 8003 | - text-align: start; | |
| 8004 | -} | |
| 8005 | -@media (max-width: 479px) { | |
| 8006 | - #elementor-icons-manager__tab__title { | |
| 8007 | - display: none; | |
| 8008 | - } | |
| 8009 | -} | |
| 5518 | + text-align: left; } | |
| 5519 | + @media (max-width: 479px) { | |
| 5520 | + #elementor-icons-manager__tab__title { | |
| 5521 | + display: none; } } | |
| 5522 | + | |
| 8010 | 5523 | #elementor-icons-manager__tab__content { |
| 8011 | 5524 | display: grid; |
| 8012 | 5525 | grid-template-columns: repeat(7, 1fr); |
| 8013 | 5526 | grid-gap: 20px; |
| 8014 | - margin: 20px 0; | |
| 8015 | -} | |
| 8016 | -@media (max-width: 1439px) { | |
| 8017 | - #elementor-icons-manager__tab__content { | |
| 8018 | - grid-template-columns: repeat(6, 1fr); | |
| 8019 | - } | |
| 8020 | -} | |
| 8021 | -@media (max-width: 1024px) { | |
| 8022 | - #elementor-icons-manager__tab__content { | |
| 8023 | - grid-template-columns: repeat(5, 1fr); | |
| 8024 | - } | |
| 8025 | -} | |
| 8026 | -@media (max-width: 767px) { | |
| 8027 | - #elementor-icons-manager__tab__content { | |
| 8028 | - grid-template-columns: repeat(4, 1fr); | |
| 8029 | - } | |
| 8030 | -} | |
| 8031 | -@media (max-width: 479px) { | |
| 8032 | - #elementor-icons-manager__tab__content { | |
| 8033 | - grid-template-columns: repeat(3, 1fr); | |
| 8034 | - } | |
| 8035 | -} | |
| 5527 | + margin: 20px 0; } | |
| 5528 | + @media (max-width: 1439px) { | |
| 5529 | + #elementor-icons-manager__tab__content { | |
| 5530 | + grid-template-columns: repeat(6, 1fr); } } | |
| 5531 | + @media (max-width: 1024px) { | |
| 5532 | + #elementor-icons-manager__tab__content { | |
| 5533 | + grid-template-columns: repeat(5, 1fr); } } | |
| 5534 | + @media (max-width: 767px) { | |
| 5535 | + #elementor-icons-manager__tab__content { | |
| 5536 | + grid-template-columns: repeat(4, 1fr); } } | |
| 5537 | + @media (max-width: 479px) { | |
| 5538 | + #elementor-icons-manager__tab__content { | |
| 5539 | + grid-template-columns: repeat(3, 1fr); } } | |
| 5540 | + | |
| 8036 | 5541 | #elementor-icons-manager__promotion { |
| 5542 | + display: -webkit-box; | |
| 5543 | + display: -ms-flexbox; | |
| 8037 | 5544 | display: flex; |
| 8038 | - align-items: center; | |
| 8039 | - flex-direction: column; | |
| 8040 | - padding-block-start: 70px; | |
| 8041 | -} | |
| 8042 | -#elementor-icons-manager__promotion__icon { | |
| 8043 | - font-size: 60px; | |
| 8044 | -} | |
| 8045 | -#elementor-icons-manager__promotion__text { | |
| 8046 | - width: 300px; | |
| 8047 | - font-size: 16px; | |
| 8048 | - padding-block-start: 25px; | |
| 8049 | -} | |
| 8050 | -#elementor-icons-manager__promotion__link { | |
| 8051 | - margin-block-start: 20px; | |
| 8052 | -} | |
| 5545 | + -webkit-box-align: center; | |
| 5546 | + -ms-flex-align: center; | |
| 5547 | + align-items: center; | |
| 5548 | + -webkit-box-orient: vertical; | |
| 5549 | + -webkit-box-direction: normal; | |
| 5550 | + -ms-flex-direction: column; | |
| 5551 | + flex-direction: column; | |
| 5552 | + padding-top: 70px; } | |
| 5553 | + #elementor-icons-manager__promotion__icon { | |
| 5554 | + font-size: 60px; | |
| 5555 | + color: #c2cbd2; } | |
| 5556 | + #elementor-icons-manager__promotion__text { | |
| 5557 | + width: 300px; | |
| 5558 | + font-size: 16px; | |
| 5559 | + padding-top: 25px; } | |
| 5560 | + #elementor-icons-manager__promotion__link { | |
| 5561 | + margin-top: 20px; } | |
| 8053 | 5562 | |
| 8054 | 5563 | .elementor-icons-manager__tab-link { |
| 8055 | - padding-block: 15px; | |
| 8056 | - padding-inline: 45px 0; | |
| 8057 | - font-size: 12px; | |
| 8058 | - text-align: start; | |
| 5564 | + padding: 15px 0 15px 45px; | |
| 5565 | + font-size: 14px; | |
| 5566 | + color: #6d7882; | |
| 5567 | + text-align: left; | |
| 8059 | 5568 | cursor: pointer; |
| 8060 | - position: relative; | |
| 8061 | -} | |
| 8062 | -.elementor-icons-manager__tab-link i { | |
| 8063 | - font-size: 20px; | |
| 8064 | - padding-inline-end: 15px; | |
| 8065 | -} | |
| 8066 | -@media (max-width: 1024px) { | |
| 5569 | + position: relative; } | |
| 8067 | 5570 | .elementor-icons-manager__tab-link i { |
| 8068 | - display: none; | |
| 8069 | - } | |
| 8070 | -} | |
| 8071 | -.elementor-icons-manager__tab-link:hover { | |
| 8072 | - background-color: var(--e-a-bg-hover); | |
| 8073 | -} | |
| 8074 | -.elementor-icons-manager__tab-link.elementor-active { | |
| 8075 | - background-color: var(--e-a-bg-active); | |
| 8076 | - color: var(--e-a-color-txt-accent); | |
| 8077 | -} | |
| 8078 | -.elementor-icons-manager__tab-link.elementor-active:after { | |
| 8079 | - content: ""; | |
| 8080 | - position: absolute; | |
| 8081 | - height: 100%; | |
| 8082 | - width: 3px; | |
| 8083 | - inset-block-start: 0; | |
| 8084 | - inset-inline-start: 0; | |
| 8085 | - background-color: var(--e-a-border-color-accent); | |
| 8086 | -} | |
| 5571 | + font-size: 20px; | |
| 5572 | + padding-right: 15px; | |
| 5573 | + color: #a4afb7; } | |
| 5574 | + @media (max-width: 1439px) { | |
| 5575 | + .elementor-icons-manager__tab-link { | |
| 5576 | + padding: 15px 15px 15px 25px; | |
| 5577 | + font-size: 11px; } | |
| 5578 | + .elementor-icons-manager__tab-link i { | |
| 5579 | + font-size: 15px; } } | |
| 5580 | + @media (max-width: 1024px) { | |
| 5581 | + .elementor-icons-manager__tab-link i { | |
| 5582 | + display: none; } } | |
| 5583 | + .elementor-icons-manager__tab-link.elementor-active { | |
| 5584 | + background-color: #fff; | |
| 5585 | + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); | |
| 5586 | + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); } | |
| 5587 | + .elementor-icons-manager__tab-link.elementor-active:after { | |
| 5588 | + content: ''; | |
| 5589 | + position: absolute; | |
| 5590 | + height: 100%; | |
| 5591 | + width: 5px; | |
| 5592 | + top: 0; | |
| 5593 | + left: 0; | |
| 5594 | + background-color: #71d7f7; } | |
| 5595 | + .elementor-icons-manager__tab-link.elementor-active i { | |
| 5596 | + color: #71d7f7; } | |
| 5597 | + | |
| 8087 | 5598 | .elementor-icons-manager__tab__item { |
| 8088 | 5599 | position: relative; |
| 8089 | 5600 | height: 0; |
| 8090 | - padding-block-end: 100%; | |
| 8091 | - border: var(--e-a-border); | |
| 8092 | - border-radius: 3px; | |
| 5601 | + padding-bottom: 100%; | |
| 5602 | + background-color: #fff; | |
| 5603 | + -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05); | |
| 5604 | + box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05); | |
| 5605 | + -webkit-border-radius: 3px; | |
| 5606 | + border-radius: 3px; | |
| 8093 | 5607 | cursor: pointer; |
| 8094 | - transition: var(--e-a-transition-hover); | |
| 8095 | - overflow: hidden; | |
| 8096 | -} | |
| 8097 | -.elementor-icons-manager__tab__item:hover { | |
| 8098 | - background-color: var(--e-a-bg-hover); | |
| 8099 | -} | |
| 8100 | -.elementor-icons-manager__tab__item.elementor-selected { | |
| 8101 | - background-color: var(--e-a-bg-active); | |
| 8102 | - border-color: var(--e-a-border-color-accent); | |
| 8103 | - color: var(--e-a-color-txt-accent); | |
| 8104 | -} | |
| 8105 | -.elementor-icons-manager__tab__item__content { | |
| 8106 | - display: flex; | |
| 8107 | - flex-direction: column; | |
| 8108 | - align-items: center; | |
| 8109 | - width: 100%; | |
| 8110 | - position: absolute; | |
| 8111 | - inset-block-start: 50%; | |
| 8112 | - inset-inline-start: 50%; | |
| 8113 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 8114 | - padding: 1px; | |
| 8115 | -} | |
| 8116 | -.elementor-icons-manager__tab__item__icon { | |
| 8117 | - font-size: 25px; | |
| 8118 | -} | |
| 8119 | -.elementor-icons-manager__tab__item__name { | |
| 8120 | - font-size: 11px; | |
| 8121 | - padding: 13px 20px 0; | |
| 8122 | - max-width: 100%; | |
| 8123 | - white-space: nowrap; | |
| 8124 | - text-overflow: ellipsis; | |
| 8125 | - overflow: hidden; | |
| 8126 | -} | |
| 5608 | + -webkit-transition: all 0.3s; | |
| 5609 | + -o-transition: all 0.3s; | |
| 5610 | + transition: all 0.3s; | |
| 5611 | + overflow: hidden; } | |
| 5612 | + .elementor-icons-manager__tab__item:hover { | |
| 5613 | + -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); | |
| 5614 | + box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); } | |
| 5615 | + .elementor-icons-manager__tab__item.elementor-selected { | |
| 5616 | + -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; | |
| 5617 | + box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; } | |
| 5618 | + .elementor-icons-manager__tab__item__content { | |
| 5619 | + display: -webkit-box; | |
| 5620 | + display: -ms-flexbox; | |
| 5621 | + display: flex; | |
| 5622 | + -webkit-box-orient: vertical; | |
| 5623 | + -webkit-box-direction: normal; | |
| 5624 | + -ms-flex-direction: column; | |
| 5625 | + flex-direction: column; | |
| 5626 | + -webkit-box-align: center; | |
| 5627 | + -ms-flex-align: center; | |
| 5628 | + align-items: center; | |
| 5629 | + width: 100%; | |
| 5630 | + position: absolute; | |
| 5631 | + top: 50%; | |
| 5632 | + left: 50%; | |
| 5633 | + -webkit-transform: translate(-50%, -50%); | |
| 5634 | + -ms-transform: translate(-50%, -50%); | |
| 5635 | + transform: translate(-50%, -50%); | |
| 5636 | + padding: 1px; } | |
| 5637 | + .elementor-icons-manager__tab__item__icon { | |
| 5638 | + font-size: 25px; | |
| 5639 | + color: #6d7882; } | |
| 5640 | + .elementor-icons-manager__tab__item__name { | |
| 5641 | + color: #c2cbd2; | |
| 5642 | + font-size: 11px; | |
| 5643 | + padding: 13px 20px 0; | |
| 5644 | + max-width: 100%; | |
| 5645 | + white-space: nowrap; | |
| 5646 | + -o-text-overflow: ellipsis; | |
| 5647 | + text-overflow: ellipsis; | |
| 5648 | + overflow: hidden; } | |
| 8127 | 5649 | |
| 5650 | +#elementor-enable-fa5-dialog a { | |
| 5651 | + font-style: italic; | |
| 5652 | + text-decoration: underline; } | |
| 5653 | + | |
| 5654 | +#elementor-enable-fa5-dialog .dialog-confirm-ok { | |
| 5655 | + color: #39b54a; } | |
| 5656 | + | |
| 8128 | 5657 | .elementor-color-picker__header { |
| 5658 | + display: -webkit-box; | |
| 5659 | + display: -ms-flexbox; | |
| 8129 | 5660 | display: flex; |
| 8130 | - justify-content: space-between; | |
| 8131 | - align-items: center; | |
| 5661 | + -webkit-box-pack: justify; | |
| 5662 | + -ms-flex-pack: justify; | |
| 5663 | + justify-content: space-between; | |
| 5664 | + -webkit-box-align: center; | |
| 5665 | + -ms-flex-align: center; | |
| 5666 | + align-items: center; | |
| 8132 | 5667 | font-weight: bold; |
| 8133 | 5668 | padding: 10px; |
| 8134 | - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 8135 | -} | |
| 5669 | + -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 5670 | + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } | |
| 8136 | 5671 | |
| 8137 | 5672 | .e-color-picker__tools { |
| 8138 | - display: flex; | |
| 8139 | -} | |
| 5673 | + display: -webkit-box; | |
| 5674 | + display: -ms-flexbox; | |
| 5675 | + display: flex; } | |
| 8140 | 5676 | |
| 8141 | 5677 | .e-control-color--no-value .pcr-button { |
| 5678 | + background-image: -webkit-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%); | |
| 5679 | + background-image: -o-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%); | |
| 8142 | 5680 | background-image: linear-gradient(135deg, transparent 46%, #ff3030 50%, transparent 54%); |
| 8143 | - background-size: cover; | |
| 5681 | + -webkit-background-size: cover; | |
| 5682 | + background-size: cover; | |
| 8144 | 5683 | background-color: transparent; |
| 8145 | -} | |
| 5684 | + border: 1px solid #d5dadf; } | |
| 8146 | 5685 | |
| 8147 | -.pickr { | |
| 8148 | - border: var(--e-a-border); | |
| 8149 | - height: 27px; | |
| 8150 | -} | |
| 8151 | -.pickr .pcr-button { | |
| 8152 | - height: 100%; | |
| 8153 | - width: 100%; | |
| 8154 | - border-radius: var(--e-a-border-radius); | |
| 8155 | -} | |
| 8156 | -.pickr .pcr-button:before, .pickr .pcr-button:after { | |
| 8157 | - height: 12px; | |
| 8158 | - width: 12px; | |
| 8159 | - position: absolute; | |
| 8160 | - inset-block-start: 50%; | |
| 8161 | - inset-inline-start: 50%; | |
| 8162 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 8163 | -} | |
| 5686 | +.pcr-app[data-theme=monolith] { | |
| 5687 | + padding: 0; } | |
| 8164 | 5688 | |
| 8165 | -.pcr-app { | |
| 8166 | - background-color: var(--e-a-bg-default); | |
| 8167 | - color: var(--e-a-color-txt); | |
| 8168 | - box-shadow: var(--e-a-popover-shadow); | |
| 8169 | - font-family: var(--e-a-font-family); | |
| 8170 | -} | |
| 8171 | -.pcr-app[data-theme=monolith] { | |
| 8172 | - padding: 0; | |
| 8173 | - width: 270px; | |
| 8174 | -} | |
| 8175 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity, | |
| 8176 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser { | |
| 8177 | - height: 8px; | |
| 8178 | -} | |
| 8179 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette { | |
| 8180 | - height: 150px; | |
| 8181 | -} | |
| 8182 | -.pcr-app .pcr-selection .pcr-picker { | |
| 8183 | - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); | |
| 8184 | -} | |
| 8185 | -.pcr-app .pcr-interaction { | |
| 8186 | - padding-block-end: 20px; | |
| 8187 | -} | |
| 8188 | -.pcr-app .pcr-interaction input.pcr-result { | |
| 8189 | - border: var(--e-a-border); | |
| 8190 | - color: var(--e-a-color-txt); | |
| 8191 | - border-radius: var(--e-a-border-radius); | |
| 8192 | - margin: 0; | |
| 8193 | - background-color: transparent; | |
| 8194 | -} | |
| 8195 | -.pcr-app .pcr-interaction input.pcr-result:focus { | |
| 8196 | - box-shadow: none; | |
| 8197 | - border-color: var(--e-a-border-color-bold); | |
| 8198 | -} | |
| 8199 | -.pcr-app .pcr-interaction input.pcr-type { | |
| 8200 | - all: unset; | |
| 8201 | - font-size: 10px; | |
| 8202 | - color: var(--e-a-color-txt-muted); | |
| 8203 | - padding-inline-start: 5px; | |
| 8204 | - cursor: pointer; | |
| 8205 | -} | |
| 8206 | -.pcr-app .pcr-interaction input.pcr-type.active { | |
| 8207 | - background-color: transparent; | |
| 8208 | - color: var(--e-a-color-txt-accent); | |
| 8209 | -} | |
| 5689 | +.pcr-result { | |
| 5690 | + border-right-width: 1px; | |
| 5691 | + -webkit-border-radius: 3px; | |
| 5692 | + border-radius: 3px; } | |
| 5693 | + | |
| 8210 | 5694 | .pcr-selection, .pcr-interaction { |
| 8211 | - padding: 0 20px; | |
| 8212 | -} | |
| 8213 | -.pcr-selection { | |
| 8214 | - padding-block-start: 20px; | |
| 8215 | -} | |
| 5695 | + padding: 0 20px; } | |
| 5696 | + | |
| 5697 | +.pcr-interaction { | |
| 5698 | + padding-bottom: 20px; } | |
| 5699 | + | |
| 8216 | 5700 | .pcr .elementor-control-dynamic-switcher { |
| 8217 | 5701 | height: 20px; |
| 8218 | - border: 0; | |
| 8219 | -} | |
| 5702 | + border: 0; } | |
| 8220 | 5703 | |
| 8221 | 5704 | .select2-container { |
| 8222 | 5705 | width: 100% !important; |
| 8223 | 5706 | outline: none; |
| 8224 | 5707 | z-index: 9999; |
| 8225 | - font-size: 12px; | |
| 8226 | -} | |
| 8227 | -.select2-container .e-select2-placeholder { | |
| 8228 | - color: var(--e-a-color-txt-muted); | |
| 8229 | -} | |
| 8230 | -.select2-container.select2-container--default .select2-selection--single { | |
| 8231 | - height: 27px; | |
| 8232 | - background-color: transparent; | |
| 8233 | -} | |
| 8234 | -.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { | |
| 8235 | - color: var(--e-a-color-txt); | |
| 8236 | - line-height: 27px; | |
| 8237 | -} | |
| 8238 | -.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] { | |
| 8239 | - background-color: var(--e-a-bg-hover); | |
| 8240 | - color: var(--e-a-color-txt-hover); | |
| 8241 | -} | |
| 8242 | -.select2-container.select2-container--default .select2-selection--multiple { | |
| 8243 | - background-color: var(--e-a-bg-default); | |
| 8244 | - min-height: 27px; | |
| 8245 | - line-height: 0; | |
| 8246 | -} | |
| 8247 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { | |
| 8248 | - display: none; | |
| 8249 | -} | |
| 8250 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice { | |
| 8251 | - background-color: var(--e-a-btn-bg); | |
| 8252 | - color: var(--e-a-btn-color-invert); | |
| 8253 | - line-height: 1.2; | |
| 8254 | - font-size: 10px; | |
| 8255 | - border: none; | |
| 8256 | - border-radius: 0; | |
| 8257 | - padding: 2px 3px; | |
| 8258 | -} | |
| 8259 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button { | |
| 8260 | - cursor: pointer; | |
| 8261 | - width: 16.67px; | |
| 8262 | - text-indent: -9999px; | |
| 8263 | - position: relative; | |
| 8264 | -} | |
| 8265 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button:after { | |
| 8266 | - content: "\e815"; | |
| 8267 | - font-family: "eicons"; | |
| 8268 | - color: var(--e-a-btn-color-invert); | |
| 8269 | - text-indent: 0; | |
| 8270 | - position: absolute; | |
| 8271 | - inset: 0; | |
| 8272 | - display: flex; | |
| 8273 | - justify-content: center; | |
| 8274 | - align-items: center; | |
| 8275 | -} | |
| 8276 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered { | |
| 8277 | - padding-block-end: 5px; | |
| 8278 | -} | |
| 8279 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { | |
| 8280 | - color: var(--e-a-btn-color-invert); | |
| 8281 | - margin-inline-end: 3px; | |
| 8282 | -} | |
| 8283 | -.select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, | |
| 8284 | -.select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { | |
| 8285 | - background-color: var(--e-a-bg-default); | |
| 8286 | - color: var(--e-a-color-txt); | |
| 8287 | - border-color: var(--e-a-border-color); | |
| 8288 | -} | |
| 8289 | -.select2-container.select2-container--open .select2-selection--single, | |
| 8290 | -.select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single, | |
| 8291 | -.select2-container.select2-container--focus .select2-selection--multiple { | |
| 8292 | - border-color: var(--e-a-border-color-bold); | |
| 8293 | -} | |
| 5708 | + font-size: 12px; } | |
| 5709 | + .select2-container .e-select2-placeholder { | |
| 5710 | + color: #a4afb7; } | |
| 5711 | + .select2-container.select2-container--default .select2-selection--single { | |
| 5712 | + height: 27px; } | |
| 5713 | + .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { | |
| 5714 | + color: #6d7882; | |
| 5715 | + line-height: 27px; } | |
| 5716 | + .select2-container.select2-container--default .select2-selection--multiple { | |
| 5717 | + min-height: 27px; | |
| 5718 | + line-height: 0; } | |
| 5719 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { | |
| 5720 | + display: none; } | |
| 5721 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice { | |
| 5722 | + background-color: #f1f3f5; | |
| 5723 | + line-height: 1.2; | |
| 5724 | + font-size: 10px; | |
| 5725 | + border: none; | |
| 5726 | + -webkit-border-radius: 0; | |
| 5727 | + border-radius: 0; | |
| 5728 | + padding: 2px 3px; } | |
| 5729 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button { | |
| 5730 | + cursor: pointer; | |
| 5731 | + width: 16.67px; | |
| 5732 | + text-indent: -9999px; | |
| 5733 | + position: relative; } | |
| 5734 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button:after { | |
| 5735 | + content: '\e815'; | |
| 5736 | + font-family: "eicons"; | |
| 5737 | + color: #a4afb7; | |
| 5738 | + text-indent: 0; | |
| 5739 | + position: absolute; | |
| 5740 | + left: 0; | |
| 5741 | + top: 0; | |
| 5742 | + width: 100%; | |
| 5743 | + height: 100%; | |
| 5744 | + display: -webkit-box; | |
| 5745 | + display: -ms-flexbox; | |
| 5746 | + display: flex; | |
| 5747 | + -webkit-box-pack: center; | |
| 5748 | + -ms-flex-pack: center; | |
| 5749 | + justify-content: center; | |
| 5750 | + -webkit-box-align: center; | |
| 5751 | + -ms-flex-align: center; | |
| 5752 | + align-items: center; } | |
| 5753 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered { | |
| 5754 | + padding-bottom: 5px; } | |
| 5755 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { | |
| 5756 | + color: #a4afb7; | |
| 5757 | + margin-right: 3px; } | |
| 5758 | + .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, | |
| 5759 | + .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { | |
| 5760 | + border-color: #d5dadf; } | |
| 5761 | + .select2-container.select2-container--open .select2-selection--single, | |
| 5762 | + .select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single, | |
| 5763 | + .select2-container.select2-container--focus .select2-selection--multiple { | |
| 5764 | + border-color: #a4afb7; } | |
| 8294 | 5765 | |
| 8295 | 5766 | .select2-selection { |
| 8296 | - outline: none; | |
| 8297 | -} | |
| 8298 | -.select2-selection--single { | |
| 8299 | - height: 27px; | |
| 8300 | -} | |
| 5767 | + outline: none; } | |
| 5768 | + .select2-selection--single { | |
| 5769 | + height: 27px; } | |
| 8301 | 5770 | |
| 8302 | 5771 | .select2-selection__arrow { |
| 8303 | 5772 | height: 27px; |
| 8304 | - inset-block-start: 0; | |
| 8305 | -} | |
| 5773 | + top: 0; } | |
| 8306 | 5774 | |
| 8307 | 5775 | .select2-results__option[aria-selected=true] { |
| 8308 | - background-color: var(--e-a-bg-active); | |
| 8309 | - color: var(--e-a-color-txt-active); | |
| 8310 | -} | |
| 8311 | -.select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { | |
| 8312 | - background-color: var(--e-a-bg-active); | |
| 8313 | -} | |
| 5776 | + color: #495157; } | |
| 5777 | + .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { | |
| 5778 | + background-color: initial; } | |
| 8314 | 5779 | |
| 8315 | 5780 | .select2-dropdown { |
| 8316 | - border-color: var(--e-a-border-color); | |
| 8317 | - background-color: var(--e-a-bg-default); | |
| 8318 | - color: var(--e-a-color-txt); | |
| 8319 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 8320 | -} | |
| 8321 | -.select2-dropdown .select2-search__field { | |
| 8322 | - outline: none; | |
| 8323 | -} | |
| 8324 | - | |
| 8325 | -.e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { | |
| 8326 | - cursor: ew-resize; | |
| 8327 | -} | |
| 8328 | -.e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { | |
| 8329 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 8330 | -} | |
| 8331 | -.e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { | |
| 8332 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 8333 | - -webkit-user-select: none; | |
| 8334 | - -moz-user-select: none; | |
| 8335 | - user-select: none; | |
| 8336 | -} | |
| 8337 | -.e-ui-state--document-scrubbing-mode__on iframe { | |
| 8338 | - pointer-events: none; | |
| 8339 | -} | |
| 8340 | - | |
| 8341 | -label.e-scrubbing-over { | |
| 8342 | - cursor: ew-resize; | |
| 8343 | -} | |
| 8344 | - | |
| 8345 | -#elementor-paste-area-dialog { | |
| 8346 | - text-align: center; | |
| 8347 | -} | |
| 8348 | -#elementor-paste-area-dialog .dialog-header { | |
| 8349 | - padding-block-start: 60px; | |
| 8350 | - font-size: 30px; | |
| 8351 | -} | |
| 8352 | -#elementor-paste-area-dialog .dialog-message { | |
| 8353 | - padding: 0 15px 15px; | |
| 8354 | - font-size: 15px; | |
| 8355 | - position: relative; | |
| 8356 | -} | |
| 8357 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__input { | |
| 8358 | - background: transparent; | |
| 8359 | - color: transparent; | |
| 8360 | - border-color: transparent; | |
| 8361 | - padding: 0; | |
| 8362 | - margin: 0; | |
| 8363 | - height: 100px; | |
| 8364 | - position: absolute; | |
| 8365 | - inset-block-start: -60px; | |
| 8366 | - inset-inline: 0; | |
| 8367 | -} | |
| 8368 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { | |
| 8369 | - border-color: transparent; | |
| 8370 | - outline: none; | |
| 8371 | -} | |
| 8372 | -#elementor-paste-area-dialog .dialog-widget-content { | |
| 8373 | - width: 400px; | |
| 8374 | -} | |
| 8375 | -#elementor-paste-area-dialog .dialog-widget-content .eicon-loading { | |
| 8376 | - display: none; | |
| 8377 | -} | |
| 8378 | -#elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading { | |
| 8379 | - display: block; | |
| 8380 | - margin-block-start: 15px; | |
| 8381 | -} | |
| 8382 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__error { | |
| 8383 | - color: var(--e-a-color-danger); | |
| 8384 | - font-size: 12px; | |
| 8385 | -} | |
| 8386 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__error:before { | |
| 8387 | - content: ""; | |
| 8388 | - border-block-start: var(--e-a-border); | |
| 8389 | - display: block; | |
| 8390 | - margin: 10px -15px; | |
| 8391 | -} | |
| 8392 | - | |
| 8393 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8394 | - transition: 0.3s all; | |
| 8395 | -} | |
| 8396 | -[class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { | |
| 8397 | - max-height: 1em; | |
| 8398 | - max-width: 1em; | |
| 8399 | -} | |
| 8400 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8401 | - --is-ltr: 1; | |
| 8402 | - --is-rtl: 0; | |
| 8403 | -} | |
| 8404 | -[class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { | |
| 8405 | - --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); | |
| 8406 | -} | |
| 8407 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8408 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8409 | -} | |
| 8410 | -: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) { | |
| 8411 | - transform: rotate(calc(var(--rotation-direction) * 90deg)); | |
| 8412 | -} | |
| 8413 | -: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) { | |
| 8414 | - transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 8415 | -} | |
| 8416 | -.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) { | |
| 8417 | - transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 8418 | -} | |
| 8419 | -.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) { | |
| 8420 | - transform: rotate(calc(var(--is-rtl) * 180deg)); | |
| 8421 | -} | |
| 8422 | -.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) { | |
| 8423 | - transform: rotate(calc(var(--is-ltr) * 180deg)); | |
| 8424 | -} | |
| 8425 | - | |
| 8426 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8427 | - display: none; | |
| 8428 | -} | |
| 8429 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8430 | - display: none; | |
| 8431 | -} | |
| 8432 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8433 | - display: none; | |
| 8434 | -} | |
| 5781 | + border-color: #a4afb7; } | |
| 5782 | + .select2-dropdown .select2-search__field { | |
| 5783 | + outline: none; } | |
| 8435 | 5784 | /*# sourceMappingURL=editor.css.map */ |