| @@ -1,649 +1,431 @@ | ||
| 1 | +/*! elementor - v3.4.2 - 19-08-2021 */ | |
| 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,3279 +515,2534 @@ | ||
| 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-category { | |
| 748 | + position: relative; } | |
| 749 | + .elementor-panel .elementor-panel-category:first-child .elementor-panel-category-title { | |
| 750 | + padding-top: 14px; } | |
| 751 | + .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-category-title:before { | |
| 752 | + -webkit-transform: rotate(90deg); | |
| 753 | + -ms-transform: rotate(90deg); | |
| 754 | + transform: rotate(90deg); } | |
| 755 | + .elementor-panel .elementor-panel-category:not(.elementor-active):after { | |
| 756 | + content: ''; | |
| 757 | + position: absolute; | |
| 758 | + left: 15px; | |
| 759 | + right: 15px; | |
| 760 | + bottom: 0; | |
| 761 | + height: 8px; | |
| 762 | + background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(transparent)); | |
| 763 | + background: -webkit-linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 764 | + background: -o-linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 765 | + background: linear-gradient(rgba(0, 0, 0, 0.03), transparent); | |
| 766 | + -webkit-transform: translateY(100%); | |
| 767 | + -ms-transform: translateY(100%); | |
| 768 | + transform: translateY(100%); } | |
| 769 | + .elementor-panel .elementor-panel-category-title { | |
| 770 | + margin: 0 15px; | |
| 771 | + padding: 20px 0; | |
| 772 | + position: relative; | |
| 773 | + text-transform: uppercase; | |
| 774 | + font-size: 11px; | |
| 775 | + cursor: pointer; } | |
| 776 | + .elementor-panel .elementor-panel-category-title:before { | |
| 777 | + content: ""; | |
| 778 | + font-family: eicons; | |
| 779 | + position: absolute; | |
| 780 | + right: 0; | |
| 781 | + -webkit-transition: -webkit-transform .3s; | |
| 782 | + transition: -webkit-transform .3s; | |
| 783 | + -o-transition: transform .3s; | |
| 784 | + transition: transform .3s; | |
| 785 | + transition: transform .3s, -webkit-transform .3s; } | |
| 786 | + .elementor-panel .elementor-panel-category-items { | |
| 787 | + padding: 0 10px; } | |
| 788 | + .elementor-panel .elementor-panel-scheme-title { | |
| 789 | + padding: 10px 20px; | |
| 790 | + margin-top: 10px; } | |
| 791 | + .elementor-panel .elementor-panel-scheme-description { | |
| 792 | + padding: 20px 20px 0; } | |
| 793 | + .elementor-panel .elementor-panel-scheme-buttons { | |
| 794 | + padding: 0 20px; | |
| 795 | + display: table; | |
| 796 | + table-layout: fixed; | |
| 797 | + width: 100%; | |
| 798 | + height: 40px; | |
| 799 | + background-color: #fff; | |
| 800 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 801 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); } | |
| 802 | + .elementor-panel .elementor-panel-scheme-buttons .elementor-button { | |
| 803 | + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; | |
| 804 | + font-size: 11px; | |
| 805 | + font-weight: 400; } | |
| 806 | + .elementor-panel .elementor-panel-scheme-button-wrapper { | |
| 807 | + display: table-cell; | |
| 808 | + vertical-align: middle; | |
| 809 | + text-align: center; } | |
| 810 | + .elementor-panel .elementor-panel-scheme-button-wrapper:first-child { | |
| 811 | + text-align: left; } | |
| 812 | + .elementor-panel .elementor-panel-scheme-button-wrapper:last-child { | |
| 813 | + text-align: right; } | |
| 814 | + .elementor-panel .elementor-panel-scheme-save .elementor-button { | |
| 815 | + padding: 6px 18px; } | |
| 816 | + .elementor-panel .elementor-panel-scheme-reset .elementor-button, .elementor-panel .elementor-panel-scheme-discard .elementor-button { | |
| 817 | + color: #a4afb7; | |
| 818 | + background: none; } | |
| 819 | + .elementor-panel .elementor-panel-scheme-color .elementor-panel-scheme-items { | |
| 820 | + position: relative; | |
| 821 | + display: grid; | |
| 822 | + grid-template-columns: repeat(4, 27px); | |
| 823 | + -webkit-box-pack: justify; | |
| 824 | + -ms-flex-pack: justify; | |
| 825 | + justify-content: space-between; } | |
| 826 | + .elementor-panel .elementor-panel-scheme-color-title { | |
| 827 | + text-align: center; | |
| 828 | + text-transform: uppercase; | |
| 829 | + margin: 10px 0; | |
| 830 | + color: #c2cbd2; | |
| 831 | + font-size: 8px; } | |
| 832 | + .elementor-panel .elementor-panel-scheme-typography-item { | |
| 833 | + display: table; | |
| 834 | + table-layout: fixed; | |
| 835 | + width: 100%; | |
| 836 | + margin-bottom: 15px; } | |
| 837 | + .elementor-panel .elementor-panel-scheme-typography-item > * { | |
| 838 | + display: table-cell; | |
| 839 | + vertical-align: middle; } | |
| 840 | + .elementor-panel .elementor-panel-scheme-typography-item-value select, .elementor-panel .elementor-panel-scheme-typography-item-value input { | |
| 841 | + width: 100%; } | |
| 842 | + .elementor-panel .elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-scheme-typography-items { | |
| 843 | + display: none; } | |
| 844 | + .elementor-panel .elementor-panel-scheme-color-system-scheme { | |
| 845 | + margin-bottom: 10px; } | |
| 846 | + .elementor-panel .elementor-panel-scheme-color-system-scheme .elementor-title { | |
| 847 | + font-size: 11px; | |
| 848 | + color: #a4afb7; | |
| 849 | + font-style: italic; | |
| 850 | + margin-top: 5px; } | |
| 851 | + .elementor-panel .elementor-panel-scheme-color-system-items { | |
| 852 | + display: -webkit-box; | |
| 853 | + display: -ms-flexbox; | |
| 854 | + display: flex; | |
| 855 | + -webkit-transition: border .5s; | |
| 856 | + -o-transition: border .5s; | |
| 857 | + transition: border .5s; | |
| 858 | + overflow: hidden; | |
| 859 | + padding: 3px; | |
| 860 | + -webkit-border-radius: 3px; | |
| 861 | + border-radius: 3px; | |
| 862 | + border: 1px solid #d5dadf; | |
| 863 | + cursor: pointer; } | |
| 864 | + .elementor-panel .elementor-panel-scheme-color-system-items:hover { | |
| 865 | + border: 1px solid #a4afb7; } | |
| 866 | + .elementor-panel .elementor-panel-scheme-color-system-item { | |
| 867 | + height: 20px; | |
| 868 | + -webkit-box-flex: 1; | |
| 869 | + -ms-flex-positive: 1; | |
| 870 | + flex-grow: 1; } | |
| 871 | + .elementor-panel #elementor-panel-schemes-disabled a { | |
| 872 | + color: #39b54a; } | |
| 873 | + .elementor-panel #elementor-panel-schemes-disabled a:hover { | |
| 874 | + text-decoration: underline; } | |
| 875 | + .elementor-panel #elementor-panel-schemes-disabled .elementor-nerd-box-icon { | |
| 876 | + margin-top: 20px; } | |
| 877 | + .elementor-panel #elementor-panel-page-menu { | |
| 878 | + padding: 25px 15px; } | |
| 879 | + .elementor-panel .elementor-panel-menu-group-title { | |
| 880 | + text-transform: uppercase; | |
| 881 | + font-size: 11px; } | |
| 882 | + .elementor-panel .elementor-panel-menu-items { | |
| 883 | + margin: 15px 0 25px; | |
| 884 | + -webkit-border-radius: 5px; | |
| 885 | + border-radius: 5px; | |
| 886 | + overflow: hidden; } | |
| 887 | + .elementor-panel .elementor-panel-menu-item { | |
| 888 | + display: table; | |
| 889 | + width: 100%; | |
| 890 | + height: 40px; | |
| 891 | + cursor: pointer; | |
| 892 | + margin-bottom: 1px; | |
| 893 | + background-color: #fff; } | |
| 894 | + .elementor-panel .elementor-panel-menu-item:hover { | |
| 895 | + background-color: rgba(255, 255, 255, 0.8); } | |
| 896 | + .elementor-panel .elementor-panel-menu-item > * { | |
| 897 | + display: table-cell; | |
| 898 | + vertical-align: middle; } | |
| 899 | + .elementor-panel .elementor-panel-menu-item-icon { | |
| 900 | + text-align: center; | |
| 901 | + width: 50px; | |
| 902 | + color: #a4afb7; | |
| 903 | + font-size: 19px; } | |
| 904 | + .elementor-panel .elementor-panel-menu-item-icon .eicon-editor-external-link { | |
| 905 | + font-size: 18px; } | |
| 906 | + .elementor-panel .elementor-panel-menu-item-title { | |
| 907 | + font-weight: 500; } | |
| 908 | + .elementor-panel .elementor-panel-menu-item-title > span { | |
| 909 | + color: #39b54a; } | |
| 910 | + .elementor-panel .elementor-panel-menu-item a { | |
| 911 | + color: #6d7882; } | |
| 912 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard { | |
| 913 | + background-color: #0085ba; | |
| 914 | + color: #fff; | |
| 915 | + text-transform: uppercase; | |
| 916 | + font-size: 12px; } | |
| 917 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard:hover { | |
| 918 | + background-color: #0073a1; } | |
| 919 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard .elementor-panel-menu-item-title, | |
| 920 | + .elementor-panel .elementor-panel-menu-item-exit-to-dashboard .elementor-panel-menu-item-icon { | |
| 921 | + color: #fff; } | |
| 922 | + .elementor-panel .elementor-panel-menu-item-settings-additional-settings { | |
| 923 | + background-color: #f1f3f5; } | |
| 924 | + .elementor-panel .elementor-control.elementor-control-clear_page { | |
| 925 | + background-color: transparent; } | |
| 926 | + .elementor-panel .elementor-control.elementor-control-clear_page .elementor-control-raw-html { | |
| 927 | + display: -webkit-box; | |
| 928 | + display: -ms-flexbox; | |
| 929 | + display: flex; | |
| 930 | + -webkit-box-align: center; | |
| 931 | + -ms-flex-align: center; | |
| 932 | + align-items: center; | |
| 933 | + -webkit-box-pack: justify; | |
| 934 | + -ms-flex-pack: justify; | |
| 935 | + justify-content: space-between; } | |
| 936 | + .elementor-panel .elementor-panel-navigation { | |
| 937 | + background-color: #ffffff; | |
| 938 | + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 939 | + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); | |
| 940 | + display: table; | |
| 941 | + table-layout: fixed; | |
| 942 | + width: 100%; } | |
| 943 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab { | |
| 944 | + display: table-cell; } | |
| 945 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 946 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff)); | |
| 947 | + background-image: -webkit-linear-gradient(top, #f1f3f5, #fff); | |
| 948 | + background-image: -o-linear-gradient(top, #f1f3f5, #fff); | |
| 949 | + background-image: linear-gradient(to bottom, #f1f3f5, #fff); | |
| 950 | + border-bottom: 3px solid #93003c; } | |
| 951 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a { | |
| 952 | + display: block; | |
| 953 | + text-align: center; | |
| 954 | + padding: 12px 0 8px; | |
| 955 | + font-size: 10px; | |
| 956 | + color: #6d7882; } | |
| 957 | + .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before { | |
| 958 | + font-family: eicons; | |
| 959 | + font-size: 16px; | |
| 960 | + display: block; | |
| 961 | + margin-bottom: 6px; } | |
| 962 | + .elementor-panel .elementor-tab-control-content a:before { | |
| 963 | + content: '\e92c'; } | |
| 964 | + .elementor-panel .elementor-tab-control-style a:before { | |
| 965 | + content: '\e921'; } | |
| 966 | + .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 { | |
| 967 | + content: '\e916'; } | |
| 968 | + .elementor-panel .elementor-tab-control-responsive a:before { | |
| 969 | + content: '\e885'; } | |
| 970 | + .elementor-panel .elementor-tab-control-layout a:before, .elementor-panel .elementor-tab-control-column a:before { | |
| 971 | + content: '\e899'; } | |
| 972 | + .elementor-panel .elementor-tab-control-lightbox a:before { | |
| 973 | + content: '\e922'; } | |
| 974 | + .elementor-panel #elementor-panel__editor__help { | |
| 975 | + padding: 50px 25px; | |
| 976 | + display: -webkit-box; | |
| 977 | + display: -ms-flexbox; | |
| 978 | + display: flex; | |
| 979 | + -webkit-box-align: center; | |
| 980 | + -ms-flex-align: center; | |
| 981 | + align-items: center; | |
| 982 | + -webkit-box-pack: center; | |
| 983 | + -ms-flex-pack: center; | |
| 984 | + justify-content: center; } | |
| 985 | + .elementor-panel #elementor-panel__editor__help__link { | |
| 986 | + display: -webkit-inline-box; | |
| 987 | + display: -ms-inline-flexbox; | |
| 988 | + display: inline-flex; | |
| 989 | + -webkit-box-align: center; | |
| 990 | + -ms-flex-align: center; | |
| 991 | + align-items: center; | |
| 992 | + -webkit-box-pack: center; | |
| 993 | + -ms-flex-pack: center; | |
| 994 | + justify-content: center; | |
| 995 | + color: #6d7882; | |
| 996 | + font-size: 12px; | |
| 997 | + font-weight: 500; | |
| 998 | + -webkit-transition: all 0.3s; | |
| 999 | + -o-transition: all 0.3s; | |
| 1000 | + transition: all 0.3s; } | |
| 1001 | + .elementor-panel #elementor-panel__editor__help__link i { | |
| 1002 | + padding: 0 5px; | |
| 1003 | + color: #a4afb7; | |
| 1004 | + font-size: 18px; | |
| 1005 | + position: relative; } | |
| 1006 | + .elementor-panel #elementor-panel__editor__help__link i:after { | |
| 1007 | + content: ''; | |
| 1008 | + position: absolute; | |
| 1009 | + height: 13px; | |
| 1010 | + width: 13px; | |
| 1011 | + top: 3px; | |
| 1012 | + bottom: 0; | |
| 1013 | + left: 8px; | |
| 1014 | + right: 0; | |
| 1015 | + -webkit-border-radius: 50%; | |
| 1016 | + border-radius: 50%; | |
| 1017 | + z-index: -1; } | |
| 1018 | + .elementor-panel #elementor-panel__editor__help__link:hover { | |
| 1019 | + color: #495157; } | |
| 1020 | + .elementor-panel #elementor-panel__editor__help__link:hover i { | |
| 1021 | + color: #71d7f7; } | |
| 1022 | + .elementor-panel #elementor-panel__editor__help__link:hover i:before { | |
| 1023 | + content: '\e941'; } | |
| 1024 | + .elementor-panel #elementor-panel__editor__help__link:hover i:after { | |
| 1025 | + background: #fff; } | |
| 1026 | + .elementor-panel #elementor-panel-footer { | |
| 1027 | + position: absolute; | |
| 1028 | + bottom: 0; | |
| 1029 | + left: 0; | |
| 1030 | + right: 0; | |
| 1031 | + height: 40px; | |
| 1032 | + background-color: #495157; } | |
| 1033 | + .elementor-panel #elementor-panel-footer-tools { | |
| 1034 | + display: table; | |
| 1035 | + table-layout: fixed; | |
| 1036 | + width: 100%; | |
| 1037 | + height: 100%; } | |
| 1038 | + .elementor-panel .elementor-panel-footer-tool { | |
| 1039 | + display: table-cell; | |
| 1040 | + vertical-align: middle; | |
| 1041 | + text-align: center; | |
| 1042 | + cursor: pointer; | |
| 1043 | + color: #a4afb7; | |
| 1044 | + -webkit-transition: all 0.3s; | |
| 1045 | + -o-transition: all 0.3s; | |
| 1046 | + transition: all 0.3s; } | |
| 1047 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update { | |
| 1048 | + border-right: 1px solid #2d8739; | |
| 1049 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1050 | + border-radius: 3px 0 0 3px; } | |
| 1051 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-update i { | |
| 1052 | + margin-right: 5px; } | |
| 1053 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options { | |
| 1054 | + float: left; | |
| 1055 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1056 | + border-radius: 0 3px 3px 0; } | |
| 1057 | + .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i { | |
| 1058 | + margin: auto; } | |
| 1059 | + .elementor-panel .elementor-panel-footer-tool.elementor-open { | |
| 1060 | + color: #fff; } | |
| 1061 | + .elementor-panel .elementor-panel-footer-tool:not(.elementor-open):hover { | |
| 1062 | + color: #d5dadf; } | |
| 1063 | + .elementor-panel .elementor-panel-footer-tool:not(.elementor-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 1064 | + display: none; } | |
| 1065 | + .elementor-panel .elementor-panel-footer-sub-menu-wrapper { | |
| 1066 | + position: absolute; | |
| 1067 | + bottom: 100%; | |
| 1068 | + left: 0; | |
| 1069 | + width: 100%; | |
| 1070 | + background-color: #556068; | |
| 1071 | + padding: 10px; | |
| 1072 | + -webkit-box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1073 | + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 1074 | + cursor: default; | |
| 1075 | + z-index: 10000; } | |
| 1076 | + .elementor-panel .elementor-panel-footer-sub-menu { | |
| 1077 | + -webkit-border-radius: 5px; | |
| 1078 | + border-radius: 5px; | |
| 1079 | + overflow: hidden; } | |
| 1080 | + .elementor-panel .elementor-panel-footer-sub-menu-item { | |
| 1081 | + background-color: #495157; | |
| 1082 | + display: table; | |
| 1083 | + table-layout: fixed; | |
| 1084 | + width: 100%; | |
| 1085 | + cursor: pointer; } | |
| 1086 | + .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-icon, | |
| 1087 | + .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled .elementor-title { | |
| 1088 | + color: #6d7882; } | |
| 1089 | + .elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { | |
| 1090 | + margin-bottom: 1px; } | |
| 1091 | + .elementor-panel .elementor-panel-footer-sub-menu-item:hover { | |
| 1092 | + background-color: rgba(0, 0, 0, 0.2); } | |
| 1093 | + .elementor-panel .elementor-panel-footer-sub-menu-item.active { | |
| 1094 | + background-color: rgba(0, 0, 0, 0.3); } | |
| 1095 | + .elementor-panel .elementor-panel-footer-sub-menu-item > * { | |
| 1096 | + display: table-cell; | |
| 1097 | + height: 40px; | |
| 1098 | + vertical-align: middle; } | |
| 1099 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-icon { | |
| 1100 | + width: 40px; | |
| 1101 | + color: #a4afb7; } | |
| 1102 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-title { | |
| 1103 | + text-align: left; | |
| 1104 | + color: #d5dadf; } | |
| 1105 | + .elementor-panel .elementor-panel-footer-sub-menu-item .elementor-description { | |
| 1106 | + width: 95px; | |
| 1107 | + text-align: left; | |
| 1108 | + font-size: 11px; | |
| 1109 | + font-style: italic; | |
| 1110 | + color: #a4afb7; } | |
| 1111 | + .elementor-panel #elementor-panel-footer-help-title { | |
| 1112 | + text-align: left; | |
| 1113 | + padding: 10px 0; | |
| 1114 | + color: #d5dadf; } | |
| 1115 | + .elementor-panel #elementor-panel-footer-responsive > i { | |
| 1116 | + display: block; | |
| 1117 | + height: 100%; | |
| 1118 | + line-height: 40px; } | |
| 1119 | + .elementor-panel #elementor-panel-footer-saver-publish { | |
| 1120 | + width: 80px; } | |
| 1121 | + .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { | |
| 1122 | + margin-right: 0; } | |
| 1123 | + .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { | |
| 1124 | + display: none; } | |
| 1125 | + .elementor-panel #elementor-panel-footer-saver-options { | |
| 1126 | + width: 35px; | |
| 1127 | + border-left: 1px solid #495157; } | |
| 1128 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { | |
| 1129 | + font-size: 11px; | |
| 1130 | + font-style: italic; | |
| 1131 | + color: #a4afb7; | |
| 1132 | + padding: 5px 0 15px; } | |
| 1133 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { | |
| 1134 | + display: none; } | |
| 1135 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { | |
| 1136 | + border-bottom: 1px dotted transparent; | |
| 1137 | + -webkit-transition: all ease-in-out .3s; | |
| 1138 | + -o-transition: all ease-in-out .3s; | |
| 1139 | + transition: all ease-in-out .3s; | |
| 1140 | + cursor: pointer; } | |
| 1141 | + .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { | |
| 1142 | + border-bottom-color: inherit; } | |
| 1143 | + .elementor-panel .elementor-disabled { | |
| 1144 | + cursor: default; } | |
| 1145 | + .elementor-panel #elementor-panel-saver-button-preview a { | |
| 1146 | + color: #a4afb7; } | |
| 1147 | + .elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1148 | + font-size: 11px; | |
| 1149 | + text-transform: uppercase; | |
| 1150 | + height: 26px; } | |
| 1151 | + .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 1152 | + background-color: #556068; | |
| 1153 | + color: #a4afb7; } | |
| 1154 | + .elementor-panel #elementor-panel-saver-button-publish { | |
| 1155 | + width: 100%; | |
| 1156 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1157 | + border-radius: 3px 0 0 3px; } | |
| 1158 | + .elementor-panel #elementor-panel-saver-button-save-options { | |
| 1159 | + width: 25px; } | |
| 1331 | 1160 | |
| 1332 | 1161 | #elementor-panel-elements-navigation .elementor-panel-navigation-tab { |
| 1333 | 1162 | text-align: center; |
| 1334 | 1163 | padding: 10px 0; |
| 1335 | - font-size: 12px; | |
| 1336 | - cursor: pointer; | |
| 1337 | -} | |
| 1164 | + font-size: 11px; | |
| 1165 | + text-transform: uppercase; | |
| 1166 | + cursor: pointer; } | |
| 1338 | 1167 | |
| 1339 | 1168 | #elementor-panel-elements { |
| 1340 | - overflow: hidden; | |
| 1341 | -} | |
| 1169 | + overflow: hidden; } | |
| 1342 | 1170 | |
| 1343 | 1171 | #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 | -} | |
| 1172 | + display: none; } | |
| 1173 | + body.elementor-panel-loading #elementor-panel-state-loading { | |
| 1174 | + position: absolute; | |
| 1175 | + top: 0; | |
| 1176 | + left: 0; | |
| 1177 | + height: 100%; | |
| 1178 | + width: 100%; | |
| 1179 | + display: -webkit-box; | |
| 1180 | + display: -ms-flexbox; | |
| 1181 | + display: flex; | |
| 1182 | + -webkit-box-align: center; | |
| 1183 | + -ms-flex-align: center; | |
| 1184 | + align-items: center; | |
| 1185 | + -webkit-box-pack: center; | |
| 1186 | + -ms-flex-pack: center; | |
| 1187 | + justify-content: center; | |
| 1188 | + background-color: rgba(255, 255, 255, 0.5); | |
| 1189 | + z-index: 2; } | |
| 1190 | + #elementor-panel-state-loading .eicon-loading { | |
| 1191 | + font-size: 25px; | |
| 1192 | + color: #71d7f7; } | |
| 1359 | 1193 | |
| 1360 | 1194 | #elementor-panel-elements-search-area { |
| 1361 | - background-color: var(--e-a-bg-default); | |
| 1195 | + position: -webkit-sticky; | |
| 1362 | 1196 | position: sticky; |
| 1363 | - inset-block-start: 0; | |
| 1364 | - padding: 15px; | |
| 1365 | - z-index: 1; | |
| 1366 | -} | |
| 1197 | + top: 0; | |
| 1198 | + padding: 10px; | |
| 1199 | + background-color: #e6e9ec; | |
| 1200 | + z-index: 1; } | |
| 1367 | 1201 | |
| 1368 | -#elementor-panel-elements-search-area:empty { | |
| 1369 | - display: none; | |
| 1370 | -} | |
| 1371 | - | |
| 1372 | 1202 | #elementor-panel-elements-search-wrapper { |
| 1373 | - position: relative; | |
| 1374 | -} | |
| 1203 | + position: relative; } | |
| 1375 | 1204 | |
| 1376 | 1205 | #elementor-panel-elements-search-input { |
| 1206 | + background-color: rgba(255, 255, 255, 0.7); | |
| 1377 | 1207 | font-size: 11px; |
| 1378 | - padding-block: 10px; | |
| 1379 | - padding-inline: 29px 10px; | |
| 1208 | + padding: 10px 10px 10px 29px; | |
| 1380 | 1209 | font-style: italic; |
| 1381 | - border: var(--e-a-border-bold); | |
| 1382 | - border-radius: 0; | |
| 1210 | + color: #a4afb7; | |
| 1211 | + border: none; | |
| 1212 | + -webkit-transition: all 1s; | |
| 1213 | + -o-transition: all 1s; | |
| 1383 | 1214 | transition: all 1s; |
| 1215 | + -webkit-border-radius: 3px; | |
| 1216 | + border-radius: 3px; | |
| 1217 | + appearance: none; | |
| 1384 | 1218 | -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 | -} | |
| 1219 | + -moz-appearance: none; } | |
| 1220 | + #elementor-panel-elements-search-input + i { | |
| 1221 | + position: absolute; | |
| 1222 | + left: 10px; | |
| 1223 | + top: 50%; | |
| 1224 | + color: #a4afb7; | |
| 1225 | + -webkit-transform: translateY(-50%); | |
| 1226 | + -ms-transform: translateY(-50%); | |
| 1227 | + transform: translateY(-50%); } | |
| 1228 | + #elementor-panel-elements-search-input:focus { | |
| 1229 | + background-color: white; | |
| 1230 | + padding-right: 15px; } | |
| 1399 | 1231 | |
| 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 | 1232 | .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; | |
| 1233 | + -webkit-border-radius: 3px; | |
| 1234 | + border-radius: 3px; | |
| 1235 | + background-color: #fff; | |
| 1419 | 1236 | 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-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 1442 | - color: var(--e-a-color-accent); | |
| 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-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1461 | - position: absolute; | |
| 1462 | - inset-block-start: 5px; | |
| 1463 | - inset-inline-end: 5px; | |
| 1464 | - color: var(--e-a-color-txt-disabled); | |
| 1465 | -} | |
| 1466 | -.elementor-panel .elementor-element:active { | |
| 1467 | - background-color: var(--e-a-bg-hover); | |
| 1468 | - border-color: var(--e-a-border-color-accent); | |
| 1469 | - color: var(--e-a-color-txt-accent); | |
| 1470 | -} | |
| 1237 | + position: relative; } | |
| 1238 | + .elementor-panel .elementor-element-wrapper { | |
| 1239 | + text-align: center; | |
| 1240 | + -webkit-box-sizing: border-box; | |
| 1241 | + box-sizing: border-box; } | |
| 1242 | + .elementor-panel .elementor-element--promotion .elementor-element { | |
| 1243 | + cursor: pointer; | |
| 1244 | + -webkit-user-select: none; | |
| 1245 | + -moz-user-select: none; | |
| 1246 | + -ms-user-select: none; | |
| 1247 | + user-select: none; } | |
| 1248 | + .elementor-panel .elementor-element .icon, | |
| 1249 | + .elementor-panel .elementor-element .title { | |
| 1250 | + color: #556068; | |
| 1251 | + -webkit-transition: all 0.3s; | |
| 1252 | + -o-transition: all 0.3s; | |
| 1253 | + transition: all 0.3s; } | |
| 1254 | + .elementor-panel .elementor-element:hover { | |
| 1255 | + -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | |
| 1256 | + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); } | |
| 1257 | + .elementor-panel .elementor-element:hover .icon, .elementor-panel .elementor-element:hover .title { | |
| 1258 | + color: #93003c; } | |
| 1259 | + .elementor-panel .elementor-element .icon { | |
| 1260 | + font-size: 28px; | |
| 1261 | + padding-top: 15px; } | |
| 1262 | + .elementor-panel .elementor-element .elementor-element-title-wrapper { | |
| 1263 | + display: table; | |
| 1264 | + width: 100%; } | |
| 1265 | + .elementor-panel .elementor-element .title { | |
| 1266 | + font-size: 11px; | |
| 1267 | + display: table-cell; | |
| 1268 | + vertical-align: middle; | |
| 1269 | + height: 40px; } | |
| 1270 | + .elementor-panel .elementor-element > .eicon-lock { | |
| 1271 | + position: absolute; | |
| 1272 | + top: 5px; | |
| 1273 | + right: 5px; | |
| 1274 | + color: #e6e9ec; } | |
| 1471 | 1275 | |
| 1472 | 1276 | #elementor-element--promotion__dialog { |
| 1473 | 1277 | position: absolute; |
| 1474 | 1278 | width: 300px; |
| 1475 | 1279 | z-index: 1; |
| 1476 | - background-color: var(--e-a-bg-default); | |
| 1477 | - box-shadow: var(--e-a-popover-shadow); | |
| 1478 | - border-radius: var(--e-a-border-radius); | |
| 1479 | -} | |
| 1480 | -#elementor-element--promotion__dialog:after { | |
| 1481 | - content: ""; | |
| 1482 | - position: absolute; | |
| 1483 | - inset-block-start: 15px; | |
| 1484 | - inset-inline-end: 100%; | |
| 1485 | - transform: scaleY(0.7); | |
| 1486 | - border: 10px solid transparent; | |
| 1487 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1488 | -} | |
| 1489 | -#elementor-element--promotion__dialog__title { | |
| 1490 | - font-size: 14px; | |
| 1491 | -} | |
| 1492 | -#elementor-element--promotion__dialog .dialog-header { | |
| 1493 | - display: flex; | |
| 1494 | - padding: 20px; | |
| 1495 | - border-block-end: var(--e-a-border); | |
| 1496 | - font-weight: 500; | |
| 1497 | -} | |
| 1498 | -#elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { | |
| 1499 | - flex-grow: 1; | |
| 1500 | - margin-inline-start: 10px; | |
| 1501 | - font-size: 14px; | |
| 1502 | - color: var(--e-a-color-accent); | |
| 1503 | -} | |
| 1504 | -#elementor-element--promotion__dialog .dialog-header .eicon-close { | |
| 1505 | - cursor: pointer; | |
| 1506 | - color: var(--e-a-color-txt-disabled); | |
| 1507 | -} | |
| 1508 | -#elementor-element--promotion__dialog .dialog-header .eicon-close:hover { | |
| 1509 | - color: var(--e-a-color-txt-muted); | |
| 1510 | -} | |
| 1511 | -#elementor-element--promotion__dialog .dialog-message { | |
| 1512 | - padding: 20px; | |
| 1513 | -} | |
| 1514 | -#elementor-element--promotion__dialog .dialog-buttons-wrapper { | |
| 1515 | - padding: 0 20px 20px; | |
| 1516 | -} | |
| 1517 | -#elementor-element--promotion__dialog .dialog-button { | |
| 1518 | - padding: 7px 25px; | |
| 1519 | - font-size: 12px; | |
| 1520 | -} | |
| 1280 | + background-color: #fff; | |
| 1281 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1282 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1283 | + -webkit-border-radius: 3px; | |
| 1284 | + border-radius: 3px; } | |
| 1285 | + #elementor-element--promotion__dialog:after { | |
| 1286 | + content: ''; | |
| 1287 | + position: absolute; | |
| 1288 | + top: 15px; | |
| 1289 | + right: 100%; | |
| 1290 | + -webkit-transform: scaleY(0.7); | |
| 1291 | + -ms-transform: scaleY(0.7); | |
| 1292 | + transform: scaleY(0.7); | |
| 1293 | + border: 10px solid transparent; | |
| 1294 | + border-right-color: #fff; } | |
| 1295 | + #elementor-element--promotion__dialog__title { | |
| 1296 | + font-size: 14px; } | |
| 1297 | + #elementor-element--promotion__dialog .dialog-header { | |
| 1298 | + display: -webkit-box; | |
| 1299 | + display: -ms-flexbox; | |
| 1300 | + display: flex; | |
| 1301 | + padding: 20px; | |
| 1302 | + color: #495157; | |
| 1303 | + border-bottom: 1px solid #e6e9ec; | |
| 1304 | + font-weight: 500; } | |
| 1305 | + #elementor-element--promotion__dialog .dialog-header i { | |
| 1306 | + color: #a4afb7; } | |
| 1307 | + #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { | |
| 1308 | + -webkit-box-flex: 1; | |
| 1309 | + -ms-flex-positive: 1; | |
| 1310 | + flex-grow: 1; | |
| 1311 | + margin-left: 10px; | |
| 1312 | + font-size: 14px; } | |
| 1313 | + #elementor-element--promotion__dialog .dialog-header .eicon-close { | |
| 1314 | + cursor: pointer; } | |
| 1315 | + #elementor-element--promotion__dialog .dialog-message { | |
| 1316 | + padding: 20px; } | |
| 1317 | + #elementor-element--promotion__dialog .dialog-buttons-wrapper { | |
| 1318 | + padding: 0 20px 20px 20px; } | |
| 1319 | + #elementor-element--promotion__dialog .dialog-button { | |
| 1320 | + width: 100%; | |
| 1321 | + padding: 6.5px; | |
| 1322 | + font-size: 12px; } | |
| 1323 | + #elementor-element--promotion__dialog .dialog-button::-moz-focus-inner { | |
| 1324 | + border: 0; } | |
| 1521 | 1325 | |
| 1522 | -.dialog-tooltip-widget { | |
| 1523 | - position: absolute; | |
| 1524 | - width: 300px; | |
| 1525 | - z-index: 1; | |
| 1526 | - background-color: var(--e-a-bg-default); | |
| 1527 | - box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 1528 | - border-radius: 3px; | |
| 1529 | -} | |
| 1530 | -.dialog-tooltip-widget:after { | |
| 1531 | - content: ""; | |
| 1532 | - position: absolute; | |
| 1533 | - inset-block-start: 15px; | |
| 1534 | - inset-inline-end: 100%; | |
| 1535 | - transform: scaleY(0.7); | |
| 1536 | - border: 10px solid transparent; | |
| 1537 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1538 | -} | |
| 1539 | -.dialog-tooltip-widget__title { | |
| 1540 | - font-size: 14px; | |
| 1541 | -} | |
| 1542 | -.dialog-tooltip-widget .dialog-tooltip-header { | |
| 1543 | - display: flex; | |
| 1544 | - padding: 20px 20px 0; | |
| 1545 | - color: var(--e-a-color-txt); | |
| 1546 | - border-block-end: 1px solid var(--e-a-bg-default); | |
| 1547 | - font-weight: 500; | |
| 1548 | -} | |
| 1549 | -.dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon { | |
| 1550 | - flex-grow: 1; | |
| 1551 | - margin-inline-start: 10px; | |
| 1552 | - font-size: 14px; | |
| 1553 | - color: #93003f; | |
| 1554 | -} | |
| 1555 | -.dialog-tooltip-widget .dialog-tooltip-header .eicon-close { | |
| 1556 | - cursor: pointer; | |
| 1557 | - margin-inline-start: auto; | |
| 1558 | - color: var(--e-a-color-txt); | |
| 1559 | -} | |
| 1560 | -.dialog-tooltip-widget .dialog-tooltip-message { | |
| 1561 | - padding: 20px; | |
| 1562 | -} | |
| 1563 | -.dialog-tooltip-widget .dialog-tooltip-buttons-wrapper { | |
| 1564 | - padding: 0 20px 20px 20px; | |
| 1565 | - text-align: end; | |
| 1566 | -} | |
| 1567 | -.dialog-tooltip-widget .dialog-tooltip-button { | |
| 1568 | - padding: 7px 25px; | |
| 1569 | - font-size: 12px; | |
| 1570 | -} | |
| 1571 | -.dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { | |
| 1572 | - border: 0; | |
| 1573 | -} | |
| 1574 | - | |
| 1575 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1576 | - display: none; | |
| 1577 | -} | |
| 1578 | - | |
| 1579 | -.elementor-panel-elements-widget-creation { | |
| 1580 | - text-align: center; | |
| 1581 | - padding: 30px 20px; | |
| 1582 | -} | |
| 1583 | -.elementor-panel-elements-widget-creation__title { | |
| 1584 | - font-size: 14px; | |
| 1585 | - font-weight: bold; | |
| 1586 | - line-height: 1.4; | |
| 1587 | - color: var(--e-a-color-txt); | |
| 1588 | -} | |
| 1589 | -.elementor-panel-elements-widget-creation__message { | |
| 1590 | - margin-block-start: 8px; | |
| 1591 | - font-size: 13px; | |
| 1592 | - line-height: 1.6; | |
| 1593 | - color: var(--e-a-color-txt-muted); | |
| 1594 | -} | |
| 1595 | -.elementor-panel-elements-widget-creation__cta { | |
| 1596 | - display: inline-flex; | |
| 1597 | - align-items: center; | |
| 1598 | - gap: 6px; | |
| 1599 | - margin-block-start: 16px; | |
| 1600 | - padding: 0; | |
| 1601 | - border: none; | |
| 1602 | - background: none; | |
| 1603 | - color: #C00BB9; | |
| 1604 | - font-size: 14px; | |
| 1605 | - font-weight: 500; | |
| 1606 | - cursor: pointer; | |
| 1607 | - font-family: var(--e-a-font-family); | |
| 1608 | -} | |
| 1609 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1610 | - font-size: 16px; | |
| 1611 | -} | |
| 1612 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1613 | - opacity: 0.8; | |
| 1614 | -} | |
| 1615 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1616 | - border-block-start: var(--e-a-border); | |
| 1617 | -} | |
| 1618 | - | |
| 1619 | -.elementor-panel-category-custom-widgets-empty { | |
| 1620 | - grid-column: 1/-1; | |
| 1621 | - width: 100%; | |
| 1622 | - padding: 0 16px 16px; | |
| 1623 | -} | |
| 1624 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1625 | - margin: 0; | |
| 1626 | - font-size: 12px; | |
| 1627 | - line-height: 1.6; | |
| 1628 | - color: var(--e-a-color-txt-muted); | |
| 1629 | -} | |
| 1630 | - | |
| 1631 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1632 | - margin-inline-start: auto; | |
| 1633 | - padding: 4px 10px; | |
| 1634 | - border: none; | |
| 1635 | - background: none; | |
| 1636 | - color: #C00BB9; | |
| 1637 | - font-size: 12px; | |
| 1638 | - font-weight: 500; | |
| 1639 | - cursor: pointer; | |
| 1640 | - font-family: var(--e-a-font-family); | |
| 1641 | - flex-shrink: 0; | |
| 1642 | -} | |
| 1643 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1644 | - opacity: 0.8; | |
| 1645 | -} | |
| 1646 | - | |
| 1647 | 1326 | #elementor-panel-inner { |
| 1648 | 1327 | position: relative; |
| 1649 | 1328 | height: 100%; |
| 1650 | - display: flex; | |
| 1651 | - flex-direction: column; | |
| 1652 | - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); | |
| 1653 | -} | |
| 1329 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); | |
| 1330 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); } | |
| 1654 | 1331 | |
| 1655 | 1332 | #elementor-panel-content-wrapper { |
| 1656 | - position: relative; | |
| 1657 | - width: 100%; | |
| 1658 | - flex: 1; | |
| 1659 | -} | |
| 1333 | + position: absolute; | |
| 1334 | + bottom: 40px; | |
| 1335 | + top: 40px; | |
| 1336 | + left: 0; | |
| 1337 | + width: 100%; } | |
| 1660 | 1338 | |
| 1661 | 1339 | .elementor-panel-container { |
| 1662 | 1340 | clear: both; |
| 1663 | - padding-inline-start: 15px; | |
| 1664 | - padding-inline-end: 15px; | |
| 1665 | -} | |
| 1341 | + padding-left: 15px; | |
| 1342 | + padding-right: 15px; } | |
| 1666 | 1343 | |
| 1667 | -#elementor-panel-get-pro-elements .elementor-nerd-box-message { | |
| 1668 | - margin-block-start: 10px; | |
| 1669 | -} | |
| 1670 | -#elementor-panel-get-pro-elements .elementor-nerd-box-icon { | |
| 1671 | - margin-block-start: 20px; | |
| 1672 | -} | |
| 1344 | +.media-modal.wp-core-ui input { | |
| 1345 | + width: auto; } | |
| 1673 | 1346 | |
| 1674 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1675 | - display: flex; | |
| 1676 | - flex-direction: column; | |
| 1677 | -} | |
| 1678 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1679 | - display: flex; | |
| 1680 | - flex-direction: column; | |
| 1681 | - flex: 1; | |
| 1682 | - min-height: 0; | |
| 1683 | -} | |
| 1684 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1685 | - position: sticky; | |
| 1686 | - inset-block-end: 0; | |
| 1687 | - margin-block-start: auto; | |
| 1688 | -} | |
| 1689 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1690 | - margin-block-start: 0; | |
| 1691 | -} | |
| 1347 | +.media-modal.wp-core-ui select { | |
| 1348 | + width: initial; } | |
| 1692 | 1349 | |
| 1693 | -#elementor-panel-get-pro-elements-sticky { | |
| 1694 | - position: sticky; | |
| 1695 | - inset-block-end: 0; | |
| 1696 | - margin-block-end: -10px; | |
| 1697 | -} | |
| 1698 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1699 | - margin-block-start: -14px; | |
| 1700 | -} | |
| 1350 | +.media-modal.wp-core-ui fieldset { | |
| 1351 | + padding: 0; | |
| 1352 | + border: 0; } | |
| 1701 | 1353 | |
| 1702 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1703 | - display: flex; | |
| 1704 | - flex-direction: column; | |
| 1705 | - min-height: 100%; | |
| 1706 | -} | |
| 1707 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1708 | - margin-block-start: auto; | |
| 1709 | -} | |
| 1354 | +.media-modal.wp-core-ui .wp-clearfix::after { | |
| 1355 | + content: ''; | |
| 1356 | + display: table; | |
| 1357 | + clear: both; } | |
| 1710 | 1358 | |
| 1711 | -#elementor-panel-get-pro-elements-sticky, | |
| 1712 | -.elementor-panel-editor-sticky-promotion { | |
| 1713 | - font-size: 14px; | |
| 1714 | - font-weight: 400; | |
| 1715 | - line-height: 1.6; | |
| 1716 | - background-color: var(--e-a-color-white); | |
| 1717 | -} | |
| 1718 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1719 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1720 | - min-height: 40px; | |
| 1721 | - display: block; | |
| 1722 | - padding: 9px min(35px, 5%); | |
| 1723 | - gap: 10px; | |
| 1724 | - background-color: var(--e-a-color-white); | |
| 1725 | - color: var(--e-a-color-black); | |
| 1726 | - text-align: center; | |
| 1727 | - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); | |
| 1728 | -} | |
| 1729 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1730 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1731 | - display: inline-block; | |
| 1732 | - font-size: 13px; | |
| 1733 | - font-weight: 500; | |
| 1734 | - color: var(--e-a-btn-bg-accent); | |
| 1735 | -} | |
| 1736 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1737 | -.elementor-panel-editor-sticky-promotion img { | |
| 1738 | - margin-inline-start: 17px; | |
| 1739 | -} | |
| 1359 | +.media-modal.wp-core-ui .e-wp-media-elements-removed { | |
| 1360 | + /* Hack to change the media button selection text, because for some reason the text gets changed when switching tabs. */ } | |
| 1361 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .embed-link-settings, | |
| 1362 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .embed-media-settings > :not(.wp-clearfix):not(.alt-text):not(#alt-text-description) { | |
| 1363 | + display: none; } | |
| 1364 | + .media-modal.wp-core-ui .e-wp-media-elements-removed #embed-url-field { | |
| 1365 | + width: 70%; } | |
| 1366 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail { | |
| 1367 | + margin-top: 20px; } | |
| 1368 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail, | |
| 1369 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail img { | |
| 1370 | + max-height: initial; } | |
| 1371 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-embed .thumbnail::after { | |
| 1372 | + -webkit-box-shadow: none; | |
| 1373 | + box-shadow: none; } | |
| 1374 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-button-select { | |
| 1375 | + font-size: 0; } | |
| 1376 | + .media-modal.wp-core-ui .e-wp-media-elements-removed .media-button-select::before { | |
| 1377 | + content: var(--button-text); | |
| 1378 | + font-size: 13px; } | |
| 1740 | 1379 | |
| 1741 | -#elementor-panel-notice-wrapper .elementor-panel-notice { | |
| 1742 | - width: 90%; | |
| 1743 | - margin: 0 auto; | |
| 1744 | - font-style: unset; | |
| 1745 | - margin-block-end: 15px; | |
| 1746 | -} | |
| 1747 | -#elementor-panel-notice-wrapper .elementor-panel-notice a { | |
| 1748 | - font-weight: bold; | |
| 1749 | - font-style: italic; | |
| 1750 | - border-block-end: 2px dotted var(--e-a-color-info); | |
| 1751 | - display: inline-block; | |
| 1752 | -} | |
| 1380 | +#elementor-panel-get-pro-elements .elementor-nerd-box-message { | |
| 1381 | + margin-top: 10px; } | |
| 1753 | 1382 | |
| 1754 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button, | |
| 1755 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon { | |
| 1756 | - position: relative; | |
| 1757 | -} | |
| 1758 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after, | |
| 1759 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after { | |
| 1760 | - position: absolute; | |
| 1761 | - content: ""; | |
| 1762 | - display: block; | |
| 1763 | - background: var(--e-a-color-primary); | |
| 1764 | - border-radius: 50%; | |
| 1765 | - width: 8px; | |
| 1766 | - height: 8px; | |
| 1767 | - inset-block-start: 5px; | |
| 1768 | - inset-inline-end: 5px; | |
| 1769 | -} | |
| 1383 | +#elementor-panel-get-pro-elements .elementor-nerd-box-icon { | |
| 1384 | + margin-top: 20px; } | |
| 1770 | 1385 | |
| 1771 | -.media-modal.wp-core-ui { | |
| 1772 | - color-scheme: light; | |
| 1773 | - color: #515962; | |
| 1774 | -} | |
| 1775 | -.media-modal.wp-core-ui select { | |
| 1776 | - width: initial; | |
| 1777 | - padding-inline: 8px; | |
| 1778 | -} | |
| 1779 | -.media-modal.wp-core-ui fieldset { | |
| 1780 | - padding: 0; | |
| 1781 | - border: 0; | |
| 1782 | -} | |
| 1783 | - | |
| 1784 | 1386 | .elementor-control { |
| 1785 | 1387 | --control-title-size: 12px; |
| 1388 | + background-color: #fff; | |
| 1786 | 1389 | position: relative; |
| 1787 | - padding: 0 20px 15px; | |
| 1788 | -} | |
| 1789 | -.elementor-control a { | |
| 1790 | - font-weight: 500; | |
| 1791 | - text-decoration: none; | |
| 1792 | - border-block-end: 1px dotted transparent; | |
| 1793 | - transition: all ease-in-out 0.3s; | |
| 1794 | -} | |
| 1795 | -.elementor-control a:hover { | |
| 1796 | - border-block-end-color: inherit; | |
| 1797 | -} | |
| 1798 | -.elementor-control .elementor-control-content { | |
| 1799 | - display: flex; | |
| 1800 | - flex-direction: column; | |
| 1801 | -} | |
| 1802 | -.elementor-control .elementor-control-title { | |
| 1803 | - font-size: var(--control-title-size); | |
| 1804 | - line-height: 1; | |
| 1805 | - margin-inline-end: 5px; | |
| 1806 | -} | |
| 1807 | -.elementor-control .elementor-control-title:empty { | |
| 1808 | - display: none; | |
| 1809 | -} | |
| 1810 | -.elementor-control .elementor-control-spinner { | |
| 1811 | - display: flex; | |
| 1812 | - align-items: center; | |
| 1813 | -} | |
| 1814 | -.elementor-control.elementor-control-type-divider { | |
| 1815 | - padding: 0; | |
| 1816 | -} | |
| 1817 | -.elementor-control.elementor-control-type-divider .elementor-control-content { | |
| 1818 | - margin-inline: 20px; | |
| 1819 | - border-width: 0; | |
| 1820 | - border-block-start: var(--e-a-border); | |
| 1821 | - background-color: var(--e-a-bg-default); | |
| 1822 | - height: 15px; | |
| 1823 | -} | |
| 1824 | -.elementor-control.elementor-control-separator-before { | |
| 1825 | - padding-block-start: 15px; | |
| 1826 | -} | |
| 1827 | -.elementor-control.elementor-control-separator-before:before { | |
| 1828 | - content: ""; | |
| 1829 | - position: absolute; | |
| 1830 | - inset: 0 20px auto; | |
| 1831 | - height: 1px; | |
| 1832 | - background-color: var(--e-a-border-color); | |
| 1833 | -} | |
| 1834 | -.elementor-control.elementor-control-separator-after { | |
| 1835 | - padding-block-end: 15px; | |
| 1836 | -} | |
| 1837 | -.elementor-control.elementor-control-separator-after:after { | |
| 1838 | - content: ""; | |
| 1839 | - position: absolute; | |
| 1840 | - inset: auto 20px 0; | |
| 1841 | - height: 1px; | |
| 1842 | - background-color: var(--e-a-border-color); | |
| 1843 | -} | |
| 1844 | -.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 { | |
| 1845 | - padding-block-start: 15px; | |
| 1846 | -} | |
| 1847 | -.elementor-control.elementor-control-deprecated { | |
| 1848 | - color: var(--e-a-color-warning); | |
| 1849 | -} | |
| 1850 | -.elementor-control.elementor-control-deprecated .elementor-control-field-description { | |
| 1851 | - color: var(--e-a-color-warning); | |
| 1852 | -} | |
| 1853 | -.elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { | |
| 1854 | - display: none; | |
| 1855 | -} | |
| 1856 | -.elementor-control.elementor-hidden-control { | |
| 1857 | - display: none; | |
| 1858 | -} | |
| 1859 | -.elementor-control.elementor-control-type-heading .elementor-control-title { | |
| 1860 | - font-weight: bold; | |
| 1861 | - margin: 0; | |
| 1862 | -} | |
| 1863 | -body:not(.elementor-device-widescreen) .elementor-control.elementor-control-responsive-widescreen { | |
| 1864 | - display: none; | |
| 1865 | -} | |
| 1866 | -body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop { | |
| 1867 | - display: none; | |
| 1868 | -} | |
| 1869 | -body:not(.elementor-device-laptop) .elementor-control.elementor-control-responsive-laptop { | |
| 1870 | - display: none; | |
| 1871 | -} | |
| 1872 | -body:not(.elementor-device-tablet_extra) .elementor-control.elementor-control-responsive-tablet_extra { | |
| 1873 | - display: none; | |
| 1874 | -} | |
| 1875 | -body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet { | |
| 1876 | - display: none; | |
| 1877 | -} | |
| 1878 | -body:not(.elementor-device-mobile_extra) .elementor-control.elementor-control-responsive-mobile_extra { | |
| 1879 | - display: none; | |
| 1880 | -} | |
| 1881 | -body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { | |
| 1882 | - display: none; | |
| 1883 | -} | |
| 1884 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1885 | - padding: 4px; | |
| 1886 | -} | |
| 1887 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1888 | - aspect-ratio: 4/1; | |
| 1889 | - -o-object-fit: cover; | |
| 1890 | - object-fit: cover; | |
| 1891 | - -o-object-position: center; | |
| 1892 | - object-position: center; | |
| 1893 | -} | |
| 1894 | -.elementor-control-shape_divider_bottom img { | |
| 1895 | - rotate: X 180deg; | |
| 1896 | -} | |
| 1897 | -.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1898 | - margin-block-start: 5px; | |
| 1899 | -} | |
| 1390 | + padding: 0 20px 15px; } | |
| 1391 | + .elementor-control a { | |
| 1392 | + font-weight: 500; | |
| 1393 | + text-decoration: none; | |
| 1394 | + border-bottom: 1px dotted transparent; | |
| 1395 | + -webkit-transition: all ease-in-out .3s; | |
| 1396 | + -o-transition: all ease-in-out .3s; | |
| 1397 | + transition: all ease-in-out .3s; } | |
| 1398 | + .elementor-control a:hover { | |
| 1399 | + border-bottom-color: inherit; } | |
| 1400 | + .elementor-control a.elementor-responsive-switcher { | |
| 1401 | + border-bottom: 0; } | |
| 1402 | + .elementor-control .elementor-control-content { | |
| 1403 | + display: -webkit-box; | |
| 1404 | + display: -ms-flexbox; | |
| 1405 | + display: flex; | |
| 1406 | + -webkit-box-orient: vertical; | |
| 1407 | + -webkit-box-direction: normal; | |
| 1408 | + -ms-flex-direction: column; | |
| 1409 | + flex-direction: column; } | |
| 1410 | + .elementor-control .elementor-control-title { | |
| 1411 | + font-size: var(--control-title-size); | |
| 1412 | + line-height: 1; | |
| 1413 | + margin-right: 5px; } | |
| 1414 | + .elementor-control .elementor-control-spinner { | |
| 1415 | + display: -webkit-box; | |
| 1416 | + display: -ms-flexbox; | |
| 1417 | + display: flex; | |
| 1418 | + -webkit-box-align: center; | |
| 1419 | + -ms-flex-align: center; | |
| 1420 | + align-items: center; } | |
| 1421 | + .elementor-control.elementor-control-type-divider { | |
| 1422 | + padding: 0; | |
| 1423 | + background-color: transparent; } | |
| 1424 | + .elementor-control.elementor-control-type-divider .elementor-control-content { | |
| 1425 | + border-width: 0; | |
| 1426 | + border-color: #e6e9ec; | |
| 1427 | + border-style: solid; | |
| 1428 | + border-top-width: 1px; | |
| 1429 | + background-color: #ffffff; | |
| 1430 | + height: 15px; } | |
| 1431 | + .elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp { | |
| 1432 | + margin-top: 15px; } | |
| 1433 | + .elementor-control.elementor-control-separator-default:not(.elementor-control-type-divider).elementor-control-wp:before { | |
| 1434 | + content: ''; | |
| 1435 | + height: 1px; | |
| 1436 | + display: block; | |
| 1437 | + margin-bottom: 15px; | |
| 1438 | + background-color: transparent; } | |
| 1439 | + .elementor-control.elementor-control-separator-before { | |
| 1440 | + padding-top: 15px; } | |
| 1441 | + .elementor-control.elementor-control-separator-before:before { | |
| 1442 | + content: ''; | |
| 1443 | + position: absolute; | |
| 1444 | + height: 1px; | |
| 1445 | + width: 100%; | |
| 1446 | + top: 0; | |
| 1447 | + left: 0; | |
| 1448 | + background-color: #e6e9ec; } | |
| 1449 | + .elementor-control.elementor-control-separator-after:after { | |
| 1450 | + content: ''; | |
| 1451 | + position: absolute; | |
| 1452 | + height: 1px; | |
| 1453 | + width: 100%; | |
| 1454 | + bottom: 0; | |
| 1455 | + left: 0; | |
| 1456 | + background-color: #e6e9ec; } | |
| 1457 | + .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 { | |
| 1458 | + padding-top: 15px; } | |
| 1459 | + .elementor-control.elementor-control-deprecated { | |
| 1460 | + color: #b01b1b; } | |
| 1461 | + .elementor-control.elementor-control-deprecated .elementor-control-field-description { | |
| 1462 | + color: #b01b1b; } | |
| 1463 | + .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { | |
| 1464 | + display: none; } | |
| 1465 | + .elementor-control.elementor-hidden-control { | |
| 1466 | + display: none; } | |
| 1467 | + .elementor-control.elementor-control-type-heading .elementor-control-title { | |
| 1468 | + font-weight: bold; | |
| 1469 | + margin: 0; } | |
| 1470 | + body:not(.elementor-device-widescreen) .elementor-control.elementor-control-responsive-widescreen { | |
| 1471 | + display: none; } | |
| 1472 | + body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop { | |
| 1473 | + display: none; } | |
| 1474 | + body:not(.elementor-device-laptop) .elementor-control.elementor-control-responsive-laptop { | |
| 1475 | + display: none; } | |
| 1476 | + body:not(.elementor-device-tablet_extra) .elementor-control.elementor-control-responsive-tablet_extra { | |
| 1477 | + display: none; } | |
| 1478 | + body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet { | |
| 1479 | + display: none; } | |
| 1480 | + body:not(.elementor-device-mobile_extra) .elementor-control.elementor-control-responsive-mobile_extra { | |
| 1481 | + display: none; } | |
| 1482 | + body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { | |
| 1483 | + display: none; } | |
| 1484 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper { | |
| 1485 | + position: relative; } | |
| 1486 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 1487 | + appearance: none; | |
| 1488 | + -webkit-appearance: none; | |
| 1489 | + -moz-appearance: none; | |
| 1490 | + font-size: 12px; | |
| 1491 | + font-family: inherit; | |
| 1492 | + font-weight: inherit; | |
| 1493 | + font-style: inherit; | |
| 1494 | + text-transform: inherit; | |
| 1495 | + letter-spacing: inherit; | |
| 1496 | + line-height: inherit; | |
| 1497 | + -ms-flex-preferred-size: 100%; | |
| 1498 | + flex-basis: 100%; | |
| 1499 | + padding-left: 5px; | |
| 1500 | + padding-right: 20px; | |
| 1501 | + cursor: pointer; } | |
| 1502 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { | |
| 1503 | + color: #a4afb7; } | |
| 1504 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { | |
| 1505 | + display: none; } | |
| 1506 | + .elementor-control.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 1507 | + font-family: eicons; | |
| 1508 | + content: '\e8ad'; | |
| 1509 | + font-size: 12px; | |
| 1510 | + position: absolute; | |
| 1511 | + top: 50%; | |
| 1512 | + -webkit-transform: translateY(-50%); | |
| 1513 | + -ms-transform: translateY(-50%); | |
| 1514 | + transform: translateY(-50%); | |
| 1515 | + right: 5px; | |
| 1516 | + pointer-events: none; } | |
| 1517 | + .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1518 | + margin-top: 5px; } | |
| 1519 | + .elementor-control.elementor-control-custom_css_title { | |
| 1520 | + font-size: 12px; } | |
| 1900 | 1521 | |
| 1901 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1902 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1903 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1904 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1905 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1906 | - transform: rotate(90deg); | |
| 1907 | -} | |
| 1908 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1909 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1910 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1911 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1912 | -} | |
| 1522 | +.elementor-control.elementor-open .elementor-panel-heading-toggle .eicon:before, | |
| 1523 | +.elementor-panel-scheme-item.elementor-open .elementor-panel-heading-toggle .eicon:before { | |
| 1524 | + content: '\e92a'; } | |
| 1913 | 1525 | |
| 1526 | +.elementor-control:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before, | |
| 1527 | +.elementor-panel-scheme-item:not(.elementor-open) .elementor-panel-heading-toggle .eicon:before { | |
| 1528 | + content: ""; } | |
| 1529 | + | |
| 1914 | 1530 | .elementor-panel-heading { |
| 1915 | - display: flex; | |
| 1916 | - align-items: center; | |
| 1917 | - gap: 5px; | |
| 1918 | - height: 48px; | |
| 1919 | - padding-inline: 20px; | |
| 1531 | + display: table; | |
| 1532 | + table-layout: fixed; | |
| 1533 | + height: 40px; | |
| 1534 | + padding: 0 20px; | |
| 1920 | 1535 | width: 100%; |
| 1921 | - border: 0; | |
| 1922 | - border-block-start: var(--e-a-border); | |
| 1923 | - border-block-start-width: 2px; | |
| 1924 | - background-color: transparent; | |
| 1925 | - color: var(--e-a-color-txt-accent); | |
| 1926 | - cursor: pointer; | |
| 1927 | -} | |
| 1928 | -.elementor-panel-heading-toggle { | |
| 1929 | - width: 10px; | |
| 1930 | - display: flex; | |
| 1931 | - flex-direction: column; | |
| 1932 | - align-items: center; | |
| 1933 | -} | |
| 1934 | -.elementor-panel-heading-title { | |
| 1935 | - font-weight: bold; | |
| 1936 | -} | |
| 1937 | -.elementor-panel-heading-category-chip { | |
| 1938 | - margin-inline-start: auto; | |
| 1939 | - background-color: var(--e-a-bg-chip); | |
| 1940 | - border-radius: 100px; | |
| 1941 | - padding: 5px 8px; | |
| 1942 | -} | |
| 1943 | -.elementor-panel-heading-category-chip i { | |
| 1944 | - margin-inline-start: 4px; | |
| 1945 | -} | |
| 1946 | -.elementor-panel-heading-promotion { | |
| 1947 | - margin-inline-start: auto; | |
| 1948 | -} | |
| 1949 | -.elementor-panel-heading-promotion a { | |
| 1950 | - color: var(--e-a-color-accent-promotion); | |
| 1951 | - font-family: "Roboto", sans-serif; | |
| 1952 | - font-weight: 500; | |
| 1953 | - font-size: 13px; | |
| 1954 | -} | |
| 1955 | -.elementor-panel-heading-promotion a i { | |
| 1956 | - margin-inline-end: 4px; | |
| 1957 | - font-size: 14px; | |
| 1958 | -} | |
| 1959 | -.elementor-panel-heading-promotion a:hover { | |
| 1960 | - color: var(--e-a-color-accent-promotion); | |
| 1961 | -} | |
| 1962 | -.elementor-panel-heading:focus-visible { | |
| 1963 | - color: var(--e-a-color-txt-hover); | |
| 1964 | -} | |
| 1536 | + border-bottom: 1px solid #e6e9ec; | |
| 1537 | + cursor: pointer; } | |
| 1538 | + .elementor-panel-heading > * { | |
| 1539 | + display: table-cell; | |
| 1540 | + vertical-align: middle; } | |
| 1541 | + .elementor-panel-heading-toggle { | |
| 1542 | + width: 20px; | |
| 1543 | + color: #495157; } | |
| 1544 | + .elementor-panel-heading-title { | |
| 1545 | + color: #495157; | |
| 1546 | + font-weight: bold; } | |
| 1965 | 1547 | |
| 1966 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1967 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1968 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1969 | - border-block-start: none; | |
| 1970 | -} | |
| 1548 | +.elementor-control-wp { | |
| 1549 | + line-height: 1.5; } | |
| 1550 | + .elementor-control-wp p { | |
| 1551 | + margin: 15px 0; } | |
| 1971 | 1552 | |
| 1972 | 1553 | .elementor-control-field { |
| 1554 | + display: -webkit-box; | |
| 1555 | + display: -ms-flexbox; | |
| 1973 | 1556 | display: flex; |
| 1974 | - align-items: center; | |
| 1975 | -} | |
| 1557 | + -webkit-box-align: center; | |
| 1558 | + -ms-flex-align: center; | |
| 1559 | + align-items: center; } | |
| 1976 | 1560 | |
| 1977 | 1561 | .elementor-label-block > .elementor-control-content > .elementor-control-field { |
| 1978 | - flex-wrap: wrap; | |
| 1979 | -} | |
| 1980 | -.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 1981 | - width: 100%; | |
| 1982 | - max-width: 100%; | |
| 1983 | - margin-block-start: 10px; | |
| 1984 | -} | |
| 1985 | -.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label { | |
| 1986 | - width: auto; | |
| 1987 | - flex: 1 1 27px; | |
| 1988 | - display: flex; | |
| 1989 | - align-items: center; | |
| 1990 | - justify-content: center; | |
| 1991 | -} | |
| 1562 | + -ms-flex-wrap: wrap; | |
| 1563 | + flex-wrap: wrap; } | |
| 1564 | + .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 1565 | + width: 100%; | |
| 1566 | + margin-top: 10px; } | |
| 1567 | + | |
| 1992 | 1568 | .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1993 | - margin-block-start: 0; | |
| 1994 | -} | |
| 1569 | + margin-top: 0; } | |
| 1570 | + | |
| 1995 | 1571 | .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1996 | - margin-block-start: 0; | |
| 1997 | -} | |
| 1572 | + margin-top: 0; } | |
| 1998 | 1573 | |
| 1999 | 1574 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title { |
| 2000 | - flex-shrink: 0; | |
| 2001 | - max-width: 60%; | |
| 2002 | -} | |
| 1575 | + -ms-flex-negative: 0; | |
| 1576 | + flex-shrink: 0; } | |
| 1577 | + | |
| 2003 | 1578 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2004 | - margin-inline-start: auto; | |
| 2005 | -} | |
| 1579 | + margin-left: auto; } | |
| 2006 | 1580 | |
| 2007 | 1581 | .elementor-control-field-description { |
| 2008 | - margin-block-start: 10px; | |
| 2009 | -} | |
| 1582 | + margin-top: 10px; } | |
| 2010 | 1583 | |
| 2011 | 1584 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 2012 | - margin-block-start: 0; | |
| 2013 | -} | |
| 1585 | + margin-top: 0; } | |
| 2014 | 1586 | |
| 2015 | -.elementor-control-start-end .eicon-text-align-left, | |
| 2016 | -.elementor-control-start-end .eicon-text-align-right, | |
| 2017 | -.elementor-control-start-end .eicon-h-align-left, | |
| 2018 | -.elementor-control-start-end .eicon-h-align-right { | |
| 2019 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 2020 | -} | |
| 1587 | +.elementor-required { | |
| 1588 | + color: #b01b1b; } | |
| 2021 | 1589 | |
| 2022 | -.elementor-update-preview { | |
| 2023 | - margin: 15px 15px 0; | |
| 2024 | - display: flex; | |
| 2025 | - align-items: center; | |
| 2026 | -} | |
| 1590 | +.elementor-units-choices { | |
| 1591 | + -webkit-box-flex: 1; | |
| 1592 | + -ms-flex-positive: 1; | |
| 1593 | + flex-grow: 1; | |
| 1594 | + text-align: right; } | |
| 1595 | + .elementor-units-choices input { | |
| 1596 | + display: none; } | |
| 1597 | + .elementor-units-choices input:not(:checked) + label { | |
| 1598 | + color: #a4afb7; } | |
| 1599 | + .elementor-units-choices input.e-units-placeholder + label { | |
| 1600 | + color: #c2cbd2; | |
| 1601 | + text-decoration: underline; } | |
| 1602 | + .elementor-units-choices input:checked + label { | |
| 1603 | + text-decoration: underline; } | |
| 1604 | + .elementor-units-choices label { | |
| 1605 | + cursor: pointer; | |
| 1606 | + padding: 0 2px; | |
| 1607 | + text-transform: uppercase; | |
| 1608 | + font-size: 9px; } | |
| 2027 | 1609 | |
| 2028 | -.elementor-update-preview-button-wrapper { | |
| 2029 | - flex-grow: 1; | |
| 2030 | - text-align: end; | |
| 2031 | -} | |
| 2032 | - | |
| 2033 | -.elementor-update-preview-button { | |
| 2034 | - padding: 8px 15px; | |
| 2035 | -} | |
| 2036 | - | |
| 2037 | -.elementor-control-direction-ltr input, | |
| 2038 | -.elementor-control-direction-ltr textarea { | |
| 2039 | - direction: ltr; | |
| 2040 | -} | |
| 2041 | -.elementor-control-direction-rtl input, | |
| 2042 | -.elementor-control-direction-rtl textarea { | |
| 2043 | - direction: rtl; | |
| 2044 | -} | |
| 2045 | - | |
| 2046 | 1610 | .elementor-control-responsive-switchers { |
| 2047 | 1611 | --selected-option: 0; |
| 2048 | 1612 | --pointer-position: var(--selected-option); |
| 2049 | 1613 | position: relative; |
| 2050 | - width: 2.5em; | |
| 2051 | - height: 2.5em; | |
| 2052 | - margin: calc(-2.5em + 12px) 0; | |
| 2053 | - margin-inline-end: 5px; | |
| 2054 | -} | |
| 2055 | -.elementor-control-responsive-switchers__holder { | |
| 2056 | - position: absolute; | |
| 2057 | - width: 100%; | |
| 2058 | - inset-block-start: 0; | |
| 2059 | - background-color: var(--e-a-bg-default); | |
| 2060 | - border-radius: var(--e-a-border-radius); | |
| 2061 | - transition: 0.15s; | |
| 2062 | - border: 1px solid transparent; | |
| 2063 | -} | |
| 2064 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2065 | - z-index: 11000; | |
| 2066 | -} | |
| 2067 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2068 | - height: 2.5em; | |
| 2069 | - transform: scale(1); | |
| 2070 | - opacity: 1; | |
| 2071 | -} | |
| 2072 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2073 | - color: var(--e-a-color-primary-bold); | |
| 2074 | -} | |
| 2075 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2076 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2077 | -} | |
| 1614 | + width: 2em; | |
| 1615 | + height: 2em; | |
| 1616 | + margin: calc( -2em + var(--control-title-size)) 0; | |
| 1617 | + margin-right: 5px; } | |
| 1618 | + .elementor-control-responsive-switchers__holder { | |
| 1619 | + position: absolute; | |
| 1620 | + width: 100%; | |
| 1621 | + top: 0; | |
| 1622 | + background-color: #fff; | |
| 1623 | + -webkit-border-radius: 3px; | |
| 1624 | + border-radius: 3px; | |
| 1625 | + -webkit-transition: 0.15s; | |
| 1626 | + -o-transition: 0.15s; | |
| 1627 | + transition: 0.15s; | |
| 1628 | + border: 1px transparent solid; } | |
| 1629 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 1630 | + z-index: 11000; } | |
| 1631 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 1632 | + height: 2em; | |
| 1633 | + -webkit-transform: scale(1); | |
| 1634 | + -ms-transform: scale(1); | |
| 1635 | + transform: scale(1); | |
| 1636 | + opacity: 1; } | |
| 1637 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 1638 | + color: #71d7f7; } | |
| 1639 | + .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 1640 | + top: calc(-1 * var(--selected-option) * 2em); | |
| 1641 | + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 1642 | + box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } | |
| 2078 | 1643 | |
| 2079 | 1644 | .elementor-responsive-switcher { |
| 2080 | - all: unset; | |
| 1645 | + display: -webkit-box; | |
| 1646 | + display: -ms-flexbox; | |
| 2081 | 1647 | display: flex; |
| 2082 | - align-items: center; | |
| 2083 | - justify-content: center; | |
| 1648 | + -webkit-box-align: center; | |
| 1649 | + -ms-flex-align: center; | |
| 1650 | + align-items: center; | |
| 1651 | + -webkit-box-pack: center; | |
| 1652 | + -ms-flex-pack: center; | |
| 1653 | + justify-content: center; | |
| 2084 | 1654 | position: relative; |
| 2085 | 1655 | z-index: 2; |
| 2086 | 1656 | cursor: pointer; |
| 2087 | 1657 | height: 0; |
| 2088 | - width: 100%; | |
| 2089 | - transform: scale(0); | |
| 1658 | + -webkit-transform: scale(0); | |
| 1659 | + -ms-transform: scale(0); | |
| 1660 | + transform: scale(0); | |
| 2090 | 1661 | opacity: 0; |
| 1662 | + -webkit-transition: 0.15s; | |
| 1663 | + -o-transition: 0.15s; | |
| 2091 | 1664 | transition: 0.15s; |
| 2092 | - font-size: 12px; | |
| 2093 | - color: inherit; | |
| 2094 | -} | |
| 2095 | -.elementor-responsive-switcher:hover { | |
| 2096 | - color: var(--e-a-color-primary-bold); | |
| 2097 | -} | |
| 1665 | + font-size: 12px; } | |
| 2098 | 1666 | |
| 1667 | +a.elementor-responsive-switcher { | |
| 1668 | + color: #a4afb7; } | |
| 1669 | + a.elementor-responsive-switcher:hover { | |
| 1670 | + color: #71d7f7; } | |
| 1671 | + | |
| 2099 | 1672 | .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { |
| 2100 | - height: 2.5em; | |
| 2101 | - transform: scale(1); | |
| 2102 | - opacity: 1; | |
| 2103 | -} | |
| 1673 | + height: 2em; | |
| 1674 | + -webkit-transform: scale(1); | |
| 1675 | + -ms-transform: scale(1); | |
| 1676 | + transform: scale(1); | |
| 1677 | + opacity: 1; } | |
| 1678 | + | |
| 2104 | 1679 | .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { |
| 2105 | - color: var(--e-a-color-primary-bold); | |
| 2106 | -} | |
| 1680 | + color: #71d7f7; } | |
| 2107 | 1681 | |
| 2108 | 1682 | .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 2109 | - height: 2.5em; | |
| 2110 | - transform: scale(1); | |
| 2111 | - opacity: 1; | |
| 2112 | -} | |
| 1683 | + height: 2em; | |
| 1684 | + -webkit-transform: scale(1); | |
| 1685 | + -ms-transform: scale(1); | |
| 1686 | + transform: scale(1); | |
| 1687 | + opacity: 1; } | |
| 1688 | + | |
| 2113 | 1689 | .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { |
| 2114 | - color: var(--e-a-color-primary-bold); | |
| 2115 | -} | |
| 1690 | + color: #71d7f7; } | |
| 2116 | 1691 | |
| 2117 | 1692 | .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { |
| 2118 | - height: 2.5em; | |
| 2119 | - transform: scale(1); | |
| 2120 | - opacity: 1; | |
| 2121 | -} | |
| 1693 | + height: 2em; | |
| 1694 | + -webkit-transform: scale(1); | |
| 1695 | + -ms-transform: scale(1); | |
| 1696 | + transform: scale(1); | |
| 1697 | + opacity: 1; } | |
| 1698 | + | |
| 2122 | 1699 | .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { |
| 2123 | - color: var(--e-a-color-primary-bold); | |
| 2124 | -} | |
| 1700 | + color: #71d7f7; } | |
| 2125 | 1701 | |
| 2126 | 1702 | .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { |
| 2127 | - height: 2.5em; | |
| 2128 | - transform: scale(1); | |
| 2129 | - opacity: 1; | |
| 2130 | -} | |
| 1703 | + height: 2em; | |
| 1704 | + -webkit-transform: scale(1); | |
| 1705 | + -ms-transform: scale(1); | |
| 1706 | + transform: scale(1); | |
| 1707 | + opacity: 1; } | |
| 1708 | + | |
| 2131 | 1709 | .elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { |
| 2132 | - color: var(--e-a-color-primary-bold); | |
| 2133 | -} | |
| 1710 | + color: #71d7f7; } | |
| 2134 | 1711 | |
| 2135 | 1712 | .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 2136 | - height: 2.5em; | |
| 2137 | - transform: scale(1); | |
| 2138 | - opacity: 1; | |
| 2139 | -} | |
| 1713 | + height: 2em; | |
| 1714 | + -webkit-transform: scale(1); | |
| 1715 | + -ms-transform: scale(1); | |
| 1716 | + transform: scale(1); | |
| 1717 | + opacity: 1; } | |
| 1718 | + | |
| 2140 | 1719 | .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { |
| 2141 | - color: var(--e-a-color-primary-bold); | |
| 2142 | -} | |
| 1720 | + color: #71d7f7; } | |
| 2143 | 1721 | |
| 2144 | 1722 | .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { |
| 2145 | - height: 2.5em; | |
| 2146 | - transform: scale(1); | |
| 2147 | - opacity: 1; | |
| 2148 | -} | |
| 1723 | + height: 2em; | |
| 1724 | + -webkit-transform: scale(1); | |
| 1725 | + -ms-transform: scale(1); | |
| 1726 | + transform: scale(1); | |
| 1727 | + opacity: 1; } | |
| 1728 | + | |
| 2149 | 1729 | .elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { |
| 2150 | - color: var(--e-a-color-primary-bold); | |
| 2151 | -} | |
| 1730 | + color: #71d7f7; } | |
| 2152 | 1731 | |
| 2153 | 1732 | .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 2154 | - height: 2.5em; | |
| 2155 | - transform: scale(1); | |
| 2156 | - opacity: 1; | |
| 2157 | -} | |
| 1733 | + height: 2em; | |
| 1734 | + -webkit-transform: scale(1); | |
| 1735 | + -ms-transform: scale(1); | |
| 1736 | + transform: scale(1); | |
| 1737 | + opacity: 1; } | |
| 1738 | + | |
| 2158 | 1739 | .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { |
| 2159 | - color: var(--e-a-color-primary-bold); | |
| 2160 | -} | |
| 1740 | + color: #71d7f7; } | |
| 2161 | 1741 | |
| 2162 | -.e-units-wrapper { | |
| 2163 | - position: relative; | |
| 2164 | - margin-inline-start: auto; | |
| 2165 | -} | |
| 2166 | -.e-units-wrapper .e-units-switcher { | |
| 2167 | - cursor: pointer; | |
| 2168 | - font-size: 10px; | |
| 2169 | - padding: 0.5em; | |
| 2170 | - margin: -0.5em 0; | |
| 2171 | - transition: all ease-in-out 0.15s; | |
| 2172 | -} | |
| 2173 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2174 | - color: var(--e-a-color-primary-bold); | |
| 2175 | - background-color: var(--e-a-bg-hover); | |
| 2176 | - border-radius: var(--e-a-border-radius); | |
| 2177 | -} | |
| 2178 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2179 | - display: none; | |
| 2180 | -} | |
| 2181 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2182 | - display: none; | |
| 2183 | -} | |
| 2184 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2185 | - transform: rotate(90deg); | |
| 2186 | -} | |
| 1742 | +.elementor-update-preview { | |
| 1743 | + margin: 15px 15px 0; | |
| 1744 | + display: -webkit-box; | |
| 1745 | + display: -ms-flexbox; | |
| 1746 | + display: flex; | |
| 1747 | + -webkit-box-align: center; | |
| 1748 | + -ms-flex-align: center; | |
| 1749 | + align-items: center; } | |
| 2187 | 1750 | |
| 2188 | -.e-units-choices input { | |
| 2189 | - display: none; | |
| 2190 | -} | |
| 2191 | -.e-units-choices input:checked + label { | |
| 2192 | - color: var(--e-a-color-primary-bold); | |
| 2193 | -} | |
| 2194 | -.e-units-choices label { | |
| 2195 | - cursor: pointer; | |
| 2196 | - display: block; | |
| 2197 | -} | |
| 2198 | -.e-units-choices { | |
| 2199 | - display: none; | |
| 2200 | - overflow: hidden; | |
| 2201 | - max-height: 0; | |
| 2202 | - position: absolute; | |
| 2203 | - inset-block-start: -0.8em; | |
| 2204 | - inset-inline-start: -0.5em; | |
| 2205 | - width: 2.5em; | |
| 2206 | - text-align: center; | |
| 2207 | - background-color: var(--e-a-bg-default); | |
| 2208 | - border-radius: var(--e-a-border-radius); | |
| 2209 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2210 | - animation-timing-function: linear; | |
| 2211 | - animation-delay: 0s; | |
| 2212 | - animation-fill-mode: forwards; | |
| 2213 | - z-index: 11000; | |
| 2214 | -} | |
| 2215 | -.e-units-choices .elementor-units-choices-label { | |
| 2216 | - display: flex; | |
| 2217 | - align-items: center; | |
| 2218 | - height: 3em; | |
| 2219 | - justify-content: center; | |
| 2220 | - font-size: 10px; | |
| 2221 | - transition: 0.15s; | |
| 2222 | -} | |
| 2223 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2224 | - color: var(--e-a-color-primary-bold); | |
| 2225 | -} | |
| 2226 | -.e-units-choices.e-units-choices-open { | |
| 2227 | - display: block; | |
| 2228 | - animation-duration: 1s; | |
| 2229 | - animation-name: e-units-choices-open; | |
| 2230 | -} | |
| 1751 | +.elementor-update-preview-button-wrapper { | |
| 1752 | + -webkit-box-flex: 1; | |
| 1753 | + -ms-flex-positive: 1; | |
| 1754 | + flex-grow: 1; | |
| 1755 | + text-align: right; } | |
| 2231 | 1756 | |
| 2232 | -.e-units-custom input { | |
| 2233 | - font-family: monospace; | |
| 2234 | - font-size: 0.85em; | |
| 2235 | -} | |
| 1757 | +.elementor-update-preview-button { | |
| 1758 | + padding: 8px 15px; | |
| 1759 | + text-transform: uppercase; } | |
| 2236 | 1760 | |
| 2237 | -@keyframes e-units-choices-open { | |
| 2238 | - from { | |
| 2239 | - max-height: 0; | |
| 2240 | - } | |
| 2241 | - to { | |
| 2242 | - max-height: 100vh; | |
| 2243 | - } | |
| 2244 | -} | |
| 2245 | -.elementor-control-alert { | |
| 2246 | - display: flex; | |
| 2247 | - flex-direction: column; | |
| 2248 | - justify-content: flex-start; | |
| 2249 | - align-items: flex-start; | |
| 2250 | - gap: 8px; | |
| 2251 | -} | |
| 2252 | -.elementor-control-alert-heading { | |
| 2253 | - font-weight: bold; | |
| 2254 | -} | |
| 1761 | +.elementor-control-direction-ltr input, | |
| 1762 | +.elementor-control-direction-ltr textarea { | |
| 1763 | + direction: ltr; } | |
| 2255 | 1764 | |
| 1765 | +.elementor-control-direction-rtl input, | |
| 1766 | +.elementor-control-direction-rtl textarea { | |
| 1767 | + direction: rtl; } | |
| 1768 | + | |
| 2256 | 1769 | .elementor-control-type-button .elementor-control-input-wrapper { |
| 2257 | - text-align: end; | |
| 2258 | -} | |
| 1770 | + text-align: right; } | |
| 1771 | + | |
| 2259 | 1772 | .elementor-control-type-button .elementor-button { |
| 2260 | 1773 | width: auto; |
| 2261 | -} | |
| 2262 | -.elementor-control-type-button .elementor-button.elementor-button-center { | |
| 2263 | - display: block; | |
| 2264 | - margin: 0 auto; | |
| 2265 | -} | |
| 1774 | + height: 26px; } | |
| 2266 | 1775 | |
| 2267 | 1776 | .elementor-control-type-choose.elementor-label-block .elementor-choices { |
| 2268 | - width: 100%; | |
| 2269 | -} | |
| 1777 | + width: 100%; } | |
| 2270 | 1778 | |
| 2271 | 1779 | .elementor-choices { |
| 1780 | + display: -webkit-box; | |
| 1781 | + display: -ms-flexbox; | |
| 2272 | 1782 | display: flex; |
| 2273 | 1783 | height: 27px; |
| 2274 | 1784 | line-height: 27px; |
| 2275 | 1785 | text-align: center; |
| 2276 | 1786 | border-spacing: 1px; |
| 2277 | - border-radius: var(--e-a-border-radius); | |
| 2278 | - overflow: hidden; | |
| 2279 | -} | |
| 2280 | -.elementor-choices .elementor-choices-label { | |
| 2281 | - border-block-start: var(--e-a-border-bold); | |
| 2282 | - border-block-end: var(--e-a-border-bold); | |
| 2283 | - border-inline-start: var(--e-a-border-bold); | |
| 2284 | - border-inline-end: none; | |
| 2285 | - font-size: 12px; | |
| 2286 | - transition: var(--e-a-transition-hover); | |
| 2287 | - cursor: pointer; | |
| 2288 | - overflow: hidden; | |
| 2289 | -} | |
| 2290 | -.elementor-choices .elementor-choices-label:nth-child(2) { | |
| 2291 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2292 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2293 | -} | |
| 2294 | -.elementor-choices .elementor-choices-label:last-child { | |
| 2295 | - border-inline-end: var(--e-a-border-bold); | |
| 2296 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2297 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2298 | -} | |
| 2299 | -.elementor-choices input { | |
| 2300 | - display: none; | |
| 2301 | -} | |
| 2302 | -.elementor-choices input:hover + .elementor-choices-label { | |
| 2303 | - background-color: var(--e-a-bg-hover); | |
| 2304 | -} | |
| 2305 | -.elementor-choices input.e-choose-placeholder + .elementor-choices-label, .elementor-choices input:checked + .elementor-choices-label { | |
| 2306 | - background-color: var(--e-a-bg-active-bold); | |
| 2307 | - color: var(--e-a-color-txt-accent); | |
| 2308 | -} | |
| 1787 | + -webkit-border-radius: 3px; | |
| 1788 | + border-radius: 3px; | |
| 1789 | + overflow: hidden; } | |
| 1790 | + .elementor-choices .elementor-choices-label { | |
| 1791 | + border-top: 1px solid #d5dadf; | |
| 1792 | + border-bottom: 1px solid #d5dadf; | |
| 1793 | + border-left: 1px solid #d5dadf; | |
| 1794 | + border-right: none; | |
| 1795 | + font-size: 12px; | |
| 1796 | + -webkit-transition: all .5s; | |
| 1797 | + -o-transition: all .5s; | |
| 1798 | + transition: all .5s; | |
| 1799 | + cursor: pointer; | |
| 1800 | + overflow: hidden; } | |
| 1801 | + .elementor-choices .elementor-choices-label:nth-child(2) { | |
| 1802 | + -webkit-border-top-left-radius: 3px; | |
| 1803 | + border-top-left-radius: 3px; | |
| 1804 | + -webkit-border-bottom-left-radius: 3px; | |
| 1805 | + border-bottom-left-radius: 3px; } | |
| 1806 | + .elementor-choices .elementor-choices-label:last-child { | |
| 1807 | + border-right: 1px solid #d5dadf; | |
| 1808 | + -webkit-border-top-right-radius: 3px; | |
| 1809 | + border-top-right-radius: 3px; | |
| 1810 | + -webkit-border-bottom-right-radius: 3px; | |
| 1811 | + border-bottom-right-radius: 3px; } | |
| 1812 | + .elementor-choices input { | |
| 1813 | + display: none; } | |
| 1814 | + .elementor-choices input.e-choose-placeholder + .elementor-choices-label { | |
| 1815 | + color: #ffffff; | |
| 1816 | + background-color: #c2cbd2; | |
| 1817 | + border-color: #c2cbd2; } | |
| 1818 | + .elementor-choices input:checked + .elementor-choices-label { | |
| 1819 | + color: #fff; | |
| 1820 | + background-color: #a4afb7; | |
| 1821 | + border-color: #a4afb7; } | |
| 2309 | 1822 | |
| 2310 | 1823 | .elementor-label-inline .elementor-choices { |
| 2311 | - justify-content: flex-end; | |
| 2312 | -} | |
| 1824 | + -webkit-box-pack: end; | |
| 1825 | + -ms-flex-pack: end; | |
| 1826 | + justify-content: flex-end; } | |
| 2313 | 1827 | |
| 2314 | -.elementor-control-type-color.e-control-global .pickr { | |
| 2315 | - border-start-start-radius: 0; | |
| 2316 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2317 | - border-end-start-radius: 0; | |
| 2318 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2319 | - flex-shrink: 0; | |
| 2320 | - border-color: var(--e-a-border-color-bold); | |
| 2321 | - transition: var(--e-a-transition-hover); | |
| 2322 | -} | |
| 2323 | -.elementor-control-type-color.e-control-global .pickr:hover { | |
| 2324 | - background-color: var(--e-a-bg-hover); | |
| 2325 | -} | |
| 2326 | -.elementor-control-type-color.e-control-global .e-global__popover-toggle:not(.e-global__popover-toggle--active) ~ .pickr { | |
| 2327 | - background-color: var(--e-a-bg-active-bold); | |
| 2328 | -} | |
| 1828 | +.rtl .elementor-control-text_align .elementor-choices, | |
| 1829 | +.rtl .elementor-control-align .elementor-choices, | |
| 1830 | +.rtl .elementor-control-position .elementor-choices { | |
| 1831 | + -webkit-box-orient: horizontal; | |
| 1832 | + -webkit-box-direction: reverse; | |
| 1833 | + -ms-flex-direction: row-reverse; | |
| 1834 | + flex-direction: row-reverse; } | |
| 1835 | + .rtl .elementor-control-text_align .elementor-choices .elementor-choices-label:nth-child(2), | |
| 1836 | + .rtl .elementor-control-align .elementor-choices .elementor-choices-label:nth-child(2), | |
| 1837 | + .rtl .elementor-control-position .elementor-choices .elementor-choices-label:nth-child(2) { | |
| 1838 | + border-right: 1px solid #d5dadf; | |
| 1839 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1840 | + border-radius: 3px 0 0 3px; } | |
| 1841 | + .rtl .elementor-control-text_align .elementor-choices .elementor-choices-label:last-child, | |
| 1842 | + .rtl .elementor-control-align .elementor-choices .elementor-choices-label:last-child, | |
| 1843 | + .rtl .elementor-control-position .elementor-choices .elementor-choices-label:last-child { | |
| 1844 | + border-right: none; | |
| 1845 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1846 | + border-radius: 0 3px 3px 0; } | |
| 1847 | + | |
| 1848 | +.elementor-control-type-color.e-control-global .e-global__popover-toggle ~ .pickr { | |
| 1849 | + -webkit-border-radius: 0px 3px 3px 0; | |
| 1850 | + border-radius: 0px 3px 3px 0; | |
| 1851 | + -ms-flex-negative: 0; | |
| 1852 | + flex-shrink: 0; } | |
| 1853 | + | |
| 2329 | 1854 | .elementor-control-type-color .elementor-control-title { |
| 2330 | - flex-grow: 1; | |
| 2331 | -} | |
| 1855 | + -webkit-box-flex: 1; | |
| 1856 | + -ms-flex-positive: 1; | |
| 1857 | + flex-grow: 1; } | |
| 1858 | + | |
| 2332 | 1859 | .elementor-control-type-color .elementor-control-input-wrapper { |
| 1860 | + display: -webkit-box; | |
| 1861 | + display: -ms-flexbox; | |
| 2333 | 1862 | display: flex; |
| 2334 | - justify-content: flex-end; | |
| 2335 | -} | |
| 1863 | + -webkit-box-pack: end; | |
| 1864 | + -ms-flex-pack: end; | |
| 1865 | + justify-content: flex-end; } | |
| 2336 | 1866 | |
| 1867 | +.elementor-control-type-color .elementor-control-dynamic-switcher { | |
| 1868 | + border-left-width: 0; | |
| 1869 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1870 | + border-radius: 0 3px 3px 0; } | |
| 1871 | + | |
| 1872 | +.elementor-control-type-color.elementor-control-dynamic .pickr { | |
| 1873 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1874 | + border-radius: 3px 0 0 3px; } | |
| 1875 | + | |
| 2337 | 1876 | .elementor-group-control-css-filter .elementor-slider { |
| 2338 | 1877 | height: 6px; |
| 2339 | - box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 2340 | -} | |
| 1878 | + -webkit-box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); | |
| 1879 | + box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); } | |
| 1880 | + | |
| 2341 | 1881 | .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2342 | - margin-block-start: 0; | |
| 2343 | - margin-block-end: 5px; | |
| 2344 | -} | |
| 1882 | + margin-top: 0; | |
| 1883 | + margin-bottom: 5px; } | |
| 2345 | 1884 | |
| 2346 | 1885 | .elementor-group-control-blur .elementor-slider { |
| 2347 | 1886 | background: url("../images/blur.png"); |
| 2348 | - background-size: cover; | |
| 2349 | - background-position: center; | |
| 2350 | -} | |
| 1887 | + -webkit-background-size: cover; | |
| 1888 | + background-size: cover; | |
| 1889 | + background-position: center; } | |
| 2351 | 1890 | |
| 2352 | 1891 | .elementor-group-control-contrast .elementor-slider { |
| 2353 | 1892 | background: url("../images/contrast.png"); |
| 2354 | - background-size: 100% 100%; | |
| 2355 | -} | |
| 1893 | + -webkit-background-size: 100% 100%; | |
| 1894 | + background-size: 100% 100%; } | |
| 2356 | 1895 | |
| 2357 | 1896 | .elementor-group-control-hue .elementor-slider { |
| 2358 | - background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 2359 | -} | |
| 1897 | + 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)); | |
| 1898 | + background-image: -webkit-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 1899 | + background-image: -o-linear-gradient(left, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); | |
| 1900 | + background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); } | |
| 2360 | 1901 | |
| 2361 | 1902 | .elementor-group-control-saturate .elementor-slider { |
| 2362 | - background-image: linear-gradient(to right, gray, red); | |
| 2363 | -} | |
| 1903 | + background-image: -webkit-gradient(linear, left top, right top, from(gray), to(red)); | |
| 1904 | + background-image: -webkit-linear-gradient(left, gray, red); | |
| 1905 | + background-image: -o-linear-gradient(left, gray, red); | |
| 1906 | + background-image: linear-gradient(to right, gray, red); } | |
| 2364 | 1907 | |
| 2365 | 1908 | .elementor-group-control-brightness .elementor-slider { |
| 2366 | - background-image: linear-gradient(to right, black, white); | |
| 2367 | -} | |
| 1909 | + background-image: -webkit-gradient(linear, left top, right top, from(black), to(white)); | |
| 1910 | + background-image: -webkit-linear-gradient(left, black, white); | |
| 1911 | + background-image: -o-linear-gradient(left, black, white); | |
| 1912 | + background-image: linear-gradient(to right, black, white); } | |
| 2368 | 1913 | |
| 2369 | -.elementor-control-responsive-switchers { | |
| 2370 | - --selected-option: 0; | |
| 2371 | - --pointer-position: var(--selected-option); | |
| 2372 | - position: relative; | |
| 2373 | - width: 2.5em; | |
| 2374 | - height: 2.5em; | |
| 2375 | - margin: calc(-2.5em + 12px) 0; | |
| 2376 | - margin-inline-end: 5px; | |
| 2377 | -} | |
| 2378 | -.elementor-control-responsive-switchers__holder { | |
| 2379 | - position: absolute; | |
| 2380 | - width: 100%; | |
| 2381 | - inset-block-start: 0; | |
| 2382 | - background-color: var(--e-a-bg-default); | |
| 2383 | - border-radius: var(--e-a-border-radius); | |
| 2384 | - transition: 0.15s; | |
| 2385 | - border: 1px solid transparent; | |
| 2386 | -} | |
| 2387 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2388 | - z-index: 11000; | |
| 2389 | -} | |
| 2390 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2391 | - height: 2.5em; | |
| 2392 | - transform: scale(1); | |
| 2393 | - opacity: 1; | |
| 2394 | -} | |
| 2395 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2396 | - color: var(--e-a-color-primary-bold); | |
| 2397 | -} | |
| 2398 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2399 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2400 | -} | |
| 1914 | +.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 1915 | + overflow: hidden; } | |
| 2401 | 1916 | |
| 2402 | -.elementor-responsive-switcher { | |
| 2403 | - all: unset; | |
| 2404 | - display: flex; | |
| 2405 | - align-items: center; | |
| 2406 | - justify-content: center; | |
| 2407 | - position: relative; | |
| 2408 | - z-index: 2; | |
| 2409 | - cursor: pointer; | |
| 2410 | - height: 0; | |
| 2411 | - width: 100%; | |
| 2412 | - transform: scale(0); | |
| 2413 | - opacity: 0; | |
| 2414 | - transition: 0.15s; | |
| 2415 | - font-size: 12px; | |
| 2416 | - color: inherit; | |
| 2417 | -} | |
| 2418 | -.elementor-responsive-switcher:hover { | |
| 2419 | - color: var(--e-a-color-primary-bold); | |
| 2420 | -} | |
| 1917 | +.elementor-control-type-dimensions li { | |
| 1918 | + float: left; | |
| 1919 | + width: 20%; } | |
| 1920 | + .elementor-control-type-dimensions li input, | |
| 1921 | + .elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 1922 | + display: block; | |
| 1923 | + text-align: center; | |
| 1924 | + width: 100%; | |
| 1925 | + border-color: #d5dadf; | |
| 1926 | + height: 27px; } | |
| 1927 | + .elementor-control-type-dimensions li input { | |
| 1928 | + border-left: none; | |
| 1929 | + -webkit-border-radius: 0; | |
| 1930 | + border-radius: 0; | |
| 1931 | + padding: 4px 0; } | |
| 1932 | + .elementor-control-type-dimensions li input:focus { | |
| 1933 | + border-left: solid 1px; | |
| 1934 | + border-color: #a4afb7; | |
| 1935 | + margin-left: -1px; | |
| 1936 | + width: calc(100% + 1px); } | |
| 1937 | + .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { | |
| 1938 | + color: #a4afb7; } | |
| 1939 | + .elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 1940 | + border: 1px solid #d5dadf; | |
| 1941 | + border-left: none; | |
| 1942 | + background-color: #fff; | |
| 1943 | + padding: 0; | |
| 1944 | + outline: none; | |
| 1945 | + -webkit-border-radius: 0 3px 3px 0; | |
| 1946 | + border-radius: 0 3px 3px 0; | |
| 1947 | + cursor: pointer; } | |
| 1948 | + .elementor-control-type-dimensions li:first-child input { | |
| 1949 | + border-left: 1px solid #d5dadf; | |
| 1950 | + -webkit-border-radius: 3px 0 0 3px; | |
| 1951 | + border-radius: 3px 0 0 3px; } | |
| 1952 | + .elementor-control-type-dimensions li:first-child input:focus { | |
| 1953 | + border-color: #a4afb7; | |
| 1954 | + margin-left: 0; | |
| 1955 | + width: 100%; } | |
| 2421 | 1956 | |
| 2422 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2423 | - height: 2.5em; | |
| 2424 | - transform: scale(1); | |
| 2425 | - opacity: 1; | |
| 2426 | -} | |
| 2427 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2428 | - color: var(--e-a-color-primary-bold); | |
| 2429 | -} | |
| 2430 | - | |
| 2431 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2432 | - height: 2.5em; | |
| 2433 | - transform: scale(1); | |
| 2434 | - opacity: 1; | |
| 2435 | -} | |
| 2436 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2437 | - color: var(--e-a-color-primary-bold); | |
| 2438 | -} | |
| 2439 | - | |
| 2440 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2441 | - height: 2.5em; | |
| 2442 | - transform: scale(1); | |
| 2443 | - opacity: 1; | |
| 2444 | -} | |
| 2445 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2446 | - color: var(--e-a-color-primary-bold); | |
| 2447 | -} | |
| 2448 | - | |
| 2449 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2450 | - height: 2.5em; | |
| 2451 | - transform: scale(1); | |
| 2452 | - opacity: 1; | |
| 2453 | -} | |
| 2454 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2455 | - color: var(--e-a-color-primary-bold); | |
| 2456 | -} | |
| 2457 | - | |
| 2458 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2459 | - height: 2.5em; | |
| 2460 | - transform: scale(1); | |
| 2461 | - opacity: 1; | |
| 2462 | -} | |
| 2463 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2464 | - color: var(--e-a-color-primary-bold); | |
| 2465 | -} | |
| 2466 | - | |
| 2467 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2468 | - height: 2.5em; | |
| 2469 | - transform: scale(1); | |
| 2470 | - opacity: 1; | |
| 2471 | -} | |
| 2472 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2473 | - color: var(--e-a-color-primary-bold); | |
| 2474 | -} | |
| 2475 | - | |
| 2476 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2477 | - height: 2.5em; | |
| 2478 | - transform: scale(1); | |
| 2479 | - opacity: 1; | |
| 2480 | -} | |
| 2481 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2482 | - color: var(--e-a-color-primary-bold); | |
| 2483 | -} | |
| 2484 | - | |
| 2485 | -.e-units-wrapper { | |
| 2486 | - position: relative; | |
| 2487 | - margin-inline-start: auto; | |
| 2488 | -} | |
| 2489 | -.e-units-wrapper .e-units-switcher { | |
| 2490 | - cursor: pointer; | |
| 2491 | - font-size: 10px; | |
| 2492 | - padding: 0.5em; | |
| 2493 | - margin: -0.5em 0; | |
| 2494 | - transition: all ease-in-out 0.15s; | |
| 2495 | -} | |
| 2496 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2497 | - color: var(--e-a-color-primary-bold); | |
| 2498 | - background-color: var(--e-a-bg-hover); | |
| 2499 | - border-radius: var(--e-a-border-radius); | |
| 2500 | -} | |
| 2501 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2502 | - display: none; | |
| 2503 | -} | |
| 2504 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2505 | - display: none; | |
| 2506 | -} | |
| 2507 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2508 | - transform: rotate(90deg); | |
| 2509 | -} | |
| 2510 | - | |
| 2511 | -.e-units-choices input { | |
| 2512 | - display: none; | |
| 2513 | -} | |
| 2514 | -.e-units-choices input:checked + label { | |
| 2515 | - color: var(--e-a-color-primary-bold); | |
| 2516 | -} | |
| 2517 | -.e-units-choices label { | |
| 2518 | - cursor: pointer; | |
| 2519 | - display: block; | |
| 2520 | -} | |
| 2521 | -.e-units-choices { | |
| 2522 | - display: none; | |
| 2523 | - overflow: hidden; | |
| 2524 | - max-height: 0; | |
| 2525 | - position: absolute; | |
| 2526 | - inset-block-start: -0.8em; | |
| 2527 | - inset-inline-start: -0.5em; | |
| 2528 | - width: 2.5em; | |
| 2529 | - text-align: center; | |
| 2530 | - background-color: var(--e-a-bg-default); | |
| 2531 | - border-radius: var(--e-a-border-radius); | |
| 2532 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2533 | - animation-timing-function: linear; | |
| 2534 | - animation-delay: 0s; | |
| 2535 | - animation-fill-mode: forwards; | |
| 2536 | - z-index: 11000; | |
| 2537 | -} | |
| 2538 | -.e-units-choices .elementor-units-choices-label { | |
| 2539 | - display: flex; | |
| 2540 | - align-items: center; | |
| 2541 | - height: 3em; | |
| 2542 | - justify-content: center; | |
| 2543 | - font-size: 10px; | |
| 2544 | - transition: 0.15s; | |
| 2545 | -} | |
| 2546 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2547 | - color: var(--e-a-color-primary-bold); | |
| 2548 | -} | |
| 2549 | -.e-units-choices.e-units-choices-open { | |
| 2550 | - display: block; | |
| 2551 | - animation-duration: 1s; | |
| 2552 | - animation-name: e-units-choices-open; | |
| 2553 | -} | |
| 2554 | - | |
| 2555 | -.e-units-custom input { | |
| 2556 | - font-family: monospace; | |
| 2557 | - font-size: 0.85em; | |
| 2558 | -} | |
| 2559 | - | |
| 2560 | -@keyframes e-units-choices-open { | |
| 2561 | - from { | |
| 2562 | - max-height: 0; | |
| 2563 | - } | |
| 2564 | - to { | |
| 2565 | - max-height: 100vh; | |
| 2566 | - } | |
| 2567 | -} | |
| 2568 | -.elementor-control-type-dimensions .elementor-control-dimensions { | |
| 2569 | - display: flex; | |
| 2570 | -} | |
| 2571 | -.elementor-control-type-dimensions li { | |
| 2572 | - flex: 1; | |
| 2573 | - transition: flex-grow 0.3s ease-in-out; | |
| 2574 | -} | |
| 2575 | -.elementor-control-type-dimensions li input, | |
| 2576 | -.elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 2577 | - display: block; | |
| 2578 | - text-align: center; | |
| 2579 | - width: 100%; | |
| 2580 | - height: 27px; | |
| 2581 | -} | |
| 2582 | -.elementor-control-type-dimensions li input { | |
| 2583 | - border-inline-start: none; | |
| 2584 | - border-radius: 0; | |
| 2585 | - padding: var(--e-a-border-radius); | |
| 2586 | -} | |
| 2587 | -.elementor-control-type-dimensions li input:focus { | |
| 2588 | - border-inline-start: var(--e-a-border-bold); | |
| 2589 | - margin-inline-start: -1px; | |
| 2590 | - width: calc(100% + 1px); | |
| 2591 | -} | |
| 2592 | -.elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { | |
| 2593 | - color: var(--e-a-color-txt); | |
| 2594 | -} | |
| 2595 | -.elementor-control-type-dimensions li .elementor-link-dimensions { | |
| 2596 | - border: var(--e-a-border-bold); | |
| 2597 | - border-inline-start: none; | |
| 2598 | - background-color: var(--e-a-bg-default); | |
| 2599 | - padding: 0; | |
| 2600 | - outline: none; | |
| 2601 | - border-start-start-radius: 0; | |
| 2602 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2603 | - border-end-start-radius: 0; | |
| 2604 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2605 | - cursor: pointer; | |
| 2606 | -} | |
| 2607 | -.elementor-control-type-dimensions li:first-child input { | |
| 2608 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2609 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2610 | - border-start-end-radius: 0; | |
| 2611 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2612 | - border-end-end-radius: 0; | |
| 2613 | -} | |
| 2614 | -.elementor-control-type-dimensions li:first-child input:focus { | |
| 2615 | - border-color: var(--e-a-border-color-focus); | |
| 2616 | - margin-inline-start: 0; | |
| 2617 | - width: 100%; | |
| 2618 | -} | |
| 2619 | -.elementor-control-type-dimensions li:last-child { | |
| 2620 | - max-width: 27px; | |
| 2621 | -} | |
| 2622 | -.elementor-control-type-dimensions.e-units-custom li.elementor-control-dimension:focus-within { | |
| 2623 | - flex: 2.5; | |
| 2624 | -} | |
| 2625 | 1957 | .elementor-control-type-dimensions .elementor-control-dimension-label { |
| 2626 | - color: var(--e-a-color-txt-muted); | |
| 2627 | 1958 | display: block; |
| 2628 | 1959 | text-align: center; |
| 1960 | + color: #d5dadf; | |
| 2629 | 1961 | font-size: 9px; |
| 2630 | - padding-block-start: 5px; | |
| 2631 | -} | |
| 1962 | + text-transform: uppercase; | |
| 1963 | + padding-top: 5px; } | |
| 1964 | + | |
| 2632 | 1965 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked { |
| 2633 | - background-color: var(--e-a-bg-default); | |
| 2634 | -} | |
| 2635 | -.elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { | |
| 2636 | - display: none; | |
| 2637 | -} | |
| 1966 | + background-color: #fff; } | |
| 1967 | + .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { | |
| 1968 | + display: none; } | |
| 1969 | + | |
| 2638 | 1970 | .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) { |
| 2639 | - background-color: var(--e-a-bg-active-bold); | |
| 2640 | - color: var(--e-a-color-txt-accent); | |
| 2641 | - border-color: var(--e-a-border-color-bold); | |
| 2642 | -} | |
| 2643 | -.elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { | |
| 2644 | - display: none; | |
| 2645 | -} | |
| 1971 | + background-color: #a4afb7; | |
| 1972 | + border-color: #a4afb7; } | |
| 1973 | + .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { | |
| 1974 | + display: none; } | |
| 2646 | 1975 | |
| 2647 | -.elementor-control-responsive-switchers { | |
| 2648 | - --selected-option: 0; | |
| 2649 | - --pointer-position: var(--selected-option); | |
| 2650 | - position: relative; | |
| 2651 | - width: 2.5em; | |
| 2652 | - height: 2.5em; | |
| 2653 | - margin: calc(-2.5em + 12px) 0; | |
| 2654 | - margin-inline-end: 5px; | |
| 2655 | -} | |
| 2656 | -.elementor-control-responsive-switchers__holder { | |
| 2657 | - position: absolute; | |
| 2658 | - width: 100%; | |
| 2659 | - inset-block-start: 0; | |
| 2660 | - background-color: var(--e-a-bg-default); | |
| 2661 | - border-radius: var(--e-a-border-radius); | |
| 2662 | - transition: 0.15s; | |
| 2663 | - border: 1px solid transparent; | |
| 2664 | -} | |
| 2665 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open { | |
| 2666 | - z-index: 11000; | |
| 2667 | -} | |
| 2668 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { | |
| 2669 | - height: 2.5em; | |
| 2670 | - transform: scale(1); | |
| 2671 | - opacity: 1; | |
| 2672 | -} | |
| 2673 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { | |
| 2674 | - color: var(--e-a-color-primary-bold); | |
| 2675 | -} | |
| 2676 | -.elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { | |
| 2677 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2678 | -} | |
| 1976 | +.elementor-control-type-dimensions .elementor-link-dimensions .elementor-linked { | |
| 1977 | + color: #fff; } | |
| 2679 | 1978 | |
| 2680 | -.elementor-responsive-switcher { | |
| 2681 | - all: unset; | |
| 2682 | - display: flex; | |
| 2683 | - align-items: center; | |
| 2684 | - justify-content: center; | |
| 2685 | - position: relative; | |
| 2686 | - z-index: 2; | |
| 2687 | - cursor: pointer; | |
| 2688 | - height: 0; | |
| 2689 | - width: 100%; | |
| 2690 | - transform: scale(0); | |
| 2691 | - opacity: 0; | |
| 2692 | - transition: 0.15s; | |
| 2693 | - font-size: 12px; | |
| 2694 | - color: inherit; | |
| 2695 | -} | |
| 2696 | -.elementor-responsive-switcher:hover { | |
| 2697 | - color: var(--e-a-color-primary-bold); | |
| 2698 | -} | |
| 2699 | - | |
| 2700 | -.elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2701 | - height: 2.5em; | |
| 2702 | - transform: scale(1); | |
| 2703 | - opacity: 1; | |
| 2704 | -} | |
| 2705 | -.elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { | |
| 2706 | - color: var(--e-a-color-primary-bold); | |
| 2707 | -} | |
| 2708 | - | |
| 2709 | -.elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2710 | - height: 2.5em; | |
| 2711 | - transform: scale(1); | |
| 2712 | - opacity: 1; | |
| 2713 | -} | |
| 2714 | -.elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { | |
| 2715 | - color: var(--e-a-color-primary-bold); | |
| 2716 | -} | |
| 2717 | - | |
| 2718 | -.elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2719 | - height: 2.5em; | |
| 2720 | - transform: scale(1); | |
| 2721 | - opacity: 1; | |
| 2722 | -} | |
| 2723 | -.elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { | |
| 2724 | - color: var(--e-a-color-primary-bold); | |
| 2725 | -} | |
| 2726 | - | |
| 2727 | -.elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2728 | - height: 2.5em; | |
| 2729 | - transform: scale(1); | |
| 2730 | - opacity: 1; | |
| 2731 | -} | |
| 2732 | -.elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { | |
| 2733 | - color: var(--e-a-color-primary-bold); | |
| 2734 | -} | |
| 2735 | - | |
| 2736 | -.elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2737 | - height: 2.5em; | |
| 2738 | - transform: scale(1); | |
| 2739 | - opacity: 1; | |
| 2740 | -} | |
| 2741 | -.elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { | |
| 2742 | - color: var(--e-a-color-primary-bold); | |
| 2743 | -} | |
| 2744 | - | |
| 2745 | -.elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2746 | - height: 2.5em; | |
| 2747 | - transform: scale(1); | |
| 2748 | - opacity: 1; | |
| 2749 | -} | |
| 2750 | -.elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { | |
| 2751 | - color: var(--e-a-color-primary-bold); | |
| 2752 | -} | |
| 2753 | - | |
| 2754 | -.elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2755 | - height: 2.5em; | |
| 2756 | - transform: scale(1); | |
| 2757 | - opacity: 1; | |
| 2758 | -} | |
| 2759 | -.elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { | |
| 2760 | - color: var(--e-a-color-primary-bold); | |
| 2761 | -} | |
| 2762 | - | |
| 2763 | -.e-units-wrapper { | |
| 2764 | - position: relative; | |
| 2765 | - margin-inline-start: auto; | |
| 2766 | -} | |
| 2767 | -.e-units-wrapper .e-units-switcher { | |
| 2768 | - cursor: pointer; | |
| 2769 | - font-size: 10px; | |
| 2770 | - padding: 0.5em; | |
| 2771 | - margin: -0.5em 0; | |
| 2772 | - transition: all ease-in-out 0.15s; | |
| 2773 | -} | |
| 2774 | -.e-units-wrapper .e-units-switcher:hover { | |
| 2775 | - color: var(--e-a-color-primary-bold); | |
| 2776 | - background-color: var(--e-a-bg-hover); | |
| 2777 | - border-radius: var(--e-a-border-radius); | |
| 2778 | -} | |
| 2779 | -.e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { | |
| 2780 | - display: none; | |
| 2781 | -} | |
| 2782 | -.e-units-wrapper .e-units-switcher[data-selected=custom] span { | |
| 2783 | - display: none; | |
| 2784 | -} | |
| 2785 | -.e-units-wrapper .e-units-switcher i.eicon-angle-right { | |
| 2786 | - transform: rotate(90deg); | |
| 2787 | -} | |
| 2788 | - | |
| 2789 | -.e-units-choices input { | |
| 2790 | - display: none; | |
| 2791 | -} | |
| 2792 | -.e-units-choices input:checked + label { | |
| 2793 | - color: var(--e-a-color-primary-bold); | |
| 2794 | -} | |
| 2795 | -.e-units-choices label { | |
| 2796 | - cursor: pointer; | |
| 2797 | - display: block; | |
| 2798 | -} | |
| 2799 | -.e-units-choices { | |
| 2800 | - display: none; | |
| 2801 | - overflow: hidden; | |
| 2802 | - max-height: 0; | |
| 1979 | +.elementor-control-type-icons .elementor-control-media__preview > * { | |
| 2803 | 1980 | position: absolute; |
| 2804 | - inset-block-start: -0.8em; | |
| 2805 | - inset-inline-start: -0.5em; | |
| 2806 | - width: 2.5em; | |
| 2807 | - text-align: center; | |
| 2808 | - background-color: var(--e-a-bg-default); | |
| 2809 | - border-radius: var(--e-a-border-radius); | |
| 2810 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 2811 | - animation-timing-function: linear; | |
| 2812 | - animation-delay: 0s; | |
| 2813 | - animation-fill-mode: forwards; | |
| 2814 | - z-index: 11000; | |
| 2815 | -} | |
| 2816 | -.e-units-choices .elementor-units-choices-label { | |
| 2817 | - display: flex; | |
| 2818 | - align-items: center; | |
| 2819 | - height: 3em; | |
| 2820 | - justify-content: center; | |
| 2821 | - font-size: 10px; | |
| 2822 | - transition: 0.15s; | |
| 2823 | -} | |
| 2824 | -.e-units-choices .elementor-units-choices-label:hover { | |
| 2825 | - color: var(--e-a-color-primary-bold); | |
| 2826 | -} | |
| 2827 | -.e-units-choices.e-units-choices-open { | |
| 2828 | - display: block; | |
| 2829 | - animation-duration: 1s; | |
| 2830 | - animation-name: e-units-choices-open; | |
| 2831 | -} | |
| 1981 | + top: 50%; | |
| 1982 | + left: 50%; | |
| 1983 | + -webkit-transform: translate(-50%, -50%); | |
| 1984 | + -ms-transform: translate(-50%, -50%); | |
| 1985 | + transform: translate(-50%, -50%); } | |
| 2832 | 1986 | |
| 2833 | -.e-units-custom input { | |
| 2834 | - font-family: monospace; | |
| 2835 | - font-size: 0.85em; | |
| 2836 | -} | |
| 2837 | - | |
| 2838 | -@keyframes e-units-choices-open { | |
| 2839 | - from { | |
| 2840 | - max-height: 0; | |
| 2841 | - } | |
| 2842 | - to { | |
| 2843 | - max-height: 100vh; | |
| 2844 | - } | |
| 2845 | -} | |
| 2846 | -.elementor-control-type-gaps .elementor-control-gaps { | |
| 2847 | - display: flex; | |
| 2848 | -} | |
| 2849 | -.elementor-control-type-gaps li { | |
| 2850 | - flex: 1; | |
| 2851 | - transition: flex-grow 0.3s ease-in-out; | |
| 2852 | -} | |
| 2853 | -.elementor-control-type-gaps li input, | |
| 2854 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 2855 | - display: block; | |
| 2856 | - text-align: center; | |
| 2857 | - width: 100%; | |
| 2858 | - height: 27px; | |
| 2859 | -} | |
| 2860 | -.elementor-control-type-gaps li input { | |
| 2861 | - border-inline-start: none; | |
| 2862 | - border-radius: 0; | |
| 2863 | - padding: var(--e-a-border-radius); | |
| 2864 | -} | |
| 2865 | -.elementor-control-type-gaps li input:focus { | |
| 2866 | - border-inline-start: var(--e-a-border-bold); | |
| 2867 | - margin-inline-start: -1px; | |
| 2868 | - width: calc(100% + 1px); | |
| 2869 | -} | |
| 2870 | -.elementor-control-type-gaps li input:focus + .elementor-control-gap-label { | |
| 2871 | - color: var(--e-a-color-txt); | |
| 2872 | -} | |
| 2873 | -.elementor-control-type-gaps li .elementor-link-gaps { | |
| 2874 | - border: var(--e-a-border-bold); | |
| 2875 | - border-inline-start: none; | |
| 2876 | - background-color: var(--e-a-bg-default); | |
| 2877 | - padding: 0; | |
| 2878 | - outline: none; | |
| 2879 | - border-start-start-radius: 0; | |
| 2880 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2881 | - border-end-start-radius: 0; | |
| 2882 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2883 | - cursor: pointer; | |
| 2884 | -} | |
| 2885 | -.elementor-control-type-gaps li:first-child input { | |
| 2886 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2887 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2888 | - border-start-end-radius: 0; | |
| 2889 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2890 | - border-end-end-radius: 0; | |
| 2891 | -} | |
| 2892 | -.elementor-control-type-gaps li:first-child input:focus { | |
| 2893 | - border-color: var(--e-a-border-color-focus); | |
| 2894 | - margin-inline-start: 0; | |
| 2895 | - width: 100%; | |
| 2896 | -} | |
| 2897 | -.elementor-control-type-gaps li:last-child { | |
| 2898 | - max-width: 27px; | |
| 2899 | -} | |
| 2900 | -.elementor-control-type-gaps.e-units-custom li.elementor-control-gap:focus-within { | |
| 2901 | - flex: 2.5; | |
| 2902 | -} | |
| 2903 | -.elementor-control-type-gaps .elementor-control-gap-label { | |
| 2904 | - color: var(--e-a-color-txt-muted); | |
| 2905 | - display: block; | |
| 2906 | - text-align: center; | |
| 2907 | - font-size: 9px; | |
| 2908 | - padding-block-start: 5px; | |
| 2909 | -} | |
| 2910 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked { | |
| 2911 | - background-color: var(--e-a-bg-default); | |
| 2912 | -} | |
| 2913 | -.elementor-control-type-gaps .elementor-link-gaps.unlinked .elementor-linked { | |
| 2914 | - display: none; | |
| 2915 | -} | |
| 2916 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) { | |
| 2917 | - background-color: var(--e-a-bg-active-bold); | |
| 2918 | - color: var(--e-a-color-txt-accent); | |
| 2919 | - border-color: var(--e-a-border-color-bold); | |
| 2920 | -} | |
| 2921 | -.elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) .elementor-unlinked { | |
| 2922 | - display: none; | |
| 2923 | -} | |
| 2924 | - | |
| 2925 | -.elementor-control-type-icons .elementor-control-media__preview > * { | |
| 2926 | - position: absolute; | |
| 2927 | - inset-block-start: 50%; | |
| 2928 | - inset-inline-start: 50%; | |
| 2929 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2930 | -} | |
| 2931 | 1987 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2932 | 1988 | font-size: 70px; |
| 2933 | -} | |
| 1989 | + color: #6d7882; } | |
| 1990 | + | |
| 2934 | 1991 | .elementor-control-type-icons .elementor-control-media__preview svg { |
| 2935 | - height: 75%; | |
| 2936 | -} | |
| 1992 | + height: 75%; } | |
| 1993 | + | |
| 2937 | 1994 | .elementor-control-type-icons .elementor-control-icons--inline__svg i.eicon-upload { |
| 2938 | - font-size: 15px; | |
| 2939 | -} | |
| 1995 | + font-size: 15px; } | |
| 2940 | 1996 | |
| 2941 | 1997 | .elementor-control-type-gallery .elementor-control-media__content { |
| 2942 | - border: var(--e-a-border-bold); | |
| 2943 | - border-radius: 3px; | |
| 2944 | -} | |
| 1998 | + border: 1px solid #d5dadf; | |
| 1999 | + -webkit-border-radius: 3px; | |
| 2000 | + border-radius: 3px; } | |
| 2001 | + | |
| 2945 | 2002 | .elementor-control-type-gallery .elementor-control-gallery-status { |
| 2946 | 2003 | font-size: 12px; |
| 2947 | 2004 | height: 27px; |
| 2948 | - padding-inline-start: 10px; | |
| 2949 | - border-block-end: var(--e-a-border-bold); | |
| 2950 | - display: flex; | |
| 2951 | -} | |
| 2952 | -.elementor-control-type-gallery .elementor-control-gallery-status > * { | |
| 2953 | - display: flex; | |
| 2954 | - align-items: center; | |
| 2955 | -} | |
| 2956 | -.elementor-control-type-gallery .elementor-control-gallery-status-title { | |
| 2957 | - flex-grow: 1; | |
| 2958 | -} | |
| 2005 | + padding-left: 10px; | |
| 2006 | + border-bottom: 1px solid #d5dadf; | |
| 2007 | + display: -webkit-box; | |
| 2008 | + display: -ms-flexbox; | |
| 2009 | + display: flex; } | |
| 2010 | + .elementor-control-type-gallery .elementor-control-gallery-status > * { | |
| 2011 | + display: -webkit-box; | |
| 2012 | + display: -ms-flexbox; | |
| 2013 | + display: flex; | |
| 2014 | + -webkit-box-align: center; | |
| 2015 | + -ms-flex-align: center; | |
| 2016 | + align-items: center; } | |
| 2017 | + .elementor-control-type-gallery .elementor-control-gallery-status-title { | |
| 2018 | + -webkit-box-flex: 1; | |
| 2019 | + -ms-flex-positive: 1; | |
| 2020 | + flex-grow: 1; } | |
| 2021 | + | |
| 2959 | 2022 | .elementor-control-type-gallery .elementor-control-gallery-content { |
| 2960 | 2023 | position: relative; |
| 2961 | - overflow: hidden; | |
| 2962 | -} | |
| 2024 | + overflow: hidden; } | |
| 2025 | + .elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit { | |
| 2026 | + opacity: 0; } | |
| 2027 | + | |
| 2963 | 2028 | .elementor-control-type-gallery .elementor-control-gallery-thumbnails { |
| 2964 | 2029 | display: grid; |
| 2965 | 2030 | grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); |
| 2966 | 2031 | grid-gap: 10px; |
| 2967 | 2032 | cursor: pointer; |
| 2968 | - padding: 10px; | |
| 2969 | -} | |
| 2970 | -.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 { | |
| 2971 | - opacity: 1; | |
| 2972 | -} | |
| 2033 | + padding: 10px; } | |
| 2034 | + | |
| 2973 | 2035 | .elementor-control-type-gallery .elementor-control-gallery-thumbnail { |
| 2974 | 2036 | width: 48px; |
| 2975 | 2037 | height: 48px; |
| 2976 | - -o-object-fit: cover; | |
| 2977 | - object-fit: cover; | |
| 2978 | - border: var(--e-a-border); | |
| 2979 | -} | |
| 2980 | -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image { | |
| 2981 | - outline: 2px solid var(--e-a-btn-bg-danger-active); | |
| 2982 | - opacity: 0.6; | |
| 2983 | -} | |
| 2038 | + -webkit-background-size: cover; | |
| 2039 | + background-size: cover; | |
| 2040 | + background-position: 50% 50%; } | |
| 2041 | + | |
| 2984 | 2042 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2985 | 2043 | position: absolute; |
| 2986 | - inset: 0; | |
| 2987 | - background-color: rgba(0, 0, 0, 0.2); | |
| 2044 | + top: 0; | |
| 2045 | + bottom: 0; | |
| 2046 | + left: 0; | |
| 2047 | + right: 0; | |
| 2048 | + background-color: rgba(109, 120, 130, 0.3); | |
| 2988 | 2049 | padding: 10px; |
| 2989 | 2050 | font-size: 11px; |
| 2990 | - transition: all 0.3s ease-in-out; | |
| 2051 | + -webkit-transition: all .3s ease-in-out; | |
| 2052 | + -o-transition: all .3s ease-in-out; | |
| 2053 | + transition: all .3s ease-in-out; | |
| 2991 | 2054 | pointer-events: none; |
| 2992 | 2055 | cursor: pointer; |
| 2993 | - opacity: 0; | |
| 2994 | -} | |
| 2995 | -.elementor-control-type-gallery .elementor-control-gallery-edit span { | |
| 2996 | - position: absolute; | |
| 2997 | - inset-block-start: 10px; | |
| 2998 | - inset-inline-end: 10px; | |
| 2999 | - width: 21px; | |
| 3000 | - height: 21px; | |
| 3001 | - color: var(--e-a-color-white); | |
| 3002 | - background-color: rgba(0, 0, 0, 0.5); | |
| 3003 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 3004 | - transition: var(--e-a-transition-hover); | |
| 3005 | -} | |
| 3006 | -.elementor-control-type-gallery .elementor-control-gallery-edit span i { | |
| 3007 | - font-size: 11px; | |
| 3008 | - padding: 5px; | |
| 3009 | -} | |
| 3010 | -.elementor-control-type-gallery .elementor-control-gallery-edit span:hover { | |
| 3011 | - background-color: rgba(0, 0, 0, 0.6); | |
| 3012 | -} | |
| 2056 | + opacity: 1; } | |
| 2057 | + .elementor-control-type-gallery .elementor-control-gallery-edit span { | |
| 2058 | + position: absolute; | |
| 2059 | + top: 10px; | |
| 2060 | + right: 10px; | |
| 2061 | + width: 21px; | |
| 2062 | + height: 21px; | |
| 2063 | + background-color: rgba(255, 255, 255, 0.9); | |
| 2064 | + color: #a4afb7; | |
| 2065 | + -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 2066 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 2067 | + -webkit-border-radius: 3px; | |
| 2068 | + border-radius: 3px; } | |
| 2069 | + .elementor-control-type-gallery .elementor-control-gallery-edit span i { | |
| 2070 | + font-size: 11px; | |
| 2071 | + padding: 5px; } | |
| 2072 | + | |
| 3013 | 2073 | .elementor-control-type-gallery .elementor-control-gallery-add { |
| 3014 | 2074 | width: 48px; |
| 3015 | 2075 | height: 48px; |
| 2076 | + color: #fff; | |
| 2077 | + background-color: #d5dadf; | |
| 3016 | 2078 | font-size: 14px; |
| 3017 | -} | |
| 3018 | -.elementor-control-type-gallery .elementor-control-gallery-add i { | |
| 3019 | - margin: 0; | |
| 3020 | -} | |
| 2079 | + -webkit-border-radius: 0; | |
| 2080 | + border-radius: 0; } | |
| 2081 | + .elementor-control-type-gallery .elementor-control-gallery-add:hover { | |
| 2082 | + background-color: #c2cbd2; } | |
| 2083 | + .elementor-control-type-gallery .elementor-control-gallery-add i { | |
| 2084 | + margin: 0; | |
| 2085 | + color: #a4afb7; } | |
| 2086 | + | |
| 3021 | 2087 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear, |
| 3022 | 2088 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails, |
| 3023 | 2089 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit { |
| 3024 | - display: none; | |
| 3025 | -} | |
| 2090 | + display: none; } | |
| 2091 | + | |
| 3026 | 2092 | .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-content { |
| 3027 | - padding: 10px; | |
| 3028 | -} | |
| 2093 | + padding: 10px; } | |
| 2094 | + | |
| 3029 | 2095 | .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add { |
| 3030 | - display: none; | |
| 3031 | -} | |
| 2096 | + display: none; } | |
| 2097 | + | |
| 3032 | 2098 | .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear { |
| 3033 | - border-inline-start: var(--e-a-border); | |
| 3034 | -} | |
| 2099 | + border-left: 1px solid #d5dadf; } | |
| 2100 | + | |
| 3035 | 2101 | .elementor-control-type-gallery .elementor-control-gallery-clear { |
| 3036 | - color: currentColor; | |
| 3037 | - background-color: transparent; | |
| 3038 | - border: none; | |
| 3039 | 2102 | cursor: pointer; |
| 3040 | - justify-content: center; | |
| 3041 | -} | |
| 3042 | -.elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus { | |
| 3043 | - color: var(--e-a-color-danger); | |
| 3044 | -} | |
| 2103 | + -webkit-box-pack: center; | |
| 2104 | + -ms-flex-pack: center; | |
| 2105 | + justify-content: center; } | |
| 2106 | + .elementor-control-type-gallery .elementor-control-gallery-clear:hover { | |
| 2107 | + color: #b01b1b; } | |
| 2108 | + | |
| 3045 | 2109 | .elementor-control-type-gallery .elementor-control-dynamic-switcher { |
| 3046 | - border-width: 0; | |
| 3047 | - border-inline-start-width: 1px; | |
| 3048 | - border-block-end-width: 1px; | |
| 3049 | - border-radius: 0; | |
| 3050 | -} | |
| 2110 | + border: none; | |
| 2111 | + border-bottom: 1px solid #d5dadf; | |
| 2112 | + border-left: 1px solid #d5dadf; | |
| 2113 | + -webkit-border-radius: 0 3px 0 0; | |
| 2114 | + border-radius: 0 3px 0 0; } | |
| 3051 | 2115 | |
| 3052 | 2116 | .e-global__popover { |
| 3053 | 2117 | width: 288px; |
| 3054 | 2118 | z-index: 1; |
| 3055 | 2119 | font-size: 12px; |
| 3056 | - padding-inline-start: 10px; | |
| 3057 | -} | |
| 3058 | -.e-global__popover-toggle { | |
| 3059 | - border: var(--e-a-border-bold); | |
| 3060 | - border-inline-end: 0; | |
| 3061 | - border-start-start-radius: 3px; | |
| 3062 | - border-start-end-radius: 0; | |
| 3063 | - border-end-start-radius: 3px; | |
| 3064 | - border-end-end-radius: 0; | |
| 3065 | - display: flex; | |
| 3066 | - align-items: center; | |
| 3067 | - justify-content: center; | |
| 3068 | - cursor: pointer; | |
| 3069 | - transition: var(--e-a-transition-hover); | |
| 3070 | -} | |
| 3071 | -.e-global__popover-toggle:hover { | |
| 3072 | - background-color: var(--e-a-bg-hover); | |
| 3073 | -} | |
| 3074 | -.e-global__popover-toggle--active { | |
| 3075 | - color: var(--e-a-color-primary-bold); | |
| 3076 | - background-color: var(--e-a-bg-active-bold); | |
| 3077 | -} | |
| 3078 | -.e-global__popover-container { | |
| 3079 | - box-shadow: var(--e-a-popover-shadow); | |
| 3080 | - border-radius: var(--e-a-border-radius); | |
| 3081 | - background-color: var(--e-a-bg-default); | |
| 3082 | -} | |
| 3083 | -.e-global__popover-title { | |
| 3084 | - padding: 15px 20px; | |
| 3085 | - font-weight: 500; | |
| 3086 | - border-block-end: var(--e-a-border); | |
| 3087 | - display: flex; | |
| 3088 | -} | |
| 3089 | -.e-global__popover-title > i { | |
| 3090 | - margin-inline-end: 5px; | |
| 3091 | -} | |
| 3092 | -.e-global__popover-title-text { | |
| 3093 | - flex-grow: 1; | |
| 3094 | -} | |
| 3095 | -.e-global__popover-info { | |
| 3096 | - margin-inline-end: 10px; | |
| 3097 | - display: inline-block; | |
| 3098 | -} | |
| 3099 | -.e-global__popover-info-tooltip { | |
| 3100 | - width: 270px; | |
| 3101 | - z-index: 1; | |
| 3102 | - background-color: rgba(0, 0, 0, 0.9); | |
| 3103 | - color: var(--e-a-color-white); | |
| 3104 | - padding: 20px; | |
| 3105 | - border-radius: 3px; | |
| 3106 | -} | |
| 3107 | -.e-global__popover-info-tooltip:after { | |
| 3108 | - content: ""; | |
| 3109 | - position: absolute; | |
| 3110 | - inset-block-end: -17px; | |
| 3111 | - inset-inline-start: 16px; | |
| 3112 | - border: 10px solid transparent; | |
| 3113 | - border-block-start-color: rgba(0, 0, 0, 0.9); | |
| 3114 | -} | |
| 3115 | -.e-global__popover-info i { | |
| 3116 | - font-size: 13px; | |
| 3117 | -} | |
| 2120 | + padding-left: 10px; } | |
| 2121 | + .e-global__popover-toggle { | |
| 2122 | + border: 1px solid #d5dadf; | |
| 2123 | + border-right: 0; | |
| 2124 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2125 | + border-radius: 3px 0 0 3px; | |
| 2126 | + display: -webkit-box; | |
| 2127 | + display: -ms-flexbox; | |
| 2128 | + display: flex; | |
| 2129 | + -webkit-box-align: center; | |
| 2130 | + -ms-flex-align: center; | |
| 2131 | + align-items: center; | |
| 2132 | + -webkit-box-pack: center; | |
| 2133 | + -ms-flex-pack: center; | |
| 2134 | + justify-content: center; | |
| 2135 | + cursor: pointer; } | |
| 2136 | + .e-global__popover-toggle--active i { | |
| 2137 | + color: #71d7f7; } | |
| 2138 | + .e-global__popover-container { | |
| 2139 | + -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2140 | + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 2141 | + -webkit-border-radius: 3px; | |
| 2142 | + border-radius: 3px; | |
| 2143 | + background-color: #fff; | |
| 2144 | + padding-bottom: 5px; } | |
| 2145 | + .e-global__popover-title { | |
| 2146 | + padding: 15px 20px; | |
| 2147 | + font-weight: 500; | |
| 2148 | + color: #6d7882; | |
| 2149 | + border-bottom: 1px solid #e6e9ec; | |
| 2150 | + display: -webkit-box; | |
| 2151 | + display: -ms-flexbox; | |
| 2152 | + display: flex; } | |
| 2153 | + .e-global__popover-title > i { | |
| 2154 | + margin-right: 5px; | |
| 2155 | + color: #d5dadf; } | |
| 2156 | + .e-global__popover-title-text { | |
| 2157 | + -webkit-box-flex: 1; | |
| 2158 | + -ms-flex-positive: 1; | |
| 2159 | + flex-grow: 1; } | |
| 2160 | + .e-global__popover-info { | |
| 2161 | + margin-right: 5px; | |
| 2162 | + display: inline-block; } | |
| 2163 | + .e-global__popover-info-tooltip { | |
| 2164 | + width: 270px; | |
| 2165 | + z-index: 1; | |
| 2166 | + background-color: rgba(0, 0, 0, 0.9); | |
| 2167 | + color: #fff; | |
| 2168 | + padding: 20px; | |
| 2169 | + -webkit-border-radius: 3px; | |
| 2170 | + border-radius: 3px; } | |
| 2171 | + .e-global__popover-info-tooltip:after { | |
| 2172 | + content: ''; | |
| 2173 | + position: absolute; | |
| 2174 | + bottom: -17px; | |
| 2175 | + left: 16px; | |
| 2176 | + border: 10px solid transparent; | |
| 2177 | + border-top-color: rgba(0, 0, 0, 0.9); } | |
| 2178 | + .e-global__popover-info i { | |
| 2179 | + color: #d5dadf; | |
| 2180 | + font-size: 13px; } | |
| 2181 | + | |
| 3118 | 2182 | .e-global__preview-items-container { |
| 3119 | - max-height: 400px; | |
| 2183 | + max-height: 260px; | |
| 3120 | 2184 | overflow-y: auto; |
| 3121 | - padding: 5px 0; | |
| 3122 | -} | |
| 3123 | -.e-global__preview-items-container::-webkit-scrollbar { | |
| 3124 | - width: 7px; | |
| 3125 | -} | |
| 3126 | -.e-global__preview-items-container::-webkit-scrollbar-thumb { | |
| 3127 | - background-color: #BABFC5; | |
| 3128 | - border-radius: 10px; | |
| 3129 | -} | |
| 3130 | -.e-global__group-header { | |
| 3131 | - padding: 12px 20px 5px; | |
| 3132 | - font-weight: 500; | |
| 3133 | - font-size: 11px; | |
| 3134 | - color: var(--e-a-color-txt-muted); | |
| 3135 | -} | |
| 3136 | -.e-global__group-divider { | |
| 3137 | - height: 1px; | |
| 3138 | - background-color: var(--e-a-border-color); | |
| 3139 | - margin: 10px 20px; | |
| 3140 | -} | |
| 2185 | + margin-top: 5px; } | |
| 2186 | + .e-global__preview-items-container::-webkit-scrollbar { | |
| 2187 | + width: 7px; } | |
| 2188 | + .e-global__preview-items-container::-webkit-scrollbar-thumb { | |
| 2189 | + background-color: #c2cbd2; | |
| 2190 | + -webkit-border-radius: 10px; | |
| 2191 | + border-radius: 10px; } | |
| 2192 | + | |
| 3141 | 2193 | .e-global__manage-button { |
| 3142 | 2194 | font-weight: 500; |
| 3143 | - cursor: pointer; | |
| 3144 | -} | |
| 2195 | + cursor: pointer; } | |
| 2196 | + .e-global__manage-button:hover i { | |
| 2197 | + color: #4ab7f4; } | |
| 2198 | + .e-global__manage-button i { | |
| 2199 | + color: #6d7882; } | |
| 2200 | + | |
| 3145 | 2201 | .e-global__typography { |
| 3146 | - padding-block: 10px; | |
| 3147 | - padding-inline: 35px 20px; | |
| 2202 | + padding: 5px 10px 5px 35px; | |
| 3148 | 2203 | white-space: nowrap; |
| 3149 | - text-overflow: ellipsis; | |
| 3150 | - overflow: hidden; | |
| 3151 | -} | |
| 3152 | -.e-global__typography.e-global__preview-item--selected:before { | |
| 3153 | - font-family: "eicons"; | |
| 3154 | - font-size: 13px; | |
| 3155 | - content: "\e90e"; | |
| 3156 | - position: absolute; | |
| 3157 | - transform: translateY(-50%); | |
| 3158 | - inset-block-start: 50%; | |
| 3159 | - inset-inline-start: 13px; | |
| 3160 | -} | |
| 2204 | + -o-text-overflow: ellipsis; | |
| 2205 | + text-overflow: ellipsis; | |
| 2206 | + overflow: hidden; } | |
| 2207 | + .e-global__typography.e-global__preview-item--selected:before { | |
| 2208 | + font-family: 'eicons'; | |
| 2209 | + font-size: 13px; | |
| 2210 | + content: '\e90e'; | |
| 2211 | + position: absolute; | |
| 2212 | + -webkit-transform: translateY(-50%); | |
| 2213 | + -ms-transform: translateY(-50%); | |
| 2214 | + transform: translateY(-50%); | |
| 2215 | + top: 50%; | |
| 2216 | + left: 12px; } | |
| 2217 | + | |
| 3161 | 2218 | .e-global__color { |
| 3162 | - padding: 10px 20px; | |
| 2219 | + margin: 5px auto; | |
| 2220 | + padding: 5px 20px; | |
| 2221 | + display: -webkit-box; | |
| 2222 | + display: -ms-flexbox; | |
| 3163 | 2223 | display: flex; |
| 3164 | - align-items: center; | |
| 3165 | -} | |
| 3166 | -.e-global__color-preview-container { | |
| 3167 | - height: 20px; | |
| 3168 | - width: 20px; | |
| 3169 | - border-radius: 3px; | |
| 3170 | - border: 1px solid rgba(0, 0, 0, 0.1); | |
| 3171 | - margin-inline-end: 10px; | |
| 3172 | - flex-shrink: 0; | |
| 3173 | - position: relative; | |
| 3174 | -} | |
| 3175 | -.e-global__color-preview-color, .e-global__color-preview-transparent-bg { | |
| 3176 | - border-radius: 3px; | |
| 3177 | - position: absolute; | |
| 3178 | - inset: 0; | |
| 3179 | -} | |
| 3180 | -.e-global__color-preview-transparent-bg { | |
| 3181 | - 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)); | |
| 3182 | - background-size: 12px 12px; | |
| 3183 | - background-position: 0 0, calc(12px / 2) calc(12px / 2); | |
| 3184 | -} | |
| 3185 | -.e-global__color-title { | |
| 3186 | - flex-grow: 1; | |
| 3187 | - white-space: nowrap; | |
| 3188 | - text-overflow: ellipsis; | |
| 3189 | - overflow: hidden; | |
| 3190 | - padding-inline-end: 10px; | |
| 3191 | -} | |
| 3192 | -.e-global__color-hex { | |
| 3193 | - font-size: 10px; | |
| 3194 | - color: var(--e-a-color-txt-muted); | |
| 3195 | -} | |
| 3196 | -.e-global__color .pcr-button { | |
| 3197 | - background-color: var(--e-a-bg-default); | |
| 3198 | -} | |
| 3199 | -.e-global__color.e-global__preview-item--selected .e-global__color-preview-container { | |
| 3200 | - display: flex; | |
| 3201 | - justify-content: center; | |
| 3202 | - align-items: center; | |
| 3203 | - color: var(--e-a-color-white); | |
| 3204 | -} | |
| 3205 | -.e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { | |
| 3206 | - font-family: "eicons"; | |
| 3207 | - font-size: 13px; | |
| 3208 | - content: "\e90e"; | |
| 3209 | - text-shadow: 0 0 1px #000; | |
| 3210 | - z-index: 1; | |
| 3211 | -} | |
| 2224 | + -webkit-box-align: center; | |
| 2225 | + -ms-flex-align: center; | |
| 2226 | + align-items: center; } | |
| 2227 | + .e-global__color:first-child { | |
| 2228 | + margin-top: 5px; } | |
| 2229 | + .e-global__color:last-child { | |
| 2230 | + margin-bottom: 10px; } | |
| 2231 | + .e-global__color-preview-container { | |
| 2232 | + height: 20px; | |
| 2233 | + width: 20px; | |
| 2234 | + -webkit-border-radius: 3px; | |
| 2235 | + border-radius: 3px; | |
| 2236 | + border: 1px solid rgba(0, 0, 0, 0.1); | |
| 2237 | + margin-right: 10px; | |
| 2238 | + -ms-flex-negative: 0; | |
| 2239 | + flex-shrink: 0; | |
| 2240 | + position: relative; } | |
| 2241 | + .e-global__color-preview-color, .e-global__color-preview-transparent-bg { | |
| 2242 | + -webkit-border-radius: 3px; | |
| 2243 | + border-radius: 3px; | |
| 2244 | + height: 100%; | |
| 2245 | + width: 100%; | |
| 2246 | + position: absolute; | |
| 2247 | + top: 0; | |
| 2248 | + left: 0; } | |
| 2249 | + .e-global__color-preview-transparent-bg { | |
| 2250 | + 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); | |
| 2251 | + 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); | |
| 2252 | + 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); | |
| 2253 | + -webkit-background-size: 12px 12px; | |
| 2254 | + background-size: 12px 12px; | |
| 2255 | + background-position: 0 0, 6px 6px; } | |
| 2256 | + .e-global__color-title { | |
| 2257 | + font-weight: 500; | |
| 2258 | + color: #6d7882; | |
| 2259 | + -webkit-box-flex: 1; | |
| 2260 | + -ms-flex-positive: 1; | |
| 2261 | + flex-grow: 1; | |
| 2262 | + white-space: nowrap; | |
| 2263 | + -o-text-overflow: ellipsis; | |
| 2264 | + text-overflow: ellipsis; | |
| 2265 | + overflow: hidden; | |
| 2266 | + padding-right: 10px; } | |
| 2267 | + .e-global__color-hex { | |
| 2268 | + font-size: 10px; | |
| 2269 | + font-weight: 500; | |
| 2270 | + color: #c2cbd2; } | |
| 2271 | + .e-global__color .pcr-button { | |
| 2272 | + background-color: #fff; } | |
| 2273 | + .e-global__color.e-global__preview-item--selected .e-global__color-preview-container { | |
| 2274 | + display: -webkit-box; | |
| 2275 | + display: -ms-flexbox; | |
| 2276 | + display: flex; | |
| 2277 | + -webkit-box-pack: center; | |
| 2278 | + -ms-flex-pack: center; | |
| 2279 | + justify-content: center; | |
| 2280 | + -webkit-box-align: center; | |
| 2281 | + -ms-flex-align: center; | |
| 2282 | + align-items: center; | |
| 2283 | + color: #ffffff; } | |
| 2284 | + .e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { | |
| 2285 | + font-family: 'eicons'; | |
| 2286 | + font-size: 13px; | |
| 2287 | + content: '\e90e'; | |
| 2288 | + text-shadow: 0px 0px 1px #000; | |
| 2289 | + z-index: 1; } | |
| 2290 | + | |
| 3212 | 2291 | .e-global__preview-item { |
| 3213 | 2292 | cursor: pointer; |
| 3214 | - position: relative; | |
| 3215 | -} | |
| 3216 | -.e-global__preview-item:hover { | |
| 3217 | - background-color: var(--e-a-bg-hover); | |
| 3218 | -} | |
| 3219 | -.e-global__confirm-delete i, .e-global__confirm-message-text i { | |
| 3220 | - color: var(--e-a-color-warning); | |
| 3221 | -} | |
| 2293 | + position: relative; } | |
| 2294 | + .e-global__preview-item:hover { | |
| 2295 | + background-color: #f1f3f5; } | |
| 2296 | + .e-global__preview-item:hover .e-global__color-hex { | |
| 2297 | + color: #a4afb7; } | |
| 2298 | + | |
| 2299 | +.e-global__confirm-add .dialog-buttons-wrapper > .dialog-button.dialog-confirm-ok { | |
| 2300 | + color: #39b54a; } | |
| 2301 | + | |
| 2302 | +.e-global__confirm-delete i { | |
| 2303 | + color: #b01b1b; } | |
| 2304 | + | |
| 2305 | +.e-global__confirm-message-text i { | |
| 2306 | + color: #fcb92c; } | |
| 2307 | + | |
| 3222 | 2308 | .e-global__confirm-input-wrapper { |
| 2309 | + display: -webkit-box; | |
| 2310 | + display: -ms-flexbox; | |
| 3223 | 2311 | display: flex; |
| 3224 | - align-items: center; | |
| 3225 | - border: var(--e-a-border); | |
| 3226 | - border-radius: var(--e-a-border-radius); | |
| 3227 | - margin: 15px 0; | |
| 3228 | - padding: 2px; | |
| 3229 | -} | |
| 3230 | -.e-global__confirm-input-wrapper input { | |
| 3231 | - font-family: var(--e-a-font-family); | |
| 3232 | - font-size: 12px; | |
| 3233 | - padding: 2px; | |
| 3234 | - border: 0; | |
| 3235 | -} | |
| 2312 | + -webkit-box-align: center; | |
| 2313 | + -ms-flex-align: center; | |
| 2314 | + align-items: center; | |
| 2315 | + border: 1px solid #a4afb7; | |
| 2316 | + -webkit-border-radius: 3px; | |
| 2317 | + border-radius: 3px; | |
| 2318 | + margin-top: 10px; | |
| 2319 | + padding: 2px; } | |
| 2320 | + .e-global__confirm-input-wrapper input { | |
| 2321 | + font-family: Roboto, Arial, sans-serif; | |
| 2322 | + font-weight: 500; | |
| 2323 | + font-size: 12px; | |
| 2324 | + padding: 2px; | |
| 2325 | + border: 0; } | |
| 3236 | 2326 | |
| 3237 | 2327 | .e-control-global .elementor-control-input-wrapper { |
| 2328 | + display: -webkit-box; | |
| 2329 | + display: -ms-flexbox; | |
| 3238 | 2330 | display: flex; |
| 3239 | - justify-content: flex-end; | |
| 2331 | + -webkit-box-pack: end; | |
| 2332 | + -ms-flex-pack: end; | |
| 2333 | + justify-content: flex-end; | |
| 3240 | 2334 | max-width: 135px; |
| 3241 | - width: 100%; | |
| 3242 | -} | |
| 2335 | + width: 100%; } | |
| 2336 | + | |
| 3243 | 2337 | .e-control-global.elementor-control .elementor-control-input-wrapper { |
| 3244 | - display: flex; | |
| 3245 | - flex-direction: row; | |
| 3246 | - align-items: stretch; | |
| 3247 | -} | |
| 2338 | + direction: ltr; } | |
| 2339 | + | |
| 3248 | 2340 | .e-control-global .elementor-control-spinner { |
| 3249 | - margin-inline-end: 4px; | |
| 3250 | -} | |
| 2341 | + margin-right: 4px; } | |
| 3251 | 2342 | |
| 3252 | 2343 | .elementor-control-type-hidden { |
| 3253 | - display: none !important; | |
| 3254 | -} | |
| 2344 | + display: none !important; } | |
| 3255 | 2345 | |
| 3256 | 2346 | .elementor-control-type-icon .select2-selection__rendered .eicon { |
| 3257 | - margin-inline-end: 3px; | |
| 3258 | -} | |
| 2347 | + margin-right: 3px; } | |
| 3259 | 2348 | |
| 3260 | 2349 | .elementor-control-type-image_dimensions .elementor-control-field-description { |
| 3261 | 2350 | margin: 0 0 15px; |
| 3262 | - line-height: 1.4; | |
| 3263 | -} | |
| 2351 | + line-height: 1.4; } | |
| 2352 | + | |
| 3264 | 2353 | .elementor-control-type-image_dimensions .elementor-control-input-wrapper { |
| 3265 | - display: flex; | |
| 3266 | - align-items: flex-start; | |
| 3267 | -} | |
| 2354 | + overflow: hidden; } | |
| 2355 | + | |
| 3268 | 2356 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field { |
| 3269 | 2357 | width: 65px; |
| 3270 | -} | |
| 3271 | -.elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { | |
| 3272 | - color: var(--e-a-color-txt); | |
| 3273 | -} | |
| 2358 | + float: left; } | |
| 2359 | + .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { | |
| 2360 | + color: #a4afb7; } | |
| 2361 | + | |
| 3274 | 2362 | .elementor-control-type-image_dimensions .elementor-image-dimensions-separator { |
| 3275 | 2363 | width: 20px; |
| 3276 | 2364 | text-align: center; |
| 3277 | - padding-block-start: 4px; | |
| 3278 | -} | |
| 2365 | + float: left; | |
| 2366 | + padding-top: 4px; } | |
| 2367 | + | |
| 3279 | 2368 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description { |
| 3280 | 2369 | display: block; |
| 3281 | - margin-block-start: 5px; | |
| 3282 | - color: var(--e-a-color-txt-disabled); | |
| 3283 | - font-size: 10px; | |
| 3284 | - text-align: center; | |
| 3285 | -} | |
| 2370 | + text-transform: uppercase; | |
| 2371 | + margin-top: 5px; | |
| 2372 | + color: #d5dadf; | |
| 2373 | + font-size: 9px; | |
| 2374 | + text-align: center; } | |
| 2375 | + | |
| 3286 | 2376 | .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button { |
| 3287 | - margin-inline-start: auto; | |
| 3288 | -} | |
| 2377 | + float: right; | |
| 2378 | + height: 27px; | |
| 2379 | + width: 65px; } | |
| 3289 | 2380 | |
| 3290 | -.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 { | |
| 3291 | - display: none; | |
| 3292 | -} | |
| 3293 | -.elementor-control-media.e-media-empty-placeholder .e-control-image-size { | |
| 3294 | - display: none; | |
| 3295 | -} | |
| 3296 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__content__upload-button { | |
| 3297 | - display: none; | |
| 3298 | -} | |
| 2381 | +.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 { | |
| 2382 | + display: none; } | |
| 2383 | + | |
| 2384 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__content__upload-button { | |
| 2385 | + display: none; } | |
| 2386 | + | |
| 2387 | +.elementor-control-media .elementor-control-input-wrapper { | |
| 2388 | + border: 1px solid #d5dadf; } | |
| 2389 | + | |
| 3299 | 2390 | .elementor-control-media .eicon-plus-circle { |
| 3300 | 2391 | position: absolute; |
| 3301 | - inset-block-start: 50%; | |
| 3302 | - inset-inline-start: 50%; | |
| 3303 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3304 | - color: var(--e-a-color-white); | |
| 3305 | - font-size: 20px; | |
| 3306 | -} | |
| 2392 | + top: 50%; | |
| 2393 | + left: 50%; | |
| 2394 | + -webkit-transform: translate(-50%, -50%); | |
| 2395 | + -ms-transform: translate(-50%, -50%); | |
| 2396 | + transform: translate(-50%, -50%); | |
| 2397 | + color: #fff; | |
| 2398 | + font-size: 20px; } | |
| 2399 | + | |
| 3307 | 2400 | .elementor-control-media__content__upload-button { |
| 3308 | - background-color: var(--e-a-bg-active-bold); | |
| 3309 | -} | |
| 2401 | + background-color: #d5dadf; } | |
| 2402 | + | |
| 3310 | 2403 | .elementor-control-media__preview { |
| 3311 | 2404 | height: 100%; |
| 3312 | - background-size: cover; | |
| 3313 | - background-position: center; | |
| 3314 | -} | |
| 2405 | + -webkit-background-size: cover; | |
| 2406 | + background-size: cover; | |
| 2407 | + background-position: center; } | |
| 2408 | + | |
| 3315 | 2409 | .elementor-control-media-area { |
| 3316 | - 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)); | |
| 3317 | - background-size: 16px 16px; | |
| 3318 | - background-position: 0 0, calc(16px / 2) calc(16px / 2); | |
| 3319 | - background-color: var(--e-a-bg-default); | |
| 3320 | - border: var(--e-a-border-bold); | |
| 3321 | - aspect-ratio: 21/9; | |
| 3322 | -} | |
| 3323 | -.elementor-control-media-area:not(:hover) .elementor-control-media__remove { | |
| 3324 | - display: none; | |
| 3325 | -} | |
| 3326 | -.elementor-control-media-area .eicon-video-camera { | |
| 3327 | - position: absolute; | |
| 3328 | - inset-block-start: 50%; | |
| 3329 | - inset-inline-start: 50%; | |
| 3330 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3331 | - color: rgba(255, 255, 255, 0.7); | |
| 3332 | - font-size: 21px; | |
| 3333 | -} | |
| 2410 | + 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); | |
| 2411 | + 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); | |
| 2412 | + 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); | |
| 2413 | + -webkit-background-size: 16px 16px; | |
| 2414 | + background-size: 16px 16px; | |
| 2415 | + background-position: 0 0, 8px 8px; | |
| 2416 | + background-color: #f6f6f6; } | |
| 2417 | + .elementor-control-media-area:not(:hover) .elementor-control-media__remove { | |
| 2418 | + display: none; } | |
| 2419 | + .elementor-control-media-area .eicon-video-camera { | |
| 2420 | + position: absolute; | |
| 2421 | + top: 50%; | |
| 2422 | + left: 50%; | |
| 2423 | + -webkit-transform: translate(-50%, -50%); | |
| 2424 | + -ms-transform: translate(-50%, -50%); | |
| 2425 | + transform: translate(-50%, -50%); | |
| 2426 | + color: rgba(255, 255, 255, 0.7); | |
| 2427 | + font-size: 21px; } | |
| 2428 | + | |
| 3334 | 2429 | .elementor-control-media .elementor-control-media__content { |
| 3335 | - aspect-ratio: 21/9; | |
| 3336 | - position: relative; | |
| 3337 | 2430 | cursor: pointer; |
| 3338 | - overflow: hidden; | |
| 3339 | -} | |
| 3340 | -.elementor-control-media .elementor-control-media__content:hover:after { | |
| 3341 | - content: ""; | |
| 3342 | - position: absolute; | |
| 3343 | - inset: 0; | |
| 3344 | - background-color: rgba(0, 0, 0, 0.2); | |
| 3345 | - pointer-events: none; | |
| 3346 | -} | |
| 3347 | -.elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { | |
| 3348 | - inset-block-end: -30px; | |
| 3349 | -} | |
| 2431 | + overflow: hidden; } | |
| 2432 | + .elementor-control-media .elementor-control-media__content:hover:after { | |
| 2433 | + content: ''; | |
| 2434 | + position: absolute; | |
| 2435 | + top: 0; | |
| 2436 | + bottom: 0; | |
| 2437 | + left: 0; | |
| 2438 | + right: 0; | |
| 2439 | + background-color: rgba(0, 0, 0, 0.2); | |
| 2440 | + pointer-events: none; } | |
| 2441 | + .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { | |
| 2442 | + bottom: -30px; } | |
| 2443 | + | |
| 3350 | 2444 | .elementor-control-media__content { |
| 3351 | - transition: all 0.2s ease-in-out; | |
| 3352 | -} | |
| 2445 | + -webkit-transition: all .2s ease-in-out; | |
| 2446 | + -o-transition: all .2s ease-in-out; | |
| 2447 | + transition: all .2s ease-in-out; } | |
| 2448 | + | |
| 3353 | 2449 | .elementor-control-media__tools { |
| 3354 | 2450 | position: absolute; |
| 3355 | - inset-block-end: 0; | |
| 3356 | - inset-inline: 0; | |
| 2451 | + bottom: 0; | |
| 2452 | + left: 0; | |
| 2453 | + right: 0; | |
| 3357 | 2454 | height: 27px; |
| 3358 | - transition: all 0.2s ease-in-out; | |
| 3359 | -} | |
| 3360 | -.elementor-control-media__tools > *:not(:first-child) { | |
| 3361 | - margin-inline-start: 1px; | |
| 3362 | -} | |
| 2455 | + -webkit-transition: all .2s ease-in-out; | |
| 2456 | + -o-transition: all .2s ease-in-out; | |
| 2457 | + transition: all .2s ease-in-out; } | |
| 2458 | + .elementor-control-media__tools > *:not(:first-child) { | |
| 2459 | + margin-left: 1px; } | |
| 2460 | + | |
| 3363 | 2461 | .elementor-control-media__tool { |
| 2462 | + display: -webkit-box; | |
| 2463 | + display: -ms-flexbox; | |
| 3364 | 2464 | display: flex; |
| 3365 | - align-items: center; | |
| 3366 | - justify-content: center; | |
| 3367 | - flex-grow: 1; | |
| 3368 | - color: var(--e-a-color-white); | |
| 3369 | - background-color: rgba(0, 0, 0, 0.9); | |
| 2465 | + -webkit-box-align: center; | |
| 2466 | + -ms-flex-align: center; | |
| 2467 | + align-items: center; | |
| 2468 | + -webkit-box-pack: center; | |
| 2469 | + -ms-flex-pack: center; | |
| 2470 | + justify-content: center; | |
| 2471 | + -webkit-box-flex: 1; | |
| 2472 | + -ms-flex-positive: 1; | |
| 2473 | + flex-grow: 1; | |
| 2474 | + color: #fff; | |
| 2475 | + background-color: rgba(109, 120, 130, 0.85); | |
| 3370 | 2476 | font-size: 11px; |
| 3371 | - transition: var(--e-a-transition-hover); | |
| 3372 | -} | |
| 3373 | -.elementor-control-media__tool:hover { | |
| 3374 | - background-color: rgba(0, 0, 0, 0.8); | |
| 3375 | -} | |
| 2477 | + -webkit-transition: background .3s; | |
| 2478 | + -o-transition: background .3s; | |
| 2479 | + transition: background .3s; } | |
| 2480 | + .elementor-control-media__tool:hover { | |
| 2481 | + background-color: rgba(109, 120, 130, 0.95); } | |
| 2482 | + | |
| 3376 | 2483 | .elementor-control-media__remove { |
| 2484 | + display: -webkit-box; | |
| 2485 | + display: -ms-flexbox; | |
| 3377 | 2486 | display: flex; |
| 3378 | - align-items: center; | |
| 3379 | - justify-content: center; | |
| 3380 | - transition: all 0.3s ease-in-out; | |
| 3381 | -} | |
| 2487 | + -webkit-box-align: center; | |
| 2488 | + -ms-flex-align: center; | |
| 2489 | + align-items: center; | |
| 2490 | + -webkit-box-pack: center; | |
| 2491 | + -ms-flex-pack: center; | |
| 2492 | + justify-content: center; | |
| 2493 | + -webkit-transition: all .3s ease-in-out; | |
| 2494 | + -o-transition: all .3s ease-in-out; | |
| 2495 | + transition: all .3s ease-in-out; } | |
| 2496 | + | |
| 3382 | 2497 | .elementor-control-media__content__remove { |
| 3383 | 2498 | position: absolute; |
| 3384 | 2499 | z-index: 1; |
| 3385 | - inset-block-start: 10px; | |
| 3386 | - inset-inline-end: 10px; | |
| 2500 | + top: 10px; | |
| 2501 | + right: 10px; | |
| 3387 | 2502 | width: 20px; |
| 3388 | 2503 | height: 20px; |
| 3389 | 2504 | font-size: 11px; |
| 3390 | - color: var(--e-a-color-white); | |
| 3391 | - background-color: rgba(0, 0, 0, 0.5); | |
| 3392 | - border-radius: var(--e-border-radius); | |
| 3393 | - box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); | |
| 3394 | - transition: var(--e-a-transition-hover); | |
| 3395 | -} | |
| 3396 | -.elementor-control-media__content__remove:hover { | |
| 3397 | - background-color: rgba(0, 0, 0, 0.6); | |
| 3398 | -} | |
| 3399 | -.elementor-control-media.e-media-empty .elementor-control-file-area { | |
| 3400 | - display: none; | |
| 3401 | -} | |
| 3402 | -.elementor-control-media__warnings:empty { | |
| 3403 | - display: none; | |
| 3404 | -} | |
| 3405 | -.elementor-control-media__warnings:not(:empty) { | |
| 3406 | - margin-block-start: 10px; | |
| 3407 | -} | |
| 2505 | + color: #a4afb7; | |
| 2506 | + background-color: rgba(255, 255, 255, 0.9); | |
| 2507 | + -webkit-border-radius: 3px; | |
| 2508 | + border-radius: 3px; | |
| 2509 | + -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); | |
| 2510 | + box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); } | |
| 2511 | + .elementor-control-media__content__remove:hover { | |
| 2512 | + background-color: white; | |
| 2513 | + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); | |
| 2514 | + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); } | |
| 2515 | + | |
| 2516 | +.elementor-control-media.elementor-media-empty .elementor-control-file-area { | |
| 2517 | + display: none; } | |
| 2518 | + | |
| 3408 | 2519 | .elementor-control-media__file { |
| 2520 | + display: -webkit-box; | |
| 2521 | + display: -ms-flexbox; | |
| 3409 | 2522 | display: flex; |
| 3410 | - justify-content: space-between; | |
| 3411 | - align-items: center; | |
| 2523 | + -webkit-box-pack: justify; | |
| 2524 | + -ms-flex-pack: justify; | |
| 2525 | + justify-content: space-between; | |
| 2526 | + -webkit-box-align: center; | |
| 2527 | + -ms-flex-align: center; | |
| 2528 | + align-items: center; | |
| 3412 | 2529 | width: 100%; |
| 3413 | - margin-block-start: 10px; | |
| 3414 | - border: var(--e-a-border); | |
| 3415 | -} | |
| 3416 | -.elementor-control-media__file__content { | |
| 3417 | - padding-inline-start: 5px; | |
| 3418 | - font-size: 12px; | |
| 3419 | -} | |
| 3420 | -.elementor-control-media__file__content__label { | |
| 3421 | - color: #9DA5AE; | |
| 3422 | -} | |
| 3423 | -.elementor-control-media__file__content__info { | |
| 3424 | - display: flex; | |
| 3425 | - align-items: center; | |
| 3426 | - font-weight: 500; | |
| 3427 | -} | |
| 3428 | -.elementor-control-media__file__content__info__icon { | |
| 3429 | - margin-inline-end: 5px; | |
| 3430 | -} | |
| 3431 | -.elementor-control-media__file__controls { | |
| 3432 | - display: flex; | |
| 3433 | - border-inline-start: var(--e-a-border); | |
| 3434 | -} | |
| 3435 | -.elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { | |
| 3436 | - width: 27px; | |
| 3437 | - height: 27px; | |
| 3438 | - cursor: pointer; | |
| 3439 | - align-items: center; | |
| 3440 | -} | |
| 3441 | -.elementor-control-media__file__controls__upload-button { | |
| 3442 | - display: flex; | |
| 3443 | - justify-content: center; | |
| 3444 | -} | |
| 3445 | -.elementor-control-media__file__controls__remove { | |
| 3446 | - border-inline-end: var(--e-a-border); | |
| 3447 | -} | |
| 3448 | -.elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label { | |
| 3449 | - display: none; | |
| 3450 | -} | |
| 3451 | -.elementor-control-media.e-media-empty .elementor-control-media__file__content__info { | |
| 3452 | - display: none; | |
| 3453 | -} | |
| 3454 | -.elementor-control-media.e-media-empty .elementor-control-media__file__controls__remove { | |
| 3455 | - display: none; | |
| 3456 | -} | |
| 2530 | + margin-top: 10px; | |
| 2531 | + border: 1px solid #d5dadf; } | |
| 2532 | + .elementor-control-media__file__content { | |
| 2533 | + padding-left: 5px; | |
| 2534 | + font-size: 12px; } | |
| 2535 | + .elementor-control-media__file__content__label { | |
| 2536 | + color: #a4afb7; } | |
| 2537 | + .elementor-control-media__file__content__info { | |
| 2538 | + display: -webkit-box; | |
| 2539 | + display: -ms-flexbox; | |
| 2540 | + display: flex; | |
| 2541 | + -webkit-box-align: center; | |
| 2542 | + -ms-flex-align: center; | |
| 2543 | + align-items: center; | |
| 2544 | + font-weight: 500; } | |
| 2545 | + .elementor-control-media__file__content__info__icon { | |
| 2546 | + margin-right: 5px; } | |
| 2547 | + .elementor-control-media__file__controls { | |
| 2548 | + display: -webkit-box; | |
| 2549 | + display: -ms-flexbox; | |
| 2550 | + display: flex; | |
| 2551 | + border-left: 1px solid #d5dadf; } | |
| 2552 | + .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { | |
| 2553 | + width: 27px; | |
| 2554 | + height: 27px; | |
| 2555 | + cursor: pointer; | |
| 2556 | + -webkit-box-align: center; | |
| 2557 | + -ms-flex-align: center; | |
| 2558 | + align-items: center; } | |
| 2559 | + .elementor-control-media__file__controls__upload-button { | |
| 2560 | + display: -webkit-box; | |
| 2561 | + display: -ms-flexbox; | |
| 2562 | + display: flex; | |
| 2563 | + -webkit-box-pack: center; | |
| 2564 | + -ms-flex-pack: center; | |
| 2565 | + justify-content: center; } | |
| 2566 | + .elementor-control-media__file__controls__remove { | |
| 2567 | + border-right: 1px solid #d5dadf; } | |
| 2568 | + | |
| 2569 | +.elementor-control-media:not(.elementor-media-empty) .elementor-control-media__file__content__label { | |
| 2570 | + display: none; } | |
| 2571 | + | |
| 2572 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__content__info { | |
| 2573 | + display: none; } | |
| 2574 | + | |
| 2575 | +.elementor-control-media.elementor-media-empty .elementor-control-media__file__controls__remove { | |
| 2576 | + display: none; } | |
| 2577 | + | |
| 3457 | 2578 | .elementor-control-media .elementor-control-dynamic-switcher { |
| 3458 | 2579 | border: none; |
| 3459 | - border-radius: 0; | |
| 3460 | - background-color: rgba(0, 0, 0, 0.9); | |
| 3461 | - color: var(--e-a-color-white); | |
| 3462 | -} | |
| 3463 | -.elementor-control-media .elementor-control-dynamic-switcher:hover { | |
| 3464 | - background-color: rgba(0, 0, 0, 0.8); | |
| 3465 | - color: var(--e-a-color-white); | |
| 3466 | -} | |
| 3467 | -.elementor-control-media .e-control-image-size { | |
| 3468 | - display: flex; | |
| 3469 | - flex-direction: column; | |
| 3470 | - width: 100%; | |
| 3471 | - padding-block-start: 20px; | |
| 3472 | -} | |
| 3473 | -.elementor-control-media .e-control-image-size .elementor-control-input-wrapper { | |
| 3474 | - margin-inline-start: auto; | |
| 3475 | -} | |
| 2580 | + -webkit-border-radius: 0; | |
| 2581 | + border-radius: 0; | |
| 2582 | + background-color: rgba(109, 120, 130, 0.85); | |
| 2583 | + color: #fff; } | |
| 2584 | + .elementor-control-media .elementor-control-dynamic-switcher:hover { | |
| 2585 | + background-color: rgba(109, 120, 130, 0.95); } | |
| 3476 | 2586 | |
| 3477 | 2587 | .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper { |
| 3478 | - border: none; | |
| 3479 | -} | |
| 2588 | + border: none; } | |
| 3480 | 2589 | |
| 3481 | -.elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview { | |
| 3482 | - background-color: var(--e-a-bg-active-bold); | |
| 3483 | -} | |
| 2590 | +.elementor-control-type-number.elementor-control-dynamic input { | |
| 2591 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2592 | + border-radius: 3px 0 0 3px; | |
| 2593 | + border-right: none; } | |
| 3484 | 2594 | |
| 3485 | -.elementor-control-notice { | |
| 3486 | - display: flex; | |
| 3487 | - justify-content: flex-start; | |
| 3488 | - align-items: flex-start; | |
| 3489 | - gap: 8px; | |
| 3490 | - padding: 16px; | |
| 3491 | - border-radius: 3px; | |
| 3492 | - border: 1px solid var(--notice-control-color, var(--e-a-color-txt)); | |
| 3493 | - color: var(--e-a-color-txt); | |
| 3494 | - font-size: 12px; | |
| 3495 | - font-weight: 400; | |
| 3496 | - line-height: 1.5; | |
| 3497 | - text-align: start; | |
| 3498 | - margin-block-start: 10px; | |
| 3499 | -} | |
| 3500 | -.elementor-control-notice-type-info { | |
| 3501 | - --notice-control-color: var(--e-a-color-info); | |
| 3502 | -} | |
| 3503 | -.elementor-control-notice-type-success { | |
| 3504 | - --notice-control-color: var(--e-a-color-success); | |
| 3505 | -} | |
| 3506 | -.elementor-control-notice-type-warning { | |
| 3507 | - --notice-control-color: var(--e-a-color-warning); | |
| 3508 | -} | |
| 3509 | -.elementor-control-notice-type-danger { | |
| 3510 | - --notice-control-color: var(--e-a-color-danger); | |
| 3511 | -} | |
| 3512 | -.elementor-control-notice-icon { | |
| 3513 | - flex-basis: 18px; | |
| 3514 | - color: var(--notice-control-color); | |
| 3515 | -} | |
| 3516 | -.elementor-control-notice-main { | |
| 3517 | - display: flex; | |
| 3518 | - flex-direction: column; | |
| 3519 | - justify-content: flex-start; | |
| 3520 | - align-items: flex-start; | |
| 3521 | - gap: 6px; | |
| 3522 | - flex: 1; | |
| 3523 | -} | |
| 3524 | -.elementor-control-notice-main-heading { | |
| 3525 | - font-weight: 700; | |
| 3526 | - font-style: italic; | |
| 3527 | -} | |
| 3528 | -.elementor-control-notice-main-content { | |
| 3529 | - font-style: italic; | |
| 3530 | - line-height: 1.5; | |
| 3531 | -} | |
| 3532 | -.elementor-control-notice-main-actions { | |
| 3533 | - display: flex; | |
| 3534 | - gap: 10px; | |
| 3535 | - padding-block-start: 8px; | |
| 3536 | -} | |
| 3537 | -.elementor-control-notice-main a { | |
| 3538 | - color: inherit; | |
| 3539 | - font-weight: 700; | |
| 3540 | - cursor: pointer; | |
| 3541 | -} | |
| 3542 | -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus { | |
| 3543 | - color: inherit; | |
| 3544 | -} | |
| 3545 | -.elementor-control-notice-dismiss { | |
| 3546 | - -webkit-appearance: none; | |
| 3547 | - -moz-appearance: none; | |
| 3548 | - appearance: none; | |
| 3549 | - background-color: transparent; | |
| 3550 | - border: 0; | |
| 2595 | +.elementor-control-type-number.elementor-control-dynamic .elementor-control-dynamic-switcher { | |
| 2596 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2597 | + border-radius: 0 3px 3px 0; } | |
| 2598 | + | |
| 2599 | +.elementor-control-type-order .elementor-control-oreder-wrapper { | |
| 2600 | + display: -webkit-box; | |
| 2601 | + display: -ms-flexbox; | |
| 2602 | + display: flex; } | |
| 2603 | + | |
| 2604 | +.elementor-control-type-order input { | |
| 2605 | + display: none; } | |
| 2606 | + .elementor-control-type-order input:checked + .elementor-control-order-label { | |
| 2607 | + -webkit-transform: scale(1, -1); | |
| 2608 | + -ms-transform: scale(1, -1); | |
| 2609 | + transform: scale(1, -1); } | |
| 2610 | + | |
| 2611 | +.elementor-control-type-order select { | |
| 2612 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2613 | + border-radius: 3px 0 0 3px; } | |
| 2614 | + .elementor-control-type-order select:not(:focus) ~ .elementor-control-order-label { | |
| 2615 | + border-color: #d5dadf; } | |
| 2616 | + .elementor-control-type-order select:focus ~ .elementor-control-order-label { | |
| 2617 | + border-color: #a4afb7; } | |
| 2618 | + | |
| 2619 | +.elementor-control-type-order .elementor-control-order-label { | |
| 2620 | + position: relative; | |
| 3551 | 2621 | padding: 0; |
| 3552 | - margin: 0; | |
| 3553 | - cursor: pointer; | |
| 3554 | -} | |
| 2622 | + width: 40px; | |
| 2623 | + border: 1px solid; | |
| 2624 | + font-size: 10px; | |
| 2625 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2626 | + border-radius: 0 3px 3px 0; | |
| 2627 | + margin-left: -3px; | |
| 2628 | + background-color: #fff; | |
| 2629 | + cursor: pointer; } | |
| 2630 | + .elementor-control-type-order .elementor-control-order-label i { | |
| 2631 | + position: absolute; | |
| 2632 | + top: 50%; | |
| 2633 | + left: 50%; | |
| 2634 | + -webkit-transform: translate(-50%, -50%); | |
| 2635 | + -ms-transform: translate(-50%, -50%); | |
| 2636 | + transform: translate(-50%, -50%); } | |
| 3555 | 2637 | |
| 3556 | 2638 | .elementor-control-type-popover_toggle input { |
| 3557 | - display: none; | |
| 3558 | -} | |
| 2639 | + display: none; } | |
| 2640 | + | |
| 3559 | 2641 | .elementor-control-type-popover_toggle label { |
| 3560 | - cursor: pointer; | |
| 3561 | -} | |
| 2642 | + cursor: pointer; } | |
| 2643 | + | |
| 3562 | 2644 | .elementor-control-type-popover_toggle .elementor-control-input-wrapper { |
| 3563 | - display: flex; | |
| 3564 | - flex-direction: row-reverse; | |
| 3565 | - align-items: center; | |
| 3566 | -} | |
| 2645 | + direction: rtl; } | |
| 2646 | + | |
| 3567 | 2647 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label { |
| 3568 | - color: var(--e-a-color-txt-active); | |
| 3569 | - background-color: var(--e-a-bg-active-bold); | |
| 3570 | -} | |
| 2648 | + color: #71d7f7; } | |
| 2649 | + | |
| 3571 | 2650 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label { |
| 3572 | - display: none; | |
| 3573 | -} | |
| 2651 | + display: none; } | |
| 2652 | + | |
| 2653 | +.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 2654 | + color: #c2cbd2; | |
| 2655 | + margin-right: 5px; } | |
| 2656 | + | |
| 3574 | 2657 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label { |
| 3575 | 2658 | height: 27px; |
| 2659 | + display: -webkit-inline-box; | |
| 2660 | + display: -ms-inline-flexbox; | |
| 3576 | 2661 | display: inline-flex; |
| 3577 | - align-items: center; | |
| 3578 | - justify-content: center; | |
| 3579 | - border-radius: var(--e-a-border-radius); | |
| 3580 | - border: var(--e-a-border-bold); | |
| 3581 | - transition: var(--e-a-transition-hover); | |
| 3582 | -} | |
| 3583 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label:hover { | |
| 3584 | - background-color: var(--e-a-bg-hover); | |
| 3585 | -} | |
| 3586 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { | |
| 3587 | - color: var(--e-a-color-txt-muted); | |
| 3588 | - margin-inline-end: 5px; | |
| 3589 | -} | |
| 3590 | -.elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover { | |
| 3591 | - color: var(--e-a-color-txt); | |
| 3592 | -} | |
| 2662 | + -webkit-box-align: center; | |
| 2663 | + -ms-flex-align: center; | |
| 2664 | + align-items: center; | |
| 2665 | + -webkit-box-pack: center; | |
| 2666 | + -ms-flex-pack: center; | |
| 2667 | + justify-content: center; | |
| 2668 | + -webkit-border-radius: 3px; | |
| 2669 | + border-radius: 3px; | |
| 2670 | + border: 1px solid #d5dadf; } | |
| 3593 | 2671 | |
| 3594 | 2672 | .elementor-controls-popover.e-controls-popover--typography { |
| 3595 | - padding-block-start: 0; | |
| 3596 | -} | |
| 2673 | + padding-top: 0; } | |
| 3597 | 2674 | |
| 3598 | 2675 | .e-control-global .elementor-control-popover-toggle-toggle-label { |
| 3599 | - border-start-start-radius: 0; | |
| 3600 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3601 | - border-end-start-radius: 0; | |
| 3602 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3603 | - flex-shrink: 0; | |
| 3604 | -} | |
| 2676 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2677 | + border-radius: 0 3px 3px 0; | |
| 2678 | + -ms-flex-negative: 0; | |
| 2679 | + flex-shrink: 0; } | |
| 3605 | 2680 | |
| 3606 | 2681 | .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) { |
| 3607 | - padding-inline-start: 10px; | |
| 3608 | - padding-inline-end: 10px; | |
| 3609 | - padding-block-end: 10px; | |
| 3610 | -} | |
| 2682 | + padding-right: 10px; | |
| 2683 | + padding-left: 10px; | |
| 2684 | + padding-bottom: 10px; } | |
| 2685 | + | |
| 3611 | 2686 | .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove { |
| 3612 | - display: none; | |
| 3613 | -} | |
| 3614 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate, | |
| 3615 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add { | |
| 3616 | - display: none; | |
| 3617 | -} | |
| 2687 | + display: none; } | |
| 2688 | + | |
| 3618 | 2689 | .elementor-control-type-repeater .elementor-repeater-fields { |
| 3619 | - margin: 10px 0; | |
| 3620 | -} | |
| 2690 | + margin: 10px 0; } | |
| 2691 | + | |
| 3621 | 2692 | .elementor-control-type-repeater .elementor-repeater-row-controls { |
| 3622 | - border: var(--e-a-border-bold); | |
| 3623 | - border-block-start-width: 0; | |
| 3624 | - padding-block-start: 15px; | |
| 3625 | -} | |
| 3626 | -.elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { | |
| 3627 | - display: none; | |
| 3628 | -} | |
| 2693 | + border: 1px solid #d5dadf; | |
| 2694 | + border-top-width: 0; | |
| 2695 | + padding-top: 15px; } | |
| 2696 | + .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { | |
| 2697 | + display: none; } | |
| 2698 | + | |
| 3629 | 2699 | .elementor-control-type-repeater .elementor-repeater-row-tools { |
| 3630 | - display: flex; | |
| 3631 | - align-items: center; | |
| 2700 | + display: table; | |
| 2701 | + table-layout: fixed; | |
| 3632 | 2702 | width: 100%; |
| 3633 | - border: 1px solid var(--e-a-border-color-bold); | |
| 3634 | - transition: var(--e-a-transition-hover); | |
| 3635 | -} | |
| 3636 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button { | |
| 3637 | - display: flex; | |
| 3638 | - align-items: center; | |
| 3639 | - justify-content: center; | |
| 2703 | + color: #556068; | |
| 2704 | + background-color: #d5dadf; | |
| 3640 | 2705 | height: 40px; |
| 3641 | - border: none; | |
| 3642 | - background-color: transparent; | |
| 3643 | - color: currentColor; | |
| 3644 | - cursor: pointer; | |
| 3645 | -} | |
| 3646 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus { | |
| 3647 | - background-color: var(--e-a-bg-hover); | |
| 3648 | -} | |
| 3649 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { | |
| 3650 | - flex: 1; | |
| 3651 | - justify-content: flex-start; | |
| 3652 | - padding: 0 10px; | |
| 3653 | - font-size: var(--control-title-size); | |
| 3654 | - white-space: nowrap; | |
| 3655 | - text-overflow: ellipsis; | |
| 3656 | - overflow: hidden; | |
| 3657 | -} | |
| 3658 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, | |
| 3659 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, | |
| 3660 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { | |
| 3661 | - margin-inline-end: 5px; | |
| 3662 | -} | |
| 3663 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] { | |
| 3664 | - width: 1em; | |
| 3665 | -} | |
| 3666 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { | |
| 3667 | - width: 40px; | |
| 3668 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 3669 | -} | |
| 3670 | -.elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { | |
| 3671 | - width: 10px; | |
| 3672 | - border-inline-end: 1px solid var(--e-a-border-color-bold); | |
| 3673 | - cursor: move; | |
| 3674 | -} | |
| 2706 | + border-spacing: 1px; | |
| 2707 | + -webkit-transition: all .5s; | |
| 2708 | + -o-transition: all .5s; | |
| 2709 | + transition: all .5s; } | |
| 2710 | + .elementor-control-type-repeater .elementor-repeater-row-tools:hover { | |
| 2711 | + background-color: #a4afb7; } | |
| 2712 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div { | |
| 2713 | + display: table-cell; | |
| 2714 | + text-align: center; | |
| 2715 | + vertical-align: middle; | |
| 2716 | + cursor: pointer; } | |
| 2717 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) { | |
| 2718 | + background-color: #fff; } | |
| 2719 | + .elementor-control-type-repeater .elementor-repeater-row-tools > div:hover { | |
| 2720 | + opacity: .95; } | |
| 2721 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { | |
| 2722 | + text-align: left; | |
| 2723 | + padding: 0 10px; | |
| 2724 | + font-size: 12px; | |
| 2725 | + white-space: nowrap; | |
| 2726 | + -o-text-overflow: ellipsis; | |
| 2727 | + text-overflow: ellipsis; | |
| 2728 | + overflow: hidden; } | |
| 2729 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, | |
| 2730 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, | |
| 2731 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { | |
| 2732 | + margin-right: 5px; } | |
| 2733 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$="svg"] { | |
| 2734 | + width: 1em; } | |
| 2735 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { | |
| 2736 | + width: 40px; } | |
| 2737 | + .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { | |
| 2738 | + cursor: move; | |
| 2739 | + width: 10px; | |
| 2740 | + color: #fff; } | |
| 2741 | + | |
| 3675 | 2742 | .elementor-control-type-repeater .elementor-button-wrapper { |
| 3676 | 2743 | text-align: center; |
| 3677 | - padding-block-start: 5px; | |
| 3678 | -} | |
| 2744 | + padding-top: 5px; } | |
| 3679 | 2745 | |
| 3680 | -#elementor-controls, | |
| 3681 | -#elementor-panel-page-settings-controls, | |
| 3682 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3683 | - padding-block-start: 15px; | |
| 3684 | -} | |
| 3685 | - | |
| 3686 | 2746 | .elementor-control-type-section { |
| 3687 | - padding: 0; | |
| 3688 | -} | |
| 3689 | -.elementor-control-type-section.e-open { | |
| 3690 | - padding-block-end: 10px; | |
| 3691 | -} | |
| 3692 | -.elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { | |
| 3693 | - display: none; | |
| 3694 | -} | |
| 3695 | -.elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) { | |
| 3696 | - margin-block-start: 25px; | |
| 3697 | -} | |
| 2747 | + margin-top: 10px; | |
| 2748 | + padding: 0; } | |
| 2749 | + .elementor-control-type-section.elementor-open { | |
| 2750 | + padding-bottom: 15px; } | |
| 2751 | + .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { | |
| 2752 | + display: none; } | |
| 3698 | 2753 | |
| 3699 | -.elementor-control-type-select .elementor-control-input-wrapper { | |
| 3700 | - position: relative; | |
| 3701 | -} | |
| 3702 | -.elementor-control-type-select .elementor-control-input-wrapper select { | |
| 3703 | - -webkit-appearance: none; | |
| 3704 | - -moz-appearance: none; | |
| 3705 | - appearance: none; | |
| 3706 | - font-size: var(--control-title-size); | |
| 3707 | - font-family: inherit; | |
| 3708 | - font-weight: inherit; | |
| 3709 | - font-style: inherit; | |
| 3710 | - text-transform: inherit; | |
| 3711 | - letter-spacing: inherit; | |
| 3712 | - line-height: inherit; | |
| 3713 | - flex-basis: 100%; | |
| 3714 | - padding-inline-start: 5px; | |
| 3715 | - padding-inline-end: 20px; | |
| 3716 | - cursor: pointer; | |
| 3717 | -} | |
| 3718 | -.elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { | |
| 3719 | - color: var(--e-a-color-txt-disabled); | |
| 3720 | -} | |
| 3721 | -.elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { | |
| 3722 | - display: none; | |
| 3723 | -} | |
| 3724 | -.elementor-control-type-select .elementor-control-input-wrapper:after { | |
| 3725 | - font-family: eicons; | |
| 3726 | - content: "\e8ad"; | |
| 3727 | - font-size: 12px; | |
| 3728 | - position: absolute; | |
| 3729 | - inset-block-start: 50%; | |
| 3730 | - inset-inline-end: 5px; | |
| 3731 | - transform: translateY(-50%); | |
| 3732 | - pointer-events: none; | |
| 3733 | -} | |
| 3734 | -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { | |
| 3735 | - max-width: 80px; | |
| 3736 | -} | |
| 2754 | +.elementor-shadow-box .elementor-shadow-slider { | |
| 2755 | + margin-top: 10px; } | |
| 3737 | 2756 | |
| 3738 | -.elementor-shadow-box .elementor-shadow-slider { | |
| 3739 | - margin-block-start: 10px; | |
| 3740 | -} | |
| 3741 | 2757 | .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title { |
| 3742 | - flex-grow: 1; | |
| 3743 | -} | |
| 2758 | + -webkit-box-flex: 1; | |
| 2759 | + -ms-flex-positive: 1; | |
| 2760 | + flex-grow: 1; } | |
| 3744 | 2761 | |
| 3745 | 2762 | .elementor-control-type-slider.elementor-control-dynamic input { |
| 3746 | - border-start-start-radius: var(--e-a-border-radius); | |
| 3747 | - border-start-end-radius: 0; | |
| 3748 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3749 | - border-end-end-radius: 0; | |
| 3750 | -} | |
| 2763 | + -webkit-border-radius: 3px 0 0 3px; | |
| 2764 | + border-radius: 3px 0 0 3px; } | |
| 2765 | + | |
| 3751 | 2766 | .elementor-control-type-slider .elementor-control-unit-2 { |
| 3752 | - width: 21%; | |
| 3753 | -} | |
| 2767 | + width: 21%; } | |
| 2768 | + | |
| 3754 | 2769 | .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper { |
| 3755 | - display: block; | |
| 3756 | -} | |
| 2770 | + display: block; } | |
| 2771 | + | |
| 3757 | 2772 | .elementor-control-type-slider--multiple { |
| 3758 | - padding-block-end: 40px; | |
| 3759 | -} | |
| 3760 | -.elementor-control-type-slider--multiple .elementor-slider { | |
| 3761 | - margin-block-start: 12px; | |
| 3762 | - width: 98%; | |
| 3763 | -} | |
| 2773 | + padding-bottom: 40px; } | |
| 2774 | + .elementor-control-type-slider--multiple .elementor-slider { | |
| 2775 | + margin-top: 12px; | |
| 2776 | + width: 98%; } | |
| 2777 | + | |
| 3764 | 2778 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3765 | - border-radius: 0; | |
| 2779 | + -webkit-border-radius: 0; | |
| 2780 | + border-radius: 0; | |
| 3766 | 2781 | width: 10px; |
| 3767 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3768 | -} | |
| 3769 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { | |
| 3770 | - content: ""; | |
| 3771 | - position: absolute; | |
| 3772 | - inset-block-start: 2px; | |
| 3773 | - height: 12px; | |
| 3774 | - width: 11px; | |
| 3775 | - transform: rotate(45deg); | |
| 3776 | - background-color: var(--e-a-color-white); | |
| 3777 | - border-radius: 3px; | |
| 3778 | -} | |
| 3779 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { | |
| 3780 | - left: 5px; | |
| 3781 | - box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 3782 | -} | |
| 3783 | -.elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after { | |
| 3784 | - right: 5px; | |
| 3785 | - box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 3786 | -} | |
| 2782 | + -webkit-transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2783 | + -ms-transform: translateY(calc(50% - 14px)) translateX(4px); | |
| 2784 | + transform: translateY(calc(50% - 14px)) translateX(4px); } | |
| 2785 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { | |
| 2786 | + content: ''; | |
| 2787 | + position: absolute; | |
| 2788 | + top: 2px; | |
| 2789 | + height: 12px; | |
| 2790 | + width: 11px; | |
| 2791 | + -webkit-transform: rotate(45deg); | |
| 2792 | + -ms-transform: rotate(45deg); | |
| 2793 | + transform: rotate(45deg); | |
| 2794 | + background-color: #fff; | |
| 2795 | + -webkit-border-radius: 3px; | |
| 2796 | + border-radius: 3px; } | |
| 2797 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { | |
| 2798 | + left: 5px; | |
| 2799 | + -webkit-box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 2800 | + box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); } | |
| 2801 | + .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after { | |
| 2802 | + right: 5px; | |
| 2803 | + -webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); | |
| 2804 | + box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); } | |
| 2805 | + | |
| 3787 | 2806 | .elementor-control-type-slider .elementor-control-dynamic-switcher { |
| 3788 | - border-inline-start-width: 0; | |
| 3789 | - border-start-start-radius: 0; | |
| 3790 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3791 | - border-end-start-radius: 0; | |
| 3792 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3793 | -} | |
| 2807 | + border-left-width: 0; | |
| 2808 | + -webkit-border-radius: 0 3px 3px 0; | |
| 2809 | + border-radius: 0 3px 3px 0; } | |
| 2810 | + | |
| 3794 | 2811 | .elementor-control-type-slider .elementor-control-input-wrapper { |
| 2812 | + display: -webkit-box; | |
| 2813 | + display: -ms-flexbox; | |
| 3795 | 2814 | display: flex; |
| 3796 | - align-items: center; | |
| 3797 | -} | |
| 2815 | + -webkit-box-align: center; | |
| 2816 | + -ms-flex-align: center; | |
| 2817 | + align-items: center; } | |
| 2818 | + | |
| 3798 | 2819 | .elementor-control-type-slider .elementor-dynamic-cover { |
| 3799 | - margin-block-start: 10px; | |
| 3800 | -} | |
| 3801 | -.elementor-control-type-slider.e-units-custom .elementor-slider { | |
| 3802 | - display: none; | |
| 3803 | -} | |
| 3804 | -.elementor-control-type-slider.e-units-custom .elementor-slider-input { | |
| 3805 | - width: 100%; | |
| 3806 | - margin: 0; | |
| 3807 | - transition: none; | |
| 3808 | -} | |
| 2820 | + margin-top: 10px; } | |
| 3809 | 2821 | |
| 3810 | 2822 | .elementor-slider { |
| 3811 | - flex-grow: 1; | |
| 2823 | + -webkit-box-flex: 1; | |
| 2824 | + -ms-flex-positive: 1; | |
| 2825 | + flex-grow: 1; | |
| 3812 | 2826 | height: 4px; |
| 3813 | - background-color: var(--e-a-border-color-bold); | |
| 3814 | - border-radius: 5px; | |
| 2827 | + background-color: #d5dadf; | |
| 2828 | + -webkit-border-radius: 5px; | |
| 2829 | + border-radius: 5px; | |
| 3815 | 2830 | position: relative; |
| 3816 | - cursor: pointer; | |
| 3817 | -} | |
| 3818 | -.elementor-slider-input { | |
| 3819 | - width: 21%; | |
| 3820 | - min-width: 54px; | |
| 3821 | - margin-inline-start: 12px; | |
| 3822 | - transition: width 0.3s ease-in-out; | |
| 3823 | -} | |
| 3824 | -.elementor-slider__extra { | |
| 3825 | - position: relative; | |
| 3826 | -} | |
| 3827 | -.elementor-slider__labels { | |
| 3828 | - display: flex; | |
| 3829 | - justify-content: space-between; | |
| 3830 | -} | |
| 3831 | -.elementor-slider__label { | |
| 3832 | - font-size: 9px; | |
| 3833 | - color: var(--e-a-color-txt-disabled); | |
| 3834 | -} | |
| 3835 | -.elementor-slider__scales { | |
| 3836 | - position: absolute; | |
| 3837 | - display: flex; | |
| 3838 | - justify-content: space-evenly; | |
| 3839 | - width: 100%; | |
| 3840 | - margin-block-start: 4px; | |
| 3841 | -} | |
| 3842 | -.elementor-slider__scale { | |
| 3843 | - width: 1px; | |
| 3844 | - height: 21px; | |
| 3845 | - background-color: var(--e-a-border-color-focus); | |
| 3846 | -} | |
| 3847 | -.elementor-slider .noUi-handle { | |
| 3848 | - height: 16px; | |
| 3849 | - width: 16px; | |
| 3850 | - background-color: var(--e-a-color-white); | |
| 3851 | - position: absolute; | |
| 3852 | - inset-inline-end: 0; | |
| 3853 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3854 | - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 3855 | - border-radius: 50%; | |
| 3856 | -} | |
| 3857 | -.elementor-slider .noUi-connects { | |
| 3858 | - position: absolute; | |
| 3859 | - width: 100%; | |
| 3860 | - height: 4px; | |
| 3861 | -} | |
| 3862 | -.elementor-slider .noUi-connect { | |
| 3863 | - position: absolute; | |
| 3864 | - z-index: 0; | |
| 3865 | - inset: 0; | |
| 3866 | - will-change: transform; | |
| 3867 | - transform-origin: 0 0; | |
| 3868 | - background-color: var(--e-a-border-color-focus); | |
| 3869 | -} | |
| 3870 | -.elementor-slider .noUi-tooltip { | |
| 3871 | - position: absolute; | |
| 3872 | - inset-block-start: calc(100% + 5px); | |
| 3873 | - left: calc(50% - 4px); | |
| 3874 | - transform: translateX(-50%); | |
| 3875 | - font-size: 10px; | |
| 3876 | -} | |
| 2831 | + cursor: pointer; } | |
| 2832 | + .elementor-slider-input { | |
| 2833 | + width: 21%; | |
| 2834 | + min-width: 54px; | |
| 2835 | + margin-left: 12px; } | |
| 2836 | + .elementor-slider__extra { | |
| 2837 | + position: relative; } | |
| 2838 | + .elementor-slider__labels { | |
| 2839 | + display: -webkit-box; | |
| 2840 | + display: -ms-flexbox; | |
| 2841 | + display: flex; | |
| 2842 | + -webkit-box-pack: justify; | |
| 2843 | + -ms-flex-pack: justify; | |
| 2844 | + justify-content: space-between; } | |
| 2845 | + .elementor-slider__label { | |
| 2846 | + font-size: 9px; | |
| 2847 | + color: #c2cbd2; } | |
| 2848 | + .elementor-slider__scales { | |
| 2849 | + position: absolute; | |
| 2850 | + display: -webkit-box; | |
| 2851 | + display: -ms-flexbox; | |
| 2852 | + display: flex; | |
| 2853 | + -webkit-box-pack: space-evenly; | |
| 2854 | + -ms-flex-pack: space-evenly; | |
| 2855 | + justify-content: space-evenly; | |
| 2856 | + width: 100%; | |
| 2857 | + margin-top: 4px; } | |
| 2858 | + .elementor-slider__scale { | |
| 2859 | + width: 1px; | |
| 2860 | + height: 21px; | |
| 2861 | + background-color: #a4afb7; } | |
| 2862 | + .elementor-slider .noUi-handle { | |
| 2863 | + height: 16px; | |
| 2864 | + width: 16px; | |
| 2865 | + background-color: #fff; | |
| 2866 | + right: 0; | |
| 2867 | + -webkit-transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2868 | + -ms-transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2869 | + transform: translateY(calc(50% - 14px)) translateX(8px); | |
| 2870 | + position: absolute; | |
| 2871 | + -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 2872 | + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); | |
| 2873 | + -webkit-border-radius: 50%; | |
| 2874 | + border-radius: 50%; } | |
| 2875 | + .elementor-slider .noUi-connects { | |
| 2876 | + position: absolute; | |
| 2877 | + width: 100%; | |
| 2878 | + height: 4px; } | |
| 2879 | + .elementor-slider .noUi-connect { | |
| 2880 | + position: absolute; | |
| 2881 | + z-index: 0; | |
| 2882 | + top: 0; | |
| 2883 | + left: 0; | |
| 2884 | + height: 100%; | |
| 2885 | + width: 100%; | |
| 2886 | + will-change: transform; | |
| 2887 | + -webkit-transform-origin: 0 0; | |
| 2888 | + -ms-transform-origin: 0 0; | |
| 2889 | + transform-origin: 0 0; | |
| 2890 | + background-color: #a4afb7; } | |
| 2891 | + .elementor-slider .noUi-tooltip { | |
| 2892 | + position: absolute; | |
| 2893 | + top: calc(100% + 5px); | |
| 2894 | + left: calc(50% - 4px); | |
| 2895 | + -webkit-transform: translateX(-50%); | |
| 2896 | + -ms-transform: translateX(-50%); | |
| 2897 | + transform: translateX(-50%); | |
| 2898 | + font-size: 10px; } | |
| 3877 | 2899 | |
| 3878 | 2900 | .elementor-control-type-structure .elementor-control-field { |
| 3879 | - display: initial; | |
| 3880 | -} | |
| 2901 | + display: initial; } | |
| 2902 | + | |
| 3881 | 2903 | .elementor-control-type-structure .elementor-control-structure-preset { |
| 3882 | 2904 | padding: 3px; |
| 3883 | - border-radius: var(--e-border-radius); | |
| 2905 | + -webkit-border-radius: 3px; | |
| 2906 | + border-radius: 3px; | |
| 3884 | 2907 | display: inline-block; |
| 3885 | 2908 | cursor: pointer; |
| 3886 | - height: 50px; | |
| 3887 | -} | |
| 3888 | -.elementor-control-type-structure .elementor-control-structure-preset svg { | |
| 3889 | - height: 100%; | |
| 3890 | -} | |
| 3891 | -.elementor-control-type-structure .elementor-control-structure-preset path { | |
| 3892 | - fill: var(--e-a-border-color-bold); | |
| 3893 | -} | |
| 2909 | + height: 50px; } | |
| 2910 | + .elementor-control-type-structure .elementor-control-structure-preset svg { | |
| 2911 | + height: 100%; } | |
| 2912 | + .elementor-control-type-structure .elementor-control-structure-preset path { | |
| 2913 | + fill: #e6e9ec; } | |
| 2914 | + | |
| 3894 | 2915 | .elementor-control-type-structure .elementor-control-structure-reset { |
| 3895 | 2916 | padding: 15px 20px 0; |
| 3896 | 2917 | font-size: 11px; |
| 3897 | 2918 | cursor: pointer; |
| 3898 | - color: var(--e-a-color-txt-muted); | |
| 3899 | - border-block-start: var(--e-a-border); | |
| 3900 | - margin: 0 -20px; | |
| 3901 | -} | |
| 3902 | -.elementor-control-type-structure .elementor-control-structure-reset:hover { | |
| 3903 | - color: var(--e-a-color-txt); | |
| 3904 | -} | |
| 2919 | + color: #a4afb7; | |
| 2920 | + border-top: 1px solid #e6e9ec; | |
| 2921 | + margin: 0 -20px; } | |
| 2922 | + | |
| 3905 | 2923 | .elementor-control-type-structure .elementor-control-structure-title { |
| 3906 | - margin: 10px -20px 0; | |
| 3907 | -} | |
| 3908 | -.elementor-control-type-structure .elementor-control-structure-title:before { | |
| 3909 | - height: 10px; | |
| 3910 | - box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 3911 | -} | |
| 2924 | + margin: 10px -20px 0; } | |
| 2925 | + .elementor-control-type-structure .elementor-control-structure-title:before { | |
| 2926 | + height: 10px; | |
| 2927 | + -webkit-box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); | |
| 2928 | + box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); } | |
| 2929 | + | |
| 3912 | 2930 | .elementor-control-type-structure .elementor-control-structure-presets { |
| 2931 | + display: -webkit-box; | |
| 2932 | + display: -ms-flexbox; | |
| 3913 | 2933 | display: flex; |
| 3914 | - flex-wrap: wrap; | |
| 3915 | - justify-content: space-between; | |
| 3916 | -} | |
| 3917 | -.elementor-control-type-structure .elementor-control-structure-presets input { | |
| 3918 | - display: none; | |
| 3919 | -} | |
| 3920 | -.elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { | |
| 3921 | - fill: var(--e-a-border-color-focus); | |
| 3922 | -} | |
| 2934 | + -ms-flex-wrap: wrap; | |
| 2935 | + flex-wrap: wrap; | |
| 2936 | + -webkit-box-pack: justify; | |
| 2937 | + -ms-flex-pack: justify; | |
| 2938 | + justify-content: space-between; } | |
| 2939 | + .elementor-control-type-structure .elementor-control-structure-presets input { | |
| 2940 | + display: none; } | |
| 2941 | + .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { | |
| 2942 | + fill: #a4afb7; } | |
| 2943 | + | |
| 3923 | 2944 | .elementor-control-type-structure .elementor-control-structure-preset-wrapper { |
| 3924 | - margin-block-end: 15px; | |
| 3925 | -} | |
| 2945 | + margin-bottom: 15px; } | |
| 2946 | + | |
| 3926 | 2947 | .elementor-control-type-structure .elementor-control-structure-preset-title { |
| 3927 | 2948 | text-align: center; |
| 3928 | - padding-block-start: 5px; | |
| 2949 | + padding-top: 5px; | |
| 3929 | 2950 | font-style: italic; |
| 3930 | 2951 | font-size: 11px; |
| 3931 | - color: #9DA5AE; | |
| 3932 | -} | |
| 2952 | + color: #a4afb7; } | |
| 3933 | 2953 | |
| 3934 | 2954 | .elementor-control-type-switcher .elementor-control-input-wrapper { |
| 3935 | - text-align: end; | |
| 3936 | -} | |
| 2955 | + text-align: right; } | |
| 2956 | + | |
| 3937 | 2957 | .elementor-control-type-switcher .elementor-switch { |
| 3938 | 2958 | position: relative; |
| 3939 | 2959 | display: inline-block; |
| 3940 | 2960 | vertical-align: top; |
| 3941 | 2961 | height: 20px; |
| 3942 | - background-color: var(--e-a-bg-default); | |
| 3943 | - border-radius: 18px; | |
| 3944 | - cursor: pointer; | |
| 3945 | -} | |
| 2962 | + background-color: white; | |
| 2963 | + -webkit-border-radius: 18px; | |
| 2964 | + border-radius: 18px; | |
| 2965 | + cursor: pointer; } | |
| 2966 | + | |
| 3946 | 2967 | .elementor-control-type-switcher .elementor-switch-input { |
| 3947 | - display: none; | |
| 3948 | -} | |
| 2968 | + display: none; } | |
| 2969 | + | |
| 3949 | 2970 | .elementor-control-type-switcher .elementor-switch-label { |
| 3950 | 2971 | position: relative; |
| 3951 | 2972 | display: block; |
| 3952 | 2973 | height: inherit; |
| 3953 | - font-size: 10px; | |
| 3954 | - background: var(--e-a-bg-active-bold); | |
| 3955 | - border-radius: inherit; | |
| 2974 | + font-size: 7px; | |
| 2975 | + text-transform: uppercase; | |
| 2976 | + background: #eceeef; | |
| 2977 | + -webkit-border-radius: inherit; | |
| 2978 | + border-radius: inherit; | |
| 2979 | + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2980 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); | |
| 2981 | + -webkit-transition: 0.15s ease-out; | |
| 2982 | + -o-transition: 0.15s ease-out; | |
| 3956 | 2983 | transition: 0.15s ease-out; |
| 3957 | - transition-property: opacity, background; | |
| 3958 | -} | |
| 2984 | + -webkit-transition-property: opacity, background; | |
| 2985 | + -o-transition-property: opacity, background; | |
| 2986 | + transition-property: opacity, background; } | |
| 2987 | + | |
| 3959 | 2988 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3960 | 2989 | position: absolute; |
| 3961 | - inset-block-start: 0; | |
| 2990 | + top: 0; | |
| 3962 | 2991 | width: 50%; |
| 3963 | 2992 | text-align: center; |
| 3964 | 2993 | line-height: 20px; |
| 3965 | - transition: inherit; | |
| 3966 | -} | |
| 2994 | + -webkit-transition: inherit; | |
| 2995 | + -o-transition: inherit; | |
| 2996 | + transition: inherit; } | |
| 2997 | + | |
| 3967 | 2998 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3968 | 2999 | content: attr(data-off); |
| 3969 | - inset-inline-end: 5px; | |
| 3970 | - color: var(--e-a-color-txt-muted); | |
| 3971 | -} | |
| 3000 | + right: 3px; | |
| 3001 | + color: #a4afb7; | |
| 3002 | + text-shadow: 0 1px rgba(255, 255, 255, 0.5); } | |
| 3003 | + | |
| 3972 | 3004 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3973 | 3005 | content: attr(data-on); |
| 3974 | - inset-inline-start: 5px; | |
| 3975 | - color: var(--e-a-btn-color); | |
| 3976 | - opacity: 0; | |
| 3977 | -} | |
| 3006 | + left: 3px; | |
| 3007 | + color: white; | |
| 3008 | + text-shadow: 0 1px rgba(0, 0, 0, 0.2); | |
| 3009 | + opacity: 0; } | |
| 3010 | + | |
| 3978 | 3011 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| 3979 | - background: var(--e-a-btn-bg-primary); | |
| 3980 | -} | |
| 3981 | -.elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { | |
| 3982 | - opacity: 0; | |
| 3983 | -} | |
| 3984 | -.elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after { | |
| 3985 | - opacity: 1; | |
| 3986 | -} | |
| 3012 | + background: #71d7f7; | |
| 3013 | + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); | |
| 3014 | + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); } | |
| 3015 | + .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { | |
| 3016 | + opacity: 0; } | |
| 3017 | + .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after { | |
| 3018 | + opacity: 1; } | |
| 3019 | + | |
| 3987 | 3020 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3988 | 3021 | position: absolute; |
| 3989 | - inset-block-start: 1px; | |
| 3990 | - inset-inline-start: 1px; | |
| 3022 | + top: 1px; | |
| 3023 | + left: 1px; | |
| 3991 | 3024 | width: 18px; |
| 3992 | 3025 | height: 18px; |
| 3993 | 3026 | background: white; |
| 3994 | - border-radius: 10px; | |
| 3995 | - transition: inset-inline-start 0.15s ease-out; | |
| 3996 | -} | |
| 3027 | + -webkit-border-radius: 10px; | |
| 3028 | + border-radius: 10px; | |
| 3029 | + -webkit-transition: left 0.15s ease-out; | |
| 3030 | + -o-transition: left 0.15s ease-out; | |
| 3031 | + transition: left 0.15s ease-out; } | |
| 3032 | + | |
| 3997 | 3033 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 3998 | - inset-inline-start: initial; | |
| 3999 | - inset-inline-end: 1px; | |
| 4000 | -} | |
| 3034 | + left: initial; | |
| 3035 | + right: 1px; | |
| 3036 | + -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); | |
| 3037 | + box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); } | |
| 4001 | 3038 | |
| 4002 | 3039 | .elementor-control-type-tabs { |
| 4003 | - display: none; | |
| 4004 | - font-size: var(--control-title-size); | |
| 4005 | -} | |
| 4006 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 4007 | - display: flex; | |
| 4008 | -} | |
| 3040 | + font-size: 0.8em; | |
| 3041 | + text-transform: uppercase; | |
| 3042 | + display: -webkit-box; | |
| 3043 | + display: -ms-flexbox; | |
| 3044 | + display: flex; } | |
| 4009 | 3045 | |
| 4010 | 3046 | .elementor-control-type-tab { |
| 4011 | 3047 | text-align: center; |
| 4012 | 3048 | width: 100%; |
| @@ -4011,149 +3047,201 @@ | ||
| 4011 | 3047 | text-align: center; |
| 4012 | 3048 | width: 100%; |
| 4013 | 3049 | padding: 0; |
| 4014 | 3050 | line-height: 25px; |
| 4015 | - border-block-start: var(--e-a-border-bold); | |
| 4016 | - border-block-end: var(--e-a-border-bold); | |
| 4017 | - border-inline-end: var(--e-a-border-bold); | |
| 4018 | - transition: var(--e-a-transition-hover); | |
| 4019 | - cursor: pointer; | |
| 4020 | -} | |
| 4021 | -.elementor-control-type-tab:first-child { | |
| 4022 | - border-inline-start: var(--e-a-border-bold); | |
| 4023 | - border-start-start-radius: var(--e-a-border-radius); | |
| 4024 | - border-end-start-radius: var(--e-a-border-radius); | |
| 4025 | -} | |
| 4026 | -.elementor-control-type-tab:last-child { | |
| 4027 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4028 | - border-end-end-radius: var(--e-a-border-radius); | |
| 4029 | -} | |
| 4030 | -.elementor-control-type-tab:hover { | |
| 4031 | - background-color: var(--e-a-bg-hover); | |
| 4032 | -} | |
| 4033 | -.elementor-control-type-tab.e-tab-active { | |
| 4034 | - background-color: var(--e-a-bg-active-bold); | |
| 4035 | - color: var(--e-a-color-txt-accent); | |
| 4036 | -} | |
| 3051 | + border-top: 1px solid #d5dadf; | |
| 3052 | + border-bottom: 1px solid #d5dadf; | |
| 3053 | + border-right: 1px solid #d5dadf; | |
| 3054 | + cursor: pointer; } | |
| 3055 | + .elementor-control-type-tab:first-child { | |
| 3056 | + border-left: 1px solid #d5dadf; | |
| 3057 | + -webkit-border-top-left-radius: 3px; | |
| 3058 | + border-top-left-radius: 3px; | |
| 3059 | + -webkit-border-bottom-left-radius: 3px; | |
| 3060 | + border-bottom-left-radius: 3px; } | |
| 3061 | + .elementor-control-type-tab:last-child { | |
| 3062 | + -webkit-border-top-right-radius: 3px; | |
| 3063 | + border-top-right-radius: 3px; | |
| 3064 | + -webkit-border-bottom-right-radius: 3px; | |
| 3065 | + border-bottom-right-radius: 3px; } | |
| 3066 | + .elementor-control-type-tab.elementor-tab-active { | |
| 3067 | + background-color: #a4afb7; | |
| 3068 | + border-color: #a4afb7; | |
| 3069 | + color: #ffffff; } | |
| 4037 | 3070 | |
| 4038 | -.e-tab-close { | |
| 4039 | - display: none !important; | |
| 4040 | -} | |
| 3071 | +.elementor-tab-close { | |
| 3072 | + display: none !important; } | |
| 4041 | 3073 | |
| 3074 | +.elementor-control-type-textarea.elementor-control-dynamic-value .elementor-control-dynamic-switcher, | |
| 3075 | +.elementor-control-type-code.elementor-control-dynamic-value .elementor-control-dynamic-switcher { | |
| 3076 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3077 | + border-radius: 0 3px 3px 0; | |
| 3078 | + border-left-width: 0; } | |
| 3079 | + | |
| 4042 | 3080 | .elementor-control-type-textarea .elementor-control-dynamic-switcher, |
| 4043 | 3081 | .elementor-control-type-code .elementor-control-dynamic-switcher { |
| 4044 | - border-inline-start-width: 1px; | |
| 4045 | - border-start-start-radius: 0; | |
| 4046 | - border-start-end-radius: 0; | |
| 4047 | - border-end-end-radius: 0; | |
| 4048 | - border-end-start-radius: var(--e-a-border-radius); | |
| 4049 | -} | |
| 3082 | + -webkit-border-radius: 0px 3px; | |
| 3083 | + border-radius: 0px 3px; } | |
| 3084 | + | |
| 4050 | 3085 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 4051 | 3086 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 4052 | 3087 | position: absolute; |
| 4053 | - inset-block-start: 0; | |
| 4054 | - inset-inline-end: 0; | |
| 3088 | + top: 0; | |
| 4055 | 3089 | z-index: 1; |
| 4056 | -} | |
| 3090 | + right: 0; } | |
| 3091 | + | |
| 4057 | 3092 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 4058 | 3093 | .elementor-control-type-code .elementor-control-input-wrapper { |
| 4059 | - position: relative; | |
| 4060 | -} | |
| 3094 | + position: relative; } | |
| 3095 | + | |
| 4061 | 3096 | .elementor-control-type-textarea textarea, |
| 4062 | 3097 | .elementor-control-type-code textarea { |
| 4063 | 3098 | display: block; |
| 4064 | - font-family: inherit; | |
| 4065 | -} | |
| 4066 | -.elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher, | |
| 4067 | -.elementor-control-type-code textarea:focus + .elementor-control-dynamic-switcher { | |
| 4068 | - display: none; | |
| 4069 | -} | |
| 3099 | + font-family: inherit; } | |
| 3100 | + .elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher, | |
| 3101 | + .elementor-control-type-code textarea:focus + .elementor-control-dynamic-switcher { | |
| 3102 | + display: none; } | |
| 3103 | + | |
| 4070 | 3104 | .elementor-control-type-textarea pre:focus-within + .elementor-control-dynamic-switcher, |
| 4071 | 3105 | .elementor-control-type-code pre:focus-within + .elementor-control-dynamic-switcher { |
| 4072 | - display: none; | |
| 4073 | -} | |
| 3106 | + display: none; } | |
| 4074 | 3107 | |
| 3108 | +.elementor-control-type-url.elementor-control-dynamic .elementor-input { | |
| 3109 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3110 | + border-radius: 3px 0 0 3px; } | |
| 3111 | + | |
| 4075 | 3112 | .elementor-control-type-url .elementor-control-field { |
| 4076 | - position: relative; | |
| 4077 | -} | |
| 3113 | + position: relative; } | |
| 3114 | + | |
| 3115 | +.elementor-control-type-url:not(.elementor-control-dynamic) .elementor-control-url-more, .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 3116 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3117 | + border-radius: 0 3px 3px 0; } | |
| 3118 | + | |
| 4078 | 3119 | .elementor-control-type-url .elementor-control-input-wrapper { |
| 3120 | + display: -webkit-box; | |
| 3121 | + display: -ms-flexbox; | |
| 4079 | 3122 | display: flex; |
| 4080 | -} | |
| 4081 | -.elementor-control-type-url.elementor-control-dynamic .elementor-control-url-more-options input { | |
| 4082 | - border-radius: var(--e-a-border-radius); | |
| 4083 | -} | |
| 4084 | -.elementor-control-type-url.elementor-control-dynamic-value .e-input-style { | |
| 4085 | - border-start-end-radius: 0; | |
| 4086 | - border-end-end-radius: 0; | |
| 4087 | -} | |
| 4088 | -.elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { | |
| 4089 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4090 | - border-end-end-radius: var(--e-a-border-radius); | |
| 4091 | -} | |
| 3123 | + -webkit-box-orient: horizontal; | |
| 3124 | + -webkit-box-direction: normal; | |
| 3125 | + -ms-flex-direction: row; | |
| 3126 | + flex-direction: row; } | |
| 3127 | + | |
| 4092 | 3128 | .elementor-control-type-url .elementor-control-url-more { |
| 3129 | + display: -webkit-box; | |
| 3130 | + display: -ms-flexbox; | |
| 4093 | 3131 | display: flex; |
| 4094 | - align-items: center; | |
| 4095 | - justify-content: center; | |
| 4096 | - flex-shrink: 0; | |
| 4097 | - border: var(--e-a-border-bold); | |
| 4098 | - color: currentColor; | |
| 4099 | - background-color: transparent; | |
| 4100 | - border-inline-start-width: 0; | |
| 4101 | - cursor: pointer; | |
| 4102 | -} | |
| 4103 | -.elementor-control-type-url .elementor-control-url-more i { | |
| 4104 | - font-size: 12px; | |
| 4105 | -} | |
| 4106 | -.elementor-control-type-url .elementor-control-url-more-options { | |
| 4107 | - display: none; | |
| 4108 | - padding-block-start: 10px; | |
| 4109 | -} | |
| 4110 | -.elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { | |
| 4111 | - margin-block-start: 10px; | |
| 4112 | -} | |
| 4113 | -.elementor-control-type-url .elementor-control-url-more:hover { | |
| 4114 | - color: var(--e-a-color-txt-hover); | |
| 4115 | -} | |
| 4116 | -.elementor-control-type-url .elementor-control-url-more:focus { | |
| 4117 | - color: var(--e-a-color-txt-active); | |
| 4118 | - border-color: var(--e-a-border-color-focus); | |
| 4119 | -} | |
| 3132 | + -webkit-box-align: center; | |
| 3133 | + -ms-flex-align: center; | |
| 3134 | + align-items: center; | |
| 3135 | + -webkit-box-pack: center; | |
| 3136 | + -ms-flex-pack: center; | |
| 3137 | + justify-content: center; | |
| 3138 | + -ms-flex-negative: 0; | |
| 3139 | + flex-shrink: 0; | |
| 3140 | + border: 1px solid #d5dadf; | |
| 3141 | + border-left: none; | |
| 3142 | + cursor: pointer; } | |
| 3143 | + .elementor-control-type-url .elementor-control-url-more i { | |
| 3144 | + font-size: 12px; } | |
| 3145 | + .elementor-control-type-url .elementor-control-url-more-options { | |
| 3146 | + display: none; | |
| 3147 | + padding-top: 10px; } | |
| 3148 | + .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { | |
| 3149 | + margin-top: 10px; } | |
| 3150 | + | |
| 4120 | 3151 | .elementor-control-type-url .elementor-control-url-option { |
| 3152 | + display: -webkit-box; | |
| 3153 | + display: -ms-flexbox; | |
| 4121 | 3154 | display: flex; |
| 4122 | - align-items: center; | |
| 4123 | -} | |
| 4124 | -.elementor-control-type-url .elementor-control-url-option:not(:last-child) { | |
| 4125 | - padding-block-end: 10px; | |
| 4126 | -} | |
| 4127 | -.elementor-control-type-url .elementor-control-url-option input, | |
| 4128 | -.elementor-control-type-url .elementor-control-url-option label { | |
| 4129 | - cursor: pointer; | |
| 4130 | -} | |
| 3155 | + -webkit-box-align: center; | |
| 3156 | + -ms-flex-align: center; | |
| 3157 | + align-items: center; } | |
| 3158 | + .elementor-control-type-url .elementor-control-url-option:not(:last-child) { | |
| 3159 | + padding-bottom: 10px; } | |
| 3160 | + .elementor-control-type-url .elementor-control-url-option input, | |
| 3161 | + .elementor-control-type-url .elementor-control-url-option label { | |
| 3162 | + cursor: pointer; } | |
| 3163 | + .elementor-control-type-url .elementor-control-url-option-input { | |
| 3164 | + margin: 0; | |
| 3165 | + padding: 0; | |
| 3166 | + -webkit-border-radius: 2px; | |
| 3167 | + border-radius: 2px; | |
| 3168 | + margin-right: 5px; | |
| 3169 | + -webkit-appearance: none; | |
| 3170 | + -moz-appearance: none; | |
| 3171 | + outline: none; | |
| 3172 | + content: none; | |
| 3173 | + height: 15px; | |
| 3174 | + width: 15px; | |
| 3175 | + border: 1px solid #d5dadf; | |
| 3176 | + display: -webkit-inline-box; | |
| 3177 | + display: -ms-inline-flexbox; | |
| 3178 | + display: inline-flex; | |
| 3179 | + -webkit-box-align: center; | |
| 3180 | + -ms-flex-align: center; | |
| 3181 | + align-items: center; | |
| 3182 | + -webkit-box-pack: center; | |
| 3183 | + -ms-flex-pack: center; | |
| 3184 | + justify-content: center; } | |
| 3185 | + .elementor-control-type-url .elementor-control-url-option-input:checked { | |
| 3186 | + background: #71d7f7; | |
| 3187 | + border: none; } | |
| 3188 | + .elementor-control-type-url .elementor-control-url-option-input:checked:before { | |
| 3189 | + display: block; | |
| 3190 | + content: ""; | |
| 3191 | + width: 4px; | |
| 3192 | + height: 7px; | |
| 3193 | + border: solid white; | |
| 3194 | + border-width: 0 2px 2px 0; | |
| 3195 | + -webkit-transform: rotate(45deg); | |
| 3196 | + -ms-transform: rotate(45deg); | |
| 3197 | + transform: rotate(45deg); } | |
| 3198 | + .elementor-control-type-url .elementor-control-url-option label { | |
| 3199 | + font-size: 12px; } | |
| 3200 | + | |
| 3201 | +.elementor-control-type-url .elementor-control-url-external-hide .elementor-control-url-more { | |
| 3202 | + display: none; } | |
| 3203 | + | |
| 3204 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-input, | |
| 3205 | +.elementor-control-type-url .elementor-control-url-external-show .elementor-dynamic-cover { | |
| 3206 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3207 | + border-radius: 3px 0 0 3px; } | |
| 3208 | + | |
| 4131 | 3209 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4132 | 3210 | display: none; |
| 4133 | 3211 | position: absolute; |
| 4134 | - inset-block-start: 5px; | |
| 4135 | - inset-inline-end: 0; | |
| 3212 | + top: 5px; | |
| 3213 | + right: 0px; | |
| 4136 | 3214 | width: 10px; |
| 4137 | 3215 | height: 10px; |
| 4138 | 3216 | font-size: 10px; |
| 4139 | - color: var(--e-a-color-txt-disabled); | |
| 4140 | -} | |
| 4141 | -.elementor-control-type-url .elementor-control-url__custom-attributes label { | |
| 4142 | - font-size: var(--control-title-size); | |
| 4143 | -} | |
| 4144 | -.elementor-control-type-url .elementor-control-url__custom-attributes input { | |
| 4145 | - width: 100%; | |
| 4146 | - margin-block-start: 10px; | |
| 4147 | -} | |
| 4148 | -.elementor-control-type-url .elementor-input:focus ~ div { | |
| 4149 | - border-color: var(--e-a-border-color-focus); | |
| 4150 | -} | |
| 3217 | + color: #D4D4D4; } | |
| 4151 | 3218 | |
| 3219 | +.elementor-control-type-url .elementor-control-url__custom-attributes { | |
| 3220 | + margin-top: 5px; } | |
| 3221 | + .elementor-control-type-url .elementor-control-url__custom-attributes label { | |
| 3222 | + font-size: 12px; } | |
| 3223 | + .elementor-control-type-url .elementor-control-url__custom-attributes input { | |
| 3224 | + width: 100%; | |
| 3225 | + margin-top: 10px; } | |
| 3226 | + | |
| 3227 | +.elementor-control-type-url .elementor-input { | |
| 3228 | + direction: ltr; } | |
| 3229 | + .elementor-control-type-url .elementor-input:not(:focus) + .elementor-control-url-more { | |
| 3230 | + border-color: #d5dadf; } | |
| 3231 | + .elementor-control-type-url .elementor-input:focus ~ div { | |
| 3232 | + border-color: #a4afb7; } | |
| 3233 | + | |
| 3234 | +.elementor-control-type-url .elementor-control-dynamic-switcher { | |
| 3235 | + border-left: none; | |
| 3236 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3237 | + border-radius: 0 3px 3px 0; } | |
| 3238 | + | |
| 4152 | 3239 | .elementor-autocomplete-menu { |
| 4153 | 3240 | position: absolute; |
| 4154 | - background: var(--e-a-bg-default); | |
| 4155 | - border: var(--e-a-border); | |
| 3241 | + background: #fff; | |
| 3242 | + color: #495157; | |
| 3243 | + border: 1px solid #a4afb7; | |
| 4156 | 3244 | margin: 0; |
| 4157 | 3245 | list-style: none; |
| 4158 | 3246 | padding: 4px 0; |
| 4159 | 3247 | height: auto; |
| @@ -4161,3039 +3249,1481 @@ | ||
| 4161 | 3249 | min-width: 260px; |
| 4162 | 3250 | max-width: 300px; |
| 4163 | 3251 | max-height: 200px; |
| 4164 | 3252 | overflow-y: auto; |
| 4165 | - border-radius: 3px; | |
| 4166 | - transition: var(--e-a-transition-hover); | |
| 3253 | + -webkit-border-radius: 3px; | |
| 3254 | + border-radius: 3px; | |
| 3255 | + -webkit-transition: all .3s ease-in-out; | |
| 3256 | + -o-transition: all .3s ease-in-out; | |
| 3257 | + transition: all .3s ease-in-out; | |
| 4167 | 3258 | cursor: default; |
| 4168 | - z-index: 1; | |
| 4169 | -} | |
| 4170 | -.elementor-autocomplete-menu .ui-menu-item { | |
| 4171 | - display: flex; | |
| 4172 | - justify-content: space-between; | |
| 4173 | - align-self: baseline; | |
| 4174 | - padding: 5px 8px; | |
| 4175 | - font-size: 12px; | |
| 4176 | - width: 100%; | |
| 4177 | - line-height: 1.2; | |
| 4178 | - cursor: pointer; | |
| 4179 | -} | |
| 4180 | -.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 { | |
| 4181 | - background: var(--e-a-bg-hover); | |
| 4182 | -} | |
| 4183 | -.elementor-autocomplete-menu .elementor-autocomplete-item-info { | |
| 4184 | - font-size: 10px; | |
| 4185 | - padding-block-start: 2px; | |
| 4186 | -} | |
| 3259 | + z-index: 1; } | |
| 3260 | + .elementor-autocomplete-menu .ui-menu-item { | |
| 3261 | + display: -webkit-box; | |
| 3262 | + display: -ms-flexbox; | |
| 3263 | + display: flex; | |
| 3264 | + -webkit-box-pack: justify; | |
| 3265 | + -ms-flex-pack: justify; | |
| 3266 | + justify-content: space-between; | |
| 3267 | + -ms-flex-item-align: baseline; | |
| 3268 | + align-self: baseline; | |
| 3269 | + padding: 5px 8px; | |
| 3270 | + font-size: 12px; | |
| 3271 | + width: 100%; | |
| 3272 | + line-height: 1.2; | |
| 3273 | + cursor: pointer; } | |
| 3274 | + .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 { | |
| 3275 | + background: #e6e9ec; } | |
| 3276 | + .elementor-autocomplete-menu .elementor-autocomplete-item-info { | |
| 3277 | + font-size: 10px; | |
| 3278 | + padding-top: 2px; } | |
| 4187 | 3279 | |
| 4188 | -.elementor-control-type-visual_choice { | |
| 4189 | - width: 100%; | |
| 4190 | -} | |
| 3280 | +.elementor-control-type-wp_widget .widget-inside { | |
| 3281 | + display: block; } | |
| 4191 | 3282 | |
| 4192 | -.elementor-visual-choice-choices { | |
| 4193 | - display: grid; | |
| 4194 | - gap: 8px; | |
| 4195 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4196 | - text-align: center; | |
| 4197 | - border-radius: var(--e-a-border-radius); | |
| 4198 | - overflow: hidden; | |
| 4199 | -} | |
| 4200 | - | |
| 4201 | -.elementor-visual-choice-element { | |
| 4202 | - display: flex; | |
| 4203 | - flex-direction: column; | |
| 4204 | - align-items: center; | |
| 4205 | - justify-content: center; | |
| 4206 | - gap: 8px; | |
| 4207 | - width: auto; | |
| 4208 | -} | |
| 4209 | -.elementor-visual-choice-element-image label { | |
| 4210 | - border: var(--e-a-border-bold); | |
| 4211 | - border-radius: var(--e-a-border-radius); | |
| 4212 | - font-size: 12px; | |
| 4213 | - transition: var(--e-a-transition-hover); | |
| 4214 | - cursor: pointer; | |
| 4215 | - overflow: hidden; | |
| 4216 | - width: 100%; | |
| 4217 | - padding: 8px; | |
| 4218 | -} | |
| 4219 | -.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 { | |
| 4220 | - background-color: var(--e-a-bg-active-bold); | |
| 4221 | - opacity: 1; | |
| 4222 | -} | |
| 4223 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4224 | - border-color: var(--e-a-color-primary-bold); | |
| 4225 | -} | |
| 4226 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4227 | - background-color: var(--e-a-color-white); | |
| 4228 | - opacity: 0.5; | |
| 4229 | -} | |
| 4230 | -.elementor-visual-choice-element-image img { | |
| 4231 | - width: 100%; | |
| 4232 | - height: auto; | |
| 4233 | -} | |
| 4234 | -.elementor-visual-choice-element-button { | |
| 4235 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4236 | -} | |
| 4237 | -.elementor-visual-choice-element-button label { | |
| 4238 | - width: -moz-fit-content; | |
| 4239 | - width: fit-content; | |
| 4240 | -} | |
| 4241 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4242 | - background-color: var(--e-a-bg-active-bold); | |
| 4243 | -} | |
| 4244 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4245 | - border-color: var(--e-a-color-primary-bold); | |
| 4246 | -} | |
| 4247 | - | |
| 4248 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4249 | - justify-content: flex-end; | |
| 4250 | -} | |
| 4251 | - | |
| 4252 | -.tipsy-inner { | |
| 4253 | - white-space: pre-line; | |
| 4254 | -} | |
| 4255 | - | |
| 4256 | -.elementor-control-type-wp_widget .widget-inside { | |
| 4257 | - line-height: 2; | |
| 4258 | - background-color: inherit; | |
| 4259 | - display: block; | |
| 4260 | -} | |
| 4261 | 3283 | .elementor-control-type-wp_widget .quicktags-toolbar input { |
| 4262 | - width: auto; | |
| 4263 | -} | |
| 3284 | + width: auto; } | |
| 4264 | 3285 | |
| 4265 | 3286 | .elementor-control-type-wysiwyg * { |
| 4266 | - box-sizing: content-box; | |
| 4267 | -} | |
| 3287 | + -webkit-box-sizing: content-box; | |
| 3288 | + box-sizing: content-box; } | |
| 3289 | + | |
| 4268 | 3290 | .elementor-control-type-wysiwyg .wp-editor-container { |
| 4269 | - border: var(--e-a-border); | |
| 4270 | -} | |
| 3291 | + border: 1px solid #e6e9ec; } | |
| 3292 | + | |
| 4271 | 3293 | .elementor-control-type-wysiwyg .wp-editor-tabs { |
| 4272 | - border: var(--e-a-border-bold); | |
| 4273 | - border-block-end: none; | |
| 4274 | - border-start-start-radius: var(--e-a-border-radius); | |
| 4275 | - border-start-end-radius: var(--e-a-border-radius); | |
| 4276 | - border-end-end-radius: 0; | |
| 4277 | - border-end-start-radius: 0; | |
| 4278 | -} | |
| 4279 | -.elementor-control-type-wysiwyg .wp-editor-tabs button:hover { | |
| 4280 | - background-color: var(--e-a-bg-hover); | |
| 4281 | -} | |
| 3294 | + border: 1px solid #d5dadf; | |
| 3295 | + border-bottom: none; | |
| 3296 | + -webkit-border-radius: 3px 3px 0 0; | |
| 3297 | + border-radius: 3px 3px 0 0; } | |
| 3298 | + | |
| 4282 | 3299 | .elementor-control-type-wysiwyg #insert-media-button { |
| 4283 | 3300 | height: initial; |
| 4284 | 3301 | line-height: 24px; |
| 4285 | 3302 | font-size: 10px; |
| 4286 | - color: var(--e-a-color-txt); | |
| 4287 | - border-color: var(--e-a-border-color-bold); | |
| 4288 | - background-color: var(--e-a-bg-default); | |
| 4289 | - min-height: initial; | |
| 4290 | -} | |
| 3303 | + color: #6d7882; | |
| 3304 | + border-color: #d5dadf; | |
| 3305 | + background-color: #e6e9ec; | |
| 3306 | + min-height: initial; } | |
| 3307 | + | |
| 4291 | 3308 | .elementor-control-type-wysiwyg .ed_button { |
| 4292 | 3309 | height: 22px; |
| 4293 | - width: initial; | |
| 4294 | -} | |
| 3310 | + width: initial; } | |
| 3311 | + | |
| 4295 | 3312 | .elementor-control-type-wysiwyg .wp-media-buttons-icon { |
| 4296 | 3313 | height: 14px; |
| 4297 | - margin: 0; | |
| 4298 | -} | |
| 4299 | -.elementor-control-type-wysiwyg .wp-media-buttons-icon:before { | |
| 4300 | - font-size: 14px; | |
| 4301 | -} | |
| 3314 | + margin: 0; } | |
| 3315 | + .elementor-control-type-wysiwyg .wp-media-buttons-icon:before { | |
| 3316 | + font-size: 14px; } | |
| 3317 | + | |
| 4302 | 3318 | .elementor-control-type-wysiwyg .wp-switch-editor { |
| 4303 | 3319 | position: static; |
| 4304 | 3320 | border: none; |
| 4305 | 3321 | margin: 0; |
| 4306 | - color: var(--e-a-color-txt); | |
| 3322 | + color: #6d7882; | |
| 4307 | 3323 | font-size: 10px; |
| 4308 | - padding: 3px 9px 4px; | |
| 4309 | -} | |
| 3324 | + padding: 3px 9px 4px; } | |
| 3325 | + | |
| 4310 | 3326 | .elementor-control-type-wysiwyg .switch-html { |
| 4311 | - border: solid var(--e-a-border-color-bold); | |
| 4312 | - border-width: 0 1px; | |
| 4313 | -} | |
| 3327 | + border: solid #d5dadf; | |
| 3328 | + border-width: 0 1px; } | |
| 3329 | + | |
| 4314 | 3330 | .elementor-control-type-wysiwyg .html-active .switch-tmce { |
| 4315 | - background-color: transparent; | |
| 4316 | -} | |
| 3331 | + background-color: transparent; } | |
| 3332 | + | |
| 4317 | 3333 | .elementor-control-type-wysiwyg .html-active .switch-html { |
| 4318 | - background-color: var(--e-a-bg-active); | |
| 4319 | -} | |
| 3334 | + background-color: #e6e9ec; } | |
| 3335 | + | |
| 4320 | 3336 | .elementor-control-type-wysiwyg .tmce-active .switch-tmce { |
| 4321 | - background-color: var(--e-a-bg-active); | |
| 4322 | -} | |
| 3337 | + background-color: #e6e9ec; } | |
| 3338 | + | |
| 4323 | 3339 | .elementor-control-type-wysiwyg .tmce-active .switch-html { |
| 4324 | - background-color: transparent; | |
| 4325 | -} | |
| 4326 | -.elementor-control-type-wysiwyg .mce-toolbar-grp, | |
| 4327 | -.elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 4328 | - background-color: var(--e-a-bg-default); | |
| 4329 | -} | |
| 4330 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox { | |
| 4331 | - background-color: var(--e-a-bg-default); | |
| 4332 | -} | |
| 4333 | -.elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox button { | |
| 4334 | - color: var(--e-a-color-txt); | |
| 4335 | -} | |
| 3340 | + background-color: transparent; } | |
| 3341 | + | |
| 3342 | +.elementor-control-type-wysiwyg .mce-toolbar-grp, .elementor-control-type-wysiwyg .quicktags-toolbar { | |
| 3343 | + background-color: #e6e9ec; } | |
| 3344 | + | |
| 4336 | 3345 | .elementor-control-type-wysiwyg .mce-toolbar-grp > div { |
| 4337 | - padding: 0 3px; | |
| 4338 | -} | |
| 3346 | + padding: 0 3px; } | |
| 3347 | + | |
| 4339 | 3348 | .elementor-control-type-wysiwyg .elementor-wp-editor { |
| 4340 | - box-sizing: border-box; | |
| 4341 | -} | |
| 3349 | + -webkit-box-sizing: border-box; | |
| 3350 | + box-sizing: border-box; } | |
| 3351 | + | |
| 4342 | 3352 | .elementor-control-type-wysiwyg .mce-ico { |
| 4343 | - color: var(--e-a-color-txt); | |
| 4344 | - font-size: 16px; | |
| 4345 | -} | |
| 4346 | -.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 { | |
| 4347 | - color: var(--e-a-color-txt-active); | |
| 4348 | - background: var(--e-a-bg-hover); | |
| 4349 | - border-color: var(--e-a-border-color); | |
| 4350 | - box-shadow: none; | |
| 4351 | -} | |
| 4352 | -.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 { | |
| 4353 | - color: var(--e-a-color-txt-active); | |
| 4354 | -} | |
| 3353 | + color: #6d7882; | |
| 3354 | + font-size: 16px; } | |
| 3355 | + | |
| 3356 | +.elementor-control-type-wysiwyg .mce-btn { | |
| 3357 | + margin-right: 0; | |
| 3358 | + margin-left: 0; } | |
| 3359 | + .elementor-control-type-wysiwyg .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn.mce-active { | |
| 3360 | + border-color: #d5dadf; } | |
| 3361 | + | |
| 4355 | 3362 | .elementor-control-type-wysiwyg .mce-path { |
| 4356 | - padding: 5px 10px; | |
| 4357 | -} | |
| 3363 | + padding: 5px 10px; } | |
| 3364 | + | |
| 4358 | 3365 | .elementor-control-type-wysiwyg .mce-path-item { |
| 4359 | 3366 | font-size: 12px; |
| 4360 | - color: var(--e-a-color-txt); | |
| 4361 | -} | |
| 4362 | -.elementor-control-type-wysiwyg .mce-top-part:before { | |
| 4363 | - box-shadow: none; | |
| 4364 | -} | |
| 3367 | + color: #6d7882; } | |
| 3368 | + | |
| 4365 | 3369 | .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher { |
| 4366 | - border: none; | |
| 4367 | -} | |
| 3370 | + border: none; } | |
| 4368 | 3371 | |
| 4369 | -@media screen and (prefers-color-scheme: dark) { | |
| 4370 | - #wp-link-wrap { | |
| 4371 | - color-scheme: light; | |
| 4372 | - --e-a-color-txt: #515962; | |
| 4373 | - --e-a-bg-default: #ffffff; | |
| 4374 | - --e-a-border-color-bold: #D5D8DC; | |
| 4375 | - --e-a-color-primary-bold: #D004D4; | |
| 4376 | - } | |
| 4377 | - #wp-link { | |
| 4378 | - color: var(--e-a-color-txt); | |
| 4379 | - } | |
| 4380 | - #wp-link input { | |
| 4381 | - background-color: var(--e-a-bg-default); | |
| 4382 | - border-color: var(--e-a-border-color-bold); | |
| 4383 | - } | |
| 4384 | - #wp-link input[type=checkbox] { | |
| 4385 | - border-color: var(--e-a-border-color-bold); | |
| 4386 | - } | |
| 4387 | - #wp-link input[type=checkbox]:checked { | |
| 4388 | - background: var(--e-a-color-primary-bold); | |
| 4389 | - } | |
| 4390 | - #wp-link input.button-primary { | |
| 4391 | - background: #2271b1; | |
| 4392 | - border-color: #2271b1; | |
| 4393 | - color: #fff; | |
| 4394 | - } | |
| 4395 | -} | |
| 3372 | +.elementor-control-type-text .elementor-control-dynamic-switcher { | |
| 3373 | + border-left-width: 0; | |
| 3374 | + -webkit-border-radius: 0 3px 3px 0; | |
| 3375 | + border-radius: 0 3px 3px 0; } | |
| 3376 | + | |
| 3377 | +.elementor-control-type-text.elementor-control-dynamic input { | |
| 3378 | + -webkit-border-radius: 3px 0 0 3px; | |
| 3379 | + border-radius: 3px 0 0 3px; } | |
| 3380 | + | |
| 4396 | 3381 | #elementor-mode-switcher { |
| 4397 | - --e-a-mode-switcher-width: 15px; | |
| 4398 | - --e-a-mode-switcher-height: 50px; | |
| 4399 | - --e-a-mode-switcher-icon-size: 15px; | |
| 4400 | 3382 | position: absolute; |
| 4401 | - inset-block-start: 50%; | |
| 4402 | - inset-inline-start: 100%; | |
| 4403 | - transform: translateY(-50%); | |
| 4404 | - background-color: var(--e-a-bg-default); | |
| 4405 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 4406 | - transition: 0.3s opacity; | |
| 4407 | -} | |
| 4408 | -#elementor-mode-switcher:hover { | |
| 4409 | - background-color: var(--e-a-bg-hover); | |
| 4410 | -} | |
| 4411 | -#elementor-mode-switcher:focus-within { | |
| 4412 | - background-color: var(--e-a-bg-active); | |
| 4413 | -} | |
| 4414 | -.e-panel-block-interactions #elementor-mode-switcher { | |
| 4415 | - opacity: 0; | |
| 4416 | - pointer-events: none; | |
| 4417 | -} | |
| 4418 | -#elementor-mode-switcher-preview i { | |
| 3383 | + left: 100%; | |
| 3384 | + top: 50%; | |
| 3385 | + width: 15px; | |
| 3386 | + height: 50px; | |
| 3387 | + -webkit-transform: translateY(-50%); | |
| 3388 | + -ms-transform: translateY(-50%); | |
| 3389 | + transform: translateY(-50%); | |
| 3390 | + background-color: #e6e9ec; | |
| 3391 | + font-size: 15px; | |
| 3392 | + -webkit-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1); | |
| 3393 | + box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.1); | |
| 3394 | + cursor: pointer; } | |
| 3395 | + #elementor-mode-switcher:hover { | |
| 3396 | + background-color: #93003c; | |
| 3397 | + color: #FFFFFF; } | |
| 3398 | + | |
| 3399 | +#elementor-mode-switcher-inner, #elementor-mode-switcher-preview { | |
| 3400 | + width: 100%; | |
| 3401 | + height: 100%; | |
| 3402 | + position: absolute; | |
| 3403 | + top: 0; | |
| 3404 | + left: 0; } | |
| 3405 | + | |
| 3406 | +#elementor-mode-switcher-preview { | |
| 3407 | + cursor: pointer; } | |
| 3408 | + #elementor-mode-switcher-preview .eicon { | |
| 3409 | + position: absolute; | |
| 3410 | + top: 50%; | |
| 3411 | + left: 50%; | |
| 3412 | + -webkit-transform: translate(-50%, -50%); | |
| 3413 | + -ms-transform: translate(-50%, -50%); | |
| 3414 | + transform: translate(-50%, -50%); } | |
| 3415 | + | |
| 3416 | +#elementor-mode-switcher-preview-input { | |
| 3417 | + display: none; } | |
| 3418 | + | |
| 3419 | +:root { | |
| 3420 | + --e-is-device-mode: 0; } | |
| 3421 | + | |
| 3422 | +.e-is-device-mode { | |
| 3423 | + --e-is-device-mode: 1; } | |
| 3424 | + | |
| 3425 | +#elementor-responsive-bar { | |
| 3426 | + position: -webkit-sticky; | |
| 3427 | + position: sticky; | |
| 3428 | + height: calc(40px * var(--e-is-device-mode)); | |
| 3429 | + -ms-flex-item-align: stretch; | |
| 3430 | + align-self: stretch; | |
| 3431 | + -ms-flex-negative: 0; | |
| 3432 | + flex-shrink: 0; | |
| 3433 | + -webkit-transition: height .2s ease-in-out, opacity .1s; | |
| 3434 | + -o-transition: height .2s ease-in-out, opacity .1s; | |
| 3435 | + transition: height .2s ease-in-out, opacity .1s; | |
| 3436 | + left: 0; | |
| 3437 | + top: 0; | |
| 3438 | + z-index: 100; | |
| 3439 | + opacity: var(--e-is-device-mode); | |
| 3440 | + -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); | |
| 3441 | + 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); } | |
| 3442 | + #elementor-responsive-bar:before { | |
| 3443 | + content: ""; | |
| 3444 | + position: absolute; | |
| 3445 | + left: 0; | |
| 3446 | + top: 0; | |
| 3447 | + width: 100%; | |
| 3448 | + height: 100%; | |
| 3449 | + z-index: -1; | |
| 3450 | + -webkit-transform: scaleX(var(--e-preview-scale, 1)); | |
| 3451 | + -ms-transform: scaleX(var(--e-preview-scale, 1)); | |
| 3452 | + transform: scaleX(var(--e-preview-scale, 1)); } | |
| 3453 | + | |
| 3454 | +.e-responsive-bar-switcher__option { | |
| 3455 | + cursor: pointer; | |
| 3456 | + text-align: center; | |
| 3457 | + width: 22px; | |
| 3458 | + height: 22px; | |
| 3459 | + margin: 0 4px; | |
| 3460 | + line-height: 22px; | |
| 3461 | + -webkit-border-radius: 3px; | |
| 3462 | + border-radius: 3px; | |
| 3463 | + font-size: 16px; | |
| 3464 | + -webkit-transition: background-color .3s ease-out; | |
| 3465 | + -o-transition: background-color .3s ease-out; | |
| 3466 | + transition: background-color .3s ease-out; } | |
| 3467 | + .e-responsive-bar-switcher__option:hover, .e-responsive-bar-switcher__option[aria-selected="true"] { | |
| 3468 | + color: #c2cbd2; | |
| 3469 | + background-color: rgba(255, 255, 255, 0.1); } | |
| 3470 | + .e-responsive-bar-switcher__option input { | |
| 3471 | + display: none; } | |
| 3472 | + .e-responsive-bar-switcher__option input:checked + i { | |
| 3473 | + color: #71d7f7; } | |
| 3474 | + .e-responsive-bar-switcher__option:not(:last-child) { | |
| 3475 | + -webkit-margin-end: 6px; | |
| 3476 | + margin-inline-end: 6px; } | |
| 3477 | + | |
| 3478 | +.e-responsive-bar__button { | |
| 3479 | + -webkit-appearance: none; | |
| 3480 | + -moz-appearance: none; | |
| 3481 | + appearance: none; | |
| 3482 | + background: none; | |
| 3483 | + border: 0 none; | |
| 3484 | + cursor: pointer; | |
| 3485 | + color: inherit; } | |
| 3486 | + .e-responsive-bar__button:focus:not(:focus-visible) { | |
| 3487 | + outline: none; } | |
| 3488 | + .e-responsive-bar__button:hover { | |
| 3489 | + color: #c2cbd2; | |
| 3490 | + background-color: rgba(255, 255, 255, 0.1); } | |
| 3491 | + | |
| 3492 | +.e-responsive-bar--pipe { | |
| 3493 | + position: relative; } | |
| 3494 | + .e-responsive-bar--pipe::before { | |
| 3495 | + content: ''; | |
| 3496 | + display: block; | |
| 3497 | + height: 20px; | |
| 3498 | + width: 1px; | |
| 3499 | + background-color: #6d7882; | |
| 3500 | + position: absolute; | |
| 3501 | + right: -5px; | |
| 3502 | + top: calc(50% - 10px); } | |
| 3503 | + | |
| 3504 | +.e-responsive-bar__input-size { | |
| 3505 | + background-color: transparent; | |
| 3506 | + color: #a4afb7; | |
| 3507 | + border: 1px solid #6d7882 !important; | |
| 3508 | + padding: 0 3px; | |
| 3509 | + width: 60px; | |
| 3510 | + font-size: 12px; | |
| 3511 | + line-height: 16px; | |
| 3512 | + height: 18px; | |
| 3513 | + margin: auto 8px auto 4px; } | |
| 3514 | + .e-responsive-bar__input-size-separator { | |
| 3515 | + color: #6d7882; } | |
| 3516 | + | |
| 3517 | +#e-responsive-bar { | |
| 3518 | + width: 100%; | |
| 3519 | + margin-top: calc(-40px + (40px * var(--e-is-device-mode))); | |
| 3520 | + z-index: 1; | |
| 3521 | + -webkit-transition: margin-top .2s ease-in-out; | |
| 3522 | + -o-transition: margin-top .2s ease-in-out; | |
| 3523 | + transition: margin-top .2s ease-in-out; | |
| 3524 | + display: -webkit-box; | |
| 3525 | + display: -ms-flexbox; | |
| 4419 | 3526 | display: flex; |
| 4420 | - flex-direction: column; | |
| 4421 | - justify-content: center; | |
| 4422 | - width: var(--e-a-mode-switcher-width); | |
| 4423 | - height: var(--e-a-mode-switcher-height); | |
| 4424 | - font-size: var(--e-a-mode-switcher-icon-size); | |
| 4425 | - cursor: pointer; | |
| 4426 | -} | |
| 4427 | -#elementor-mode-switcher-preview-input { | |
| 4428 | - display: none; | |
| 4429 | -} | |
| 3527 | + -webkit-box-align: center; | |
| 3528 | + -ms-flex-align: center; | |
| 3529 | + align-items: center; | |
| 3530 | + -webkit-box-pack: justify; | |
| 3531 | + -ms-flex-pack: justify; | |
| 3532 | + justify-content: space-between; | |
| 3533 | + color: #a4afb7; | |
| 3534 | + background-color: #495157; } | |
| 3535 | + #e-responsive-bar__center, #e-responsive-bar__end, #e-responsive-bar-scale, #e-responsive-bar-switcher { | |
| 3536 | + display: -webkit-box; | |
| 3537 | + display: -ms-flexbox; | |
| 3538 | + display: flex; | |
| 3539 | + -webkit-box-pack: center; | |
| 3540 | + -ms-flex-pack: center; | |
| 3541 | + justify-content: center; | |
| 3542 | + -webkit-box-align: center; | |
| 3543 | + -ms-flex-align: center; | |
| 3544 | + align-items: center; | |
| 3545 | + font-size: 13px; | |
| 3546 | + background-color: #495157; | |
| 3547 | + padding: 2px 0; } | |
| 3548 | + @media (min-width: 1400px) { | |
| 3549 | + #e-responsive-bar__center { | |
| 3550 | + margin-left: 50%; | |
| 3551 | + -webkit-transform: translate(-50%, 0); | |
| 3552 | + -ms-transform: translate(-50%, 0); | |
| 3553 | + transform: translate(-50%, 0); } } | |
| 3554 | + #e-responsive-bar__close-button, #e-responsive-bar__settings-button { | |
| 3555 | + width: 22px; | |
| 3556 | + height: 22px; | |
| 3557 | + -webkit-border-radius: 3px; | |
| 3558 | + border-radius: 3px; | |
| 3559 | + margin: 7px 5px; | |
| 3560 | + font-size: 16px; } | |
| 3561 | + #e-responsive-bar__size-inputs-wrapper { | |
| 3562 | + display: -webkit-box; | |
| 3563 | + display: -ms-flexbox; | |
| 3564 | + display: flex; | |
| 3565 | + -webkit-box-align: center; | |
| 3566 | + -ms-flex-align: center; | |
| 3567 | + align-items: center; | |
| 3568 | + -webkit-margin-end: 8px; | |
| 3569 | + margin-inline-end: 8px; | |
| 3570 | + color: #6d7882; } | |
| 3571 | + #e-responsive-bar-switcher { | |
| 3572 | + padding: 0 20px; } | |
| 3573 | + #e-responsive-bar-scale { | |
| 3574 | + padding: 0 20px; } | |
| 3575 | + #e-responsive-bar-scale__value-wrapper { | |
| 3576 | + margin: 0 14px; | |
| 3577 | + min-width: 32px; | |
| 3578 | + text-align: center; } | |
| 3579 | + #e-responsive-bar-scale__plus, #e-responsive-bar-scale__minus, #e-responsive-bar-scale__reset { | |
| 3580 | + cursor: pointer; | |
| 3581 | + width: 20px; | |
| 3582 | + height: 20px; | |
| 3583 | + display: -webkit-box; | |
| 3584 | + display: -ms-flexbox; | |
| 3585 | + display: flex; | |
| 3586 | + -webkit-box-align: center; | |
| 3587 | + -ms-flex-align: center; | |
| 3588 | + align-items: center; | |
| 3589 | + -webkit-box-pack: center; | |
| 3590 | + -ms-flex-pack: center; | |
| 3591 | + justify-content: center; } | |
| 3592 | + #e-responsive-bar-scale__minus:before { | |
| 3593 | + content: ""; | |
| 3594 | + display: block; | |
| 3595 | + width: 13px; | |
| 3596 | + height: 2px; | |
| 3597 | + background: #a4afb7; | |
| 3598 | + -webkit-border-radius: 3px; | |
| 3599 | + border-radius: 3px; } | |
| 3600 | + #e-responsive-bar-scale__reset { | |
| 3601 | + margin: 0px 8px; } | |
| 4430 | 3602 | |
| 4431 | 3603 | .elementor-revision-item__wrapper { |
| 3604 | + display: -webkit-box; | |
| 3605 | + display: -ms-flexbox; | |
| 4432 | 3606 | display: flex; |
| 4433 | - align-items: center; | |
| 4434 | - text-align: start; | |
| 4435 | - width: 100%; | |
| 4436 | - border: var(--e-a-border); | |
| 4437 | - border-radius: var(--e-a-border-radius); | |
| 3607 | + -webkit-box-align: center; | |
| 3608 | + -ms-flex-align: center; | |
| 3609 | + align-items: center; | |
| 3610 | + border: 1px solid #d5dadf; | |
| 4438 | 3611 | padding: 10px 15px; |
| 4439 | - margin-block-end: 10px; | |
| 3612 | + margin-bottom: 10px; | |
| 4440 | 3613 | font-size: 11px; |
| 4441 | - transition: var(--e-a-transition-hover); | |
| 4442 | - background-color: transparent; | |
| 4443 | -} | |
| 4444 | -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus { | |
| 4445 | - background-color: var(--e-a-bg-hover); | |
| 4446 | -} | |
| 3614 | + -webkit-transition: all 0.3s; | |
| 3615 | + -o-transition: all 0.3s; | |
| 3616 | + transition: all 0.3s; } | |
| 3617 | + .elementor-revision-item__wrapper.current { | |
| 3618 | + font-weight: bold; } | |
| 3619 | + .elementor-revision-item__wrapper .elementor-revision-item__tools-current { | |
| 3620 | + color: #71d7f7; } | |
| 3621 | + | |
| 3622 | +.elementor-revision-item:hover:not(.elementor-revision-current-preview) { | |
| 3623 | + background-color: rgba(230, 233, 236, 0.3); } | |
| 3624 | + | |
| 4447 | 3625 | .elementor-revision-item-loading .elementor-revision-item__tools-current { |
| 4448 | - display: none; | |
| 4449 | -} | |
| 3626 | + display: none; } | |
| 3627 | + | |
| 4450 | 3628 | .elementor-revision-item:not(.elementor-revision-item-loading) .elementor-revision-item__tools-spinner { |
| 4451 | - display: none; | |
| 4452 | -} | |
| 3629 | + display: none; } | |
| 3630 | + | |
| 4453 | 3631 | .elementor-revision-item__gravatar { |
| 4454 | - border-radius: 50%; | |
| 4455 | - overflow: hidden; | |
| 4456 | -} | |
| 4457 | -.elementor-revision-item__gravatar img { | |
| 4458 | - display: block; | |
| 4459 | -} | |
| 3632 | + -webkit-border-radius: 50%; | |
| 3633 | + border-radius: 50%; | |
| 3634 | + overflow: hidden; } | |
| 3635 | + .elementor-revision-item__gravatar img { | |
| 3636 | + display: block; } | |
| 3637 | + | |
| 4460 | 3638 | .elementor-revision-item__details { |
| 4461 | - padding-inline-start: 15px; | |
| 4462 | - flex-grow: 1; | |
| 4463 | - cursor: pointer; | |
| 4464 | -} | |
| 3639 | + padding-left: 15px; | |
| 3640 | + -webkit-box-flex: 1; | |
| 3641 | + -ms-flex-positive: 1; | |
| 3642 | + flex-grow: 1; | |
| 3643 | + cursor: pointer; } | |
| 3644 | + | |
| 4465 | 3645 | .elementor-revision-meta { |
| 4466 | - padding-block-start: 5px; | |
| 3646 | + padding-top: 5px; | |
| 4467 | 3647 | font-size: 10px; |
| 4468 | - font-weight: bold; | |
| 4469 | -} | |
| 4470 | -.elementor-revision-current-preview .elementor-revision-item__wrapper { | |
| 4471 | - border-color: var(--e-a-border-color-accent); | |
| 4472 | - background-color: var(--e-a-bg-active); | |
| 4473 | -} | |
| 3648 | + font-weight: bold; } | |
| 4474 | 3649 | |
| 3650 | +.elementor-revision-current-preview { | |
| 3651 | + background-color: #e6e9ec; } | |
| 3652 | + | |
| 3653 | +#elementor-restore-autosave-dialog.dialog-widget { | |
| 3654 | + background-color: rgba(0, 0, 0, 0.3); } | |
| 3655 | + | |
| 4475 | 3656 | #elementor-panel-revisions-loading { |
| 4476 | 3657 | position: absolute; |
| 4477 | - inset-block-start: 50%; | |
| 4478 | - inset-inline-start: 50%; | |
| 4479 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4480 | -} | |
| 4481 | -#elementor-panel-revisions-loading .eicon-loading { | |
| 4482 | - font-size: 50px; | |
| 4483 | -} | |
| 3658 | + top: 50%; | |
| 3659 | + left: 50%; | |
| 3660 | + -webkit-transform: translate(-50%, -50%); | |
| 3661 | + -ms-transform: translate(-50%, -50%); | |
| 3662 | + transform: translate(-50%, -50%); } | |
| 3663 | + #elementor-panel-revisions-loading .eicon-loading { | |
| 3664 | + font-size: 50px; | |
| 3665 | + color: #a4afb7; } | |
| 4484 | 3666 | |
| 4485 | -.elementor-panel-revisions-buttons { | |
| 4486 | - display: flex; | |
| 4487 | - justify-content: space-between; | |
| 4488 | - padding: 15px 20px; | |
| 4489 | - border-block-end: var(--e-a-border); | |
| 4490 | -} | |
| 4491 | - | |
| 4492 | 3667 | .elementor-history-item { |
| 3668 | + display: -webkit-box; | |
| 3669 | + display: -ms-flexbox; | |
| 4493 | 3670 | display: flex; |
| 4494 | - align-items: center; | |
| 4495 | - text-align: start; | |
| 4496 | - border: var(--e-a-border); | |
| 4497 | - border-radius: var(--e-a-border-radius); | |
| 3671 | + -webkit-box-align: center; | |
| 3672 | + -ms-flex-align: center; | |
| 3673 | + align-items: center; | |
| 3674 | + border: 1px solid #d5dadf; | |
| 4498 | 3675 | padding: 10px 15px; |
| 4499 | - margin-block-end: 10px; | |
| 4500 | - width: 100%; | |
| 3676 | + margin-bottom: 10px; | |
| 4501 | 3677 | font-size: 11px; |
| 4502 | 3678 | line-height: 1.4; |
| 4503 | - background-color: transparent; | |
| 4504 | 3679 | cursor: pointer; |
| 4505 | - transition: var(--e-a-transition-hover); | |
| 4506 | -} | |
| 4507 | -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) { | |
| 4508 | - background-color: var(--e-a-bg-hover); | |
| 4509 | - color: var(--e-a-txt-color-hover); | |
| 4510 | -} | |
| 4511 | -.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 { | |
| 4512 | - content: "\e924"; | |
| 4513 | -} | |
| 4514 | -.elementor-history-item-current { | |
| 4515 | - border-color: var(--e-a-border-color-accent); | |
| 4516 | - background-color: var(--e-a-bg-active); | |
| 4517 | - color: var(--e-a-txt-color-active); | |
| 4518 | -} | |
| 4519 | -.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 { | |
| 4520 | - content: "\e90e"; | |
| 4521 | -} | |
| 4522 | -.elementor-history-item__details { | |
| 4523 | - width: 95%; | |
| 4524 | -} | |
| 4525 | -.elementor-history-item__title { | |
| 4526 | - font-weight: bold; | |
| 4527 | -} | |
| 4528 | -.elementor-history-item__subtitle, .elementor-history-item__action { | |
| 4529 | - font-weight: lighter; | |
| 4530 | -} | |
| 4531 | -.elementor-history-item__action { | |
| 4532 | - font-style: italic; | |
| 4533 | - text-decoration: underline; | |
| 4534 | -} | |
| 3680 | + -webkit-transition: all 0.3s; | |
| 3681 | + -o-transition: all 0.3s; | |
| 3682 | + transition: all 0.3s; } | |
| 3683 | + .elementor-history-item:hover { | |
| 3684 | + background-color: rgba(230, 233, 236, 0.3); } | |
| 3685 | + .elementor-history-item:hover .elementor-history-item__icon .eicon:before { | |
| 3686 | + content: '\e924'; } | |
| 3687 | + .elementor-history-item-applied { | |
| 3688 | + color: #a4afb7; } | |
| 3689 | + .elementor-history-item-current { | |
| 3690 | + background: #e6e9ec; | |
| 3691 | + cursor: default; } | |
| 3692 | + .elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before { | |
| 3693 | + content: '\e90e'; } | |
| 3694 | + .elementor-history-item__details { | |
| 3695 | + width: 95%; } | |
| 3696 | + .elementor-history-item__title { | |
| 3697 | + font-weight: bold; } | |
| 3698 | + .elementor-history-item__subtitle, .elementor-history-item__action { | |
| 3699 | + font-weight: lighter; } | |
| 3700 | + .elementor-history-item__action { | |
| 3701 | + font-style: italic; | |
| 3702 | + text-decoration: underline; } | |
| 3703 | + .elementor-history-item .__icon { | |
| 3704 | + float: right; } | |
| 3705 | + | |
| 4535 | 3706 | .elementor-history-revisions-message { |
| 4536 | 3707 | font-size: 11px; |
| 4537 | 3708 | text-align: center; |
| 4538 | - padding-block-start: 5px; | |
| 4539 | -} | |
| 3709 | + padding-top: 5px; } | |
| 4540 | 3710 | |
| 4541 | 3711 | #elementor-panel-history { |
| 4542 | - padding: 20px; | |
| 4543 | - padding-block-end: 15px; | |
| 4544 | -} | |
| 4545 | -#elementor-panel-history.elementor-empty .elementor-history-revisions-message { | |
| 4546 | - padding-block-start: 20px; | |
| 4547 | -} | |
| 4548 | -#elementor-panel-history:not(.elementor-empty) { | |
| 4549 | - margin-block-start: 10px; | |
| 4550 | -} | |
| 3712 | + padding: 20px 20px 15px; } | |
| 3713 | + #elementor-panel-history.elementor-empty .elementor-history-revisions-message { | |
| 3714 | + padding-top: 20px; } | |
| 3715 | + #elementor-panel-history:not(.elementor-empty) { | |
| 3716 | + background-color: #fff; | |
| 3717 | + margin-top: 10px; } | |
| 4551 | 3718 | |
| 4552 | 3719 | #elementor-panel-history-no-items, |
| 4553 | 3720 | #elementor-panel-revisions-no-revisions { |
| 4554 | - text-align: center; | |
| 4555 | -} | |
| 4556 | -#elementor-panel-history-no-items .elementor-nerd-box-icon, | |
| 4557 | -#elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { | |
| 4558 | - margin-block-start: 20px; | |
| 4559 | -} | |
| 3721 | + text-align: center; } | |
| 3722 | + #elementor-panel-history-no-items .elementor-nerd-box-icon, | |
| 3723 | + #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { | |
| 3724 | + margin-top: 20px; } | |
| 4560 | 3725 | |
| 4561 | -.e-control-display-conditions-promotion__wrapper { | |
| 4562 | - display: flex; | |
| 4563 | - justify-content: space-between; | |
| 4564 | -} | |
| 4565 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4566 | - color: var(--e-a-color-accent-promotion); | |
| 4567 | -} | |
| 4568 | -.e-control-display-conditions-promotion__description { | |
| 4569 | - display: flex; | |
| 4570 | - align-self: center; | |
| 4571 | -} | |
| 4572 | -.e-control-display-conditions-promotion__text { | |
| 4573 | - display: inline-block; | |
| 4574 | -} | |
| 4575 | -.e-control-display-conditions-promotion__lock-wrapper { | |
| 4576 | - width: 2.5rem; | |
| 4577 | - display: flex; | |
| 4578 | - justify-content: center; | |
| 4579 | - align-items: center; | |
| 4580 | -} | |
| 4581 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4582 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4583 | -} | |
| 4584 | -.e-control-display-conditions-promotion.eicon-flow { | |
| 4585 | - align-self: flex-end; | |
| 4586 | - cursor: pointer; | |
| 4587 | - border: var(--e-a-border-bold); | |
| 4588 | - border-radius: var(--e-a-border-radius); | |
| 4589 | - padding: 5px; | |
| 4590 | -} | |
| 4591 | -.e-control-display-conditions-promotion.eicon-flow.filled { | |
| 4592 | - background-color: var(--e-a-bg-active); | |
| 4593 | - color: #E73CF6; | |
| 4594 | -} | |
| 3726 | +.elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 3727 | +.elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 3728 | + display: none; } | |
| 4595 | 3729 | |
| 4596 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4597 | - color: var(--e-a-color-accent-promotion); | |
| 4598 | -} | |
| 4599 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4600 | - margin-inline-end: 0; | |
| 4601 | -} | |
| 4602 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4603 | - display: flex; | |
| 4604 | - flex-direction: column; | |
| 4605 | - justify-content: center; | |
| 4606 | - padding-inline-start: 5px; | |
| 4607 | - padding-inline-end: 20px; | |
| 4608 | - cursor: pointer; | |
| 4609 | - height: 27px; | |
| 4610 | - width: 100%; | |
| 4611 | - color: var(--e-a-color-txt); | |
| 4612 | - border-radius: var(--e-a-border-radius); | |
| 4613 | - background-color: var(--e-a-bg-default); | |
| 4614 | - box-shadow: none; | |
| 4615 | - border: var(--e-a-border-bold); | |
| 4616 | - font-size: var(--control-title-size); | |
| 4617 | -} | |
| 4618 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4619 | - width: 2.5rem; | |
| 4620 | - display: flex; | |
| 4621 | - justify-content: center; | |
| 4622 | - align-items: center; | |
| 4623 | -} | |
| 4624 | -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4625 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4626 | -} | |
| 3730 | +.elementor-editor-kit .elementor-panel #elementor-panel-header { | |
| 3731 | + background-color: #4ab7f4; } | |
| 3732 | + .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 3733 | + .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 3734 | + display: table-cell; } | |
| 3735 | + body:not(.e-routes-has-history) #elementor-panel-header-kit-back { | |
| 3736 | + pointer-events: none; | |
| 3737 | + opacity: 0.4; } | |
| 3738 | + body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon { | |
| 3739 | + cursor: inherit; | |
| 3740 | + color: inherit; } | |
| 4627 | 3741 | |
| 4628 | -.e-link-promotion { | |
| 4629 | - font-family: "Roboto", sans-serif; | |
| 4630 | - font-weight: 500; | |
| 4631 | - color: #93003f; | |
| 4632 | -} | |
| 4633 | -.e-link-promotion:hover { | |
| 4634 | - color: #93003f; | |
| 4635 | -} | |
| 3742 | +.elementor-editor-kit .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { | |
| 3743 | + border-bottom-color: #4ab7f4; } | |
| 4636 | 3744 | |
| 4637 | -.elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 4638 | -.elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 4639 | - display: none; | |
| 4640 | -} | |
| 3745 | +.elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { | |
| 3746 | + display: none; } | |
| 4641 | 3747 | |
| 4642 | -.elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, | |
| 4643 | -.elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { | |
| 4644 | - display: flex; | |
| 4645 | -} | |
| 4646 | -body:not(.e-routes-has-history) #elementor-panel-header-kit-back { | |
| 4647 | - pointer-events: none; | |
| 4648 | - visibility: hidden; | |
| 4649 | -} | |
| 3748 | +.elementor-editor-kit .elementor-panel #elementor-panel-saver-button-publish.elementor-button.elementor-button-success:not(.elementor-disabled), | |
| 3749 | +.elementor-editor-kit .elementor-panel #elementor-panel-saver-button-save-options.elementor-button.elementor-button-success:not(.elementor-disabled) { | |
| 3750 | + background-color: #4ab7f4; } | |
| 4650 | 3751 | |
| 4651 | -.elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { | |
| 4652 | - display: none; | |
| 4653 | -} | |
| 4654 | 3752 | .elementor-editor-kit .elementor-panel #elementor-panel-page-menu { |
| 4655 | - padding: 25px 15px 0; | |
| 4656 | -} | |
| 3753 | + padding: 25px 15px 0; } | |
| 3754 | + | |
| 4657 | 3755 | .elementor-editor-kit #elementor-panel-header-add-button, |
| 4658 | 3756 | .elementor-editor-kit #elementor-panel-header-menu-button, |
| 4659 | 3757 | .elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template, |
| 4660 | 3758 | .elementor-editor-kit #elementor-panel-footer-navigator { |
| 4661 | - display: none; | |
| 4662 | -} | |
| 3759 | + display: none; } | |
| 4663 | 3760 | |
| 4664 | 3761 | .elementor-control-type-global-style-repeater .elementor-repeater-fields { |
| 4665 | - margin-block-end: 15px; | |
| 4666 | - position: relative; | |
| 4667 | -} | |
| 4668 | -.elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper { | |
| 4669 | - background-color: var(--e-a-bg-default); | |
| 4670 | -} | |
| 3762 | + margin-bottom: 15px; | |
| 3763 | + position: relative; } | |
| 3764 | + | |
| 4671 | 3765 | .elementor-control-type-global-style-repeater .elementor-repeater-row-controls { |
| 3766 | + display: -webkit-box; | |
| 3767 | + display: -ms-flexbox; | |
| 4672 | 3768 | display: flex; |
| 4673 | - align-items: center; | |
| 4674 | -} | |
| 3769 | + -webkit-box-align: center; | |
| 3770 | + -ms-flex-align: center; | |
| 3771 | + align-items: center; } | |
| 3772 | + | |
| 4675 | 3773 | .elementor-control-type-global-style-repeater .elementor-repeater-row-tool { |
| 4676 | 3774 | cursor: pointer; |
| 4677 | - color: var(--e-a-color-txt); | |
| 4678 | - background-color: transparent; | |
| 4679 | - border: none; | |
| 4680 | - padding: 5px; | |
| 4681 | -} | |
| 4682 | -.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:focus, .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover { | |
| 4683 | - color: var(--e-a-color-txt-hover); | |
| 4684 | -} | |
| 3775 | + color: #d5dadf; | |
| 3776 | + padding: 5px; } | |
| 3777 | + | |
| 4685 | 3778 | .elementor-control-type-global-style-repeater .elementor-control { |
| 4686 | - padding: 0; | |
| 4687 | -} | |
| 4688 | -.elementor-control-type-global-style-repeater .elementor-control-title { | |
| 4689 | - flex-grow: 1; | |
| 4690 | -} | |
| 4691 | -.elementor-control-type-global-style-repeater .elementor-control-title input { | |
| 4692 | - max-width: 135px; | |
| 4693 | -} | |
| 4694 | -.elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) { | |
| 4695 | - background: none; | |
| 4696 | - border: none; | |
| 4697 | -} | |
| 4698 | -.elementor-control-type-global-style-repeater .elementor-control-input-wrapper { | |
| 4699 | - display: flex; | |
| 4700 | - align-items: center; | |
| 4701 | - min-width: 81px; | |
| 4702 | -} | |
| 4703 | -.elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value { | |
| 4704 | - display: none; | |
| 4705 | -} | |
| 4706 | -.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 { | |
| 4707 | - display: none; | |
| 4708 | -} | |
| 4709 | -.elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 4710 | - margin-block-start: 0; | |
| 4711 | -} | |
| 3779 | + padding: 0; } | |
| 3780 | + .elementor-control-type-global-style-repeater .elementor-control-title { | |
| 3781 | + -webkit-box-flex: 1; | |
| 3782 | + -ms-flex-positive: 1; | |
| 3783 | + flex-grow: 1; } | |
| 3784 | + .elementor-control-type-global-style-repeater .elementor-control-title input { | |
| 3785 | + max-width: 135px; } | |
| 3786 | + .elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) { | |
| 3787 | + background: none; | |
| 3788 | + border: none; } | |
| 3789 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper { | |
| 3790 | + display: -webkit-box; | |
| 3791 | + display: -ms-flexbox; | |
| 3792 | + display: flex; | |
| 3793 | + -webkit-box-align: center; | |
| 3794 | + -ms-flex-align: center; | |
| 3795 | + align-items: center; | |
| 3796 | + min-width: 81px; } | |
| 3797 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value { | |
| 3798 | + display: none; } | |
| 3799 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove, | |
| 3800 | + .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove--disabled { | |
| 3801 | + display: none; } | |
| 3802 | + | |
| 3803 | +.elementor-control-type-global-style-repeater .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { | |
| 3804 | + margin-top: 0; } | |
| 3805 | + | |
| 4712 | 3806 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4713 | - align-self: end; | |
| 4714 | - margin-block-start: 35px; | |
| 4715 | - inset-block-start: 0; | |
| 4716 | - width: 100%; | |
| 4717 | -} | |
| 4718 | -.elementor-control-type-global-style-repeater .elementor-controls-popover:before { | |
| 4719 | - inset-inline-end: 5px; | |
| 4720 | -} | |
| 4721 | -.elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { | |
| 4722 | - padding: 0 20px 15px; | |
| 4723 | -} | |
| 4724 | -.elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title { | |
| 4725 | - flex-grow: initial; | |
| 4726 | -} | |
| 3807 | + -ms-flex-item-align: end; | |
| 3808 | + align-self: end; | |
| 3809 | + margin-top: 35px; | |
| 3810 | + top: 0; | |
| 3811 | + width: 100%; } | |
| 3812 | + .elementor-control-type-global-style-repeater .elementor-controls-popover:before { | |
| 3813 | + right: 5px; } | |
| 3814 | + .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { | |
| 3815 | + padding: 0 20px 15px; } | |
| 3816 | + .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title { | |
| 3817 | + -webkit-box-flex: initial; | |
| 3818 | + -ms-flex-positive: initial; | |
| 3819 | + flex-grow: initial; } | |
| 3820 | + | |
| 4727 | 3821 | .elementor-control-type-global-style-repeater .elementor-button-wrapper { |
| 4728 | 3822 | text-align: center; |
| 4729 | - border-block-start: var(--e-a-border); | |
| 4730 | - padding-block-start: 15px; | |
| 4731 | -} | |
| 3823 | + border-top: 1px solid #e6e9ec; | |
| 3824 | + max-width: 260px; | |
| 3825 | + padding-top: 15px; } | |
| 3826 | + | |
| 4732 | 3827 | .elementor-control-type-global-style-repeater .pickr, |
| 4733 | 3828 | .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label { |
| 4734 | - margin-inline-start: 5px; | |
| 4735 | -} | |
| 4736 | -.elementor-control-type-global-style-repeater .e-sortable-placeholder { | |
| 4737 | - background-color: var(--e-a-color-info); | |
| 4738 | - opacity: 0.9; | |
| 4739 | - width: 100%; | |
| 4740 | - margin: 8px 0; | |
| 4741 | - height: 2px; | |
| 4742 | -} | |
| 3829 | + margin-left: 5px; } | |
| 3830 | + | |
| 4743 | 3831 | .elementor-control-system_colors, .elementor-control-system_typography { |
| 4744 | - padding-block-end: 0; | |
| 4745 | -} | |
| 3832 | + padding-bottom: 0; } | |
| 4746 | 3833 | |
| 4747 | 3834 | .e-global-colors__color-value { |
| 3835 | + color: #d5dadf; | |
| 4748 | 3836 | font-size: 10px; |
| 4749 | 3837 | padding: 0 5px; |
| 4750 | - text-align: end; | |
| 3838 | + text-align: right; | |
| 4751 | 3839 | white-space: nowrap; |
| 4752 | - text-overflow: ellipsis; | |
| 4753 | - overflow: hidden; | |
| 4754 | -} | |
| 3840 | + -o-text-overflow: ellipsis; | |
| 3841 | + text-overflow: ellipsis; | |
| 3842 | + overflow: hidden; } | |
| 4755 | 3843 | |
| 3844 | +@-webkit-keyframes load { | |
| 3845 | + 0% { | |
| 3846 | + opacity: .3; } | |
| 3847 | + 50% { | |
| 3848 | + opacity: 1; } | |
| 3849 | + 100% { | |
| 3850 | + opacity: .3; } } | |
| 3851 | + | |
| 4756 | 3852 | @keyframes load { |
| 4757 | 3853 | 0% { |
| 4758 | - opacity: 0.3; | |
| 4759 | - } | |
| 3854 | + opacity: .3; } | |
| 4760 | 3855 | 50% { |
| 4761 | - opacity: 1; | |
| 4762 | - } | |
| 3856 | + opacity: 1; } | |
| 4763 | 3857 | 100% { |
| 4764 | - opacity: 0.3; | |
| 4765 | - } | |
| 4766 | -} | |
| 3858 | + opacity: .3; } } | |
| 3859 | + | |
| 3860 | +@-webkit-keyframes fadeIn { | |
| 3861 | + from { | |
| 3862 | + opacity: 0; } | |
| 3863 | + to { | |
| 3864 | + opacity: 1; } } | |
| 3865 | + | |
| 4767 | 3866 | @keyframes fadeIn { |
| 4768 | 3867 | from { |
| 4769 | - opacity: 0; | |
| 4770 | - } | |
| 3868 | + opacity: 0; } | |
| 4771 | 3869 | to { |
| 4772 | - opacity: 1; | |
| 4773 | - } | |
| 4774 | -} | |
| 3870 | + opacity: 1; } } | |
| 3871 | + | |
| 3872 | +@-webkit-keyframes mover { | |
| 3873 | + 0% { | |
| 3874 | + -webkit-transform: translateY(0); | |
| 3875 | + transform: translateY(0); } | |
| 3876 | + 100% { | |
| 3877 | + -webkit-transform: translateY(-5px); | |
| 3878 | + transform: translateY(-5px); } } | |
| 3879 | + | |
| 4775 | 3880 | @keyframes mover { |
| 4776 | 3881 | 0% { |
| 4777 | - transform: translateY(0); | |
| 4778 | - } | |
| 3882 | + -webkit-transform: translateY(0); | |
| 3883 | + transform: translateY(0); } | |
| 4779 | 3884 | 100% { |
| 4780 | - transform: translateY(-5px); | |
| 4781 | - } | |
| 4782 | -} | |
| 3885 | + -webkit-transform: translateY(-5px); | |
| 3886 | + transform: translateY(-5px); } } | |
| 3887 | + | |
| 3888 | +@-webkit-keyframes slideDown { | |
| 3889 | + 0% { | |
| 3890 | + -webkit-transform: translateY(-30px); | |
| 3891 | + transform: translateY(-30px); } | |
| 3892 | + 100% { | |
| 3893 | + -webkit-transform: translateY(0); | |
| 3894 | + transform: translateY(0); } } | |
| 3895 | + | |
| 4783 | 3896 | @keyframes slideDown { |
| 4784 | 3897 | 0% { |
| 4785 | - transform: translateY(-30px); | |
| 4786 | - } | |
| 3898 | + -webkit-transform: translateY(-30px); | |
| 3899 | + transform: translateY(-30px); } | |
| 4787 | 3900 | 100% { |
| 4788 | - transform: translateY(0); | |
| 4789 | - } | |
| 4790 | -} | |
| 4791 | -.elementor-button, | |
| 4792 | -.e-btn { | |
| 4793 | - font-size: 12px; | |
| 4794 | - font-weight: 500; | |
| 4795 | - line-height: 1.2; | |
| 4796 | - padding: 8px 16px; | |
| 4797 | - outline: none; | |
| 4798 | - border: none; | |
| 4799 | - border-radius: var(--e-a-border-radius); | |
| 4800 | - background-color: var(--e-a-btn-bg); | |
| 4801 | - color: var(--e-a-btn-color-invert); | |
| 4802 | - transition: var(--e-a-transition-hover); | |
| 4803 | -} | |
| 4804 | -.elementor-button:hover, | |
| 4805 | -.e-btn:hover { | |
| 4806 | - border: none; | |
| 4807 | -} | |
| 4808 | -.elementor-button:hover, .elementor-button:focus, | |
| 4809 | -.e-btn:hover, | |
| 4810 | -.e-btn:focus { | |
| 4811 | - background-color: var(--e-a-btn-bg-hover); | |
| 4812 | - color: var(--e-a-btn-color-invert); | |
| 4813 | -} | |
| 4814 | -.elementor-button:active, | |
| 4815 | -.e-btn:active { | |
| 4816 | - background-color: var(--e-a-btn-bg-active); | |
| 4817 | -} | |
| 4818 | -.elementor-button:not([disabled]), | |
| 4819 | -.e-btn:not([disabled]) { | |
| 4820 | - cursor: pointer; | |
| 4821 | -} | |
| 4822 | -.elementor-button:disabled, | |
| 4823 | -.e-btn:disabled { | |
| 4824 | - background-color: var(--e-a-btn-bg-disabled); | |
| 4825 | - color: var(--e-a-btn-color-disabled); | |
| 4826 | -} | |
| 4827 | -.elementor-button:not(.elementor-button-state) .elementor-state-icon, | |
| 4828 | -.e-btn:not(.elementor-button-state) .elementor-state-icon { | |
| 4829 | - display: none; | |
| 4830 | -} | |
| 4831 | -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4832 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4833 | -.e-btn.e-btn-txt, | |
| 4834 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel, | |
| 4835 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel { | |
| 4836 | - background: transparent; | |
| 4837 | - color: var(--e-a-color-txt); | |
| 4838 | -} | |
| 4839 | -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, | |
| 4840 | -.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, | |
| 4841 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4842 | -.e-btn.e-btn-txt:hover, | |
| 4843 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4844 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4845 | -.e-btn.e-btn-txt:focus, | |
| 4846 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus, | |
| 4847 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus { | |
| 4848 | - background: var(--e-a-bg-hover); | |
| 4849 | - color: var(--e-a-color-txt-hover); | |
| 4850 | -} | |
| 4851 | -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4852 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4853 | -.e-btn.e-btn-txt:disabled, | |
| 4854 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled, | |
| 4855 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled { | |
| 4856 | - background: transparent; | |
| 4857 | - color: var(--e-a-color-txt-disabled); | |
| 4858 | -} | |
| 4859 | -.elementor-button.e-btn-txt-border, | |
| 4860 | -.e-btn.e-btn-txt-border { | |
| 4861 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 4862 | -} | |
| 4863 | -.elementor-button.elementor-button-success, .elementor-button.e-success, | |
| 4864 | -.e-btn.elementor-button-success, | |
| 4865 | -.e-btn.e-success { | |
| 4866 | - background-color: var(--e-a-btn-bg-success); | |
| 4867 | -} | |
| 4868 | -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus, | |
| 4869 | -.e-btn.elementor-button-success:hover, | |
| 4870 | -.e-btn.elementor-button-success:focus, | |
| 4871 | -.e-btn.e-success:hover, | |
| 4872 | -.e-btn.e-success:focus { | |
| 4873 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 4874 | -} | |
| 4875 | -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, | |
| 4876 | -.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, | |
| 4877 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4878 | -.e-btn.e-primary, | |
| 4879 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4880 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4881 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over, | |
| 4882 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over { | |
| 4883 | - background-color: var(--e-a-btn-bg-primary); | |
| 4884 | - color: var(--e-a-btn-color); | |
| 4885 | -} | |
| 4886 | -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, | |
| 4887 | -.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, | |
| 4888 | -.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, | |
| 4889 | -.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, | |
| 4890 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4891 | -.e-btn.e-primary:hover, | |
| 4892 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4893 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4894 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4895 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4896 | -.e-btn.e-primary:focus, | |
| 4897 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4898 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4899 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus, | |
| 4900 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus { | |
| 4901 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 4902 | - color: var(--e-a-btn-color); | |
| 4903 | -} | |
| 4904 | -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, | |
| 4905 | -.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, | |
| 4906 | -.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, | |
| 4907 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, | |
| 4908 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, | |
| 4909 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4910 | -.e-btn.e-primary.e-btn-txt, | |
| 4911 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4912 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4913 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4914 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4915 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4916 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4917 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel, | |
| 4918 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4919 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4920 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel { | |
| 4921 | - background: transparent; | |
| 4922 | - color: var(--e-a-color-primary-bold); | |
| 4923 | -} | |
| 4924 | -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4925 | -.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, | |
| 4926 | -.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, | |
| 4927 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, | |
| 4928 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4929 | -.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, | |
| 4930 | -.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, | |
| 4931 | -.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, | |
| 4932 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, | |
| 4933 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4934 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4935 | -.e-btn.e-primary.e-btn-txt:hover, | |
| 4936 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4937 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4938 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4939 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4940 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4941 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4942 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4943 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4944 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4945 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4946 | -.e-btn.e-primary.e-btn-txt:focus, | |
| 4947 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4948 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4949 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4950 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4951 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4952 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4953 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4954 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4955 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4956 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus { | |
| 4957 | - background: var(--e-a-bg-primary); | |
| 4958 | -} | |
| 4959 | -.elementor-button.go-pro, .elementor-button.e-accent, | |
| 4960 | -.e-btn.go-pro, | |
| 4961 | -.e-btn.e-accent { | |
| 4962 | - background-color: var(--e-a-btn-bg-accent); | |
| 4963 | -} | |
| 4964 | -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus, | |
| 4965 | -.e-btn.go-pro:hover, | |
| 4966 | -.e-btn.go-pro:focus, | |
| 4967 | -.e-btn.e-accent:hover, | |
| 4968 | -.e-btn.e-accent:focus { | |
| 4969 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 4970 | -} | |
| 4971 | -.elementor-button.go-pro:active, .elementor-button.e-accent:active, | |
| 4972 | -.e-btn.go-pro:active, | |
| 4973 | -.e-btn.e-accent:active { | |
| 4974 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 4975 | -} | |
| 4976 | -.elementor-button.elementor-button-info, .elementor-button.e-info, | |
| 4977 | -.e-btn.elementor-button-info, | |
| 4978 | -.e-btn.e-info { | |
| 4979 | - background-color: var(--e-a-btn-bg-info); | |
| 4980 | -} | |
| 4981 | -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus, | |
| 4982 | -.e-btn.elementor-button-info:hover, | |
| 4983 | -.e-btn.elementor-button-info:focus, | |
| 4984 | -.e-btn.e-info:hover, | |
| 4985 | -.e-btn.e-info:focus { | |
| 4986 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 4987 | -} | |
| 4988 | -.elementor-button.elementor-button-warning, .elementor-button.e-warning, | |
| 4989 | -.e-btn.elementor-button-warning, | |
| 4990 | -.e-btn.e-warning { | |
| 4991 | - background-color: var(--e-a-btn-bg-warning); | |
| 4992 | -} | |
| 4993 | -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus, | |
| 4994 | -.e-btn.elementor-button-warning:hover, | |
| 4995 | -.e-btn.elementor-button-warning:focus, | |
| 4996 | -.e-btn.e-warning:hover, | |
| 4997 | -.e-btn.e-warning:focus { | |
| 4998 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 4999 | -} | |
| 5000 | -.elementor-button.elementor-button-danger, .elementor-button.e-danger, | |
| 5001 | -.e-btn.elementor-button-danger, | |
| 5002 | -.e-btn.e-danger { | |
| 5003 | - background-color: var(--e-a-btn-bg-danger); | |
| 5004 | -} | |
| 5005 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 5006 | -.e-btn.elementor-button-danger.color-white, | |
| 5007 | -.e-btn.e-danger.color-white { | |
| 5008 | - color: var(--e-a-color-white); | |
| 5009 | -} | |
| 5010 | -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, | |
| 5011 | -.e-btn.elementor-button-danger:hover, | |
| 5012 | -.e-btn.elementor-button-danger:focus, | |
| 5013 | -.e-btn.e-danger:hover, | |
| 5014 | -.e-btn.e-danger:focus { | |
| 5015 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 5016 | -} | |
| 5017 | -.elementor-button i, | |
| 5018 | -.e-btn i { | |
| 5019 | - margin-inline-end: 5px; | |
| 5020 | -} | |
| 3901 | + -webkit-transform: translateY(0); | |
| 3902 | + transform: translateY(0); } } | |
| 5021 | 3903 | |
| 5022 | 3904 | body { |
| 5023 | - --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px)); | |
| 5024 | -} | |
| 5025 | -body.elementor-navigator-docked { | |
| 5026 | - --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px) - var(--e-editor-navigator-width, 0px)); | |
| 5027 | -} | |
| 5028 | -body.elementor-device-desktop #elementor-preview { | |
| 5029 | - overflow-y: hidden; | |
| 5030 | - align-items: flex-start; | |
| 5031 | -} | |
| 5032 | -body:not(.elementor-device-desktop) body { | |
| 5033 | - overflow-y: auto; | |
| 5034 | -} | |
| 3905 | + --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px)); } | |
| 3906 | + body.elementor-navigator-docked { | |
| 3907 | + --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px) - var(--e-editor-navigator-width, 0px)); } | |
| 3908 | + body.elementor-device-desktop #elementor-preview { | |
| 3909 | + overflow-y: hidden; | |
| 3910 | + -webkit-box-align: start; | |
| 3911 | + -ms-flex-align: start; | |
| 3912 | + align-items: flex-start; } | |
| 3913 | + body:not(.elementor-device-desktop) body { | |
| 3914 | + overflow-y: auto; } | |
| 5035 | 3915 | |
| 5036 | 3916 | #elementor-preview { |
| 3917 | + overflow: auto; | |
| 5037 | 3918 | background-color: #333; |
| 5038 | 3919 | height: 100%; |
| 5039 | 3920 | border: 0; |
| 5040 | 3921 | width: var(--e-preview-width); |
| 3922 | + display: -webkit-box; | |
| 3923 | + display: -ms-flexbox; | |
| 5041 | 3924 | display: flex; |
| 5042 | - flex-direction: column; | |
| 5043 | - justify-content: flex-start; | |
| 5044 | - align-items: center; | |
| 5045 | - position: relative; | |
| 5046 | -} | |
| 3925 | + -webkit-box-orient: vertical; | |
| 3926 | + -webkit-box-direction: normal; | |
| 3927 | + -ms-flex-direction: column; | |
| 3928 | + flex-direction: column; | |
| 3929 | + -webkit-box-pack: start; | |
| 3930 | + -ms-flex-pack: start; | |
| 3931 | + justify-content: flex-start; | |
| 3932 | + -webkit-box-align: center; | |
| 3933 | + -ms-flex-align: center; | |
| 3934 | + align-items: center; | |
| 3935 | + position: relative; } | |
| 5047 | 3936 | |
| 5048 | 3937 | #elementor-preview-responsive-wrapper { |
| 5049 | - transform-origin: top center; | |
| 5050 | - margin: 20px; | |
| 5051 | - transform: scale(var(--e-preview-scale, 1)); | |
| 5052 | - overflow: hidden; | |
| 5053 | -} | |
| 5054 | -.elementor-device-desktop #elementor-preview-responsive-wrapper { | |
| 5055 | - min-width: 1025px; | |
| 5056 | - width: 100%; | |
| 5057 | - height: 100%; | |
| 5058 | - margin: 0; | |
| 5059 | - position: relative; | |
| 5060 | -} | |
| 5061 | -body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { | |
| 5062 | - width: var(--e-editor-preview-width); | |
| 5063 | - height: var(--e-editor-preview-height); | |
| 5064 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 5065 | - box-sizing: content-box; | |
| 5066 | - position: relative; | |
| 5067 | - max-height: calc(100vh - 80px); | |
| 5068 | -} | |
| 5069 | -body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 5070 | - display: flex !important; | |
| 5071 | -} | |
| 5072 | -#elementor-preview-responsive-wrapper:not(.ui-resizable-resizing) { | |
| 5073 | - transition: 0.3s ease-in-out; | |
| 5074 | -} | |
| 5075 | -#elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 5076 | - top: 0; | |
| 5077 | -} | |
| 5078 | -#elementor-preview-responsive-wrapper .ui-resizable-handle.ui-resizable-s { | |
| 5079 | - top: auto; | |
| 5080 | - bottom: 0; | |
| 5081 | -} | |
| 5082 | -#elementor-preview-responsive-wrapper .ui-resizable-n, #elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 5083 | - align-items: center; | |
| 5084 | - justify-content: center; | |
| 5085 | - height: 20px; | |
| 5086 | -} | |
| 5087 | -#elementor-preview-responsive-wrapper .ui-resizable-n:before, #elementor-preview-responsive-wrapper .ui-resizable-s:before { | |
| 5088 | - content: ""; | |
| 5089 | - display: block; | |
| 5090 | - background-color: rgba(255, 255, 255, 0.2); | |
| 5091 | - width: 50px; | |
| 5092 | - height: 4px; | |
| 5093 | - border-radius: 3px; | |
| 5094 | - transition: all 0.2s ease-in-out; | |
| 5095 | -} | |
| 5096 | -#elementor-preview-responsive-wrapper .ui-resizable-n:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-s:hover:before { | |
| 5097 | - background-color: rgba(255, 255, 255, 0.6); | |
| 5098 | - width: 100px; | |
| 5099 | -} | |
| 5100 | -#elementor-preview-responsive-wrapper .ui-resizable-e, | |
| 5101 | -#elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 5102 | - align-items: center; | |
| 5103 | - justify-content: center; | |
| 5104 | - width: 20px; | |
| 5105 | -} | |
| 5106 | -#elementor-preview-responsive-wrapper .ui-resizable-e:before, | |
| 5107 | -#elementor-preview-responsive-wrapper .ui-resizable-w:before { | |
| 5108 | - content: ""; | |
| 5109 | - display: block; | |
| 5110 | - background-color: rgba(255, 255, 255, 0.2); | |
| 5111 | - width: 4px; | |
| 5112 | - height: 50px; | |
| 5113 | - border-radius: 3px; | |
| 5114 | - transition: all 0.2s ease-in-out; | |
| 5115 | -} | |
| 5116 | -#elementor-preview-responsive-wrapper .ui-resizable-e:hover:before, | |
| 5117 | -#elementor-preview-responsive-wrapper .ui-resizable-w:hover:before { | |
| 5118 | - background-color: rgba(255, 255, 255, 0.6); | |
| 5119 | - height: 100px; | |
| 5120 | -} | |
| 5121 | -#elementor-preview-responsive-wrapper.ui-resizable-resizing .ui-resizable-handle:before { | |
| 5122 | - background-color: rgba(255, 255, 255, 0.9); | |
| 5123 | -} | |
| 5124 | -#elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 5125 | - bottom: 0; | |
| 5126 | -} | |
| 5127 | -#elementor-preview-responsive-wrapper .ui-resizable-e { | |
| 5128 | - width: 10px; | |
| 5129 | - right: -5px; | |
| 5130 | -} | |
| 5131 | -#elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 5132 | - left: 0; | |
| 5133 | -} | |
| 3938 | + -webkit-transform-origin: top center; | |
| 3939 | + -ms-transform-origin: top center; | |
| 3940 | + transform-origin: top center; | |
| 3941 | + padding: 20px; | |
| 3942 | + -webkit-transform: scale(var(--e-preview-scale, 1)); | |
| 3943 | + -ms-transform: scale(var(--e-preview-scale, 1)); | |
| 3944 | + transform: scale(var(--e-preview-scale, 1)); } | |
| 3945 | + .elementor-device-desktop #elementor-preview-responsive-wrapper { | |
| 3946 | + min-width: 1025px; | |
| 3947 | + width: 100%; | |
| 3948 | + height: 100%; | |
| 3949 | + padding: 0; | |
| 3950 | + position: relative; } | |
| 3951 | + body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { | |
| 3952 | + width: var(--e-editor-preview-width); | |
| 3953 | + height: var(--e-editor-preview-height); | |
| 3954 | + margin: 0 Max(calc((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2), 20px); | |
| 3955 | + -webkit-box-sizing: content-box; | |
| 3956 | + box-sizing: content-box; | |
| 3957 | + position: relative; | |
| 3958 | + max-height: calc(100vh - 80px); } | |
| 3959 | + body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 3960 | + display: -webkit-box !important; | |
| 3961 | + display: -ms-flexbox !important; | |
| 3962 | + display: flex !important; } | |
| 3963 | + #elementor-preview-responsive-wrapper:not(.ui-resizable-resizing) { | |
| 3964 | + -webkit-transition: .3s ease-in-out; | |
| 3965 | + -o-transition: .3s ease-in-out; | |
| 3966 | + transition: .3s ease-in-out; } | |
| 3967 | + #elementor-preview-responsive-wrapper .ui-resizable-handle { | |
| 3968 | + top: 0; } | |
| 3969 | + #elementor-preview-responsive-wrapper .ui-resizable-handle.ui-resizable-s { | |
| 3970 | + top: auto; | |
| 3971 | + bottom: 0; } | |
| 3972 | + #elementor-preview-responsive-wrapper .ui-resizable-n, #elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 3973 | + -webkit-box-align: center; | |
| 3974 | + -ms-flex-align: center; | |
| 3975 | + align-items: center; | |
| 3976 | + -webkit-box-pack: center; | |
| 3977 | + -ms-flex-pack: center; | |
| 3978 | + justify-content: center; | |
| 3979 | + height: 20px; } | |
| 3980 | + #elementor-preview-responsive-wrapper .ui-resizable-n:before, #elementor-preview-responsive-wrapper .ui-resizable-s:before { | |
| 3981 | + content: ''; | |
| 3982 | + display: block; | |
| 3983 | + background-color: rgba(255, 255, 255, 0.2); | |
| 3984 | + width: 50px; | |
| 3985 | + height: 4px; | |
| 3986 | + -webkit-border-radius: 3px; | |
| 3987 | + border-radius: 3px; | |
| 3988 | + -webkit-transition: all 0.2s ease-in-out; | |
| 3989 | + -o-transition: all 0.2s ease-in-out; | |
| 3990 | + transition: all 0.2s ease-in-out; } | |
| 3991 | + #elementor-preview-responsive-wrapper .ui-resizable-n:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-s:hover:before { | |
| 3992 | + background-color: rgba(255, 255, 255, 0.6); | |
| 3993 | + width: 100px; } | |
| 3994 | + #elementor-preview-responsive-wrapper .ui-resizable-e, #elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 3995 | + -webkit-box-align: center; | |
| 3996 | + -ms-flex-align: center; | |
| 3997 | + align-items: center; | |
| 3998 | + -webkit-box-pack: center; | |
| 3999 | + -ms-flex-pack: center; | |
| 4000 | + justify-content: center; | |
| 4001 | + width: 20px; } | |
| 4002 | + #elementor-preview-responsive-wrapper .ui-resizable-e:before, #elementor-preview-responsive-wrapper .ui-resizable-w:before { | |
| 4003 | + content: ''; | |
| 4004 | + display: block; | |
| 4005 | + background-color: rgba(255, 255, 255, 0.2); | |
| 4006 | + width: 4px; | |
| 4007 | + height: 50px; | |
| 4008 | + -webkit-border-radius: 3px; | |
| 4009 | + border-radius: 3px; | |
| 4010 | + -webkit-transition: all 0.2s ease-in-out; | |
| 4011 | + -o-transition: all 0.2s ease-in-out; | |
| 4012 | + transition: all 0.2s ease-in-out; } | |
| 4013 | + #elementor-preview-responsive-wrapper .ui-resizable-e:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-w:hover:before { | |
| 4014 | + background-color: rgba(255, 255, 255, 0.6); | |
| 4015 | + height: 100px; } | |
| 4016 | + #elementor-preview-responsive-wrapper.ui-resizable-resizing .ui-resizable-handle:before { | |
| 4017 | + background-color: rgba(255, 255, 255, 0.9); } | |
| 4018 | + #elementor-preview-responsive-wrapper .ui-resizable-s { | |
| 4019 | + bottom: 0; } | |
| 4020 | + #elementor-preview-responsive-wrapper .ui-resizable-e { | |
| 4021 | + right: 0; } | |
| 4022 | + #elementor-preview-responsive-wrapper .ui-resizable-w { | |
| 4023 | + left: 0; } | |
| 5134 | 4024 | |
| 5135 | 4025 | #elementor-preview-iframe { |
| 5136 | 4026 | width: 100%; |
| 5137 | 4027 | height: 100%; |
| 5138 | 4028 | background-color: #fff; |
| 5139 | - box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); | |
| 5140 | -} | |
| 4029 | + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); | |
| 4030 | + box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); } | |
| 5141 | 4031 | |
| 5142 | -#elementor-template-library-modal button:focus-visible, | |
| 5143 | -#elementor-template-library-modal a:focus-visible, | |
| 5144 | -#elementor-template-library-modal input:focus-visible, | |
| 5145 | -#elementor-template-library-modal select:focus-visible, | |
| 5146 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5147 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5148 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5149 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5150 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5151 | - outline-offset: 2px; | |
| 5152 | - border-radius: 2px; | |
| 5153 | -} | |
| 5154 | 4032 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5155 | 4033 | font-style: normal; |
| 5156 | 4034 | text-decoration: underline; |
| 5157 | -} | |
| 4035 | + color: #39b54a; } | |
| 4036 | + #elementor-template-library-modal a.elementor-template-library-blank-footer-link:hover { | |
| 4037 | + color: #2d8e3a; } | |
| 4038 | + | |
| 5158 | 4039 | #elementor-template-library-modal .dialog-buttons-wrapper { |
| 5159 | - display: none; | |
| 5160 | -} | |
| 4040 | + display: none; } | |
| 4041 | + | |
| 5161 | 4042 | #elementor-template-library-modal .select2-container { |
| 5162 | - z-index: 0; | |
| 5163 | -} | |
| 5164 | -#elementor-template-library-modal .dialog-message { | |
| 5165 | - overflow-y: scroll; | |
| 5166 | -} | |
| 5167 | -#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 { | |
| 5168 | - overflow-y: auto; | |
| 5169 | -} | |
| 5170 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5171 | - color: var(--e-a-color-txt); | |
| 5172 | - text-decoration: underline; | |
| 5173 | - font-size: 17px; | |
| 5174 | - cursor: pointer; | |
| 5175 | -} | |
| 4043 | + z-index: 0; } | |
| 5176 | 4044 | |
| 5177 | 4045 | #elementor-template-library-header-menu { |
| 5178 | 4046 | text-align: center; |
| 5179 | -} | |
| 4047 | + color: #6d7882; | |
| 4048 | + font-size: 13px; } | |
| 5180 | 4049 | |
| 5181 | 4050 | .elementor-template-library-menu-item { |
| 5182 | 4051 | display: inline-block; |
| 5183 | - padding: 17px 20px; | |
| 5184 | - border-block-end: 3px solid transparent; | |
| 5185 | - cursor: pointer; | |
| 5186 | - background: transparent; | |
| 5187 | - margin: 0; | |
| 5188 | - font-size: inherit; | |
| 5189 | - font-family: inherit; | |
| 5190 | - color: inherit; | |
| 5191 | - border: none; | |
| 5192 | -} | |
| 5193 | -.elementor-template-library-menu-item:hover { | |
| 5194 | - background-color: var(--e-a-bg-hover); | |
| 5195 | - border-color: var(--e-a-bg-hover); | |
| 5196 | -} | |
| 5197 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5198 | - border-block-end: 3px solid; | |
| 5199 | - border-color: var(--e-a-border-color-accent); | |
| 5200 | - color: var(--e-a-color-txt-accent); | |
| 5201 | -} | |
| 4052 | + padding: 17px 0; | |
| 4053 | + width: 115px; | |
| 4054 | + cursor: pointer; } | |
| 4055 | + .elementor-template-library-menu-item.elementor-active { | |
| 4056 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f5), to(#fff)); | |
| 4057 | + background-image: -webkit-linear-gradient(top, #f1f3f5, #fff); | |
| 4058 | + background-image: -o-linear-gradient(top, #f1f3f5, #fff); | |
| 4059 | + background-image: linear-gradient(to bottom, #f1f3f5, #fff); | |
| 4060 | + border-bottom: 3px solid #93003c; } | |
| 5202 | 4061 | |
| 5203 | 4062 | #elementor-template-library-header-actions { |
| 5204 | - display: flex; | |
| 5205 | -} | |
| 5206 | -#elementor-template-library-header-actions > div, | |
| 5207 | -#elementor-template-library-header-actions > button { | |
| 5208 | - background: transparent; | |
| 5209 | - margin: 0; | |
| 5210 | - font-size: inherit; | |
| 5211 | - font-family: inherit; | |
| 5212 | - color: inherit; | |
| 5213 | - border: none; | |
| 5214 | - padding-inline-end: 16px; | |
| 5215 | - cursor: pointer; | |
| 5216 | -} | |
| 5217 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5218 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5219 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5220 | - outline-offset: -2px; | |
| 5221 | - border-radius: 2px; | |
| 5222 | -} | |
| 4063 | + display: -webkit-box; | |
| 4064 | + display: -ms-flexbox; | |
| 4065 | + display: flex; } | |
| 4066 | + #elementor-template-library-header-actions > div { | |
| 4067 | + padding-right: 16px; } | |
| 5223 | 4068 | |
| 5224 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5225 | - opacity: 0; | |
| 5226 | - visibility: hidden; | |
| 5227 | -} | |
| 5228 | - | |
| 5229 | 4069 | #elementor-template-library-header-preview-insert-wrapper { |
| 5230 | 4070 | cursor: default; |
| 5231 | - padding: 0 10px; | |
| 5232 | -} | |
| 4071 | + padding: 0 10px; } | |
| 4072 | + #elementor-template-library-header-preview-insert-wrapper .elementor-button { | |
| 4073 | + padding: 8px 14px; | |
| 4074 | + font-size: 11px; } | |
| 4075 | + #elementor-template-library-header-preview-insert-wrapper .elementor-template-library-template-insert { | |
| 4076 | + color: #fff; | |
| 4077 | + background-color: #39b54a; } | |
| 4078 | + #elementor-template-library-header-preview-insert-wrapper .elementor-go-pro { | |
| 4079 | + background-color: #93003c; | |
| 4080 | + color: #fff; } | |
| 5233 | 4081 | |
| 5234 | -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation { | |
| 5235 | - margin-inline-start: 4px; | |
| 5236 | -} | |
| 5237 | - | |
| 5238 | 4082 | #elementor-template-library-header-preview-back { |
| 5239 | - gap: 10px; | |
| 5240 | - padding-block: 16.5px 15px; | |
| 5241 | - padding-inline: 0 16.5px; | |
| 5242 | - border-inline-end: var(--e-a-border); | |
| 4083 | + padding: 16.5px 16.5px 15px 0; | |
| 4084 | + border-right: 1px solid #e6e9ec; | |
| 5243 | 4085 | cursor: pointer; |
| 5244 | - transition: color 0.5s; | |
| 5245 | -} | |
| 5246 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5247 | - background: transparent; | |
| 5248 | - margin: 0; | |
| 5249 | - font-size: inherit; | |
| 5250 | - font-family: inherit; | |
| 5251 | - color: inherit; | |
| 5252 | - border: none; | |
| 5253 | - display: flex; | |
| 5254 | - align-items: center; | |
| 5255 | - gap: 10px; | |
| 5256 | - cursor: pointer; | |
| 5257 | -} | |
| 5258 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5259 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5260 | - outline-offset: 2px; | |
| 5261 | - border-radius: 2px; | |
| 5262 | -} | |
| 5263 | -#elementor-template-library-header-preview-back:hover { | |
| 5264 | - color: var(--e-a-color-txt-hover); | |
| 5265 | -} | |
| 5266 | -#elementor-template-library-header-preview-back i { | |
| 5267 | - font-size: 18px; | |
| 5268 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5269 | -} | |
| 4086 | + -webkit-transition: color .5s; | |
| 4087 | + -o-transition: color .5s; | |
| 4088 | + transition: color .5s; } | |
| 4089 | + #elementor-template-library-header-preview-back:not(:hover) { | |
| 4090 | + color: #a4afb7; } | |
| 4091 | + #elementor-template-library-header-preview-back i { | |
| 4092 | + padding-right: 10px; | |
| 4093 | + font-size: 18px; } | |
| 4094 | + #elementor-template-library-header-preview-back i:before { | |
| 4095 | + content: ""; } | |
| 5270 | 4096 | |
| 5271 | 4097 | #elementor-template-library-templates { |
| 4098 | + padding: 0 15px; } | |
| 4099 | + #elementor-template-library-templates[data-template-source="local"] #elementor-template-library-templates-container { | |
| 4100 | + -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03); | |
| 4101 | + box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.03); | |
| 4102 | + margin-top: 10px; | |
| 4103 | + margin-bottom: 45px; } | |
| 4104 | + #elementor-template-library-templates[data-template-source="local"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 4105 | + color: #6d7882; } | |
| 4106 | + #elementor-template-library-templates[data-template-source="remote"] #elementor-template-library-templates-container { | |
| 4107 | + margin: 10px -15px 0; } | |
| 4108 | + #elementor-template-library-templates[data-template-source="remote"] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 4109 | + color: #495157; } | |
| 4110 | + #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 { | |
| 4111 | + display: none; } | |
| 4112 | + #elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner { | |
| 4113 | + display: none; } | |
| 4114 | + #elementor-template-library-templates .elementor-template-library-order-input { | |
| 4115 | + display: none; } | |
| 4116 | + #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 4117 | + padding-right: 8px; } | |
| 4118 | + #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { | |
| 4119 | + font-family: eicons; | |
| 4120 | + content: '\e8ae'; | |
| 4121 | + margin-left: 3px; } | |
| 4122 | + #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { | |
| 4123 | + content: '\e8ad'; } | |
| 4124 | + | |
| 4125 | +#elementor-template-library-templates-container { | |
| 4126 | + display: -webkit-box; | |
| 4127 | + display: -ms-flexbox; | |
| 5272 | 4128 | display: flex; |
| 5273 | - flex-direction: column; | |
| 5274 | - gap: 20px; | |
| 5275 | -} | |
| 5276 | -#elementor-template-library-templates .toolbar-container { | |
| 5277 | - display: flex; | |
| 5278 | - justify-content: space-between; | |
| 5279 | - align-items: center; | |
| 5280 | - gap: 2%; | |
| 5281 | - height: 45px; | |
| 5282 | -} | |
| 5283 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5284 | - display: flex; | |
| 5285 | - flex-wrap: wrap; | |
| 5286 | - align-items: flex-start; | |
| 5287 | -} | |
| 5288 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5289 | - display: none; | |
| 5290 | -} | |
| 5291 | -#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"])) { | |
| 5292 | - justify-content: flex-end; | |
| 5293 | -} | |
| 5294 | -#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 { | |
| 5295 | - display: flex; | |
| 5296 | - align-items: baseline; | |
| 5297 | - border-radius: 3px; | |
| 5298 | -} | |
| 5299 | -#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 { | |
| 5300 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5301 | - outline-offset: 2px; | |
| 5302 | -} | |
| 5303 | -#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 { | |
| 5304 | - align-items: center; | |
| 5305 | -} | |
| 5306 | -#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 { | |
| 5307 | - font-size: 14px; | |
| 5308 | - margin-inline-start: 5px; | |
| 5309 | -} | |
| 5310 | -#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 { | |
| 5311 | - width: 200px; | |
| 5312 | - margin: 0px 10px; | |
| 5313 | - align-self: center; | |
| 5314 | - text-align: start; | |
| 5315 | -} | |
| 5316 | -#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 { | |
| 5317 | - font-size: 10px; | |
| 5318 | -} | |
| 5319 | -#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 { | |
| 5320 | - color: var(--e-a-btn-bg-accent); | |
| 5321 | -} | |
| 5322 | -#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 { | |
| 5323 | - height: 4px; | |
| 5324 | - background-color: var(--e-a-color-primary-bold); | |
| 5325 | - position: relative; | |
| 5326 | - display: flex; | |
| 5327 | - align-items: center; | |
| 5328 | - padding: 0; | |
| 5329 | -} | |
| 5330 | -#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 { | |
| 5331 | - height: 100%; | |
| 5332 | - transition: width 0.3s ease; | |
| 5333 | -} | |
| 5334 | -#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 { | |
| 5335 | - background-color: #D004D4; | |
| 5336 | -} | |
| 5337 | -#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 { | |
| 5338 | - background-color: #F59E0B; | |
| 5339 | -} | |
| 5340 | -#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 { | |
| 5341 | - background-color: #93003f; | |
| 5342 | -} | |
| 5343 | -#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 { | |
| 5344 | - background-color: #F0ABFC; | |
| 5345 | -} | |
| 5346 | -#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 { | |
| 5347 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5348 | -} | |
| 5349 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5350 | - font-size: 12px; | |
| 5351 | - color: var(--e-a-color-txt); | |
| 5352 | -} | |
| 5353 | -#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 { | |
| 5354 | - border-block-start: var(--e-a-border); | |
| 5355 | -} | |
| 5356 | -#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 { | |
| 5357 | - color: var(--e-a-color-txt-active); | |
| 5358 | -} | |
| 5359 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5360 | - border-block-start: none; | |
| 5361 | -} | |
| 5362 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5363 | - padding: 0; | |
| 5364 | -} | |
| 5365 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5366 | - max-width: -moz-fit-content; | |
| 5367 | - max-width: fit-content; | |
| 5368 | -} | |
| 5369 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5370 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5371 | - display: none; | |
| 5372 | -} | |
| 5373 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5374 | - pointer-events: none; | |
| 5375 | -} | |
| 5376 | -#elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { | |
| 5377 | - margin: 10px -15px 0; | |
| 5378 | -} | |
| 5379 | -#elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5380 | - color: var(--e-a-color-txt-active); | |
| 5381 | -} | |
| 5382 | -#elementor-template-library-templates[data-template-source=empty] #elementor-template-library-order-toolbar-local, | |
| 5383 | -#elementor-template-library-templates[data-template-source=empty] #elementor-template-library-footer-banner { | |
| 5384 | - display: none; | |
| 5385 | -} | |
| 5386 | -#elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner { | |
| 5387 | - display: none; | |
| 5388 | -} | |
| 5389 | -#elementor-template-library-templates .elementor-template-library-order-input { | |
| 5390 | - display: none; | |
| 5391 | -} | |
| 5392 | -#elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5393 | - padding-inline-end: 8px; | |
| 5394 | -} | |
| 5395 | -#elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { | |
| 5396 | - font-family: eicons; | |
| 5397 | - content: "\e8ae"; | |
| 5398 | - margin-inline-start: 3px; | |
| 5399 | -} | |
| 5400 | -#elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { | |
| 5401 | - content: "\e8ad"; | |
| 5402 | -} | |
| 5403 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 5404 | - display: flex; | |
| 5405 | - align-items: center; | |
| 5406 | - gap: 8px; | |
| 5407 | -} | |
| 5408 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5409 | - background: transparent; | |
| 5410 | - margin: 0; | |
| 5411 | - font-size: inherit; | |
| 5412 | - font-family: inherit; | |
| 5413 | - color: inherit; | |
| 5414 | - border: none; | |
| 5415 | - cursor: pointer; | |
| 5416 | - font-size: 20px; | |
| 5417 | - padding: 0 5px; | |
| 5418 | - border-radius: 2px; | |
| 5419 | - color: var(--e-a-color-txt); | |
| 5420 | -} | |
| 5421 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5422 | - background-color: var(--e-a-bg-hover); | |
| 5423 | -} | |
| 5424 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5425 | - width: 1px; | |
| 5426 | - height: 20px; | |
| 5427 | - background-color: var(--e-a-border-color); | |
| 5428 | -} | |
| 5429 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5430 | - background-color: var(--e-a-bg-hover); | |
| 5431 | -} | |
| 5432 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5433 | - background-color: var(--e-a-bg-hover); | |
| 5434 | -} | |
| 5435 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5436 | - display: grid; | |
| 5437 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5438 | - grid-gap: 20px; | |
| 5439 | - padding: 20px 0; | |
| 5440 | -} | |
| 5441 | -#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 { | |
| 5442 | - grid-column: 1; | |
| 5443 | -} | |
| 5444 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5445 | - grid-column: 1/-1; | |
| 5446 | -} | |
| 5447 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5448 | - display: flex; | |
| 5449 | - position: relative; | |
| 5450 | - flex-direction: column; | |
| 5451 | - height: 158px; | |
| 5452 | - padding: 8px; | |
| 5453 | - border: var(--e-a-border); | |
| 5454 | - border-radius: 3px; | |
| 5455 | -} | |
| 5456 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5457 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5458 | - outline-offset: 2px; | |
| 5459 | -} | |
| 5460 | -#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 { | |
| 5461 | - display: flex; | |
| 5462 | -} | |
| 5463 | -#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 { | |
| 5464 | - display: none; | |
| 5465 | -} | |
| 5466 | -#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 { | |
| 5467 | - display: flex !important; | |
| 5468 | -} | |
| 5469 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5470 | - width: 190px; | |
| 5471 | - height: 100px; | |
| 5472 | - position: relative; | |
| 5473 | - border-radius: 3px; | |
| 5474 | - margin-block-end: 4px; | |
| 5475 | - overflow: hidden; | |
| 5476 | -} | |
| 5477 | -#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 { | |
| 5478 | - -o-object-fit: contain; | |
| 5479 | - object-fit: contain; | |
| 5480 | - width: 100%; | |
| 5481 | - height: 100%; | |
| 5482 | -} | |
| 5483 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5484 | - display: none; | |
| 5485 | - justify-content: center; | |
| 5486 | - align-items: center; | |
| 5487 | - position: absolute; | |
| 5488 | - inset: 0; | |
| 5489 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5490 | - cursor: default; | |
| 5491 | -} | |
| 5492 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5493 | - font-size: 11px; | |
| 5494 | - white-space: nowrap; | |
| 5495 | - text-overflow: ellipsis; | |
| 5496 | - overflow: hidden; | |
| 5497 | -} | |
| 5498 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5499 | - display: flex; | |
| 5500 | - position: relative; | |
| 5501 | - justify-content: space-between; | |
| 5502 | - align-items: center; | |
| 5503 | - font-size: 11px; | |
| 5504 | - min-height: 38px; | |
| 5505 | -} | |
| 5506 | -#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 { | |
| 5507 | - display: none; | |
| 5508 | - width: 90%; | |
| 5509 | - gap: 8px; | |
| 5510 | - height: 38px; | |
| 5511 | - padding: 4px 0; | |
| 5512 | -} | |
| 5513 | -#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 { | |
| 5514 | - display: flex; | |
| 5515 | -} | |
| 5516 | -#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 { | |
| 5517 | - display: flex; | |
| 5518 | - align-items: center; | |
| 5519 | -} | |
| 5520 | -#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 { | |
| 5521 | - display: flex; | |
| 5522 | - flex-direction: column; | |
| 5523 | - justify-content: center; | |
| 5524 | - width: 65%; | |
| 5525 | - align-items: start; | |
| 5526 | - white-space: nowrap; | |
| 5527 | - text-overflow: ellipsis; | |
| 5528 | - overflow: hidden; | |
| 5529 | -} | |
| 5530 | -#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 { | |
| 5531 | - flex-direction: row; | |
| 5532 | - align-items: center; | |
| 5533 | - justify-content: start; | |
| 5534 | - height: 56px; | |
| 5535 | - padding: 13px 10px; | |
| 5536 | -} | |
| 5537 | -#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 { | |
| 5538 | - font-size: 25px; | |
| 5539 | - margin-inline-end: 8px; | |
| 5540 | -} | |
| 5541 | -#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 { | |
| 5542 | - margin-inline-start: auto; | |
| 5543 | -} | |
| 5544 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5545 | - display: none; | |
| 5546 | -} | |
| 5547 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5548 | - visibility: hidden; | |
| 5549 | -} | |
| 5550 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5551 | - visibility: visible; | |
| 5552 | -} | |
| 5553 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5554 | - display: none; | |
| 5555 | - background: var(--e-a-bg-active); | |
| 5556 | - padding: 10px 25px; | |
| 5557 | - border-radius: 5px; | |
| 5558 | - color: var(--e-a-bg-invert); | |
| 5559 | - gap: 20px; | |
| 5560 | - align-items: center; | |
| 5561 | - flex: 1; | |
| 5562 | -} | |
| 5563 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5564 | - background: transparent; | |
| 5565 | - margin: 0; | |
| 5566 | - font-size: inherit; | |
| 5567 | - font-family: inherit; | |
| 5568 | - color: inherit; | |
| 5569 | - border: none; | |
| 5570 | - cursor: pointer; | |
| 5571 | - display: flex; | |
| 5572 | - align-items: center; | |
| 5573 | - justify-content: center; | |
| 5574 | -} | |
| 5575 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5576 | - pointer-events: none; | |
| 5577 | - opacity: 0.3; | |
| 5578 | - cursor: not-allowed; | |
| 5579 | -} | |
| 5580 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5581 | - cursor: pointer; | |
| 5582 | - font-size: 18px; | |
| 5583 | -} | |
| 5584 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5585 | - font-size: 20px; | |
| 5586 | -} | |
| 5587 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5588 | - display: flex; | |
| 5589 | - flex: 1; | |
| 5590 | - white-space: nowrap; | |
| 5591 | - text-overflow: ellipsis; | |
| 5592 | - overflow: hidden; | |
| 5593 | -} | |
| 5594 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5595 | - display: flex; | |
| 5596 | - flex-direction: row; | |
| 5597 | - align-items: center; | |
| 5598 | - gap: 15px; | |
| 5599 | - white-space: nowrap; | |
| 5600 | - text-overflow: ellipsis; | |
| 5601 | - overflow: hidden; | |
| 5602 | -} | |
| 5603 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 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 .elementor-template-library-navigation-back-button { | |
| 5609 | - padding-inline-start: 8px; | |
| 5610 | - background-color: var(--e-a-bg-hover); | |
| 5611 | - color: var(--e-a-color-txt); | |
| 5612 | -} | |
| 5613 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5614 | - visibility: visible; | |
| 5615 | -} | |
| 5616 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5617 | - background: var(--e-a-bg-active); | |
| 5618 | -} | |
| 5619 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5620 | - position: relative; | |
| 5621 | - inset-block-start: 3px; | |
| 5622 | -} | |
| 5623 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5624 | - inset-block-start: 0px; | |
| 5625 | -} | |
| 5626 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5627 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5628 | - background: #69727D; | |
| 5629 | -} | |
| 5630 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5631 | - display: block; | |
| 5632 | - content: ""; | |
| 5633 | - width: 10px; | |
| 5634 | - height: 2px; | |
| 5635 | - background-color: white; | |
| 5636 | - transform: none; | |
| 5637 | -} | |
| 4129 | + -ms-flex-wrap: wrap; | |
| 4130 | + flex-wrap: wrap; | |
| 4131 | + -webkit-box-align: start; | |
| 4132 | + -ms-flex-align: start; | |
| 4133 | + align-items: flex-start; } | |
| 4134 | + #elementor-template-library-templates-container .elementor-template-library-template-local .elementor-template-library-template-insert { | |
| 4135 | + text-transform: none; | |
| 4136 | + font-size: 12px; } | |
| 5638 | 4137 | |
| 5639 | 4138 | #elementor-template-library-toolbar { |
| 4139 | + display: -webkit-box; | |
| 4140 | + display: -ms-flexbox; | |
| 5640 | 4141 | display: flex; |
| 5641 | - justify-content: space-between; | |
| 5642 | - align-items: center; | |
| 5643 | -} | |
| 4142 | + -webkit-box-pack: justify; | |
| 4143 | + -ms-flex-pack: justify; | |
| 4144 | + justify-content: space-between; | |
| 4145 | + -webkit-box-align: center; | |
| 4146 | + -ms-flex-align: center; | |
| 4147 | + align-items: center; } | |
| 5644 | 4148 | |
| 5645 | 4149 | .elementor-template-library-filter-toolbar { |
| 4150 | + display: -webkit-box; | |
| 4151 | + display: -ms-flexbox; | |
| 5646 | 4152 | display: flex; |
| 5647 | - align-items: center; | |
| 5648 | -} | |
| 4153 | + -webkit-box-align: center; | |
| 4154 | + -ms-flex-align: center; | |
| 4155 | + align-items: center; } | |
| 5649 | 4156 | |
| 5650 | -.elementor-template-library-filter-select-source { | |
| 5651 | - width: 350px; | |
| 5652 | - display: flex; | |
| 5653 | - gap: 10px; | |
| 5654 | -} | |
| 5655 | -.elementor-template-library-filter-select-source .source-option { | |
| 5656 | - flex: 1; | |
| 5657 | - border: 0.5px solid #BABFC5; | |
| 5658 | - padding: 5px; | |
| 5659 | - border-radius: 3px; | |
| 5660 | - cursor: pointer; | |
| 5661 | - font-size: 12px; | |
| 5662 | -} | |
| 5663 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5664 | - margin-inline-end: 5px; | |
| 5665 | -} | |
| 5666 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5667 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5668 | - padding: 2px 4px; | |
| 5669 | - color: var(--e-a-color-primary-bold-dark); | |
| 5670 | - border-radius: 10px; | |
| 5671 | - font-size: 10px; | |
| 5672 | - margin-inline-start: 5px; | |
| 5673 | -} | |
| 5674 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5675 | - background-color: var(--e-a-bg-hover); | |
| 5676 | -} | |
| 5677 | - | |
| 5678 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5679 | - display: flex; | |
| 5680 | - align-items: center; | |
| 5681 | - justify-content: space-between; | |
| 5682 | -} | |
| 5683 | - | |
| 5684 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5685 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5686 | - display: flex; | |
| 5687 | - align-items: center; | |
| 5688 | - gap: 6px; | |
| 5689 | - padding: 6px 12px; | |
| 5690 | - border: none; | |
| 5691 | - border-radius: 20px; | |
| 5692 | - font-size: 14px; | |
| 5693 | - font-weight: 500; | |
| 5694 | - white-space: nowrap; | |
| 5695 | - margin-inline-start: auto; | |
| 5696 | - margin-inline-end: 15px; | |
| 5697 | -} | |
| 5698 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5699 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5700 | - margin: 0; | |
| 5701 | - font-size: 14px; | |
| 5702 | -} | |
| 5703 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5704 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5705 | - background-color: var(--e-a-bg-info); | |
| 5706 | - color: var(--e-a-color-info); | |
| 5707 | -} | |
| 5708 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5709 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5710 | - color: var(--e-a-color-info); | |
| 5711 | -} | |
| 5712 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5713 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5714 | - background-color: var(--e-a-bg-warning); | |
| 5715 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5716 | -} | |
| 5717 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5718 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5719 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5720 | -} | |
| 5721 | - | |
| 5722 | 4157 | #elementor-template-library-filter-toolbar-remote { |
| 5723 | - font-size: 11px; | |
| 5724 | -} | |
| 4158 | + font-size: 11px; } | |
| 5725 | 4159 | |
| 5726 | 4160 | #elementor-template-library-order { |
| 4161 | + display: -webkit-box; | |
| 4162 | + display: -ms-flexbox; | |
| 5727 | 4163 | display: flex; |
| 5728 | - border-inline-end: var(--e-a-border); | |
| 5729 | -} | |
| 4164 | + border-right: 1px solid #d5dadf; } | |
| 5730 | 4165 | |
| 5731 | 4166 | .elementor-template-library-order-label { |
| 5732 | 4167 | text-transform: uppercase; |
| 5733 | - padding-inline-end: 22px; | |
| 4168 | + padding-right: 22px; | |
| 5734 | 4169 | -webkit-user-select: none; |
| 5735 | 4170 | -moz-user-select: none; |
| 5736 | - user-select: none; | |
| 5737 | - line-height: 1; | |
| 5738 | - font-size: 10px; | |
| 5739 | - font-weight: 500; | |
| 5740 | -} | |
| 4171 | + -ms-user-select: none; | |
| 4172 | + user-select: none; } | |
| 5741 | 4173 | |
| 5742 | 4174 | label.elementor-template-library-order-label { |
| 5743 | - cursor: pointer; | |
| 5744 | -} | |
| 5745 | -label.elementor-template-library-order-label:hover { | |
| 5746 | - color: var(--e-a-color-txt-hover); | |
| 5747 | -} | |
| 4175 | + cursor: pointer; } | |
| 4176 | + label.elementor-template-library-order-label:hover { | |
| 4177 | + color: #556068; } | |
| 5748 | 4178 | |
| 5749 | 4179 | #elementor-template-library-filter .select2 { |
| 5750 | - text-align: start; | |
| 5751 | - width: calc(27px * 5) !important; | |
| 5752 | -} | |
| 4180 | + text-align: left; | |
| 4181 | + width: calc(27px * 5) !important; } | |
| 4182 | + | |
| 5753 | 4183 | #elementor-template-library-filter .select2-selection__rendered { |
| 5754 | - text-transform: capitalize; | |
| 5755 | -} | |
| 4184 | + text-transform: capitalize; } | |
| 5756 | 4185 | |
| 5757 | 4186 | #select2-elementor-template-library-filter-subtype-results .select2-results__option { |
| 5758 | 4187 | text-transform: capitalize; |
| 5759 | - text-align: start; | |
| 5760 | - padding-inline-start: 5px; | |
| 5761 | -} | |
| 4188 | + text-align: left; | |
| 4189 | + padding-left: 5px; } | |
| 5762 | 4190 | |
| 5763 | 4191 | #elementor-template-library-my-favorites { |
| 5764 | - flex-grow: 1; | |
| 5765 | - text-align: start; | |
| 5766 | - padding-inline-start: 20px; | |
| 5767 | -} | |
| 4192 | + -webkit-box-flex: 1; | |
| 4193 | + -ms-flex-positive: 1; | |
| 4194 | + flex-grow: 1; | |
| 4195 | + text-align: left; | |
| 4196 | + padding-left: 20px; } | |
| 5768 | 4197 | |
| 5769 | 4198 | #elementor-template-library-filter-my-favorites { |
| 5770 | - display: none; | |
| 5771 | -} | |
| 5772 | -#elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label { | |
| 5773 | - color: var(--e-a-color-txt-active); | |
| 5774 | -} | |
| 5775 | -#elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after { | |
| 5776 | - color: var(--e-a-color-primary-bold); | |
| 5777 | - content: "\e93f"; | |
| 5778 | -} | |
| 4199 | + display: none; } | |
| 4200 | + #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label { | |
| 4201 | + color: #495157; } | |
| 4202 | + #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after { | |
| 4203 | + color: #93003c; | |
| 4204 | + content: '\e93f'; } | |
| 5779 | 4205 | |
| 5780 | 4206 | #elementor-template-library-filter-my-favorites-label { |
| 5781 | 4207 | cursor: pointer; |
| 5782 | - text-transform: uppercase; | |
| 5783 | -} | |
| 5784 | -#elementor-template-library-filter-my-favorites-label:hover { | |
| 5785 | - color: var(--e-a-color-txt-hover); | |
| 5786 | -} | |
| 5787 | -#elementor-template-library-filter-my-favorites-label:hover i:after { | |
| 5788 | - color: var(--e-a-color-primary-bold); | |
| 5789 | -} | |
| 5790 | -#elementor-template-library-filter-my-favorites-label i { | |
| 5791 | - padding-inline-end: 5px; | |
| 5792 | -} | |
| 5793 | -#elementor-template-library-filter-my-favorites-label i:after { | |
| 5794 | - content: "\e923"; | |
| 5795 | -} | |
| 4208 | + text-transform: uppercase; } | |
| 4209 | + #elementor-template-library-filter-my-favorites-label:hover { | |
| 4210 | + color: #556068; } | |
| 4211 | + #elementor-template-library-filter-my-favorites-label:hover i:after { | |
| 4212 | + color: #93003c; } | |
| 4213 | + #elementor-template-library-filter-my-favorites-label i { | |
| 4214 | + padding-right: 5px; } | |
| 4215 | + #elementor-template-library-filter-my-favorites-label i:after { | |
| 4216 | + color: #a4afb7; | |
| 4217 | + content: '\e923'; } | |
| 5796 | 4218 | |
| 5797 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5798 | - margin-block-end: 10px; | |
| 5799 | -} | |
| 5800 | - | |
| 5801 | 4219 | #elementor-template-library-filter-text-wrapper { |
| 5802 | 4220 | width: 200px; |
| 5803 | - position: relative; | |
| 5804 | -} | |
| 5805 | -#elementor-template-library-filter-text-wrapper i { | |
| 5806 | - position: absolute; | |
| 5807 | - inset-block-start: 50%; | |
| 5808 | - inset-inline-end: 0; | |
| 5809 | - transform: translateY(-50%); | |
| 5810 | -} | |
| 5811 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5812 | - inset-block-start: 25%; | |
| 5813 | -} | |
| 4221 | + position: relative; } | |
| 4222 | + #elementor-template-library-filter-text-wrapper i { | |
| 4223 | + position: absolute; | |
| 4224 | + top: 50%; | |
| 4225 | + right: 0; | |
| 4226 | + -webkit-transform: translateY(-50%); | |
| 4227 | + -ms-transform: translateY(-50%); | |
| 4228 | + transform: translateY(-50%); } | |
| 5814 | 4229 | |
| 5815 | 4230 | #elementor-template-library-filter-text { |
| 5816 | 4231 | border: none; |
| 5817 | - border-block-end: var(--e-a-border-bold); | |
| 5818 | - border-radius: 0; | |
| 4232 | + border-bottom: 1px solid #d5dadf; | |
| 4233 | + -webkit-border-radius: 0; | |
| 4234 | + border-radius: 0; | |
| 5819 | 4235 | font-size: 11px; |
| 5820 | 4236 | padding: 8px 15px 8px 0; |
| 5821 | - transition: border 0.5s; | |
| 5822 | -} | |
| 5823 | -#elementor-template-library-filter-text:focus { | |
| 5824 | - border-color: var(--e-a-border-color-focus); | |
| 5825 | -} | |
| 5826 | -#elementor-template-library-filter-text::-moz-placeholder { | |
| 5827 | - font-weight: 300; | |
| 5828 | - text-transform: uppercase; | |
| 5829 | -} | |
| 5830 | -#elementor-template-library-filter-text::placeholder { | |
| 5831 | - font-weight: 300; | |
| 5832 | - text-transform: uppercase; | |
| 5833 | -} | |
| 4237 | + -webkit-transition: border 0.5s; | |
| 4238 | + -o-transition: border 0.5s; | |
| 4239 | + transition: border 0.5s; } | |
| 4240 | + #elementor-template-library-filter-text:focus { | |
| 4241 | + border-color: #c2cbd2; } | |
| 4242 | + #elementor-template-library-filter-text::-webkit-input-placeholder { | |
| 4243 | + font-weight: 300; | |
| 4244 | + text-transform: uppercase; } | |
| 4245 | + #elementor-template-library-filter-text::-moz-placeholder { | |
| 4246 | + font-weight: 300; | |
| 4247 | + text-transform: uppercase; } | |
| 4248 | + #elementor-template-library-filter-text::-ms-input-placeholder { | |
| 4249 | + font-weight: 300; | |
| 4250 | + text-transform: uppercase; } | |
| 4251 | + #elementor-template-library-filter-text::placeholder { | |
| 4252 | + font-weight: 300; | |
| 4253 | + text-transform: uppercase; } | |
| 4254 | + #elementor-template-library-filter-text:focus { | |
| 4255 | + border-color: #c2cbd2; } | |
| 5834 | 4256 | |
| 5835 | 4257 | .elementor-template-library-template-remote { |
| 5836 | - margin: calc(30px / 2); | |
| 4258 | + margin: 15px; | |
| 5837 | 4259 | padding: 8px; |
| 5838 | - border: var(--e-a-border); | |
| 5839 | - border-radius: 3px; | |
| 5840 | -} | |
| 5841 | -.elementor-template-library-template-remote:focus-visible { | |
| 5842 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5843 | - outline-offset: 2px; | |
| 5844 | -} | |
| 5845 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 5846 | - background-color: var(--e-a-bg-hover); | |
| 5847 | -} | |
| 5848 | -.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 { | |
| 5849 | - opacity: 1; | |
| 5850 | -} | |
| 5851 | -.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 { | |
| 5852 | - display: none; | |
| 5853 | -} | |
| 5854 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5855 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5856 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5857 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5858 | - display: initial; | |
| 5859 | -} | |
| 5860 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 5861 | - opacity: 0; | |
| 5862 | -} | |
| 5863 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5864 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 5865 | - display: none; | |
| 5866 | -} | |
| 5867 | -.elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { | |
| 5868 | - content: var(--elementor-template-library-subscription-plan-label); | |
| 5869 | - background-color: var(--e-a-color-accent); | |
| 5870 | - color: var(--e-a-color-white); | |
| 5871 | - position: absolute; | |
| 5872 | - text-transform: uppercase; | |
| 5873 | - line-height: 1; | |
| 5874 | - inset-block-start: 5px; | |
| 5875 | - inset-inline-end: 5px; | |
| 5876 | - padding: 3px 5px; | |
| 5877 | - font-size: 8px; | |
| 5878 | - border-radius: 2px; | |
| 5879 | -} | |
| 5880 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) { | |
| 5881 | - position: relative; | |
| 5882 | - width: calc(33.333% - 30px); | |
| 5883 | - overflow: hidden; | |
| 5884 | -} | |
| 5885 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) img { | |
| 5886 | - display: block; | |
| 5887 | - width: 100%; | |
| 5888 | -} | |
| 5889 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { | |
| 5890 | - position: absolute; | |
| 5891 | - width: 100%; | |
| 5892 | - inset-block-end: 0; | |
| 5893 | - inset-inline-start: 0; | |
| 5894 | - padding: 10px; | |
| 5895 | - background-color: var(--e-a-bg-default); | |
| 5896 | - transition: transform 0.5s; | |
| 5897 | -} | |
| 5898 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { | |
| 5899 | - display: none; | |
| 5900 | -} | |
| 5901 | -.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 { | |
| 5902 | - transform: translateY(100%); | |
| 5903 | -} | |
| 5904 | -.elementor-template-library-template-remote .elementor-template-library-template-body { | |
| 5905 | - position: relative; | |
| 5906 | -} | |
| 5907 | -@media (max-width: 1025px) { | |
| 4260 | + background-color: #fff; | |
| 4261 | + -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07); | |
| 4262 | + box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07); | |
| 4263 | + -webkit-border-radius: 3px; | |
| 4264 | + border-radius: 3px; } | |
| 4265 | + .elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 4266 | + display: none; } | |
| 4267 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 4268 | + opacity: 0; } | |
| 4269 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 4270 | + .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 4271 | + display: none; } | |
| 4272 | + .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { | |
| 4273 | + content: var(--elementor-template-library-subscription-plan-label); | |
| 4274 | + background-color: var(--elementor-template-library-subscription-plan-color); | |
| 4275 | + color: #d5dadf; | |
| 4276 | + position: absolute; | |
| 4277 | + text-transform: uppercase; | |
| 4278 | + top: 5px; | |
| 4279 | + right: 5px; | |
| 4280 | + padding: 2px 4px 0; | |
| 4281 | + font-size: 9px; | |
| 4282 | + -webkit-border-radius: 2px; | |
| 4283 | + border-radius: 2px; } | |
| 4284 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) { | |
| 4285 | + position: relative; | |
| 4286 | + width: calc(33.333% - 30px); | |
| 4287 | + overflow: hidden; } | |
| 4288 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) img { | |
| 4289 | + display: block; | |
| 4290 | + width: 100%; } | |
| 4291 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { | |
| 4292 | + position: absolute; | |
| 4293 | + width: 100%; | |
| 4294 | + bottom: 0; | |
| 4295 | + left: 0; | |
| 4296 | + padding: 10px; | |
| 4297 | + background-color: #fff; | |
| 4298 | + -webkit-transition: -webkit-transform .5s; | |
| 4299 | + transition: -webkit-transform .5s; | |
| 4300 | + -o-transition: transform .5s; | |
| 4301 | + transition: transform .5s; | |
| 4302 | + transition: transform .5s, -webkit-transform .5s; } | |
| 4303 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { | |
| 4304 | + display: none; } | |
| 4305 | + .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 4306 | + -webkit-transform: translateY(100%); | |
| 4307 | + -ms-transform: translateY(100%); | |
| 4308 | + transform: translateY(100%); } | |
| 5908 | 4309 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5909 | - height: 300px; | |
| 5910 | - } | |
| 5911 | -} | |
| 5912 | -.elementor-template-library-template-remote .elementor-template-library-template-screenshot { | |
| 5913 | - height: 100%; | |
| 5914 | - background-size: cover; | |
| 5915 | - background-position-x: 50%; | |
| 5916 | - box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); | |
| 5917 | -} | |
| 5918 | -.elementor-template-library-template-remote .elementor-template-library-template-preview { | |
| 5919 | - position: absolute; | |
| 5920 | - inset: 0; | |
| 5921 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5922 | - transition: opacity 0.5s; | |
| 5923 | - cursor: pointer; | |
| 5924 | -} | |
| 5925 | -.elementor-template-library-template-remote .elementor-template-library-template-preview i { | |
| 5926 | - font-size: 20px; | |
| 5927 | - position: absolute; | |
| 5928 | - inset-block-start: 50%; | |
| 5929 | - inset-inline-start: 50%; | |
| 5930 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5931 | -} | |
| 5932 | -.elementor-template-library-template-remote .elementor-template-library-template-footer { | |
| 5933 | - display: flex; | |
| 5934 | - justify-content: space-between; | |
| 5935 | - font-size: 11px; | |
| 5936 | - line-height: 1; | |
| 5937 | - height: 40px; | |
| 5938 | - align-items: center; | |
| 5939 | -} | |
| 5940 | -.elementor-template-library-template-remote .elementor-template-library-template-name { | |
| 5941 | - text-align: start; | |
| 5942 | - flex-grow: 1; | |
| 5943 | - white-space: nowrap; | |
| 5944 | - text-overflow: ellipsis; | |
| 5945 | - overflow: hidden; | |
| 5946 | - padding-inline-end: 5px; | |
| 5947 | -} | |
| 5948 | -.elementor-template-library-template-remote .elementor-template-library-favorite { | |
| 5949 | - margin-inline-start: auto; | |
| 5950 | -} | |
| 5951 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input { | |
| 5952 | - position: absolute; | |
| 5953 | - width: 1px; | |
| 5954 | - height: 1px; | |
| 5955 | - padding: 0; | |
| 5956 | - margin: -1px; | |
| 5957 | - overflow: hidden; | |
| 5958 | - clip: rect(0, 0, 0, 0); | |
| 5959 | - white-space: nowrap; | |
| 5960 | - border: 0; | |
| 5961 | -} | |
| 5962 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5963 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5964 | - outline-offset: 2px; | |
| 5965 | -} | |
| 5966 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { | |
| 5967 | - content: "\e93f"; | |
| 5968 | - color: var(--e-a-color-primary-bold); | |
| 5969 | -} | |
| 5970 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-label { | |
| 5971 | - font-size: 15px; | |
| 5972 | - cursor: pointer; | |
| 5973 | -} | |
| 5974 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i { | |
| 5975 | - color: var(--e-a-color-primary-bold); | |
| 5976 | -} | |
| 4310 | + position: relative; } | |
| 4311 | + @media (max-width: 1025px) { | |
| 4312 | + .elementor-template-library-template-remote .elementor-template-library-template-body { | |
| 4313 | + height: 300px; } } | |
| 4314 | + .elementor-template-library-template-remote .elementor-template-library-template-screenshot { | |
| 4315 | + height: 100%; | |
| 4316 | + -webkit-background-size: cover; | |
| 4317 | + background-size: cover; | |
| 4318 | + background-position-x: 50%; | |
| 4319 | + -webkit-box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); | |
| 4320 | + box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); } | |
| 4321 | + .elementor-template-library-template-remote .elementor-template-library-template-preview { | |
| 4322 | + position: absolute; | |
| 4323 | + top: 0; | |
| 4324 | + left: 0; | |
| 4325 | + width: 100%; | |
| 4326 | + height: 100%; | |
| 4327 | + background-color: rgba(0, 0, 0, 0.5); | |
| 4328 | + -webkit-transition: opacity .5s; | |
| 4329 | + -o-transition: opacity .5s; | |
| 4330 | + transition: opacity .5s; | |
| 4331 | + cursor: pointer; } | |
| 4332 | + .elementor-template-library-template-remote .elementor-template-library-template-preview i { | |
| 4333 | + font-size: 20px; | |
| 4334 | + color: #d5dadf; | |
| 4335 | + position: absolute; | |
| 4336 | + top: 50%; | |
| 4337 | + left: 50%; | |
| 4338 | + -webkit-transform: translate(-50%, -50%); | |
| 4339 | + -ms-transform: translate(-50%, -50%); | |
| 4340 | + transform: translate(-50%, -50%); } | |
| 4341 | + .elementor-template-library-template-remote .elementor-template-library-template-insert { | |
| 4342 | + color: #39b54a; } | |
| 4343 | + .elementor-template-library-template-remote .elementor-go-pro { | |
| 4344 | + color: #93003c; } | |
| 4345 | + .elementor-template-library-template-remote .elementor-template-library-template-footer { | |
| 4346 | + display: -webkit-box; | |
| 4347 | + display: -ms-flexbox; | |
| 4348 | + display: flex; | |
| 4349 | + -webkit-box-pack: justify; | |
| 4350 | + -ms-flex-pack: justify; | |
| 4351 | + justify-content: space-between; | |
| 4352 | + margin-top: 10px; | |
| 4353 | + font-size: 11px; | |
| 4354 | + line-height: 1; } | |
| 4355 | + .elementor-template-library-template-remote .elementor-template-library-template-name { | |
| 4356 | + text-align: left; | |
| 4357 | + color: #6d7882; | |
| 4358 | + -webkit-box-flex: 1; | |
| 4359 | + -ms-flex-positive: 1; | |
| 4360 | + flex-grow: 1; | |
| 4361 | + white-space: nowrap; | |
| 4362 | + -o-text-overflow: ellipsis; | |
| 4363 | + text-overflow: ellipsis; | |
| 4364 | + overflow: hidden; | |
| 4365 | + padding-right: 5px; } | |
| 4366 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { | |
| 4367 | + display: none; } | |
| 4368 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { | |
| 4369 | + content: '\e93f'; | |
| 4370 | + color: #93003c; } | |
| 4371 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-label { | |
| 4372 | + cursor: pointer; } | |
| 4373 | + .elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i { | |
| 4374 | + color: #93003c; } | |
| 5977 | 4375 | |
| 5978 | 4376 | @media (max-width: 1439px) { |
| 5979 | 4377 | .elementor-template-library-template-page, |
| 5980 | 4378 | .elementor-template-library-template-lp { |
| 5981 | - width: calc(25% - 30px); | |
| 5982 | - } | |
| 5983 | -} | |
| 4379 | + width: calc(25% - 30px); } } | |
| 4380 | + | |
| 5984 | 4381 | @media (min-width: 1440px) { |
| 5985 | 4382 | .elementor-template-library-template-page, |
| 5986 | 4383 | .elementor-template-library-template-lp { |
| 5987 | - width: calc(20% - 30px); | |
| 5988 | - } | |
| 5989 | -} | |
| 4384 | + width: calc(20% - 30px); } } | |
| 4385 | + | |
| 5990 | 4386 | @media (max-width: 1025px) { |
| 5991 | 4387 | .elementor-template-library-template-page, |
| 5992 | 4388 | .elementor-template-library-template-lp { |
| 5993 | - width: calc(33.333% - 30px); | |
| 5994 | - } | |
| 5995 | -} | |
| 4389 | + width: calc(33.333% - 30px); } } | |
| 4390 | + | |
| 5996 | 4391 | .elementor-template-library-template-page .elementor-template-library-template-body, |
| 5997 | 4392 | .elementor-template-library-template-lp .elementor-template-library-template-body { |
| 5998 | - height: 200px; | |
| 5999 | -} | |
| 4393 | + height: 200px; } | |
| 6000 | 4394 | |
| 6001 | 4395 | #elementor-template-library-order-toolbar-local, |
| 6002 | -.elementor-template-library-template-local, | |
| 6003 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4396 | +.elementor-template-library-template-local { | |
| 4397 | + display: -webkit-box; | |
| 4398 | + display: -ms-flexbox; | |
| 6004 | 4399 | display: flex; |
| 6005 | - align-items: center; | |
| 4400 | + -webkit-box-align: center; | |
| 4401 | + -ms-flex-align: center; | |
| 4402 | + align-items: center; | |
| 6006 | 4403 | padding: 0 25px; |
| 6007 | - text-align: start; | |
| 6008 | -} | |
| 6009 | -@media (max-width: 1439px) { | |
| 6010 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 6011 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 6012 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6013 | - width: 33%; | |
| 6014 | - } | |
| 6015 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6016 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6017 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6018 | - width: 10%; | |
| 6019 | - } | |
| 6020 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6021 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6022 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6023 | - width: 15%; | |
| 6024 | - } | |
| 6025 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6026 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6027 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6028 | - width: 15%; | |
| 6029 | - } | |
| 6030 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6031 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6032 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6033 | - width: 27%; | |
| 6034 | - } | |
| 6035 | -} | |
| 6036 | -@media (min-width: 1440px) { | |
| 6037 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 6038 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 6039 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 6040 | - width: 25%; | |
| 6041 | - } | |
| 6042 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 6043 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 6044 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 6045 | - width: 17%; | |
| 6046 | - } | |
| 6047 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6048 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6049 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6050 | - width: 17%; | |
| 6051 | - } | |
| 6052 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 6053 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 6054 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 6055 | - width: 17%; | |
| 6056 | - } | |
| 6057 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6058 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6059 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6060 | - width: 24%; | |
| 6061 | - } | |
| 6062 | -} | |
| 6063 | -@media (max-width: 1024px) { | |
| 6064 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 6065 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 6066 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 6067 | - display: none; | |
| 6068 | - } | |
| 6069 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 6070 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 6071 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 6072 | - width: 41%; | |
| 6073 | - } | |
| 6074 | -} | |
| 4404 | + text-align: left; } | |
| 6075 | 4405 | |
| 6076 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 6077 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 6078 | - display: none; | |
| 6079 | - position: absolute; | |
| 6080 | - background-color: var(--e-a-bg-default); | |
| 6081 | - border-radius: var(--e-a-border-radius); | |
| 6082 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 6083 | - inset-block-start: 100%; | |
| 6084 | - inset-inline-end: 0; | |
| 6085 | - z-index: 1; | |
| 6086 | - list-style: none; | |
| 6087 | - margin: 0; | |
| 6088 | - padding: 0; | |
| 6089 | -} | |
| 6090 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 6091 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6092 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 6093 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6094 | - background: transparent; | |
| 6095 | - margin: 0; | |
| 6096 | - font-size: inherit; | |
| 6097 | - font-family: inherit; | |
| 6098 | - color: inherit; | |
| 6099 | - border: none; | |
| 6100 | - padding: 10px 20px; | |
| 6101 | - font-size: 11px; | |
| 6102 | - cursor: pointer; | |
| 6103 | - display: flex; | |
| 6104 | - align-items: center; | |
| 6105 | - gap: 8px; | |
| 6106 | - width: 100%; | |
| 6107 | -} | |
| 6108 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 6109 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 6110 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 6111 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 6112 | - cursor: not-allowed; | |
| 6113 | - color: var(--e-a-color-txt-disabled); | |
| 6114 | -} | |
| 6115 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 6116 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 6117 | - color: var(--e-a-color-txt); | |
| 6118 | - text-decoration: none; | |
| 6119 | -} | |
| 6120 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 6121 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 6122 | - color: var(--e-a-color-danger); | |
| 6123 | -} | |
| 6124 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6125 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6126 | - font-size: 16px; | |
| 6127 | -} | |
| 6128 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6129 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6130 | - margin-inline-start: auto; | |
| 6131 | - cursor: pointer; | |
| 6132 | - background: none; | |
| 6133 | - border: none; | |
| 6134 | - padding: 0; | |
| 6135 | - display: flex; | |
| 6136 | - align-items: center; | |
| 6137 | - justify-content: center; | |
| 6138 | -} | |
| 6139 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6140 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6141 | - font-size: 20px; | |
| 6142 | -} | |
| 4406 | +#elementor-template-library-order-toolbar-local { | |
| 4407 | + margin-top: 30px; } | |
| 4408 | + #elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 4409 | + line-height: 1; | |
| 4410 | + font-size: 10px; | |
| 4411 | + font-weight: 500; } | |
| 4412 | + #elementor-template-library-order-toolbar-local .elementor-template-library-order-label:not(:hover) { | |
| 4413 | + color: #a4afb7; } | |
| 6143 | 4414 | |
| 6144 | -.elementor-template-library-template-local, | |
| 6145 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4415 | +.elementor-template-library-template-local { | |
| 6146 | 4416 | height: 50px; |
| 6147 | 4417 | width: 100%; |
| 6148 | - margin-block-start: 1px; | |
| 6149 | - transition: background-color 0.3s linear; | |
| 6150 | -} | |
| 6151 | -.elementor-template-library-template-local:hover, | |
| 6152 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 6153 | - background-color: var(--e-a-bg-hover); | |
| 6154 | -} | |
| 6155 | -.elementor-template-library-template-local:first-child, | |
| 6156 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 6157 | - border-start-start-radius: 3px; | |
| 6158 | - border-start-end-radius: 3px; | |
| 6159 | - border-end-start-radius: 0; | |
| 6160 | - border-end-end-radius: 0; | |
| 6161 | -} | |
| 6162 | -.elementor-template-library-template-local:last-child, | |
| 6163 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 6164 | - border-start-start-radius: 0; | |
| 6165 | - border-start-end-radius: 0; | |
| 6166 | - border-end-start-radius: 3px; | |
| 6167 | - border-end-end-radius: 3px; | |
| 6168 | -} | |
| 6169 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6170 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 6171 | - font-weight: 500; | |
| 6172 | -} | |
| 6173 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6174 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6175 | - font-size: 16px; | |
| 6176 | -} | |
| 6177 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6178 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6179 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6180 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 6181 | - padding-inline-end: 20px; | |
| 6182 | -} | |
| 6183 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6184 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6185 | - padding-inline-end: 10px; | |
| 6186 | -} | |
| 6187 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6188 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6189 | -.elementor-template-library-template-local .elementor-template-library-template-preview, | |
| 6190 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6191 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6192 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6193 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6194 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 6195 | - white-space: nowrap; | |
| 6196 | - text-overflow: ellipsis; | |
| 6197 | - overflow: hidden; | |
| 6198 | -} | |
| 6199 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6200 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 6201 | - position: relative; | |
| 6202 | - display: flex; | |
| 6203 | - align-items: center; | |
| 6204 | -} | |
| 6205 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6206 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6207 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6208 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 6209 | - cursor: pointer; | |
| 6210 | - transition: color 0.5s; | |
| 6211 | -} | |
| 6212 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6213 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6214 | - color: #F5D0FE; | |
| 6215 | -} | |
| 6216 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6217 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6218 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6219 | - cursor: not-allowed; | |
| 6220 | -} | |
| 6221 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6222 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6223 | - margin-inline-end: 3px; | |
| 6224 | -} | |
| 4418 | + margin-top: 1px; | |
| 4419 | + background-color: #fff; | |
| 4420 | + -webkit-transition: background-color .3s linear; | |
| 4421 | + -o-transition: background-color .3s linear; | |
| 4422 | + transition: background-color .3s linear; } | |
| 4423 | + .elementor-template-library-template-local:hover { | |
| 4424 | + background-color: #fafbfb; } | |
| 4425 | + .elementor-template-library-template-local:not(:hover) .elementor-template-library-template-insert { | |
| 4426 | + background: none; | |
| 4427 | + color: #a4afb7; } | |
| 4428 | + .elementor-template-library-template-local:first-child { | |
| 4429 | + -webkit-border-radius: 3px 3px 0 0; | |
| 4430 | + border-radius: 3px 3px 0 0; } | |
| 4431 | + .elementor-template-library-template-local:last-child { | |
| 4432 | + -webkit-border-radius: 0 0 3px 3px; | |
| 4433 | + border-radius: 0 0 3px 3px; } | |
| 4434 | + .elementor-template-library-template-local .elementor-template-library-template-name { | |
| 4435 | + font-weight: 500; } | |
| 4436 | + .elementor-template-library-template-local .elementor-template-library-template-name, | |
| 4437 | + .elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4438 | + padding-right: 20px; } | |
| 4439 | + .elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4440 | + color: #a4afb7; } | |
| 4441 | + .elementor-template-library-template-local .elementor-template-library-template-name, | |
| 4442 | + .elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 4443 | + .elementor-template-library-template-local .elementor-template-library-template-preview, | |
| 4444 | + .elementor-template-library-template-local .elementor-template-library-template-action { | |
| 4445 | + white-space: nowrap; | |
| 4446 | + -o-text-overflow: ellipsis; | |
| 4447 | + text-overflow: ellipsis; | |
| 4448 | + overflow: hidden; } | |
| 4449 | + .elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 4450 | + position: relative; | |
| 4451 | + display: -webkit-box; | |
| 4452 | + display: -ms-flexbox; | |
| 4453 | + display: flex; | |
| 4454 | + -webkit-box-align: center; | |
| 4455 | + -ms-flex-align: center; | |
| 4456 | + align-items: center; } | |
| 4457 | + .elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 4458 | + .elementor-template-library-template-local .elementor-template-library-template-controls a { | |
| 4459 | + color: #a4afb7; } | |
| 4460 | + .elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 4461 | + cursor: pointer; | |
| 4462 | + -webkit-transition: color .5s; | |
| 4463 | + -o-transition: color .5s; | |
| 4464 | + transition: color .5s; } | |
| 4465 | + .elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 4466 | + margin-right: 3px; } | |
| 4467 | + .elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 4468 | + margin-left: 6px; } | |
| 4469 | + .elementor-template-library-template-local .elementor-template-library-template-more:hover, | |
| 4470 | + .elementor-template-library-template-local .elementor-template-library-template-more a:hover { | |
| 4471 | + color: #556068; } | |
| 4472 | + .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 4473 | + color: #d72b3f; } | |
| 4474 | + .elementor-template-library-template-local .elementor-template-library-template-action { | |
| 4475 | + padding: 8px 18px; | |
| 4476 | + margin: 0 5%; } | |
| 4477 | + .elementor-template-library-template-local .elementor-template-library-template-more { | |
| 4478 | + display: none; | |
| 4479 | + position: absolute; | |
| 4480 | + background-color: #fff; | |
| 4481 | + padding: 3px 20px; | |
| 4482 | + -webkit-border-radius: 3px; | |
| 4483 | + border-radius: 3px; | |
| 4484 | + -webkit-box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4485 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4486 | + top: 100%; | |
| 4487 | + right: 0; | |
| 4488 | + -webkit-transform: translateX(65%) translateY(-7px); | |
| 4489 | + -ms-transform: translateX(65%) translateY(-7px); | |
| 4490 | + transform: translateX(65%) translateY(-7px); | |
| 4491 | + z-index: 1; } | |
| 4492 | + .elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 4493 | + content: ''; | |
| 4494 | + position: absolute; | |
| 4495 | + border: solid transparent; | |
| 4496 | + border-width: 8px 4px; | |
| 4497 | + border-bottom-color: #fff; | |
| 4498 | + -webkit-transform: translateY(-100%); | |
| 4499 | + -ms-transform: translateY(-100%); | |
| 4500 | + transform: translateY(-100%); } | |
| 4501 | + .elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 4502 | + margin: 10px 0; | |
| 4503 | + font-size: 11px; } | |
| 4504 | + .elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 4505 | + -webkit-box-flex: 1; | |
| 4506 | + -ms-flex-positive: 1; | |
| 4507 | + flex-grow: 1; | |
| 4508 | + text-align: right; } | |
| 4509 | + .elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 4510 | + font-size: 16px; } | |
| 6225 | 4511 | |
| 6226 | 4512 | #elementor-template-library-preview { |
| 6227 | 4513 | height: 100%; |
| 6228 | - overflow: hidden; | |
| 6229 | -} | |
| 6230 | -#elementor-template-library-preview iframe { | |
| 6231 | - height: 150%; | |
| 6232 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 6233 | -} | |
| 6234 | -@media (max-width: 1439px) { | |
| 4514 | + overflow: hidden; } | |
| 6235 | 4515 | #elementor-template-library-preview iframe { |
| 6236 | - width: 1440px; | |
| 6237 | - } | |
| 6238 | -} | |
| 6239 | -@media (min-width: 1440px) { | |
| 6240 | - #elementor-template-library-preview iframe { | |
| 6241 | - width: 1730px; | |
| 6242 | - } | |
| 6243 | -} | |
| 4516 | + height: 150%; | |
| 4517 | + -webkit-transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 4518 | + -ms-transform: scale(0.666) translateX(-25%) translateY(-25%); | |
| 4519 | + transform: scale(0.666) translateX(-25%) translateY(-25%); } | |
| 4520 | + @media (max-width: 1439px) { | |
| 4521 | + #elementor-template-library-preview iframe { | |
| 4522 | + width: 1440px; } } | |
| 4523 | + @media (min-width: 1440px) { | |
| 4524 | + #elementor-template-library-preview iframe { | |
| 4525 | + width: 1710px; } } | |
| 6244 | 4526 | |
| 6245 | 4527 | .elementor-template-library-blank-icon { |
| 6246 | - font-size: 64px; | |
| 6247 | - margin-block-start: 45px; | |
| 6248 | - line-height: 1; | |
| 6249 | -} | |
| 6250 | -.elementor-template-library-blank-icon i { | |
| 6251 | - font-size: 85px; | |
| 6252 | -} | |
| 6253 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6254 | 4528 | font-size: 65px; |
| 6255 | -} | |
| 6256 | -.elementor-template-library-blank-icon img { | |
| 6257 | - width: 70px; | |
| 6258 | -} | |
| 6259 | -.elementor-template-library-blank-icon .elementor-template-library-no-results { | |
| 6260 | - width: 200px; | |
| 6261 | -} | |
| 4529 | + margin-top: 45px; | |
| 4530 | + color: #c2cbd2; | |
| 4531 | + line-height: 1; } | |
| 4532 | + .elementor-template-library-blank-icon img { | |
| 4533 | + width: 70px; } | |
| 4534 | + .elementor-template-library-blank-icon .elementor-template-library-no-results { | |
| 4535 | + width: 200px; } | |
| 6262 | 4536 | |
| 6263 | 4537 | .elementor-template-library-blank-title { |
| 6264 | 4538 | font-size: 30px; |
| 6265 | - margin-block-start: 20px; | |
| 6266 | -} | |
| 6267 | -@media (max-width: 1439px) { | |
| 6268 | - .elementor-template-library-blank-title { | |
| 6269 | - font-size: 25px; | |
| 6270 | - } | |
| 6271 | -} | |
| 4539 | + margin-top: 40px; } | |
| 4540 | + @media (max-width: 1439px) { | |
| 4541 | + .elementor-template-library-blank-title { | |
| 4542 | + font-size: 25px; } } | |
| 6272 | 4543 | |
| 6273 | 4544 | .elementor-template-library-blank-message { |
| 6274 | 4545 | font-size: 18px; |
| 6275 | - margin-block-start: 15px; | |
| 6276 | - font-weight: 300; | |
| 6277 | -} | |
| 6278 | -@media (max-width: 1439px) { | |
| 6279 | - .elementor-template-library-blank-message { | |
| 6280 | - font-size: 16px; | |
| 6281 | - margin-block-start: 10px; | |
| 6282 | - } | |
| 6283 | -} | |
| 4546 | + color: #a4afb7; | |
| 4547 | + margin-top: 15px; | |
| 4548 | + font-weight: 300; } | |
| 4549 | + @media (max-width: 1439px) { | |
| 4550 | + .elementor-template-library-blank-message { | |
| 4551 | + font-size: 16px; | |
| 4552 | + margin-top: 10px; } } | |
| 6284 | 4553 | |
| 6285 | 4554 | #elementor-template-library-save-template-form { |
| 6286 | - margin-block-start: 40px; | |
| 4555 | + margin-top: 40px; | |
| 4556 | + display: -webkit-box; | |
| 4557 | + display: -ms-flexbox; | |
| 6287 | 4558 | display: flex; |
| 6288 | - align-items: center; | |
| 6289 | - justify-content: center; | |
| 6290 | -} | |
| 6291 | -#elementor-template-library-save-template-form > * { | |
| 6292 | - height: 55px; | |
| 6293 | - font-size: 16px; | |
| 6294 | -} | |
| 6295 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6296 | - height: 55px; | |
| 6297 | - font-size: 16px; | |
| 6298 | - margin-block-end: 15px; | |
| 6299 | -} | |
| 6300 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6301 | - display: block; | |
| 6302 | - width: 500px; | |
| 6303 | - margin: 0 auto; | |
| 6304 | -} | |
| 6305 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6306 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6307 | - display: none; | |
| 6308 | -} | |
| 6309 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6310 | - margin-inline: 5px; | |
| 6311 | -} | |
| 6312 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6313 | - display: none; | |
| 6314 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6315 | - padding: 3px 5px; | |
| 6316 | - border-radius: 100px; | |
| 6317 | - margin-inline: 5px; | |
| 6318 | -} | |
| 6319 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6320 | - color: var(--e-a-btn-bg-accent); | |
| 6321 | -} | |
| 6322 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6323 | - margin-inline-end: 5px; | |
| 6324 | -} | |
| 6325 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6326 | - display: inline; | |
| 6327 | -} | |
| 6328 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6329 | - display: inline; | |
| 6330 | - background: var(--e-a-bg-hover); | |
| 6331 | - padding: 0 2px 1px; | |
| 6332 | - border: none; | |
| 6333 | - border-radius: 2px; | |
| 6334 | - vertical-align: bottom; | |
| 6335 | - cursor: pointer; | |
| 6336 | - font-family: inherit; | |
| 6337 | - font-size: inherit; | |
| 6338 | - color: inherit; | |
| 6339 | - line-height: inherit; | |
| 6340 | -} | |
| 6341 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6342 | - background: var(--e-a-bg-active); | |
| 6343 | -} | |
| 6344 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6345 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6346 | - outline-offset: 2px; | |
| 6347 | -} | |
| 6348 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6349 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6350 | -#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, | |
| 6351 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6352 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6353 | - display: inline; | |
| 6354 | -} | |
| 6355 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6356 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6357 | -#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, | |
| 6358 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6359 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6360 | - pointer-events: none; | |
| 6361 | -} | |
| 6362 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6363 | -#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, | |
| 6364 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6365 | - display: none; | |
| 6366 | -} | |
| 6367 | -#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 { | |
| 6368 | - color: var(--e-a-color-txt-muted); | |
| 6369 | - margin-inline: 5px; | |
| 6370 | -} | |
| 6371 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6372 | - display: none; | |
| 6373 | - float: inline-start; | |
| 6374 | -} | |
| 6375 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6376 | - font-size: 13px; | |
| 6377 | - color: var(--e-a-btn-bg-accent); | |
| 6378 | - text-align: start; | |
| 6379 | -} | |
| 6380 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6381 | - color: var(--e-a-btn-bg-accent); | |
| 6382 | - text-decoration: underline; | |
| 6383 | -} | |
| 6384 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6385 | - float: inline-end; | |
| 6386 | -} | |
| 6387 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6388 | - cursor: not-allowed; | |
| 6389 | -} | |
| 6390 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6391 | - display: flex; | |
| 6392 | - flex-direction: column; | |
| 6393 | - text-align: start; | |
| 6394 | - border: var(--e-a-border-bold); | |
| 6395 | - padding: 15px; | |
| 6396 | - height: auto; | |
| 6397 | - gap: 10px; | |
| 6398 | - position: relative; | |
| 6399 | -} | |
| 6400 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6401 | - background: #69727D; | |
| 6402 | - inset-block-start: -3px; | |
| 6403 | - position: relative; | |
| 6404 | -} | |
| 6405 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6406 | - position: relative; | |
| 6407 | - display: inline-block; | |
| 6408 | -} | |
| 6409 | -#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 { | |
| 6410 | - white-space: nowrap; | |
| 6411 | - text-overflow: ellipsis; | |
| 6412 | - overflow: hidden; | |
| 6413 | - overflow: visible; | |
| 6414 | - display: inline-flex; | |
| 6415 | - align-items: baseline; | |
| 6416 | - line-height: 27px; | |
| 6417 | -} | |
| 6418 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6419 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6420 | - flex-shrink: 0; | |
| 6421 | - position: relative; | |
| 6422 | - inset-block-start: 2px; | |
| 6423 | -} | |
| 6424 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6425 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6426 | - inset-block-start: -2px; | |
| 6427 | -} | |
| 6428 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6429 | - vertical-align: bottom; | |
| 6430 | -} | |
| 6431 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6432 | - margin-inline: 5px; | |
| 6433 | - color: var(--e-a-color-txt-muted); | |
| 6434 | - cursor: pointer; | |
| 6435 | -} | |
| 6436 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6437 | - display: none; | |
| 6438 | - margin-inline-end: 5px; | |
| 6439 | - align-items: baseline; | |
| 6440 | - white-space: nowrap; | |
| 6441 | - text-overflow: ellipsis; | |
| 6442 | - overflow: hidden; | |
| 6443 | -} | |
| 6444 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6445 | - display: inline-flex !important; | |
| 6446 | -} | |
| 6447 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6448 | - text-decoration: underline; | |
| 6449 | - cursor: pointer; | |
| 6450 | - white-space: nowrap; | |
| 6451 | - text-overflow: ellipsis; | |
| 6452 | - overflow: hidden; | |
| 6453 | -} | |
| 6454 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6455 | - cursor: pointer; | |
| 6456 | - flex-shrink: 0; | |
| 6457 | -} | |
| 6458 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6459 | - color: var(--e-a-color-primary-bold); | |
| 6460 | - font-size: 14px; | |
| 6461 | -} | |
| 6462 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6463 | - text-decoration: underline; | |
| 6464 | -} | |
| 6465 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6466 | - display: none; | |
| 6467 | - position: absolute; | |
| 6468 | - inset-block-start: 40px; | |
| 6469 | - background-color: var(--e-a-bg-default); | |
| 6470 | - min-width: 187px; | |
| 6471 | - overflow: auto; | |
| 6472 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6473 | - z-index: 1; | |
| 6474 | - border-radius: 2px; | |
| 6475 | - max-width: 450px; | |
| 6476 | -} | |
| 6477 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6478 | - white-space: nowrap; | |
| 6479 | - text-overflow: ellipsis; | |
| 6480 | - overflow: hidden; | |
| 6481 | -} | |
| 6482 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6483 | - margin: 15px; | |
| 6484 | -} | |
| 6485 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6486 | - margin-inline-end: 10px; | |
| 6487 | -} | |
| 6488 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6489 | - max-height: 170px; | |
| 6490 | -} | |
| 6491 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6492 | - padding: 5px 15px; | |
| 6493 | - cursor: pointer; | |
| 6494 | - list-style: none; | |
| 6495 | -} | |
| 6496 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6497 | - display: none; | |
| 6498 | -} | |
| 6499 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6500 | - margin: 0px; | |
| 6501 | -} | |
| 6502 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6503 | - text-decoration: underline; | |
| 6504 | -} | |
| 6505 | -#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 { | |
| 6506 | - background: var(--e-a-border-color); | |
| 6507 | -} | |
| 6508 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6509 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6510 | - outline-offset: -2px; | |
| 6511 | -} | |
| 6512 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6513 | - pointer-events: none; | |
| 6514 | - opacity: 0.3; | |
| 6515 | -} | |
| 6516 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6517 | - text-align: center; | |
| 6518 | - font-size: 13px; | |
| 6519 | - margin: 0 20px; | |
| 6520 | - padding-block: 15px; | |
| 6521 | - pointer-events: none; | |
| 6522 | -} | |
| 6523 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6524 | - font-size: 24px; | |
| 6525 | - padding-block-end: 10px; | |
| 6526 | -} | |
| 6527 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6528 | - border-block-start: none; | |
| 6529 | - border-inline: none; | |
| 6530 | -} | |
| 6531 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6532 | - pointer-events: none; | |
| 6533 | - opacity: 0.3; | |
| 6534 | -} | |
| 6535 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6536 | - display: flex; | |
| 6537 | - flex-direction: column; | |
| 6538 | - width: 600px; | |
| 6539 | - text-align: start; | |
| 6540 | -} | |
| 6541 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6542 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6543 | - font-size: 12px; | |
| 6544 | - font-weight: 400; | |
| 6545 | - color: var(--e-a-color-txt); | |
| 6546 | -} | |
| 6547 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6548 | - width: 100%; | |
| 6549 | - padding: 12px 15px; | |
| 6550 | - border: var(--e-a-border-bold); | |
| 6551 | - border-radius: 3px; | |
| 6552 | - margin-block-end: 0; | |
| 6553 | -} | |
| 6554 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6555 | - border: none; | |
| 6556 | - padding: 0; | |
| 6557 | - gap: 12px; | |
| 6558 | - margin-block-start: 20px; | |
| 6559 | -} | |
| 6560 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6561 | - display: flex; | |
| 6562 | - align-items: center; | |
| 6563 | - padding: 12px 15px; | |
| 6564 | - border: var(--e-a-border-bold); | |
| 6565 | - border-radius: 3px; | |
| 6566 | - width: 100%; | |
| 6567 | - line-height: normal; | |
| 6568 | - gap: 8px; | |
| 6569 | -} | |
| 6570 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6571 | - border-color: var(--e-a-color-txt); | |
| 6572 | -} | |
| 6573 | -#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 { | |
| 6574 | - display: flex; | |
| 6575 | -} | |
| 6576 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6577 | - margin-inline-end: 0; | |
| 6578 | - flex-shrink: 0; | |
| 6579 | - position: relative; | |
| 6580 | -} | |
| 6581 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6582 | - inset-block-start: 0; | |
| 6583 | -} | |
| 6584 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6585 | - content: ""; | |
| 6586 | - position: absolute; | |
| 6587 | - inset-inline-end: -8px; | |
| 6588 | - width: 1px; | |
| 6589 | - height: 18px; | |
| 6590 | - background-color: var(--e-a-border-color); | |
| 6591 | -} | |
| 6592 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6593 | - margin-inline-start: 12px; | |
| 6594 | - margin-inline-end: 4px; | |
| 6595 | - font-size: 24px; | |
| 6596 | - color: var(--e-a-color-txt); | |
| 6597 | -} | |
| 6598 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6599 | - margin-inline-start: 8px; | |
| 6600 | - margin-inline-end: 0; | |
| 6601 | - font-size: 24px; | |
| 6602 | - color: var(--e-a-color-txt); | |
| 6603 | -} | |
| 6604 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6605 | - flex: 0 0 auto; | |
| 6606 | - margin: 0; | |
| 6607 | - cursor: pointer; | |
| 6608 | -} | |
| 6609 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6610 | - margin-inline: 0; | |
| 6611 | -} | |
| 6612 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6613 | - display: inline; | |
| 6614 | - background: transparent; | |
| 6615 | - padding: 0; | |
| 6616 | - border-radius: 0; | |
| 6617 | - vertical-align: baseline; | |
| 6618 | - text-decoration: underline; | |
| 6619 | - cursor: pointer; | |
| 6620 | - margin-inline-start: 0; | |
| 6621 | -} | |
| 6622 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6623 | - background: transparent; | |
| 6624 | -} | |
| 6625 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6626 | - color: var(--e-a-color-primary-bold); | |
| 6627 | - text-decoration: underline; | |
| 6628 | - cursor: pointer; | |
| 6629 | - margin-inline-start: 4px; | |
| 6630 | -} | |
| 6631 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6632 | - text-decoration: none; | |
| 6633 | -} | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6635 | - display: none; | |
| 6636 | - border: none; | |
| 6637 | - padding: 0; | |
| 6638 | - border-radius: 0; | |
| 6639 | - margin-inline-start: 0; | |
| 6640 | - background: transparent; | |
| 6641 | - transition: background-color 0.2s; | |
| 6642 | - padding: 3px 8px; | |
| 6643 | -} | |
| 6644 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6645 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6646 | - border-radius: 3px; | |
| 6647 | -} | |
| 6648 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6649 | - color: var(--e-a-btn-bg-accent); | |
| 6650 | - text-decoration: none; | |
| 6651 | - display: flex; | |
| 6652 | - align-items: center; | |
| 6653 | - gap: 4px; | |
| 6654 | - font-size: 14px; | |
| 6655 | - font-weight: 500; | |
| 6656 | -} | |
| 6657 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6658 | - margin: 0; | |
| 6659 | - font-size: 14px; | |
| 6660 | -} | |
| 6661 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6662 | - display: none; | |
| 6663 | -} | |
| 6664 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6665 | - color: var(--e-a-color-txt-muted); | |
| 6666 | - margin-inline: 5px; | |
| 6667 | -} | |
| 6668 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6669 | - color: var(--e-a-color-info); | |
| 6670 | - text-decoration: underline; | |
| 6671 | -} | |
| 6672 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6673 | - text-decoration: none; | |
| 6674 | -} | |
| 6675 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6676 | - display: flex; | |
| 6677 | - align-items: center; | |
| 6678 | - gap: 6px; | |
| 6679 | - padding: 6px 12px; | |
| 6680 | - border: none; | |
| 6681 | - border-radius: 20px; | |
| 6682 | - font-size: 14px; | |
| 6683 | - font-weight: 500; | |
| 6684 | - cursor: pointer; | |
| 6685 | - transition: opacity 0.2s; | |
| 6686 | - margin-inline-start: auto; | |
| 6687 | -} | |
| 6688 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6689 | - opacity: 0.8; | |
| 6690 | -} | |
| 6691 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6692 | - margin: 0; | |
| 6693 | - font-size: 14px; | |
| 6694 | -} | |
| 6695 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6696 | - background-color: var(--e-a-bg-info); | |
| 6697 | - color: var(--e-a-color-info); | |
| 6698 | -} | |
| 6699 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6700 | - color: var(--e-a-color-info); | |
| 6701 | -} | |
| 6702 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6703 | - background-color: var(--e-a-bg-warning); | |
| 6704 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6705 | -} | |
| 6706 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6707 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6708 | -} | |
| 6709 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6710 | - display: none; | |
| 6711 | - margin-inline-start: 8px; | |
| 6712 | - align-items: center; | |
| 6713 | - gap: 6px; | |
| 6714 | -} | |
| 6715 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6716 | - display: inline-flex !important; | |
| 6717 | -} | |
| 6718 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6719 | - text-decoration: underline; | |
| 6720 | - cursor: pointer; | |
| 6721 | -} | |
| 6722 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6723 | - cursor: pointer; | |
| 6724 | - font-size: 14px; | |
| 6725 | -} | |
| 6726 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6727 | - inset-block-start: 75px; | |
| 6728 | - inset-inline-start: 230px; | |
| 6729 | -} | |
| 6730 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6731 | - display: none; | |
| 6732 | -} | |
| 6733 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6734 | - display: inline; | |
| 6735 | -} | |
| 6736 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6737 | - display: none; | |
| 6738 | -} | |
| 6739 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6740 | - border-color: var(--e-a-border-color); | |
| 6741 | -} | |
| 6742 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6743 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6744 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6745 | - color: var(--e-a-color-txt-disabled); | |
| 6746 | -} | |
| 6747 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6748 | - background-color: var(--e-a-color-txt-disabled); | |
| 6749 | -} | |
| 6750 | -#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 { | |
| 6751 | - border-color: var(--e-a-border-color); | |
| 6752 | -} | |
| 6753 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6754 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6755 | -#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, | |
| 6756 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6757 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6758 | - color: var(--e-a-color-txt-disabled); | |
| 6759 | -} | |
| 6760 | -#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 { | |
| 6761 | - background-color: var(--e-a-color-txt-disabled); | |
| 6762 | -} | |
| 6763 | -#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 { | |
| 6764 | - display: inline-flex; | |
| 6765 | -} | |
| 6766 | -#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 { | |
| 6767 | - display: none; | |
| 6768 | -} | |
| 6769 | -#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 { | |
| 6770 | - display: block; | |
| 6771 | -} | |
| 6772 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6773 | -#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], | |
| 6774 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6775 | - pointer-events: none; | |
| 6776 | -} | |
| 6777 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6778 | - display: block; | |
| 6779 | - margin-block-start: 15px; | |
| 6780 | -} | |
| 6781 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6782 | - align-self: center; | |
| 6783 | - margin-block-start: 20px; | |
| 6784 | - float: none; | |
| 6785 | -} | |
| 4559 | + -webkit-box-align: center; | |
| 4560 | + -ms-flex-align: center; | |
| 4561 | + align-items: center; | |
| 4562 | + -webkit-box-pack: center; | |
| 4563 | + -ms-flex-pack: center; | |
| 4564 | + justify-content: center; } | |
| 4565 | + #elementor-template-library-save-template-form > * { | |
| 4566 | + height: 55px; | |
| 4567 | + font-size: 16px; } | |
| 6786 | 4568 | |
| 6787 | 4569 | #elementor-template-library-save-template-name { |
| 6788 | 4570 | width: 500px; |
| 6789 | - padding-inline-start: 25px; | |
| 6790 | - border-start-start-radius: 3px; | |
| 6791 | - border-start-end-radius: 0; | |
| 6792 | - border-end-start-radius: 3px; | |
| 6793 | - border-end-end-radius: 0; | |
| 6794 | -} | |
| 4571 | + background-color: #fff; | |
| 4572 | + font-weight: 300; | |
| 4573 | + color: #a4afb7; | |
| 4574 | + padding-left: 25px; | |
| 4575 | + -webkit-border-radius: 3px 0 0 3px; | |
| 4576 | + border-radius: 3px 0 0 3px; | |
| 4577 | + border: none; } | |
| 6795 | 4578 | |
| 6796 | 4579 | #elementor-template-library-save-template-submit { |
| 6797 | 4580 | width: 150px; |
| 6798 | - border-start-start-radius: 0; | |
| 6799 | - border-start-end-radius: 3px; | |
| 6800 | - border-end-start-radius: 0; | |
| 6801 | - border-end-end-radius: 3px; | |
| 6802 | -} | |
| 4581 | + -webkit-border-radius: 0 3px 3px 0; | |
| 4582 | + border-radius: 0 3px 3px 0; } | |
| 4583 | + #elementor-template-library-save-template-submit:hover { | |
| 4584 | + -webkit-box-shadow: none; | |
| 4585 | + box-shadow: none; } | |
| 6803 | 4586 | |
| 6804 | 4587 | #elementor-template-library-import-form { |
| 6805 | 4588 | width: 95%; |
| 4589 | + background-color: rgba(255, 255, 255, 0.5); | |
| 6806 | 4590 | padding: 60px; |
| 6807 | - border: 2px dashed var(--e-a-border-color-bold); | |
| 4591 | + border: 2px dashed #d5dadf; | |
| 6808 | 4592 | margin: 35px auto; |
| 6809 | - transition: var(--e-a-transition-hover); | |
| 6810 | -} | |
| 6811 | -#elementor-template-library-import-form-or { | |
| 6812 | - margin-block-start: 15px; | |
| 6813 | - font-size: 18px; | |
| 6814 | -} | |
| 6815 | -#elementor-template-library-import-form-label { | |
| 6816 | - margin-block-start: 20px; | |
| 6817 | - padding: 15px 35px; | |
| 6818 | - display: inline-block; | |
| 6819 | -} | |
| 6820 | -#elementor-template-library-import-form-input { | |
| 6821 | - display: none; | |
| 6822 | -} | |
| 6823 | -#elementor-template-library-import-form.elementor-drag-over { | |
| 6824 | - border-color: var(--e-a-color-primary); | |
| 6825 | -} | |
| 4593 | + -webkit-transition: background-color 0.5s; | |
| 4594 | + -o-transition: background-color 0.5s; | |
| 4595 | + transition: background-color 0.5s; } | |
| 4596 | + #elementor-template-library-import-form:hover { | |
| 4597 | + background-color: rgba(255, 255, 255, 0.9); } | |
| 4598 | + #elementor-template-library-import-form-or { | |
| 4599 | + margin-top: 15px; | |
| 4600 | + font-size: 18px; } | |
| 4601 | + #elementor-template-library-import-form-label { | |
| 4602 | + margin-top: 20px; | |
| 4603 | + padding: 15px 35px; | |
| 4604 | + display: inline-block; } | |
| 4605 | + #elementor-template-library-import-form-input { | |
| 4606 | + display: none; } | |
| 4607 | + #elementor-template-library-import-form.elementor-drag-over { | |
| 4608 | + border: 3px dashed #71d7f7; } | |
| 4609 | + | |
| 6826 | 4610 | #elementor-template-library-import .elementor-template-library-blank-icon { |
| 6827 | - margin-block-start: 0; | |
| 6828 | -} | |
| 4611 | + margin-top: 0; } | |
| 4612 | + | |
| 6829 | 4613 | #elementor-template-library-import .elementor-template-library-blank-message { |
| 6830 | - margin-block-start: 20px; | |
| 6831 | -} | |
| 4614 | + margin-top: 20px; } | |
| 6832 | 4615 | |
| 6833 | 4616 | .e-route-library-connect #elementor-template-library-modal .dialog-message { |
| 6834 | 4617 | max-height: 95vh; |
| 6835 | 4618 | padding: 100px 0 0; |
| 6836 | - min-height: 550px; | |
| 6837 | -} | |
| 4619 | + min-height: 550px; } | |
| 6838 | 4620 | |
| 6839 | -.elementor-template-library-cloud-empty__button { | |
| 6840 | - margin-block-start: 45px; | |
| 6841 | -} | |
| 4621 | +#elementor-template-library-connect-logo { | |
| 4622 | + font-size: 20px; } | |
| 6842 | 4623 | |
| 6843 | -#elementor-template-library-connect-logo { | |
| 6844 | - font-size: 20px; | |
| 6845 | -} | |
| 6846 | 4624 | #elementor-template-library-connect__button { |
| 6847 | 4625 | display: inline-block; |
| 6848 | 4626 | position: relative; |
| 6849 | 4627 | z-index: 1; |
| 6850 | - margin-block-start: 25px; | |
| 4628 | + margin-top: 25px; | |
| 6851 | 4629 | padding: 12px 24px; |
| 6852 | - font-size: 14px; | |
| 6853 | -} | |
| 4630 | + font-size: 14px; } | |
| 4631 | + | |
| 6854 | 4632 | #elementor-template-library-connect__background-image-left-1 { |
| 6855 | 4633 | right: 22.4%; |
| 6856 | 4634 | bottom: -29%; |
| 6857 | - animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; | |
| 6858 | -} | |
| 4635 | + -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; | |
| 4636 | + animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; } | |
| 4637 | + | |
| 6859 | 4638 | #elementor-template-library-connect__background-image-left-2 { |
| 6860 | 4639 | right: 46.25%; |
| 6861 | 4640 | bottom: -15.5%; |
| 6862 | - animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; | |
| 6863 | -} | |
| 4641 | + -webkit-animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; | |
| 4642 | + animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; } | |
| 4643 | + | |
| 6864 | 4644 | #elementor-template-library-connect__background-image-right-1 { |
| 6865 | 4645 | left: 37%; |
| 6866 | 4646 | bottom: -41%; |
| 6867 | - animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; | |
| 6868 | -} | |
| 4647 | + -webkit-animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; | |
| 4648 | + animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; } | |
| 4649 | + | |
| 6869 | 4650 | #elementor-template-library-connect__background-image-right-2 { |
| 6870 | 4651 | left: 48%; |
| 6871 | 4652 | bottom: -12.5%; |
| 6872 | - animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; | |
| 6873 | -} | |
| 4653 | + -webkit-animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; | |
| 4654 | + animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; } | |
| 6874 | 4655 | |
| 6875 | 4656 | .elementor-template-library-connect__background-image { |
| 6876 | - position: absolute; | |
| 6877 | -} | |
| 4657 | + position: absolute; } | |
| 6878 | 4658 | |
| 6879 | 4659 | .elementor-template-library-blank-footer { |
| 6880 | 4660 | position: absolute; |
| 6881 | - inset-block-end: 70px; | |
| 6882 | - inset-inline-start: 50%; | |
| 6883 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 6884 | - font-style: italic; | |
| 6885 | - color: var(--e-a-color-txt-muted); | |
| 6886 | -} | |
| 6887 | -@media (max-height: 700px) { | |
| 6888 | - .elementor-template-library-blank-footer { | |
| 6889 | - display: none; | |
| 6890 | - } | |
| 6891 | -} | |
| 4661 | + bottom: 70px; | |
| 4662 | + left: 50%; | |
| 4663 | + -webkit-transform: translateX(-50%); | |
| 4664 | + -ms-transform: translateX(-50%); | |
| 4665 | + transform: translateX(-50%); | |
| 4666 | + color: #a4afb7; | |
| 4667 | + font-style: italic; } | |
| 4668 | + @media (max-height: 700px) { | |
| 4669 | + .elementor-template-library-blank-footer { | |
| 4670 | + display: none; } } | |
| 6892 | 4671 | |
| 6893 | 4672 | #elementor-template-library-footer-banner { |
| 6894 | - padding-block-end: 45px; | |
| 6895 | -} | |
| 6896 | -#elementor-template-library-footer-banner i { | |
| 6897 | - font-size: 56px; | |
| 6898 | - margin-block-start: 40px; | |
| 6899 | -} | |
| 6900 | -#elementor-template-library-footer-banner .elementor-nerd-box-icon { | |
| 6901 | - margin-block-start: 70px; | |
| 6902 | -} | |
| 4673 | + padding-bottom: 45px; } | |
| 4674 | + #elementor-template-library-footer-banner i { | |
| 4675 | + color: #c2cbd2; | |
| 4676 | + font-size: 56px; | |
| 4677 | + margin-top: 40px; } | |
| 4678 | + #elementor-template-library-footer-banner .elementor-nerd-box-icon { | |
| 4679 | + margin-top: 70px; } | |
| 4680 | + #elementor-template-library-footer-banner .elementor-excerpt { | |
| 4681 | + color: #a4afb7; | |
| 4682 | + font-size: 15px; | |
| 4683 | + font-weight: 500; | |
| 4684 | + margin-top: 20px; } | |
| 6903 | 4685 | |
| 6904 | 4686 | #elementor-template-library-templates-empty { |
| 6905 | 4687 | width: 100%; |
| 6906 | - margin-block-start: 40px; | |
| 6907 | -} | |
| 4688 | + margin-top: 40px; } | |
| 6908 | 4689 | |
| 6909 | 4690 | #elementor-template-library-error-dialog .dialog-message { |
| 6910 | - text-align: start; | |
| 6911 | -} | |
| 4691 | + text-align: start; } | |
| 6912 | 4692 | |
| 6913 | 4693 | #elementor-template-library-error-info { |
| 6914 | - margin-block-start: 10px; | |
| 6915 | -} | |
| 4694 | + margin-top: 10px; } | |
| 6916 | 4695 | |
| 6917 | -#elementor-library--infotip__dialog, | |
| 6918 | -#elementor-library--connect_infotip__dialog, | |
| 6919 | -#elementor-library--cloud-upgrade__dialog, | |
| 6920 | -#elementor-library--site-info__dialog { | |
| 6921 | - position: absolute; | |
| 6922 | - z-index: 10000; | |
| 6923 | - background-color: var(--e-a-bg-default); | |
| 6924 | - box-shadow: var(--e-a-popover-shadow); | |
| 6925 | - border-radius: var(--e-a-border-radius); | |
| 6926 | -} | |
| 6927 | -#elementor-library--infotip__dialog.variant-b, | |
| 6928 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6929 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6930 | -#elementor-library--site-info__dialog.variant-b { | |
| 6931 | - width: 200px; | |
| 6932 | - color: var(--e-a-color-txt-invert); | |
| 6933 | - background-color: var(--e-a-bg-secondary); | |
| 6934 | -} | |
| 6935 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6936 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6937 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6938 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6939 | - padding: 4px 8px 4px 8px; | |
| 6940 | -} | |
| 6941 | -#elementor-library--infotip__dialog__title, | |
| 6942 | -#elementor-library--connect_infotip__dialog__title, | |
| 6943 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6944 | -#elementor-library--site-info__dialog__title { | |
| 6945 | - font-size: 14px; | |
| 6946 | -} | |
| 6947 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6948 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6949 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6950 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6951 | - padding: 10px 0 10px 10px; | |
| 6952 | - float: inline-end; | |
| 6953 | -} | |
| 6954 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6955 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6956 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6957 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6958 | - padding: 7px 25px; | |
| 6959 | - font-size: 13px; | |
| 6960 | - background: none; | |
| 6961 | - color: var(--e-a-btn-bg-accent); | |
| 6962 | - border: none; | |
| 6963 | - font-weight: 500; | |
| 6964 | - cursor: pointer; | |
| 6965 | -} | |
| 6966 | -#elementor-library--infotip__dialog:after, | |
| 6967 | -#elementor-library--connect_infotip__dialog:after, | |
| 6968 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6969 | -#elementor-library--site-info__dialog:after { | |
| 6970 | - content: ""; | |
| 6971 | - position: absolute; | |
| 6972 | - inset-inline-end: 46%; | |
| 6973 | - transform: scaleX(0.7); | |
| 6974 | - border: 10px solid transparent; | |
| 6975 | -} | |
| 4696 | +@media (max-width: 1439px) { | |
| 4697 | + .elementor-template-library-local-column-1 { | |
| 4698 | + width: 33%; } | |
| 4699 | + .elementor-template-library-local-column-2 { | |
| 4700 | + width: 10%; } | |
| 4701 | + .elementor-template-library-local-column-3 { | |
| 4702 | + width: 15%; } | |
| 4703 | + .elementor-template-library-local-column-4 { | |
| 4704 | + width: 15%; } | |
| 4705 | + .elementor-template-library-local-column-5 { | |
| 4706 | + width: 27%; } } | |
| 6976 | 4707 | |
| 6977 | -#elementor-library--infotip__dialog { | |
| 6978 | - width: 265px; | |
| 6979 | -} | |
| 6980 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6981 | - padding: 20px 20px 0px 20px; | |
| 6982 | -} | |
| 6983 | -#elementor-library--infotip__dialog:after { | |
| 6984 | - inset-block-start: 100%; | |
| 6985 | - border-block-start-color: var(--e-a-bg-default); | |
| 6986 | -} | |
| 6987 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6988 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6989 | -} | |
| 4708 | +@media (min-width: 1440px) { | |
| 4709 | + .elementor-template-library-local-column-1 { | |
| 4710 | + width: 25%; } | |
| 4711 | + .elementor-template-library-local-column-2 { | |
| 4712 | + width: 17%; } | |
| 4713 | + .elementor-template-library-local-column-3 { | |
| 4714 | + width: 17%; } | |
| 4715 | + .elementor-template-library-local-column-4 { | |
| 4716 | + width: 17%; } | |
| 4717 | + .elementor-template-library-local-column-5 { | |
| 4718 | + width: 24%; } } | |
| 6990 | 4719 | |
| 6991 | -#elementor-library--connect_infotip__dialog { | |
| 6992 | - width: 265px; | |
| 6993 | -} | |
| 6994 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 6995 | - padding: 20px; | |
| 6996 | -} | |
| 6997 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 6998 | - inset-block-end: 100%; | |
| 6999 | - border-block-end-color: var(--e-a-bg-default); | |
| 7000 | -} | |
| 7001 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 7002 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7003 | - inset-block-start: 100%; | |
| 7004 | -} | |
| 7005 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 7006 | - width: 265px; | |
| 7007 | -} | |
| 4720 | +@media (max-width: 1024px) { | |
| 4721 | + .elementor-template-library-local-column-3 { | |
| 4722 | + display: none; } | |
| 4723 | + .elementor-template-library-local-column-5 { | |
| 4724 | + width: 41%; } } | |
| 7008 | 4725 | |
| 7009 | -#elementor-library--cloud-upgrade__dialog { | |
| 7010 | - width: 265px; | |
| 7011 | -} | |
| 7012 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 7013 | - inset-block-start: 100%; | |
| 7014 | - border-block-start-color: var(--e-a-bg-default); | |
| 7015 | -} | |
| 7016 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 7017 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7018 | -} | |
| 7019 | - | |
| 7020 | -#elementor-library--site-info__dialog { | |
| 7021 | - width: 265px; | |
| 7022 | -} | |
| 7023 | -#elementor-library--site-info__dialog:after { | |
| 7024 | - inset-block-start: 100%; | |
| 7025 | - border-block-start-color: var(--e-a-bg-default); | |
| 7026 | -} | |
| 7027 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 7028 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 7029 | -} | |
| 7030 | - | |
| 7031 | -.elementor-global-styles-dialog { | |
| 7032 | - --gsd-color-text-primary: #0c0d0e; | |
| 7033 | - --gsd-color-text-secondary: #3f444b; | |
| 7034 | - --gsd-color-text-tertiary: #69727D; | |
| 7035 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 7036 | - --gsd-color-primary-main: #f0abfc; | |
| 7037 | - --gsd-color-primary-hover: #e879f9; | |
| 7038 | - --gsd-color-secondary-main: #515962; | |
| 7039 | - --gsd-border-radius: 4px; | |
| 7040 | - --gsd-spacing-horizontal: 24px; | |
| 7041 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 7042 | - padding: 16px 0 0; | |
| 7043 | - min-width: 444px; | |
| 7044 | -} | |
| 7045 | -.elementor-global-styles-dialog__header { | |
| 7046 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 7047 | - margin-block-end: 16px; | |
| 7048 | -} | |
| 7049 | -.elementor-global-styles-dialog__header h2 { | |
| 7050 | - margin: 0 0 4px; | |
| 7051 | - font-family: var(--gsd-font-family); | |
| 7052 | - font-size: 16px; | |
| 7053 | - font-weight: 500; | |
| 7054 | - line-height: 1.3; | |
| 7055 | - color: var(--gsd-color-text-primary); | |
| 7056 | - letter-spacing: 0.15px; | |
| 7057 | -} | |
| 7058 | -.elementor-global-styles-dialog__header p { | |
| 7059 | - margin: 0; | |
| 7060 | - font-family: var(--gsd-font-family); | |
| 7061 | - font-size: 14px; | |
| 7062 | - font-weight: 400; | |
| 7063 | - line-height: 20px; | |
| 7064 | - color: var(--gsd-color-text-secondary); | |
| 7065 | - letter-spacing: 0.15px; | |
| 7066 | -} | |
| 7067 | -.elementor-global-styles-dialog__options { | |
| 7068 | - display: flex; | |
| 7069 | - flex-direction: column; | |
| 7070 | - gap: 12px; | |
| 7071 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 7072 | -} | |
| 7073 | -.elementor-global-styles-dialog__radio-card { | |
| 7074 | - display: flex; | |
| 7075 | - gap: 0; | |
| 7076 | - padding: 12px 8px; | |
| 7077 | - border: 1px solid var(--gsd-color-divider); | |
| 7078 | - border-radius: var(--gsd-border-radius); | |
| 7079 | - cursor: pointer; | |
| 7080 | - transition: border-color 0.2s ease; | |
| 7081 | -} | |
| 7082 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 7083 | - border: 2px solid var(--gsd-color-text-primary); | |
| 7084 | - padding: 11px 7px; | |
| 7085 | -} | |
| 7086 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 7087 | - flex-shrink: 0; | |
| 7088 | - width: 20px; | |
| 7089 | - height: 20px; | |
| 7090 | - margin: 9px; | |
| 7091 | - cursor: pointer; | |
| 7092 | - color: var(--gsd-color-text-tertiary); | |
| 7093 | - accent-color: var(--gsd-color-text-primary); | |
| 7094 | -} | |
| 7095 | -.elementor-global-styles-dialog__radio-card-content { | |
| 7096 | - display: flex; | |
| 7097 | - align-items: flex-start; | |
| 7098 | - flex-direction: column; | |
| 7099 | - flex: 1; | |
| 7100 | -} | |
| 7101 | -.elementor-global-styles-dialog__radio-label { | |
| 7102 | - font-family: var(--gsd-font-family); | |
| 7103 | - font-size: 14px; | |
| 7104 | - font-weight: 500; | |
| 7105 | - line-height: 18px; | |
| 7106 | - color: var(--gsd-color-text-primary); | |
| 7107 | - letter-spacing: 0.15px; | |
| 7108 | -} | |
| 7109 | -.elementor-global-styles-dialog__radio-description { | |
| 7110 | - font-family: var(--gsd-font-family); | |
| 7111 | - font-size: 12px; | |
| 7112 | - font-weight: 400; | |
| 7113 | - line-height: 20px; | |
| 7114 | - color: var(--gsd-color-text-secondary); | |
| 7115 | - letter-spacing: 0.4px; | |
| 7116 | -} | |
| 7117 | -.elementor-global-styles-dialog__checkbox-container { | |
| 7118 | - display: flex; | |
| 7119 | - align-items: flex-start; | |
| 7120 | - gap: 4px; | |
| 7121 | - padding: 0; | |
| 7122 | - margin-block-start: 0; | |
| 7123 | -} | |
| 7124 | -.elementor-global-styles-dialog__checkbox-option { | |
| 7125 | - display: flex; | |
| 7126 | - align-items: flex-start; | |
| 7127 | - gap: 4px; | |
| 7128 | - cursor: pointer; | |
| 7129 | -} | |
| 7130 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7131 | - width: 18px; | |
| 7132 | - height: 18px; | |
| 7133 | - margin: 4px; | |
| 7134 | - cursor: pointer; | |
| 7135 | -} | |
| 7136 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7137 | - background-color: var(--gsd-color-text-tertiary); | |
| 7138 | -} | |
| 7139 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7140 | - font-family: var(--gsd-font-family); | |
| 7141 | - font-size: 12px; | |
| 7142 | - font-weight: 400; | |
| 7143 | - line-height: 1.43; | |
| 7144 | - color: var(--gsd-color-text-primary); | |
| 7145 | - letter-spacing: 0.15px; | |
| 7146 | - padding-block-start: 4px; | |
| 7147 | - margin-inline-start: 4px; | |
| 7148 | -} | |
| 7149 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7150 | - color: #2563eb; | |
| 7151 | - text-decoration: underline; | |
| 7152 | -} | |
| 7153 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7154 | - color: #2563eb; | |
| 7155 | -} | |
| 7156 | -.elementor-global-styles-dialog__footer { | |
| 7157 | - display: flex; | |
| 7158 | - justify-content: flex-end; | |
| 7159 | - align-items: center; | |
| 7160 | - gap: 8px; | |
| 7161 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 7162 | -} | |
| 7163 | -.elementor-global-styles-dialog__button-cancel { | |
| 7164 | - padding: 6px 8px; | |
| 7165 | - font-family: var(--gsd-font-family); | |
| 7166 | - font-size: 15px; | |
| 7167 | - font-weight: 500; | |
| 7168 | - line-height: 24px; | |
| 7169 | - letter-spacing: 0.4px; | |
| 7170 | - color: var(--gsd-color-secondary-main); | |
| 7171 | - background: transparent; | |
| 7172 | - border: none; | |
| 7173 | - border-radius: var(--gsd-border-radius); | |
| 7174 | - cursor: pointer; | |
| 7175 | -} | |
| 7176 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7177 | - background: rgba(0, 0, 0, 0.04); | |
| 7178 | -} | |
| 7179 | -.elementor-global-styles-dialog__button-insert { | |
| 7180 | - padding: 6px 16px; | |
| 7181 | - font-family: var(--gsd-font-family); | |
| 7182 | - font-size: 15px; | |
| 7183 | - font-weight: 500; | |
| 7184 | - line-height: 24px; | |
| 7185 | - letter-spacing: 0.4px; | |
| 7186 | - color: var(--gsd-color-text-primary); | |
| 7187 | - background: var(--gsd-color-primary-main); | |
| 7188 | - border: none; | |
| 7189 | - border-radius: var(--gsd-border-radius); | |
| 7190 | - cursor: pointer; | |
| 7191 | -} | |
| 7192 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7193 | - background: var(--gsd-color-primary-hover); | |
| 7194 | -} | |
| 7195 | - | |
| 7196 | 4726 | .elementor-tags-list { |
| 7197 | 4727 | display: none; |
| 7198 | 4728 | position: absolute; |
| 7199 | 4729 | width: 260px; |
| @@ -7198,1233 +4728,1051 @@ | ||
| 7198 | 4728 | position: absolute; |
| 7199 | 4729 | width: 260px; |
| 7200 | 4730 | max-height: 300px; |
| 7201 | 4731 | overflow: auto; |
| 7202 | - padding-block-end: 5px; | |
| 7203 | - background-color: var(--e-a-bg-default); | |
| 7204 | - box-shadow: var(--e-a-popover-shadow); | |
| 7205 | - border: var(--e-a-border); | |
| 7206 | - border-radius: 3px; | |
| 7207 | - z-index: 10000; | |
| 7208 | -} | |
| 7209 | -.elementor-tags-list__group-title { | |
| 7210 | - font-weight: bold; | |
| 7211 | - font-size: 12px; | |
| 7212 | - padding: 10px 15px; | |
| 7213 | - display: flex; | |
| 7214 | - align-items: center; | |
| 7215 | -} | |
| 7216 | -.elementor-tags-list__group-title .eicon-info-circle { | |
| 7217 | - padding-inline-end: 5px; | |
| 7218 | - color: var(--e-a-color-primary-bold); | |
| 7219 | - font-size: 14px; | |
| 7220 | -} | |
| 7221 | -.elementor-tags-list__item { | |
| 7222 | - font-size: 10px; | |
| 7223 | - padding: 6px 15px; | |
| 7224 | - cursor: pointer; | |
| 7225 | -} | |
| 7226 | -.elementor-tags-list__item:before { | |
| 7227 | - content: ">"; | |
| 7228 | - font-size: 8px; | |
| 7229 | - padding-inline-end: 5px; | |
| 7230 | -} | |
| 7231 | -.elementor-tags-list__item:hover { | |
| 7232 | - background-color: var(--e-a-bg-hover); | |
| 7233 | -} | |
| 7234 | -.elementor-tags-list__teaser { | |
| 7235 | - border-block-start: 2px solid var(--e-a-border-color); | |
| 7236 | - padding-block-start: 4px; | |
| 7237 | - margin-block-start: 4px; | |
| 7238 | -} | |
| 7239 | -.elementor-tags-list__teaser-text { | |
| 7240 | - padding: 2px 15px 8px; | |
| 7241 | - line-height: 1.5; | |
| 7242 | - font-size: 12px; | |
| 7243 | -} | |
| 7244 | -.elementor-tags-list__teaser-link { | |
| 7245 | - color: var(--e-a-color-primary-bold); | |
| 7246 | - text-decoration: underline; | |
| 7247 | - font-style: italic; | |
| 7248 | - font-weight: bold; | |
| 7249 | -} | |
| 4732 | + padding-bottom: 5px; | |
| 4733 | + background-color: #fff; | |
| 4734 | + border: 1px solid #a4afb7; | |
| 4735 | + -webkit-border-radius: 3px; | |
| 4736 | + border-radius: 3px; | |
| 4737 | + z-index: 10000; } | |
| 4738 | + .elementor-tags-list__group-title { | |
| 4739 | + color: #495157; | |
| 4740 | + font-weight: bold; | |
| 4741 | + font-size: 12px; | |
| 4742 | + padding: 10px 15px; | |
| 4743 | + display: -webkit-box; | |
| 4744 | + display: -ms-flexbox; | |
| 4745 | + display: flex; | |
| 4746 | + -webkit-box-align: center; | |
| 4747 | + -ms-flex-align: center; | |
| 4748 | + align-items: center; } | |
| 4749 | + .elementor-tags-list__group-title .eicon-info-circle { | |
| 4750 | + padding-right: 5px; | |
| 4751 | + color: #71d7f7; | |
| 4752 | + font-size: 14px; } | |
| 4753 | + .elementor-tags-list__item { | |
| 4754 | + font-size: 10px; | |
| 4755 | + padding: 6px 15px; | |
| 4756 | + cursor: pointer; } | |
| 4757 | + .elementor-tags-list__item:before { | |
| 4758 | + content: '>'; | |
| 4759 | + font-size: 8px; | |
| 4760 | + padding-right: 5px; } | |
| 4761 | + .elementor-tags-list__item:hover { | |
| 4762 | + background-color: #e6e9ec; } | |
| 4763 | + .elementor-tags-list__teaser { | |
| 4764 | + border-top: 2px solid #d5dadf; | |
| 4765 | + padding-top: 4px; | |
| 4766 | + margin-top: 4px; } | |
| 4767 | + .elementor-tags-list__teaser-title { | |
| 4768 | + color: #6d7882; } | |
| 4769 | + .elementor-tags-list__teaser-text { | |
| 4770 | + padding: 2px 15px 8px; | |
| 4771 | + line-height: 1.5; | |
| 4772 | + font-size: 12px; } | |
| 4773 | + .elementor-tags-list__teaser-link { | |
| 4774 | + color: #93003c; | |
| 4775 | + text-decoration: underline; | |
| 4776 | + font-style: italic; | |
| 4777 | + font-weight: bold; } | |
| 7250 | 4778 | |
| 7251 | 4779 | .elementor-dynamic-cover { |
| 4780 | + display: -webkit-box; | |
| 4781 | + display: -ms-flexbox; | |
| 7252 | 4782 | display: flex; |
| 7253 | - align-items: center; | |
| 4783 | + -webkit-box-align: center; | |
| 4784 | + -ms-flex-align: center; | |
| 4785 | + align-items: center; | |
| 7254 | 4786 | width: 100%; |
| 7255 | 4787 | height: 27px; |
| 7256 | - box-sizing: border-box; | |
| 7257 | -} | |
| 7258 | -.elementor-dynamic-cover__title { | |
| 7259 | - padding: 0 8px; | |
| 7260 | - flex-grow: 1; | |
| 7261 | - white-space: nowrap; | |
| 7262 | - text-overflow: ellipsis; | |
| 7263 | - overflow: hidden; | |
| 7264 | -} | |
| 7265 | -.elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { | |
| 7266 | - cursor: pointer; | |
| 7267 | - transition: var(--e-a-transition-hover); | |
| 7268 | -} | |
| 7269 | -.elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { | |
| 7270 | - color: var(--e-a-color-txt-hover); | |
| 7271 | -} | |
| 7272 | -.elementor-control-type-wysiwyg .elementor-dynamic-cover { | |
| 7273 | - margin-block-start: 10px; | |
| 7274 | -} | |
| 4788 | + -webkit-box-sizing: border-box; | |
| 4789 | + box-sizing: border-box; } | |
| 4790 | + .elementor-dynamic-cover__title { | |
| 4791 | + padding: 0 8px; | |
| 4792 | + -webkit-box-flex: 1; | |
| 4793 | + -ms-flex-positive: 1; | |
| 4794 | + flex-grow: 1; | |
| 4795 | + white-space: nowrap; | |
| 4796 | + -o-text-overflow: ellipsis; | |
| 4797 | + text-overflow: ellipsis; | |
| 4798 | + overflow: hidden; } | |
| 4799 | + .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { | |
| 4800 | + color: #c2cbd2; | |
| 4801 | + cursor: pointer; | |
| 4802 | + -webkit-transition: all 0.3s; | |
| 4803 | + -o-transition: all 0.3s; | |
| 4804 | + transition: all 0.3s; } | |
| 4805 | + .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { | |
| 4806 | + color: #a4afb7; } | |
| 4807 | + .elementor-control-type-wysiwyg .elementor-dynamic-cover { | |
| 4808 | + margin-top: 10px; } | |
| 7275 | 4809 | |
| 7276 | 4810 | .elementor-tag-settings-popup { |
| 7277 | 4811 | position: absolute; |
| 7278 | 4812 | width: 260px; |
| 7279 | - background-color: var(--e-a-bg-default); | |
| 7280 | - border: var(--e-a-border); | |
| 7281 | - box-shadow: var(--e-a-popover-shadow); | |
| 7282 | - z-index: 1; | |
| 7283 | -} | |
| 7284 | -.elementor-tag-settings-popup:before { | |
| 7285 | - content: ""; | |
| 7286 | - position: absolute; | |
| 7287 | - inset-block-start: -20px; | |
| 7288 | - inset-inline-start: 5px; | |
| 7289 | - border: 10px solid transparent; | |
| 7290 | - border-block-end-color: var(--e-a-border-color); | |
| 7291 | -} | |
| 7292 | -.elementor-tag-settings-popup .elementor-control-type-section:first-child { | |
| 7293 | - margin: 0; | |
| 7294 | -} | |
| 4813 | + background-color: #e6e9ec; | |
| 4814 | + -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 4815 | + box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); | |
| 4816 | + z-index: 1; } | |
| 4817 | + .elementor-tag-settings-popup:before { | |
| 4818 | + content: ''; | |
| 4819 | + position: absolute; | |
| 4820 | + top: -20px; | |
| 4821 | + left: 5px; | |
| 4822 | + border: 10px solid transparent; | |
| 4823 | + border-bottom-color: #fff; } | |
| 4824 | + .elementor-tag-settings-popup .elementor-control-type-section:first-child { | |
| 4825 | + margin: 0; } | |
| 7295 | 4826 | |
| 7296 | 4827 | .elementor-tag-controls-stack-empty { |
| 7297 | - background-color: var(--e-a-bg-default); | |
| 4828 | + background-color: #fff; | |
| 7298 | 4829 | padding: 10px; |
| 7299 | 4830 | font-size: 13px; |
| 7300 | - text-align: center; | |
| 7301 | -} | |
| 4831 | + text-align: center; } | |
| 7302 | 4832 | |
| 7303 | -.elementor-control-dynamic input { | |
| 7304 | - border-start-start-radius: var(--e-a-border-radius); | |
| 7305 | - border-start-end-radius: 0; | |
| 7306 | - border-end-end-radius: 0; | |
| 7307 | - border-end-start-radius: var(--e-a-border-radius); | |
| 7308 | -} | |
| 7309 | 4833 | .elementor-control-dynamic-switcher { |
| 4834 | + display: -webkit-inline-box; | |
| 4835 | + display: -ms-inline-flexbox; | |
| 7310 | 4836 | display: inline-flex; |
| 7311 | - align-items: center; | |
| 7312 | - justify-content: center; | |
| 7313 | - flex-shrink: 0; | |
| 4837 | + -webkit-box-align: center; | |
| 4838 | + -ms-flex-align: center; | |
| 4839 | + align-items: center; | |
| 4840 | + -webkit-box-pack: center; | |
| 4841 | + -ms-flex-pack: center; | |
| 4842 | + justify-content: center; | |
| 4843 | + -ms-flex-negative: 0; | |
| 4844 | + flex-shrink: 0; | |
| 7314 | 4845 | height: 27px; |
| 7315 | 4846 | cursor: pointer; |
| 7316 | - border: var(--e-a-border-bold); | |
| 7317 | - background: var(--e-a-bg-default); | |
| 7318 | - border-inline-start-width: 0; | |
| 7319 | - border-start-start-radius: 0; | |
| 7320 | - border-start-end-radius: var(--e-a-border-radius); | |
| 7321 | - border-end-end-radius: var(--e-a-border-radius); | |
| 7322 | - border-end-start-radius: 0; | |
| 7323 | - transition: var(--e-a-transition-hover); | |
| 7324 | -} | |
| 7325 | -.elementor-control-dynamic-switcher:hover { | |
| 7326 | - background-color: var(--e-a-bg-hover); | |
| 7327 | - color: var(--e-a-color-txt-hover); | |
| 7328 | -} | |
| 7329 | -.elementor-control-dynamic-switcher.e-control-tool { | |
| 7330 | - height: 20px; | |
| 7331 | - border: 0; | |
| 7332 | -} | |
| 7333 | -.elementor-control-dynamic-switcher-wrapper { | |
| 7334 | - display: flex; | |
| 7335 | -} | |
| 7336 | -.elementor-control-dynamic-switcher .eicon-database { | |
| 7337 | - font-size: 12px; | |
| 7338 | -} | |
| 4847 | + border: 1px solid #d5dadf; | |
| 4848 | + -webkit-border-radius: 3px; | |
| 4849 | + border-radius: 3px; | |
| 4850 | + background: #fff; } | |
| 4851 | + .elementor-control-dynamic-switcher.e-control-tool { | |
| 4852 | + height: 20px; | |
| 4853 | + border: 0; } | |
| 4854 | + .elementor-control-dynamic-switcher-wrapper { | |
| 4855 | + display: -webkit-box; | |
| 4856 | + display: -ms-flexbox; | |
| 4857 | + display: flex; } | |
| 4858 | + .elementor-control-dynamic-switcher .eicon-database { | |
| 4859 | + font-size: 12px; } | |
| 4860 | + | |
| 7339 | 4861 | .elementor-control-dynamic-value .elementor-control-tag-area, |
| 7340 | 4862 | .elementor-control-dynamic-value .elementor-control-dynamic-switcher, |
| 7341 | 4863 | .elementor-control-dynamic-value .e-global__popover-toggle { |
| 7342 | - display: none; | |
| 7343 | -} | |
| 4864 | + display: none; } | |
| 7344 | 4865 | |
| 4866 | +#elementor-toast { | |
| 4867 | + position: absolute; | |
| 4868 | + width: 280px; | |
| 4869 | + padding: 20px; | |
| 4870 | + -webkit-border-radius: 5px; | |
| 4871 | + border-radius: 5px; | |
| 4872 | + color: #d5dadf; | |
| 4873 | + background-color: rgba(0, 0, 0, 0.8); | |
| 4874 | + z-index: 10000; } | |
| 4875 | + #elementor-toast .dialog-message { | |
| 4876 | + font-size: 13px; } | |
| 4877 | + #elementor-toast .dialog-buttons-wrapper { | |
| 4878 | + display: -webkit-box; | |
| 4879 | + display: -ms-flexbox; | |
| 4880 | + display: flex; | |
| 4881 | + -webkit-box-pack: end; | |
| 4882 | + -ms-flex-pack: end; | |
| 4883 | + justify-content: flex-end; | |
| 4884 | + margin-top: 15px; } | |
| 4885 | + #elementor-toast .dialog-button { | |
| 4886 | + color: #fcb92c; | |
| 4887 | + margin: 0 5px; | |
| 4888 | + text-transform: uppercase; | |
| 4889 | + cursor: pointer; } | |
| 4890 | + #elementor-toast .dialog-button:last-child { | |
| 4891 | + margin-right: 0; } | |
| 4892 | + | |
| 7345 | 4893 | .elementor-context-menu { |
| 7346 | 4894 | position: absolute; |
| 7347 | - width: 250px; | |
| 7348 | - padding: 5px 0px; | |
| 7349 | - background-color: var(--e-a-bg-default); | |
| 7350 | - border-radius: var(--e-a-border-radius); | |
| 7351 | - box-shadow: var(--e-a-popover-shadow); | |
| 4895 | + width: 200px; | |
| 4896 | + background-color: #fff; | |
| 4897 | + border: 1px solid #e6e9ec; | |
| 4898 | + -webkit-border-radius: 3px; | |
| 4899 | + border-radius: 3px; | |
| 4900 | + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09); | |
| 4901 | + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09); | |
| 7352 | 4902 | -webkit-user-select: none; |
| 7353 | 4903 | -moz-user-select: none; |
| 4904 | + -ms-user-select: none; | |
| 7354 | 4905 | user-select: none; |
| 7355 | - z-index: 101; | |
| 7356 | -} | |
| 7357 | -.elementor-context-menu-list { | |
| 7358 | - display: flex; | |
| 7359 | - flex-direction: column; | |
| 7360 | -} | |
| 7361 | -.elementor-context-menu-list__group { | |
| 7362 | - display: flex; | |
| 7363 | - flex-direction: column; | |
| 7364 | -} | |
| 7365 | -.elementor-context-menu-list__group:not(:last-child) { | |
| 7366 | - border-block-end: var(--e-a-border); | |
| 7367 | -} | |
| 7368 | -.elementor-context-menu-list__item { | |
| 7369 | - padding: 12px 20px; | |
| 7370 | - display: flex; | |
| 7371 | - gap: 16px; | |
| 7372 | - cursor: pointer; | |
| 7373 | - transition: var(--e-a-transition-hover); | |
| 7374 | - align-items: center; | |
| 7375 | -} | |
| 7376 | -.elementor-context-menu-list__item--disabled { | |
| 7377 | - cursor: default; | |
| 7378 | - opacity: 0.5; | |
| 7379 | - color: var(--e-a-color-disabled); | |
| 7380 | -} | |
| 7381 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7382 | - opacity: 1; | |
| 7383 | -} | |
| 7384 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7385 | - opacity: 0.5; | |
| 7386 | -} | |
| 7387 | -.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 { | |
| 7388 | - background-color: var(--e-a-bg-hover); | |
| 7389 | - color: var(--e-a-color-hover); | |
| 7390 | -} | |
| 7391 | -.elementor-context-menu-list__item__icon { | |
| 7392 | - display: none; | |
| 7393 | - width: 20px; | |
| 7394 | -} | |
| 7395 | -.elementor-context-menu-list__item__title { | |
| 7396 | - flex-grow: 1; | |
| 7397 | - white-space: nowrap; | |
| 7398 | - text-overflow: ellipsis; | |
| 7399 | - overflow: hidden; | |
| 7400 | -} | |
| 7401 | -.elementor-context-menu-list__item__shortcut { | |
| 7402 | - color: var(--e-a-color-txt-muted); | |
| 7403 | -} | |
| 7404 | -.elementor-context-menu-list__item__shortcut--link-fullwidth { | |
| 7405 | - position: absolute; | |
| 7406 | - inset: 0; | |
| 7407 | - z-index: 2; | |
| 7408 | - cursor: pointer; | |
| 7409 | -} | |
| 7410 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7411 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7412 | - padding: 2px 8px; | |
| 7413 | - color: var(--e-a-color-primary-bold); | |
| 7414 | - border-radius: 10px; | |
| 7415 | - font-size: 10px; | |
| 7416 | -} | |
| 7417 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7418 | - display: flex; | |
| 7419 | - align-items: center; | |
| 7420 | - justify-content: center; | |
| 7421 | - width: 24px; | |
| 7422 | - height: 24px; | |
| 7423 | - border-radius: 50%; | |
| 7424 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7425 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7426 | - font-size: 16px; | |
| 7427 | - cursor: pointer; | |
| 7428 | -} | |
| 7429 | -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { | |
| 7430 | - font-size: 14px; | |
| 7431 | - font-style: normal; | |
| 7432 | - font-weight: 400; | |
| 7433 | - line-height: 1; | |
| 7434 | - position: relative; | |
| 7435 | -} | |
| 7436 | -.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 > * { | |
| 7437 | - color: var(--e-global-color-danger); | |
| 7438 | -} | |
| 7439 | -.elementor-context-menu-list__item.elementor-hidden { | |
| 7440 | - display: none; | |
| 7441 | -} | |
| 7442 | -.elementor-context-menu .eicon-pro-icon { | |
| 7443 | - color: var(--e-global-color-accent); | |
| 7444 | -} | |
| 4906 | + z-index: 101; } | |
| 4907 | + .elementor-context-menu-list__group { | |
| 4908 | + padding: 5px 0; } | |
| 4909 | + .elementor-context-menu-list__group:not(:last-child) { | |
| 4910 | + border-bottom: 1px solid #e6e9ec; } | |
| 4911 | + .elementor-context-menu-list__item { | |
| 4912 | + padding: 5px 10px; | |
| 4913 | + padding-right: 20px; | |
| 4914 | + display: -webkit-box; | |
| 4915 | + display: -ms-flexbox; | |
| 4916 | + display: flex; | |
| 4917 | + cursor: pointer; } | |
| 4918 | + .elementor-context-menu-list__item--disabled { | |
| 4919 | + cursor: default; | |
| 4920 | + color: #d5dadf; } | |
| 4921 | + .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover { | |
| 4922 | + background-color: #71d7f7; } | |
| 4923 | + .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover > * { | |
| 4924 | + color: #fff; } | |
| 4925 | + .elementor-context-menu-list__item__icon { | |
| 4926 | + width: 20px; | |
| 4927 | + color: #c2cbd2; } | |
| 4928 | + .elementor-context-menu-list__item__title { | |
| 4929 | + -webkit-box-flex: 1; | |
| 4930 | + -ms-flex-positive: 1; | |
| 4931 | + flex-grow: 1; | |
| 4932 | + white-space: nowrap; | |
| 4933 | + -o-text-overflow: ellipsis; | |
| 4934 | + text-overflow: ellipsis; | |
| 4935 | + overflow: hidden; } | |
| 4936 | + .elementor-context-menu-list__item__shortcut { | |
| 4937 | + color: #d5dadf; } | |
| 4938 | + .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover { | |
| 4939 | + background-color: #d72b3f; } | |
| 4940 | + .elementor-context-menu .eicon-pro-icon { | |
| 4941 | + color: #fcb92c; } | |
| 7445 | 4942 | |
| 7446 | 4943 | #elementor-hotkeys { |
| 7447 | - text-align: start; | |
| 7448 | -} | |
| 7449 | -#elementor-hotkeys__modal .dialog-buttons-wrapper { | |
| 7450 | - display: none; | |
| 7451 | -} | |
| 7452 | -#elementor-hotkeys__content { | |
| 7453 | - display: flex; | |
| 7454 | - justify-content: space-between; | |
| 7455 | - gap: 70px; | |
| 7456 | - padding: 20px 30px; | |
| 7457 | - width: 100%; | |
| 7458 | - overflow: hidden; | |
| 7459 | -} | |
| 7460 | -@media (max-width: 1024px) { | |
| 4944 | + text-align: left; } | |
| 7461 | 4945 | #elementor-hotkeys__content { |
| 7462 | - flex-direction: column; | |
| 7463 | - gap: 20px; | |
| 7464 | - padding: 20px; | |
| 7465 | - } | |
| 7466 | -} | |
| 4946 | + display: -webkit-box; | |
| 4947 | + display: -ms-flexbox; | |
| 4948 | + display: flex; | |
| 4949 | + width: 100%; | |
| 4950 | + overflow: hidden; | |
| 4951 | + margin-bottom: 30px; } | |
| 4952 | + @media (max-width: 1024px) { | |
| 4953 | + #elementor-hotkeys__content { | |
| 4954 | + -webkit-box-orient: vertical; | |
| 4955 | + -webkit-box-direction: normal; | |
| 4956 | + -ms-flex-direction: column; | |
| 4957 | + flex-direction: column; } } | |
| 4958 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4959 | + -webkit-border-radius: 3px 0 0 3px; | |
| 4960 | + border-radius: 3px 0 0 3px; } | |
| 4961 | + @media (max-width: 1024px) { | |
| 4962 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4963 | + -webkit-border-radius: 3px; | |
| 4964 | + border-radius: 3px; } } | |
| 4965 | + @media (min-width: 1025px) { | |
| 4966 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 4967 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4968 | + padding-right: 25px; } } | |
| 4969 | + @media (min-width: 1440px) { | |
| 4970 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 4971 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 4972 | + padding-right: 50px; } } | |
| 4973 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4974 | + -webkit-border-radius: 0 3px 3px 0; | |
| 4975 | + border-radius: 0 3px 3px 0; } | |
| 4976 | + @media (max-width: 1024px) { | |
| 4977 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4978 | + -webkit-border-radius: 3px; | |
| 4979 | + border-radius: 3px; } } | |
| 4980 | + @media (min-width: 1025px) { | |
| 4981 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 4982 | + padding-left: 25px; } } | |
| 4983 | + @media (min-width: 1440px) { | |
| 4984 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 4985 | + padding-left: 50px; } } | |
| 4986 | + @media (min-width: 1025px) { | |
| 4987 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4988 | + padding-left: 15px; } } | |
| 4989 | + @media (min-width: 1440px) { | |
| 4990 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 4991 | + padding-left: 40px; } } | |
| 7467 | 4992 | |
| 7468 | 4993 | .elementor-hotkeys__col { |
| 7469 | - display: flex; | |
| 7470 | - flex-direction: column; | |
| 7471 | - gap: 20px; | |
| 7472 | - width: 100%; | |
| 7473 | -} | |
| 4994 | + width: 50%; } | |
| 4995 | + @media (max-width: 1024px) { | |
| 4996 | + .elementor-hotkeys__col { | |
| 4997 | + width: 100%; } } | |
| 4998 | + | |
| 4999 | +.elementor-hotkeys__header, .elementor-hotkeys__list { | |
| 5000 | + width: 100%; } | |
| 5001 | + | |
| 7474 | 5002 | .elementor-hotkeys__header { |
| 7475 | - font-weight: 500; | |
| 7476 | -} | |
| 5003 | + padding: 10px 30px; | |
| 5004 | + font-weight: 500; } | |
| 5005 | + @media (max-width: 479px) { | |
| 5006 | + .elementor-hotkeys__header { | |
| 5007 | + padding-right: 10px; | |
| 5008 | + padding-left: 10px; } } | |
| 5009 | + | |
| 5010 | +.elementor-hotkeys__list { | |
| 5011 | + background-color: #ffffff; | |
| 5012 | + height: calc(100% - 42px); | |
| 5013 | + padding: 10px 20px; } | |
| 5014 | + @media (max-width: 479px) { | |
| 5015 | + .elementor-hotkeys__list { | |
| 5016 | + padding: 0; } } | |
| 5017 | + @media (max-width: 1024px) { | |
| 5018 | + .elementor-hotkeys__list { | |
| 5019 | + margin-bottom: 30px; } } | |
| 5020 | + @media (max-width: 1024px) { | |
| 5021 | + .elementor-hotkeys__list { | |
| 5022 | + height: auto; } } | |
| 5023 | + | |
| 7477 | 5024 | .elementor-hotkeys__item { |
| 5025 | + display: -webkit-box; | |
| 5026 | + display: -ms-flexbox; | |
| 7478 | 5027 | display: flex; |
| 7479 | - align-items: center; | |
| 5028 | + -webkit-box-align: center; | |
| 5029 | + -ms-flex-align: center; | |
| 5030 | + align-items: center; | |
| 7480 | 5031 | padding: 20px 10px; |
| 7481 | -} | |
| 7482 | -.elementor-hotkeys__item:not(:last-child) { | |
| 7483 | - border-block-end: var(--e-a-border); | |
| 7484 | -} | |
| 7485 | -.elementor-hotkeys__item--label { | |
| 7486 | - font-size: 13px; | |
| 7487 | - font-weight: 400; | |
| 7488 | - flex-grow: 1; | |
| 7489 | -} | |
| 7490 | -.elementor-hotkeys__item--shortcut { | |
| 7491 | - flex-grow: 0; | |
| 7492 | - display: flex; | |
| 7493 | - gap: 27px; | |
| 7494 | -} | |
| 7495 | -@media (max-width: 1024px) { | |
| 5032 | + border-bottom: 1px solid #eceeef; } | |
| 5033 | + .elementor-hotkeys__item:last-child { | |
| 5034 | + margin-bottom: 30px; } | |
| 5035 | + @media (max-width: 479px) { | |
| 5036 | + .elementor-hotkeys__item:last-child { | |
| 5037 | + margin-bottom: 0; } } | |
| 5038 | + .elementor-hotkeys__item--label { | |
| 5039 | + font-size: 13px; | |
| 5040 | + font-weight: 400; | |
| 5041 | + -webkit-box-flex: 1; | |
| 5042 | + -ms-flex-positive: 1; | |
| 5043 | + flex-grow: 1; } | |
| 7496 | 5044 | .elementor-hotkeys__item--shortcut { |
| 7497 | - gap: 23px; | |
| 7498 | - } | |
| 7499 | -} | |
| 7500 | -.elementor-hotkeys__item--shortcut kbd { | |
| 7501 | - position: relative; | |
| 7502 | - font-family: unset; | |
| 7503 | - background-color: var(--e-a-bg-active); | |
| 7504 | - padding: 5px 12px; | |
| 7505 | - border-radius: var(--e-a-border-radius); | |
| 7506 | -} | |
| 7507 | -@media (max-width: 1024px) { | |
| 7508 | - .elementor-hotkeys__item--shortcut kbd { | |
| 7509 | - padding: 4px 9px; | |
| 7510 | - } | |
| 7511 | -} | |
| 7512 | -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 7513 | - content: "+"; | |
| 7514 | - position: absolute; | |
| 7515 | - inset-inline-end: 0; | |
| 7516 | - width: 9px; | |
| 7517 | - text-align: center; | |
| 7518 | - margin-inline-end: -18px; | |
| 7519 | -} | |
| 7520 | -@media (max-width: 1024px) { | |
| 7521 | - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 7522 | - margin-inline-end: -16px; | |
| 7523 | - } | |
| 7524 | -} | |
| 5045 | + -webkit-box-flex: 0; | |
| 5046 | + -ms-flex-positive: 0; | |
| 5047 | + flex-grow: 0; | |
| 5048 | + display: -webkit-box; | |
| 5049 | + display: -ms-flexbox; | |
| 5050 | + display: flex; } | |
| 5051 | + .elementor-hotkeys__item--shortcut span { | |
| 5052 | + position: relative; | |
| 5053 | + background-color: #eceeef; | |
| 5054 | + padding: 5px 12px; | |
| 5055 | + margin-right: 27px; | |
| 5056 | + -webkit-border-radius: 3px; | |
| 5057 | + border-radius: 3px; } | |
| 5058 | + @media (max-width: 479px) { | |
| 5059 | + .elementor-hotkeys__item--shortcut span { | |
| 5060 | + padding: 4px 9px; | |
| 5061 | + margin-right: 23px; } } | |
| 5062 | + .elementor-hotkeys__item--shortcut span:after { | |
| 5063 | + content: '+'; | |
| 5064 | + position: absolute; | |
| 5065 | + right: -18px; | |
| 5066 | + width: 9px; | |
| 5067 | + text-align: center; } | |
| 5068 | + @media (max-width: 479px) { | |
| 5069 | + .elementor-hotkeys__item--shortcut span:after { | |
| 5070 | + right: -16px; } } | |
| 5071 | + .elementor-hotkeys__item--shortcut span:last-child { | |
| 5072 | + margin-right: 0; } | |
| 5073 | + .elementor-hotkeys__item--shortcut span:last-child:after { | |
| 5074 | + display: none; } | |
| 7525 | 5075 | |
| 7526 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button { | |
| 7527 | - margin-top: 0 !important; | |
| 7528 | - width: calc(25% - 30px); | |
| 7529 | -} | |
| 5076 | +.ui-resizable-n { | |
| 5077 | + top: -5px; } | |
| 7530 | 5078 | |
| 7531 | -.ui-resizable-n { | |
| 7532 | - top: -5px; | |
| 7533 | -} | |
| 7534 | 5079 | .ui-resizable-e { |
| 7535 | - right: -5px; | |
| 7536 | -} | |
| 5080 | + right: -5px; } | |
| 5081 | + | |
| 7537 | 5082 | .ui-resizable-s { |
| 7538 | - bottom: -5px; | |
| 7539 | -} | |
| 5083 | + bottom: -5px; } | |
| 5084 | + | |
| 7540 | 5085 | .ui-resizable-w { |
| 7541 | - left: -5px; | |
| 7542 | -} | |
| 5086 | + left: -5px; } | |
| 5087 | + | |
| 7543 | 5088 | .ui-resizable-ne { |
| 7544 | 5089 | top: -5px; |
| 7545 | - right: -5px; | |
| 7546 | -} | |
| 5090 | + right: -5px; } | |
| 5091 | + | |
| 7547 | 5092 | .ui-resizable-nw { |
| 7548 | 5093 | top: -5px; |
| 7549 | - left: -5px; | |
| 7550 | -} | |
| 5094 | + left: -5px; } | |
| 5095 | + | |
| 7551 | 5096 | .ui-resizable-se { |
| 7552 | 5097 | bottom: -5px; |
| 7553 | - right: -5px; | |
| 7554 | -} | |
| 5098 | + right: -5px; } | |
| 5099 | + | |
| 7555 | 5100 | .ui-resizable-sw { |
| 7556 | 5101 | bottom: -5px; |
| 7557 | - left: -5px; | |
| 7558 | -} | |
| 5102 | + left: -5px; } | |
| 5103 | + | |
| 7559 | 5104 | .ui-resizable-n, .ui-resizable-s { |
| 7560 | 5105 | left: 0; |
| 7561 | 5106 | height: 10px; |
| 7562 | 5107 | width: 100%; |
| 7563 | - cursor: ns-resize; | |
| 7564 | -} | |
| 5108 | + cursor: ns-resize; } | |
| 5109 | + | |
| 7565 | 5110 | .ui-resizable-e, .ui-resizable-w { |
| 7566 | 5111 | top: 0; |
| 7567 | 5112 | height: 100%; |
| 7568 | 5113 | width: 10px; |
| 7569 | - cursor: ew-resize; | |
| 7570 | -} | |
| 5114 | + cursor: ew-resize; } | |
| 5115 | + | |
| 7571 | 5116 | .ui-resizable-ne, .ui-resizable-nw, .ui-resizable-se, .ui-resizable-sw { |
| 7572 | 5117 | height: 15px; |
| 7573 | - width: 15px; | |
| 7574 | -} | |
| 5118 | + width: 15px; } | |
| 5119 | + | |
| 7575 | 5120 | .ui-resizable-nw, .ui-resizable-se { |
| 7576 | - cursor: nwse-resize; | |
| 7577 | -} | |
| 5121 | + cursor: nwse-resize; } | |
| 5122 | + | |
| 7578 | 5123 | .ui-resizable-ne, .ui-resizable-sw { |
| 7579 | - cursor: nesw-resize; | |
| 7580 | -} | |
| 5124 | + cursor: nesw-resize; } | |
| 5125 | + | |
| 7581 | 5126 | .ui-resizable-handle { |
| 7582 | - position: absolute; | |
| 7583 | -} | |
| 5127 | + position: absolute; } | |
| 5128 | + | |
| 7584 | 5129 | .ui-resizable-resizing { |
| 7585 | - pointer-events: none; | |
| 7586 | -} | |
| 5130 | + pointer-events: none; } | |
| 7587 | 5131 | |
| 7588 | 5132 | body { |
| 7589 | - --e-editor-navigator-width: 240px; | |
| 7590 | - --e-editor-navigator-indicator-width: 3px; | |
| 7591 | - --e-editor-navigator-promotion-height: 30px; | |
| 7592 | -} | |
| 5133 | + --e-editor-navigator-width: 240px; } | |
| 7593 | 5134 | |
| 7594 | 5135 | #elementor-navigator { |
| 7595 | 5136 | position: fixed; |
| 7596 | - inset-block-start: 100px; | |
| 7597 | - inset-inline-end: 30px; | |
| 5137 | + top: 100px; | |
| 7598 | 5138 | width: var(--e-editor-navigator-width); |
| 7599 | 5139 | height: 50vh; |
| 7600 | - background-color: var(--e-a-bg-default); | |
| 7601 | - border: var(--e-a-border); | |
| 7602 | - box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 5140 | + right: 30px; | |
| 5141 | + background-color: #fff; | |
| 5142 | + -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 5143 | + box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 7603 | 5144 | -webkit-user-select: none; |
| 7604 | 5145 | -moz-user-select: none; |
| 5146 | + -ms-user-select: none; | |
| 7605 | 5147 | user-select: none; |
| 7606 | 5148 | overflow: hidden; |
| 7607 | 5149 | z-index: 100; |
| 7608 | - display: none; | |
| 7609 | -} | |
| 7610 | -body.elementor-navigator-docked #elementor-navigator { | |
| 7611 | - inset: 0; | |
| 7612 | - inset-inline-start: auto; | |
| 7613 | - height: 100%; | |
| 7614 | -} | |
| 7615 | -body:not(.elementor-navigator-docked) #elementor-navigator { | |
| 7616 | - border-radius: 5px; | |
| 7617 | -} | |
| 7618 | -#elementor-navigator__inner { | |
| 7619 | - height: 100%; | |
| 7620 | - display: flex; | |
| 7621 | - flex-direction: column; | |
| 7622 | -} | |
| 7623 | -#elementor-navigator__header { | |
| 7624 | - display: flex; | |
| 7625 | - align-items: stretch; | |
| 7626 | - border-block-end: var(--e-a-border); | |
| 7627 | - color: var(--e-a-color-txt-accent); | |
| 7628 | -} | |
| 7629 | -#elementor-navigator__header__title { | |
| 7630 | - flex: 1; | |
| 7631 | - text-align: center; | |
| 7632 | - font-size: 13px; | |
| 7633 | - font-weight: 400; | |
| 7634 | - padding: 10px 0; | |
| 7635 | - cursor: move; | |
| 7636 | -} | |
| 7637 | -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title { | |
| 7638 | - padding-inline-end: 17.5px; | |
| 7639 | -} | |
| 7640 | -#elementor-navigator__ai-titles { | |
| 7641 | - width: 35px; | |
| 7642 | - text-align: center; | |
| 7643 | - cursor: pointer; | |
| 7644 | - background-color: transparent; | |
| 7645 | - border: none; | |
| 7646 | - outline: none; | |
| 7647 | -} | |
| 7648 | -#elementor-navigator__ai-titles:hover { | |
| 7649 | - color: #E73CF6; | |
| 7650 | -} | |
| 7651 | -#elementor-navigator__close, #elementor-navigator__toggle-all { | |
| 7652 | - color: var(--e-a-color-txt); | |
| 7653 | - background-color: transparent; | |
| 7654 | - border: none; | |
| 7655 | - outline: 0; | |
| 7656 | - padding: 10px; | |
| 7657 | - cursor: pointer; | |
| 7658 | - transition: color 0.5s; | |
| 7659 | -} | |
| 7660 | -#elementor-navigator__close:hover, #elementor-navigator__toggle-all:hover { | |
| 7661 | - color: var(--e-a-color-txt-hover); | |
| 7662 | -} | |
| 7663 | -#elementor-navigator__close:focus, #elementor-navigator__toggle-all:focus { | |
| 7664 | - color: var(--e-a-color-txt-active); | |
| 7665 | -} | |
| 7666 | -#elementor-navigator__toggle-all { | |
| 7667 | - font-size: 13px; | |
| 7668 | -} | |
| 7669 | -#elementor-navigator__close { | |
| 7670 | - font-size: 11px; | |
| 7671 | -} | |
| 7672 | -#elementor-navigator__elements { | |
| 7673 | - flex-grow: 1; | |
| 7674 | - overflow: auto; | |
| 7675 | - position: relative; | |
| 7676 | -} | |
| 7677 | -.elementor-navigator-docked #elementor-navigator__elements { | |
| 7678 | - height: calc(100% - 35px); | |
| 7679 | -} | |
| 7680 | -#elementor-navigator__elements .elementor-nerd-box { | |
| 7681 | - padding: 25px; | |
| 7682 | -} | |
| 7683 | -#elementor-navigator__elements > .elementor-navigator__element-section { | |
| 7684 | - border-block-end: var(--e-a-border); | |
| 7685 | -} | |
| 7686 | -#elementor-navigator__footer { | |
| 7687 | - width: 100%; | |
| 7688 | - text-align: center; | |
| 7689 | -} | |
| 7690 | -#elementor-navigator__footer__resize-bar { | |
| 7691 | - border-block-start: var(--e-a-border); | |
| 7692 | -} | |
| 7693 | -.elementor-navigator-docked #elementor-navigator__footer__resize-bar { | |
| 7694 | - display: none; | |
| 7695 | -} | |
| 7696 | -#elementor-navigator__footer__promotion { | |
| 7697 | - font-size: 12px; | |
| 7698 | - padding: 4px 17px; | |
| 7699 | - font-family: "Roboto", sans-serif; | |
| 7700 | - color: var(--e-a-bg-logo); | |
| 7701 | - min-height: var(--e-editor-navigator-promotion-height); | |
| 7702 | - display: flex; | |
| 7703 | - justify-content: center; | |
| 7704 | - align-items: center; | |
| 7705 | -} | |
| 7706 | -#elementor-navigator__footer__promotion a { | |
| 7707 | - color: var(--e-a-color-accent-promotion); | |
| 7708 | - margin-inline-start: 1px; | |
| 7709 | -} | |
| 5150 | + display: none; } | |
| 5151 | + body.elementor-navigator-docked #elementor-navigator { | |
| 5152 | + top: 0; | |
| 5153 | + right: 0; | |
| 5154 | + height: 100%; } | |
| 5155 | + body:not(.elementor-navigator-docked) #elementor-navigator { | |
| 5156 | + -webkit-border-radius: 5px; | |
| 5157 | + border-radius: 5px; } | |
| 5158 | + #elementor-navigator__inner { | |
| 5159 | + height: 100%; | |
| 5160 | + background-color: #e6e9ec; } | |
| 5161 | + #elementor-navigator__header { | |
| 5162 | + display: -webkit-box; | |
| 5163 | + display: -ms-flexbox; | |
| 5164 | + display: flex; | |
| 5165 | + -webkit-box-align: center; | |
| 5166 | + -ms-flex-align: center; | |
| 5167 | + align-items: center; | |
| 5168 | + -webkit-box-pack: justify; | |
| 5169 | + -ms-flex-pack: justify; | |
| 5170 | + justify-content: space-between; | |
| 5171 | + padding: 12px 10px; | |
| 5172 | + background-color: #fff; | |
| 5173 | + border-bottom: 1px solid #e6e9ec; | |
| 5174 | + cursor: move; } | |
| 5175 | + #elementor-navigator__close, #elementor-navigator__toggle-all { | |
| 5176 | + -webkit-transition: color .5s; | |
| 5177 | + -o-transition: color .5s; | |
| 5178 | + transition: color .5s; | |
| 5179 | + cursor: pointer; } | |
| 5180 | + #elementor-navigator__close:not(:hover), #elementor-navigator__toggle-all:not(:hover) { | |
| 5181 | + color: #a4afb7; } | |
| 5182 | + #elementor-navigator__toggle-all { | |
| 5183 | + font-size: 13px; } | |
| 5184 | + #elementor-navigator__close { | |
| 5185 | + font-size: 11px; } | |
| 5186 | + #elementor-navigator__elements { | |
| 5187 | + height: calc(100% - 49px); | |
| 5188 | + overflow: auto; | |
| 5189 | + position: relative; } | |
| 5190 | + .elementor-navigator-docked #elementor-navigator__elements { | |
| 5191 | + height: calc(100% - 35px); } | |
| 5192 | + #elementor-navigator__elements .elementor-nerd-box { | |
| 5193 | + padding: 25px; } | |
| 5194 | + #elementor-navigator__footer { | |
| 5195 | + position: absolute; | |
| 5196 | + width: 100%; | |
| 5197 | + left: 0; | |
| 5198 | + bottom: 0; | |
| 5199 | + text-align: center; | |
| 5200 | + background-color: #fff; | |
| 5201 | + border-top: 1px solid #e6e9ec; | |
| 5202 | + color: #a4afb7; } | |
| 5203 | + .elementor-navigator-docked #elementor-navigator__footer { | |
| 5204 | + display: none; } | |
| 7710 | 5205 | |
| 7711 | 5206 | .elementor-navigator__item { |
| 7712 | 5207 | position: relative; |
| 5208 | + display: -webkit-box; | |
| 5209 | + display: -ms-flexbox; | |
| 7713 | 5210 | display: flex; |
| 7714 | 5211 | height: 30px; |
| 5212 | + font-size: 11px; | |
| 5213 | + border-bottom: 1px solid #e6e9ec; | |
| 7715 | 5214 | cursor: pointer; |
| 7716 | - transition: padding 0.5s linear; | |
| 7717 | - overflow: hidden; | |
| 7718 | -} | |
| 7719 | -.elementor-navigator__item:hover, .elementor-navigator__item:focus { | |
| 7720 | - background-color: var(--e-a-bg-hover); | |
| 7721 | -} | |
| 7722 | -.elementor-navigator__item:active { | |
| 7723 | - background-color: var(--e-a-bg-active); | |
| 7724 | - color: var(--e-a-color-txt-accent); | |
| 7725 | -} | |
| 7726 | -.elementor-navigator__item[data-locked=true] { | |
| 7727 | - cursor: not-allowed; | |
| 7728 | -} | |
| 7729 | -.elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { | |
| 7730 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 7731 | -} | |
| 7732 | -.elementor-navigator__item > * { | |
| 7733 | - display: flex; | |
| 7734 | - align-items: center; | |
| 7735 | -} | |
| 7736 | -.elementor-navigator__item + .elementor-navigator__elements { | |
| 7737 | - display: none; | |
| 7738 | -} | |
| 7739 | -.elementor-navigator__elements > .elementor-navigator__element-section, | |
| 7740 | -.elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) { | |
| 7741 | - border-block-end: var(--e-a-border); | |
| 7742 | -} | |
| 5215 | + -webkit-transition: padding .5s linear; | |
| 5216 | + -o-transition: padding .5s linear; | |
| 5217 | + transition: padding .5s linear; | |
| 5218 | + overflow: hidden; } | |
| 5219 | + .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { | |
| 5220 | + -webkit-transform: rotate(-90deg); | |
| 5221 | + -ms-transform: rotate(-90deg); | |
| 5222 | + transform: rotate(-90deg); } | |
| 5223 | + .elementor-navigator__item > * { | |
| 5224 | + display: -webkit-box; | |
| 5225 | + display: -ms-flexbox; | |
| 5226 | + display: flex; | |
| 5227 | + -webkit-box-align: center; | |
| 5228 | + -ms-flex-align: center; | |
| 5229 | + align-items: center; } | |
| 5230 | + .elementor-navigator__item + .elementor-navigator__elements { | |
| 5231 | + display: none; } | |
| 5232 | + | |
| 7743 | 5233 | .elementor-navigator__elements .elementor-empty-view { |
| 7744 | 5234 | padding: 10px; |
| 7745 | -} | |
| 7746 | -.elementor-navigator__elements .elementor-empty-view__title { | |
| 7747 | - margin-inline-start: 34px; | |
| 7748 | - font-size: 10px; | |
| 7749 | - font-style: italic; | |
| 7750 | -} | |
| 5235 | + border-bottom: 1px solid #e6e9ec; } | |
| 5236 | + .elementor-navigator__elements .elementor-empty-view__title { | |
| 5237 | + margin-left: 23px; | |
| 5238 | + color: #c2cbd2; | |
| 5239 | + font-size: 10px; | |
| 5240 | + font-style: italic; } | |
| 5241 | + | |
| 7751 | 5242 | .elementor-navigator__elements .ui-sortable-helper { |
| 7752 | - box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 7753 | - transform: rotate(4deg); | |
| 7754 | - background-color: var(--e-a-bg-active); | |
| 7755 | - color: var(--e-a-color-txt-accent); | |
| 7756 | - pointer-events: none; | |
| 7757 | -} | |
| 5243 | + background-color: #fff; | |
| 5244 | + -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 5245 | + box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); | |
| 5246 | + -webkit-transform: rotate(4deg); | |
| 5247 | + -ms-transform: rotate(4deg); | |
| 5248 | + transform: rotate(4deg); | |
| 5249 | + border: 1px solid #e6e9ec; | |
| 5250 | + pointer-events: none; } | |
| 5251 | + | |
| 7758 | 5252 | .elementor-navigator__elements .ui-sortable-placeholder { |
| 7759 | - background-color: var(--e-a-bg-hover); | |
| 7760 | -} | |
| 5253 | + background-color: #f1f3f5; } | |
| 5254 | + | |
| 7761 | 5255 | .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view { |
| 7762 | - border-block-start: var(--e-a-border); | |
| 7763 | -} | |
| 7764 | -.elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { | |
| 7765 | - display: none; | |
| 7766 | -} | |
| 7767 | -.elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder { | |
| 7768 | - display: none; | |
| 7769 | -} | |
| 5256 | + border-top: 2px solid #71d7f7; } | |
| 5257 | + .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { | |
| 5258 | + display: none; } | |
| 5259 | + .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder { | |
| 5260 | + display: none; } | |
| 5261 | + | |
| 7770 | 5262 | .elementor-navigator__element:not(.elementor-navigator__element--has-children) .elementor-navigator__element__list-toggle { |
| 7771 | - visibility: hidden; | |
| 7772 | -} | |
| 5263 | + visibility: hidden; } | |
| 5264 | + | |
| 7773 | 5265 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle { |
| 7774 | - color: var(--e-a-color-txt-default); | |
| 7775 | -} | |
| 7776 | -.elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle:hover { | |
| 7777 | - color: var(--e-a-color-txt-hover); | |
| 7778 | -} | |
| 5266 | + color: #71d7f7; } | |
| 5267 | + | |
| 7779 | 5268 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item:not(:hover) .elementor-navigator__element__toggle { |
| 7780 | - display: none; | |
| 7781 | -} | |
| 5269 | + display: none; } | |
| 5270 | + | |
| 7782 | 5271 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing { |
| 7783 | - background-color: var(--e-a-bg-active); | |
| 7784 | -} | |
| 5272 | + background-color: #71d7f7; } | |
| 5273 | + .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing > * { | |
| 5274 | + color: #fff; } | |
| 5275 | + | |
| 7785 | 5276 | .elementor-navigator__element__list-toggle { |
| 7786 | - margin-inline-end: 7px; | |
| 7787 | - transition: transform 0.3s; | |
| 7788 | -} | |
| 5277 | + margin-right: 7px; | |
| 5278 | + -webkit-transition: -webkit-transform .3s; | |
| 5279 | + transition: -webkit-transform .3s; | |
| 5280 | + -o-transition: transform .3s; | |
| 5281 | + transition: transform .3s; | |
| 5282 | + transition: transform .3s, -webkit-transform .3s; | |
| 5283 | + color: #a4afb7; } | |
| 5284 | + | |
| 7789 | 5285 | .elementor-navigator__element__element-type { |
| 7790 | - margin-inline-end: 8px; | |
| 7791 | - font-size: 14px; | |
| 7792 | -} | |
| 5286 | + margin-right: 8px; } | |
| 5287 | + | |
| 7793 | 5288 | .elementor-navigator__element__title { |
| 7794 | - flex-grow: 1; | |
| 7795 | - overflow: hidden; | |
| 7796 | -} | |
| 7797 | -.elementor-navigator__element__title__text { | |
| 7798 | - white-space: nowrap; | |
| 7799 | - -webkit-user-select: text; | |
| 7800 | - -moz-user-select: text; | |
| 7801 | - user-select: text; | |
| 7802 | -} | |
| 7803 | -.elementor-navigator__element__title__text[contenteditable=true] { | |
| 7804 | - outline: none; | |
| 7805 | - background-color: var(--e-a-bg-hover); | |
| 7806 | - padding: var(--e-admin-border-radius); | |
| 7807 | - border: var(--e-a-border); | |
| 7808 | -} | |
| 7809 | -.elementor-navigator__element__title__text:not([contenteditable=true]) { | |
| 7810 | - padding: 3px 0; | |
| 7811 | - white-space: nowrap; | |
| 7812 | - text-overflow: ellipsis; | |
| 7813 | - overflow: hidden; | |
| 7814 | -} | |
| 5289 | + -webkit-box-flex: 1; | |
| 5290 | + -ms-flex-positive: 1; | |
| 5291 | + flex-grow: 1; | |
| 5292 | + overflow: hidden; } | |
| 5293 | + .elementor-navigator__element__title__text { | |
| 5294 | + white-space: nowrap; | |
| 5295 | + -webkit-user-select: text; } | |
| 5296 | + .elementor-navigator__element__title__text[contenteditable="true"] { | |
| 5297 | + outline: none; | |
| 5298 | + color: #6d7882; | |
| 5299 | + background-color: #fff; | |
| 5300 | + padding: 2px 3px; | |
| 5301 | + -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); | |
| 5302 | + box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); } | |
| 5303 | + .elementor-navigator__element__title__text:not([contenteditable="true"]) { | |
| 5304 | + white-space: nowrap; | |
| 5305 | + -o-text-overflow: ellipsis; | |
| 5306 | + text-overflow: ellipsis; | |
| 5307 | + overflow: hidden; } | |
| 5308 | + | |
| 7815 | 5309 | .elementor-navigator__element__toggle { |
| 7816 | 5310 | position: absolute; |
| 7817 | - inset-inline-end: 15px; | |
| 5311 | + right: 15px; | |
| 7818 | 5312 | height: 100%; |
| 7819 | 5313 | z-index: 0; |
| 7820 | - font-size: 13px; | |
| 7821 | -} | |
| 5314 | + font-size: 13px; } | |
| 5315 | + | |
| 7822 | 5316 | .elementor-navigator__element__indicators { |
| 7823 | 5317 | position: relative; |
| 7824 | - transition: transform 0.5s; | |
| 7825 | - z-index: 91; | |
| 7826 | -} | |
| 7827 | -.elementor-navigator__element__indicators:not(:hover) { | |
| 7828 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 7829 | -} | |
| 5318 | + -webkit-transition: -webkit-transform .5s; | |
| 5319 | + transition: -webkit-transform .5s; | |
| 5320 | + -o-transition: transform .5s; | |
| 5321 | + transition: transform .5s; | |
| 5322 | + transition: transform .5s, -webkit-transform .5s; | |
| 5323 | + padding-left: 5px; | |
| 5324 | + z-index: 91; } | |
| 5325 | + .elementor-navigator__element__indicators:not(:hover) { | |
| 5326 | + -webkit-transform: translateX(calc(100% - 8px)); | |
| 5327 | + -ms-transform: translateX(calc(100% - 8px)); | |
| 5328 | + transform: translateX(calc(100% - 8px)); } | |
| 5329 | + | |
| 7830 | 5330 | .elementor-navigator__element__indicator { |
| 7831 | 5331 | height: 100%; |
| 7832 | 5332 | width: 31px; |
| 5333 | + display: -webkit-inline-box; | |
| 5334 | + display: -ms-inline-flexbox; | |
| 7833 | 5335 | display: inline-flex; |
| 7834 | - align-items: center; | |
| 7835 | - justify-content: center; | |
| 7836 | - color: var(--e-a-color-txt); | |
| 7837 | - background-color: var(--e-a-bg-default); | |
| 7838 | - border-inline-end: var(--e-a-border); | |
| 7839 | -} | |
| 7840 | -.elementor-navigator__element__indicator:first-child { | |
| 7841 | - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent); | |
| 7842 | -} | |
| 7843 | -.elementor-navigator__element__indicator:hover { | |
| 7844 | - color: var(--e-a-color-txt-hover); | |
| 7845 | -} | |
| 5336 | + -webkit-box-align: center; | |
| 5337 | + -ms-flex-align: center; | |
| 5338 | + align-items: center; | |
| 5339 | + -webkit-box-pack: center; | |
| 5340 | + -ms-flex-pack: center; | |
| 5341 | + justify-content: center; | |
| 5342 | + color: #6d7882; | |
| 5343 | + background-color: #fff; | |
| 5344 | + border-left: 1px solid #e6e9ec; } | |
| 5345 | + .elementor-navigator__element__indicator:first-child { | |
| 5346 | + border-left: 3px solid #71d7f7; } | |
| 5347 | + .elementor-editing .elementor-navigator__element__indicator:first-child { | |
| 5348 | + border-color: #41c9f4; } | |
| 5349 | + .elementor-navigator__element__indicator:hover { | |
| 5350 | + color: #495157; } | |
| 5351 | + | |
| 7846 | 5352 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| 7847 | 5353 | .elementor-navigator__element--hidden .elementor-navigator__element__toggle { |
| 7848 | - opacity: 0.5; | |
| 7849 | -} | |
| 7850 | -.elementor-navigator__promotion-text { | |
| 7851 | - line-height: 18px; | |
| 7852 | -} | |
| 5354 | + opacity: .5; } | |
| 7853 | 5355 | |
| 7854 | -.e-notice-bar { | |
| 5356 | +.elementor-navigator__element-column { | |
| 5357 | + background-color: #fafbfb; } | |
| 5358 | + .elementor-navigator__element-column > .elementor-navigator__item .elementor-navigator__element__element-type { | |
| 5359 | + color: #a4afb7; } | |
| 5360 | + | |
| 5361 | +.elementor-navigator__element-section { | |
| 5362 | + background-color: #fff; } | |
| 5363 | + | |
| 5364 | +#elementor-notice-bar { | |
| 7855 | 5365 | position: absolute; |
| 7856 | 5366 | width: 100%; |
| 7857 | - inset-block-end: 0; | |
| 5367 | + bottom: 0; | |
| 5368 | + display: -webkit-box; | |
| 5369 | + display: -ms-flexbox; | |
| 7858 | 5370 | display: flex; |
| 7859 | - align-items: center; | |
| 5371 | + -webkit-box-align: center; | |
| 5372 | + -ms-flex-align: center; | |
| 5373 | + align-items: center; | |
| 7860 | 5374 | height: 40px; |
| 7861 | 5375 | color: #fff; |
| 7862 | - background-color: var(--e-a-color-accent); | |
| 7863 | - padding: 0 25px; | |
| 7864 | -} | |
| 7865 | -.e-notice-bar__message a { | |
| 7866 | - text-decoration: underline; | |
| 7867 | - color: var(--e-a-color-txt-invert); | |
| 7868 | -} | |
| 7869 | -.e-notice-bar__message a:hover { | |
| 7870 | - color: #D5D8DC; | |
| 7871 | -} | |
| 7872 | -.e-notice-bar__primary_action { | |
| 7873 | - margin-inline: 12px; | |
| 7874 | -} | |
| 7875 | -.e-notice-bar__primary_action a { | |
| 7876 | - background: #ffffff; | |
| 7877 | - border-radius: 3px; | |
| 7878 | - color: #93003f; | |
| 7879 | - padding: 4px 10px; | |
| 7880 | - font-size: 11px; | |
| 7881 | -} | |
| 7882 | -.e-notice-bar__primary_action a:hover { | |
| 7883 | - color: rgb(70.5, 0, 30.2142857143); | |
| 7884 | - background: #F1F2F3; | |
| 7885 | -} | |
| 7886 | -.e-notice-bar__secondary_message, .e-notice-bar__secondary_action { | |
| 7887 | - font-size: 11px; | |
| 7888 | -} | |
| 7889 | -.e-notice-bar__secondary_action { | |
| 7890 | - margin-inline: 4px; | |
| 7891 | -} | |
| 7892 | -.e-notice-bar__secondary_action a { | |
| 7893 | - color: #ffffff; | |
| 7894 | - text-decoration: underline; | |
| 7895 | -} | |
| 7896 | -.e-notice-bar__secondary_action a:hover { | |
| 7897 | - color: #F1F2F3; | |
| 7898 | -} | |
| 7899 | -.e-notice-bar__close { | |
| 7900 | - cursor: pointer; | |
| 7901 | - margin-inline-start: auto; | |
| 7902 | -} | |
| 7903 | -.e-notice-bar__icon { | |
| 7904 | - margin-inline-end: 8px; | |
| 7905 | -} | |
| 7906 | -.e-notice-bar i { | |
| 7907 | - font-size: 16px; | |
| 7908 | - opacity: 0.9; | |
| 7909 | -} | |
| 7910 | -.e-notice-bar i:hover { | |
| 7911 | - color: #D5D8DC; | |
| 7912 | -} | |
| 7913 | -.e-notice-bar a, | |
| 7914 | -.e-notice-bar i { | |
| 7915 | - transition: var(--e-a-transition-hover); | |
| 7916 | -} | |
| 5376 | + background-color: #6d7882; | |
| 5377 | + padding: 0 50px; } | |
| 5378 | + #elementor-notice-bar__message { | |
| 5379 | + padding-left: 15px; | |
| 5380 | + -webkit-box-flex: 1; | |
| 5381 | + -ms-flex-positive: 1; | |
| 5382 | + flex-grow: 1; } | |
| 5383 | + #elementor-notice-bar__message a { | |
| 5384 | + text-decoration: underline; } | |
| 5385 | + #elementor-notice-bar__action { | |
| 5386 | + text-transform: uppercase; } | |
| 5387 | + #elementor-notice-bar__close { | |
| 5388 | + margin: 0 20px; | |
| 5389 | + cursor: pointer; } | |
| 5390 | + #elementor-notice-bar i { | |
| 5391 | + font-size: 16px; | |
| 5392 | + opacity: .9; } | |
| 5393 | + #elementor-notice-bar a { | |
| 5394 | + color: #fff; } | |
| 5395 | + #elementor-notice-bar a, | |
| 5396 | + #elementor-notice-bar i { | |
| 5397 | + -webkit-transition: all 0.3s; | |
| 5398 | + -o-transition: all 0.3s; | |
| 5399 | + transition: all 0.3s; } | |
| 5400 | + #elementor-notice-bar a:hover, | |
| 5401 | + #elementor-notice-bar i:hover { | |
| 5402 | + color: #D4D4D4; } | |
| 7917 | 5403 | |
| 7918 | -body:not(.elementor-device-desktop) #e-notice-bar { | |
| 7919 | - display: none; | |
| 7920 | -} | |
| 5404 | +body:not(.elementor-device-desktop) #elementor-notice-bar { | |
| 5405 | + display: none; } | |
| 7921 | 5406 | |
| 7922 | -#elementor-fatal-error-dialog .dialog-message a { | |
| 5407 | +#elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-header { | |
| 5408 | + color: #495157; } | |
| 5409 | + | |
| 5410 | +#elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-message a { | |
| 5411 | + color: #6d7882; | |
| 7923 | 5412 | text-decoration: underline; |
| 7924 | -} | |
| 5413 | + font-style: italic; } | |
| 7925 | 5414 | |
| 7926 | 5415 | #elementor-preview-debug-link-text { |
| 7927 | - display: inline-block; | |
| 7928 | -} | |
| 5416 | + display: inline-block; } | |
| 7929 | 5417 | |
| 7930 | 5418 | #elementor-icons-manager-modal .dialog-message { |
| 7931 | 5419 | padding: 0; |
| 7932 | - height: 700px; | |
| 7933 | -} | |
| 5420 | + height: 700px; } | |
| 5421 | + | |
| 7934 | 5422 | #elementor-icons-manager-modal .dialog-content { |
| 7935 | - display: flex; | |
| 7936 | -} | |
| 5423 | + display: -webkit-box; | |
| 5424 | + display: -ms-flexbox; | |
| 5425 | + display: flex; } | |
| 5426 | + | |
| 5427 | +#elementor-icons-manager-modal .dialog-buttons-wrapper { | |
| 5428 | + display: -webkit-box; | |
| 5429 | + display: -ms-flexbox; | |
| 5430 | + display: flex; } | |
| 5431 | + | |
| 7937 | 5432 | #elementor-icons-manager__wrapper { |
| 7938 | - display: flex; | |
| 7939 | -} | |
| 5433 | + display: -webkit-box; | |
| 5434 | + display: -ms-flexbox; | |
| 5435 | + display: flex; } | |
| 5436 | + | |
| 7940 | 5437 | @media (max-width: 479px) { |
| 7941 | 5438 | #elementor-icons-manager__sidebar { |
| 7942 | - display: none; | |
| 7943 | - } | |
| 7944 | -} | |
| 5439 | + display: none; } } | |
| 5440 | + | |
| 7945 | 5441 | #elementor-icons-manager__tab-links { |
| 7946 | - margin-block-start: 30px; | |
| 7947 | -} | |
| 5442 | + margin-top: 30px; } | |
| 5443 | + | |
| 7948 | 5444 | #elementor-icons-manager__upload { |
| 7949 | 5445 | margin: 20px 45px; |
| 7950 | - padding-block-start: 35px; | |
| 7951 | - border-block-start: var(--e-a-border); | |
| 5446 | + padding-top: 35px; | |
| 5447 | + border-top: 1px solid #e6e9ec; | |
| 5448 | + display: -webkit-box; | |
| 5449 | + display: -ms-flexbox; | |
| 7952 | 5450 | display: flex; |
| 7953 | - align-items: center; | |
| 7954 | - justify-content: space-between; | |
| 7955 | -} | |
| 7956 | -@media (max-width: 1439px) { | |
| 7957 | - #elementor-icons-manager__upload { | |
| 7958 | - margin: 20px 25px; | |
| 7959 | - } | |
| 7960 | -} | |
| 5451 | + -webkit-box-align: center; | |
| 5452 | + -ms-flex-align: center; | |
| 5453 | + align-items: center; | |
| 5454 | + -webkit-box-pack: justify; | |
| 5455 | + -ms-flex-pack: justify; | |
| 5456 | + justify-content: space-between; } | |
| 5457 | + @media (max-width: 1439px) { | |
| 5458 | + #elementor-icons-manager__upload { | |
| 5459 | + margin: 20px 25px; } } | |
| 5460 | + #elementor-icons-manager__upload__title { | |
| 5461 | + color: #a4afb7; | |
| 5462 | + font-size: 11px; | |
| 5463 | + text-transform: uppercase; } | |
| 5464 | + | |
| 7961 | 5465 | #elementor-icons-manager__main { |
| 5466 | + display: -webkit-box; | |
| 5467 | + display: -ms-flexbox; | |
| 7962 | 5468 | display: flex; |
| 7963 | - flex-direction: column; | |
| 7964 | - padding: 30px 80px 0; | |
| 7965 | -} | |
| 7966 | -@media (max-width: 1439px) { | |
| 7967 | - #elementor-icons-manager__main { | |
| 7968 | - padding: 30px 50px 0; | |
| 7969 | - } | |
| 7970 | -} | |
| 7971 | -@media (max-width: 479px) { | |
| 7972 | - #elementor-icons-manager__main { | |
| 7973 | - width: 100%; | |
| 7974 | - } | |
| 7975 | -} | |
| 5469 | + -webkit-box-orient: vertical; | |
| 5470 | + -webkit-box-direction: normal; | |
| 5471 | + -ms-flex-direction: column; | |
| 5472 | + flex-direction: column; | |
| 5473 | + padding: 30px 80px 0; } | |
| 5474 | + @media (max-width: 1439px) { | |
| 5475 | + #elementor-icons-manager__main { | |
| 5476 | + padding: 30px 50px 0; } } | |
| 5477 | + @media (max-width: 479px) { | |
| 5478 | + #elementor-icons-manager__main { | |
| 5479 | + width: 100%; } } | |
| 5480 | + | |
| 7976 | 5481 | #elementor-icons-manager__search { |
| 7977 | - position: relative; | |
| 7978 | -} | |
| 7979 | -#elementor-icons-manager__search input { | |
| 7980 | - padding: 8px 15px; | |
| 7981 | - background-color: transparent; | |
| 7982 | -} | |
| 7983 | -#elementor-icons-manager__search i { | |
| 7984 | - position: absolute; | |
| 7985 | - inset-block-start: 50%; | |
| 7986 | - inset-inline-end: 15px; | |
| 7987 | - transform: translateY(-50%); | |
| 7988 | -} | |
| 5482 | + position: relative; } | |
| 5483 | + #elementor-icons-manager__search input { | |
| 5484 | + padding: 8px 15px; | |
| 5485 | + background-color: #fff; | |
| 5486 | + border: none; } | |
| 5487 | + #elementor-icons-manager__search input::-webkit-input-placeholder { | |
| 5488 | + font-style: italic; } | |
| 5489 | + #elementor-icons-manager__search input::-moz-placeholder { | |
| 5490 | + font-style: italic; } | |
| 5491 | + #elementor-icons-manager__search input::-ms-input-placeholder { | |
| 5492 | + font-style: italic; } | |
| 5493 | + #elementor-icons-manager__search input::placeholder { | |
| 5494 | + font-style: italic; } | |
| 5495 | + #elementor-icons-manager__search i { | |
| 5496 | + position: absolute; | |
| 5497 | + top: 50%; | |
| 5498 | + -webkit-transform: translateY(-50%); | |
| 5499 | + -ms-transform: translateY(-50%); | |
| 5500 | + transform: translateY(-50%); | |
| 5501 | + right: 15px; } | |
| 5502 | + | |
| 7989 | 5503 | #elementor-icons-manager__tab__wrapper { |
| 7990 | 5504 | overflow: auto; |
| 7991 | 5505 | margin: 25px -15px 0; |
| 7992 | - padding: 0 15px 15px; | |
| 7993 | -} | |
| 5506 | + padding: 0 15px 15px; } | |
| 5507 | + | |
| 7994 | 5508 | #elementor-icons-manager__tab__title { |
| 7995 | - color: var(--e-a-color-txt); | |
| 5509 | + color: #556068; | |
| 7996 | 5510 | font-size: 16px; |
| 7997 | 5511 | font-weight: 500; |
| 7998 | - text-align: start; | |
| 7999 | -} | |
| 8000 | -@media (max-width: 479px) { | |
| 8001 | - #elementor-icons-manager__tab__title { | |
| 8002 | - display: none; | |
| 8003 | - } | |
| 8004 | -} | |
| 5512 | + text-align: left; } | |
| 5513 | + @media (max-width: 479px) { | |
| 5514 | + #elementor-icons-manager__tab__title { | |
| 5515 | + display: none; } } | |
| 5516 | + | |
| 8005 | 5517 | #elementor-icons-manager__tab__content { |
| 8006 | 5518 | display: grid; |
| 8007 | 5519 | grid-template-columns: repeat(7, 1fr); |
| 8008 | 5520 | grid-gap: 20px; |
| 8009 | - margin: 20px 0; | |
| 8010 | -} | |
| 8011 | -@media (max-width: 1439px) { | |
| 8012 | - #elementor-icons-manager__tab__content { | |
| 8013 | - grid-template-columns: repeat(6, 1fr); | |
| 8014 | - } | |
| 8015 | -} | |
| 8016 | -@media (max-width: 1024px) { | |
| 8017 | - #elementor-icons-manager__tab__content { | |
| 8018 | - grid-template-columns: repeat(5, 1fr); | |
| 8019 | - } | |
| 8020 | -} | |
| 8021 | -@media (max-width: 767px) { | |
| 8022 | - #elementor-icons-manager__tab__content { | |
| 8023 | - grid-template-columns: repeat(4, 1fr); | |
| 8024 | - } | |
| 8025 | -} | |
| 8026 | -@media (max-width: 479px) { | |
| 8027 | - #elementor-icons-manager__tab__content { | |
| 8028 | - grid-template-columns: repeat(3, 1fr); | |
| 8029 | - } | |
| 8030 | -} | |
| 5521 | + margin: 20px 0; } | |
| 5522 | + @media (max-width: 1439px) { | |
| 5523 | + #elementor-icons-manager__tab__content { | |
| 5524 | + grid-template-columns: repeat(6, 1fr); } } | |
| 5525 | + @media (max-width: 1024px) { | |
| 5526 | + #elementor-icons-manager__tab__content { | |
| 5527 | + grid-template-columns: repeat(5, 1fr); } } | |
| 5528 | + @media (max-width: 767px) { | |
| 5529 | + #elementor-icons-manager__tab__content { | |
| 5530 | + grid-template-columns: repeat(4, 1fr); } } | |
| 5531 | + @media (max-width: 479px) { | |
| 5532 | + #elementor-icons-manager__tab__content { | |
| 5533 | + grid-template-columns: repeat(3, 1fr); } } | |
| 5534 | + | |
| 8031 | 5535 | #elementor-icons-manager__promotion { |
| 5536 | + display: -webkit-box; | |
| 5537 | + display: -ms-flexbox; | |
| 8032 | 5538 | display: flex; |
| 8033 | - align-items: center; | |
| 8034 | - flex-direction: column; | |
| 8035 | - padding-block-start: 70px; | |
| 8036 | -} | |
| 8037 | -#elementor-icons-manager__promotion__icon { | |
| 8038 | - font-size: 60px; | |
| 8039 | -} | |
| 8040 | -#elementor-icons-manager__promotion__text { | |
| 8041 | - width: 300px; | |
| 8042 | - font-size: 16px; | |
| 8043 | - padding-block-start: 25px; | |
| 8044 | -} | |
| 8045 | -#elementor-icons-manager__promotion__link { | |
| 8046 | - margin-block-start: 20px; | |
| 8047 | -} | |
| 5539 | + -webkit-box-align: center; | |
| 5540 | + -ms-flex-align: center; | |
| 5541 | + align-items: center; | |
| 5542 | + -webkit-box-orient: vertical; | |
| 5543 | + -webkit-box-direction: normal; | |
| 5544 | + -ms-flex-direction: column; | |
| 5545 | + flex-direction: column; | |
| 5546 | + padding-top: 70px; } | |
| 5547 | + #elementor-icons-manager__promotion__icon { | |
| 5548 | + font-size: 60px; | |
| 5549 | + color: #c2cbd2; } | |
| 5550 | + #elementor-icons-manager__promotion__text { | |
| 5551 | + width: 300px; | |
| 5552 | + font-size: 16px; | |
| 5553 | + padding-top: 25px; } | |
| 5554 | + #elementor-icons-manager__promotion__link { | |
| 5555 | + margin-top: 20px; } | |
| 8048 | 5556 | |
| 8049 | 5557 | .elementor-icons-manager__tab-link { |
| 8050 | - padding-block: 15px; | |
| 8051 | - padding-inline: 45px 0; | |
| 8052 | - font-size: 12px; | |
| 8053 | - text-align: start; | |
| 5558 | + padding: 15px 0 15px 45px; | |
| 5559 | + font-size: 14px; | |
| 5560 | + color: #6d7882; | |
| 5561 | + text-align: left; | |
| 8054 | 5562 | cursor: pointer; |
| 8055 | - position: relative; | |
| 8056 | -} | |
| 8057 | -.elementor-icons-manager__tab-link i { | |
| 8058 | - font-size: 20px; | |
| 8059 | - padding-inline-end: 15px; | |
| 8060 | -} | |
| 8061 | -@media (max-width: 1024px) { | |
| 5563 | + position: relative; } | |
| 8062 | 5564 | .elementor-icons-manager__tab-link i { |
| 8063 | - display: none; | |
| 8064 | - } | |
| 8065 | -} | |
| 8066 | -.elementor-icons-manager__tab-link:hover { | |
| 8067 | - background-color: var(--e-a-bg-hover); | |
| 8068 | -} | |
| 8069 | -.elementor-icons-manager__tab-link.elementor-active { | |
| 8070 | - background-color: var(--e-a-bg-active); | |
| 8071 | - color: var(--e-a-color-txt-accent); | |
| 8072 | -} | |
| 8073 | -.elementor-icons-manager__tab-link.elementor-active:after { | |
| 8074 | - content: ""; | |
| 8075 | - position: absolute; | |
| 8076 | - height: 100%; | |
| 8077 | - width: 3px; | |
| 8078 | - inset-block-start: 0; | |
| 8079 | - inset-inline-start: 0; | |
| 8080 | - background-color: var(--e-a-border-color-accent); | |
| 8081 | -} | |
| 5565 | + font-size: 20px; | |
| 5566 | + padding-right: 15px; | |
| 5567 | + color: #a4afb7; } | |
| 5568 | + @media (max-width: 1439px) { | |
| 5569 | + .elementor-icons-manager__tab-link { | |
| 5570 | + padding: 15px 15px 15px 25px; | |
| 5571 | + font-size: 11px; } | |
| 5572 | + .elementor-icons-manager__tab-link i { | |
| 5573 | + font-size: 15px; } } | |
| 5574 | + @media (max-width: 1024px) { | |
| 5575 | + .elementor-icons-manager__tab-link i { | |
| 5576 | + display: none; } } | |
| 5577 | + .elementor-icons-manager__tab-link.elementor-active { | |
| 5578 | + background-color: #fff; | |
| 5579 | + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); | |
| 5580 | + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); } | |
| 5581 | + .elementor-icons-manager__tab-link.elementor-active:after { | |
| 5582 | + content: ''; | |
| 5583 | + position: absolute; | |
| 5584 | + height: 100%; | |
| 5585 | + width: 5px; | |
| 5586 | + top: 0; | |
| 5587 | + left: 0; | |
| 5588 | + background-color: #71d7f7; } | |
| 5589 | + .elementor-icons-manager__tab-link.elementor-active i { | |
| 5590 | + color: #71d7f7; } | |
| 5591 | + | |
| 8082 | 5592 | .elementor-icons-manager__tab__item { |
| 8083 | 5593 | position: relative; |
| 8084 | 5594 | height: 0; |
| 8085 | - padding-block-end: 100%; | |
| 8086 | - border: var(--e-a-border); | |
| 8087 | - border-radius: 3px; | |
| 5595 | + padding-bottom: 100%; | |
| 5596 | + background-color: #fff; | |
| 5597 | + -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05); | |
| 5598 | + box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05); | |
| 5599 | + -webkit-border-radius: 3px; | |
| 5600 | + border-radius: 3px; | |
| 8088 | 5601 | cursor: pointer; |
| 8089 | - transition: var(--e-a-transition-hover); | |
| 8090 | - overflow: hidden; | |
| 8091 | -} | |
| 8092 | -.elementor-icons-manager__tab__item:hover { | |
| 8093 | - background-color: var(--e-a-bg-hover); | |
| 8094 | -} | |
| 8095 | -.elementor-icons-manager__tab__item.elementor-selected { | |
| 8096 | - background-color: var(--e-a-bg-active); | |
| 8097 | - border-color: var(--e-a-border-color-accent); | |
| 8098 | - color: var(--e-a-color-txt-accent); | |
| 8099 | -} | |
| 8100 | -.elementor-icons-manager__tab__item__content { | |
| 8101 | - display: flex; | |
| 8102 | - flex-direction: column; | |
| 8103 | - align-items: center; | |
| 8104 | - width: 100%; | |
| 8105 | - position: absolute; | |
| 8106 | - inset-block-start: 50%; | |
| 8107 | - inset-inline-start: 50%; | |
| 8108 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 8109 | - padding: 1px; | |
| 8110 | -} | |
| 8111 | -.elementor-icons-manager__tab__item__icon { | |
| 8112 | - font-size: 25px; | |
| 8113 | -} | |
| 8114 | -.elementor-icons-manager__tab__item__name { | |
| 8115 | - font-size: 11px; | |
| 8116 | - padding: 13px 20px 0; | |
| 8117 | - max-width: 100%; | |
| 8118 | - white-space: nowrap; | |
| 8119 | - text-overflow: ellipsis; | |
| 8120 | - overflow: hidden; | |
| 8121 | -} | |
| 5602 | + -webkit-transition: all 0.3s; | |
| 5603 | + -o-transition: all 0.3s; | |
| 5604 | + transition: all 0.3s; | |
| 5605 | + overflow: hidden; } | |
| 5606 | + .elementor-icons-manager__tab__item:hover { | |
| 5607 | + -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); | |
| 5608 | + box-shadow: 0 1px 14px rgba(0, 0, 0, 0.16); } | |
| 5609 | + .elementor-icons-manager__tab__item.elementor-selected { | |
| 5610 | + -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; | |
| 5611 | + box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #71d7f7; } | |
| 5612 | + .elementor-icons-manager__tab__item__content { | |
| 5613 | + display: -webkit-box; | |
| 5614 | + display: -ms-flexbox; | |
| 5615 | + display: flex; | |
| 5616 | + -webkit-box-orient: vertical; | |
| 5617 | + -webkit-box-direction: normal; | |
| 5618 | + -ms-flex-direction: column; | |
| 5619 | + flex-direction: column; | |
| 5620 | + -webkit-box-align: center; | |
| 5621 | + -ms-flex-align: center; | |
| 5622 | + align-items: center; | |
| 5623 | + width: 100%; | |
| 5624 | + position: absolute; | |
| 5625 | + top: 50%; | |
| 5626 | + left: 50%; | |
| 5627 | + -webkit-transform: translate(-50%, -50%); | |
| 5628 | + -ms-transform: translate(-50%, -50%); | |
| 5629 | + transform: translate(-50%, -50%); | |
| 5630 | + padding: 1px; } | |
| 5631 | + .elementor-icons-manager__tab__item__icon { | |
| 5632 | + font-size: 25px; | |
| 5633 | + color: #6d7882; } | |
| 5634 | + .elementor-icons-manager__tab__item__name { | |
| 5635 | + color: #c2cbd2; | |
| 5636 | + font-size: 11px; | |
| 5637 | + padding: 13px 20px 0; | |
| 5638 | + max-width: 100%; | |
| 5639 | + white-space: nowrap; | |
| 5640 | + -o-text-overflow: ellipsis; | |
| 5641 | + text-overflow: ellipsis; | |
| 5642 | + overflow: hidden; } | |
| 8122 | 5643 | |
| 5644 | +#elementor-enable-fa5-dialog a { | |
| 5645 | + font-style: italic; | |
| 5646 | + text-decoration: underline; } | |
| 5647 | + | |
| 5648 | +#elementor-enable-fa5-dialog .dialog-confirm-ok { | |
| 5649 | + color: #39b54a; } | |
| 5650 | + | |
| 8123 | 5651 | .elementor-color-picker__header { |
| 5652 | + display: -webkit-box; | |
| 5653 | + display: -ms-flexbox; | |
| 8124 | 5654 | display: flex; |
| 8125 | - justify-content: space-between; | |
| 8126 | - align-items: center; | |
| 5655 | + -webkit-box-pack: justify; | |
| 5656 | + -ms-flex-pack: justify; | |
| 5657 | + justify-content: space-between; | |
| 5658 | + -webkit-box-align: center; | |
| 5659 | + -ms-flex-align: center; | |
| 5660 | + align-items: center; | |
| 8127 | 5661 | font-weight: bold; |
| 8128 | 5662 | padding: 10px; |
| 8129 | - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 8130 | -} | |
| 5663 | + -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
| 5664 | + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } | |
| 8131 | 5665 | |
| 8132 | 5666 | .e-color-picker__tools { |
| 8133 | - display: flex; | |
| 8134 | -} | |
| 5667 | + display: -webkit-box; | |
| 5668 | + display: -ms-flexbox; | |
| 5669 | + display: flex; } | |
| 8135 | 5670 | |
| 8136 | 5671 | .e-control-color--no-value .pcr-button { |
| 5672 | + background-image: -webkit-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%); | |
| 5673 | + background-image: -o-linear-gradient(315deg, transparent 46%, #ff3030 50%, transparent 54%); | |
| 8137 | 5674 | background-image: linear-gradient(135deg, transparent 46%, #ff3030 50%, transparent 54%); |
| 8138 | - background-size: cover; | |
| 5675 | + -webkit-background-size: cover; | |
| 5676 | + background-size: cover; | |
| 8139 | 5677 | background-color: transparent; |
| 8140 | -} | |
| 5678 | + border: 1px solid #d5dadf; } | |
| 8141 | 5679 | |
| 8142 | -.pickr { | |
| 8143 | - border: var(--e-a-border); | |
| 8144 | - height: 27px; | |
| 8145 | -} | |
| 8146 | -.pickr .pcr-button { | |
| 8147 | - height: 100%; | |
| 8148 | - width: 100%; | |
| 8149 | - border-radius: var(--e-a-border-radius); | |
| 8150 | -} | |
| 8151 | -.pickr .pcr-button:before, .pickr .pcr-button:after { | |
| 8152 | - height: 12px; | |
| 8153 | - width: 12px; | |
| 8154 | - position: absolute; | |
| 8155 | - inset-block-start: 50%; | |
| 8156 | - inset-inline-start: 50%; | |
| 8157 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 8158 | -} | |
| 5680 | +.pcr-app[data-theme=monolith] { | |
| 5681 | + padding: 0; } | |
| 8159 | 5682 | |
| 8160 | -.pcr-app { | |
| 8161 | - background-color: var(--e-a-bg-default); | |
| 8162 | - color: var(--e-a-color-txt); | |
| 8163 | - box-shadow: var(--e-a-popover-shadow); | |
| 8164 | - font-family: var(--e-a-font-family); | |
| 8165 | -} | |
| 8166 | -.pcr-app[data-theme=monolith] { | |
| 8167 | - padding: 0; | |
| 8168 | - width: 270px; | |
| 8169 | -} | |
| 8170 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity, | |
| 8171 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser { | |
| 8172 | - height: 8px; | |
| 8173 | -} | |
| 8174 | -.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette { | |
| 8175 | - height: 150px; | |
| 8176 | -} | |
| 8177 | -.pcr-app .pcr-selection .pcr-picker { | |
| 8178 | - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); | |
| 8179 | -} | |
| 8180 | -.pcr-app .pcr-interaction { | |
| 8181 | - padding-block-end: 20px; | |
| 8182 | -} | |
| 8183 | -.pcr-app .pcr-interaction input.pcr-result { | |
| 8184 | - border: var(--e-a-border); | |
| 8185 | - color: var(--e-a-color-txt); | |
| 8186 | - border-radius: var(--e-a-border-radius); | |
| 8187 | - margin: 0; | |
| 8188 | - background-color: transparent; | |
| 8189 | -} | |
| 8190 | -.pcr-app .pcr-interaction input.pcr-result:focus { | |
| 8191 | - box-shadow: none; | |
| 8192 | - border-color: var(--e-a-border-color-bold); | |
| 8193 | -} | |
| 8194 | -.pcr-app .pcr-interaction input.pcr-type { | |
| 8195 | - all: unset; | |
| 8196 | - font-size: 10px; | |
| 8197 | - color: var(--e-a-color-txt-muted); | |
| 8198 | - padding-inline-start: 5px; | |
| 8199 | - cursor: pointer; | |
| 8200 | -} | |
| 8201 | -.pcr-app .pcr-interaction input.pcr-type.active { | |
| 8202 | - background-color: transparent; | |
| 8203 | - color: var(--e-a-color-txt-accent); | |
| 8204 | -} | |
| 5683 | +.pcr-result { | |
| 5684 | + border-right-width: 1px; | |
| 5685 | + -webkit-border-radius: 3px; | |
| 5686 | + border-radius: 3px; } | |
| 5687 | + | |
| 8205 | 5688 | .pcr-selection, .pcr-interaction { |
| 8206 | - padding: 0 20px; | |
| 8207 | -} | |
| 8208 | -.pcr-selection { | |
| 8209 | - padding-block-start: 20px; | |
| 8210 | -} | |
| 5689 | + padding: 0 20px; } | |
| 5690 | + | |
| 5691 | +.pcr-interaction { | |
| 5692 | + padding-bottom: 20px; } | |
| 5693 | + | |
| 8211 | 5694 | .pcr .elementor-control-dynamic-switcher { |
| 8212 | 5695 | height: 20px; |
| 8213 | - border: 0; | |
| 8214 | -} | |
| 5696 | + border: 0; } | |
| 8215 | 5697 | |
| 8216 | 5698 | .select2-container { |
| 8217 | 5699 | width: 100% !important; |
| 8218 | 5700 | outline: none; |
| 8219 | 5701 | z-index: 9999; |
| 8220 | - font-size: 12px; | |
| 8221 | -} | |
| 8222 | -.select2-container .e-select2-placeholder { | |
| 8223 | - color: var(--e-a-color-txt-muted); | |
| 8224 | -} | |
| 8225 | -.select2-container.select2-container--default .select2-selection--single { | |
| 8226 | - height: 27px; | |
| 8227 | - background-color: transparent; | |
| 8228 | -} | |
| 8229 | -.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { | |
| 8230 | - color: var(--e-a-color-txt); | |
| 8231 | - line-height: 27px; | |
| 8232 | -} | |
| 8233 | -.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] { | |
| 8234 | - background-color: var(--e-a-bg-hover); | |
| 8235 | - color: var(--e-a-color-txt-hover); | |
| 8236 | -} | |
| 8237 | -.select2-container.select2-container--default .select2-selection--multiple { | |
| 8238 | - background-color: var(--e-a-bg-default); | |
| 8239 | - min-height: 27px; | |
| 8240 | - line-height: 0; | |
| 8241 | -} | |
| 8242 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { | |
| 8243 | - display: none; | |
| 8244 | -} | |
| 8245 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice { | |
| 8246 | - background-color: var(--e-a-btn-bg); | |
| 8247 | - color: var(--e-a-btn-color-invert); | |
| 8248 | - line-height: 1.2; | |
| 8249 | - font-size: 10px; | |
| 8250 | - border: none; | |
| 8251 | - border-radius: 0; | |
| 8252 | - padding: 2px 3px; | |
| 8253 | -} | |
| 8254 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button { | |
| 8255 | - cursor: pointer; | |
| 8256 | - width: 16.67px; | |
| 8257 | - text-indent: -9999px; | |
| 8258 | - position: relative; | |
| 8259 | -} | |
| 8260 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button:after { | |
| 8261 | - content: "\e815"; | |
| 8262 | - font-family: "eicons"; | |
| 8263 | - color: var(--e-a-btn-color-invert); | |
| 8264 | - text-indent: 0; | |
| 8265 | - position: absolute; | |
| 8266 | - inset: 0; | |
| 8267 | - display: flex; | |
| 8268 | - justify-content: center; | |
| 8269 | - align-items: center; | |
| 8270 | -} | |
| 8271 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered { | |
| 8272 | - padding-block-end: 5px; | |
| 8273 | -} | |
| 8274 | -.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { | |
| 8275 | - color: var(--e-a-btn-color-invert); | |
| 8276 | - margin-inline-end: 3px; | |
| 8277 | -} | |
| 8278 | -.select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, | |
| 8279 | -.select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { | |
| 8280 | - background-color: var(--e-a-bg-default); | |
| 8281 | - color: var(--e-a-color-txt); | |
| 8282 | - border-color: var(--e-a-border-color); | |
| 8283 | -} | |
| 8284 | -.select2-container.select2-container--open .select2-selection--single, | |
| 8285 | -.select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single, | |
| 8286 | -.select2-container.select2-container--focus .select2-selection--multiple { | |
| 8287 | - border-color: var(--e-a-border-color-bold); | |
| 8288 | -} | |
| 5702 | + font-size: 12px; } | |
| 5703 | + .select2-container .e-select2-placeholder { | |
| 5704 | + color: #a4afb7; } | |
| 5705 | + .select2-container.select2-container--default .select2-selection--single { | |
| 5706 | + height: 27px; } | |
| 5707 | + .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { | |
| 5708 | + color: #6d7882; | |
| 5709 | + line-height: 27px; } | |
| 5710 | + .select2-container.select2-container--default .select2-selection--multiple { | |
| 5711 | + min-height: 27px; | |
| 5712 | + line-height: 0; } | |
| 5713 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { | |
| 5714 | + display: none; } | |
| 5715 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice { | |
| 5716 | + background-color: #f1f3f5; | |
| 5717 | + line-height: 1.2; | |
| 5718 | + font-size: 10px; | |
| 5719 | + border: none; | |
| 5720 | + -webkit-border-radius: 0; | |
| 5721 | + border-radius: 0; | |
| 5722 | + padding: 2px 3px; } | |
| 5723 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button { | |
| 5724 | + cursor: pointer; | |
| 5725 | + width: 16.67px; | |
| 5726 | + text-indent: -9999px; | |
| 5727 | + position: relative; } | |
| 5728 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button:after { | |
| 5729 | + content: '\e815'; | |
| 5730 | + font-family: "eicons"; | |
| 5731 | + color: #a4afb7; | |
| 5732 | + text-indent: 0; | |
| 5733 | + position: absolute; | |
| 5734 | + left: 0; | |
| 5735 | + top: 0; | |
| 5736 | + width: 100%; | |
| 5737 | + height: 100%; | |
| 5738 | + display: -webkit-box; | |
| 5739 | + display: -ms-flexbox; | |
| 5740 | + display: flex; | |
| 5741 | + -webkit-box-pack: center; | |
| 5742 | + -ms-flex-pack: center; | |
| 5743 | + justify-content: center; | |
| 5744 | + -webkit-box-align: center; | |
| 5745 | + -ms-flex-align: center; | |
| 5746 | + align-items: center; } | |
| 5747 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered { | |
| 5748 | + padding-bottom: 5px; } | |
| 5749 | + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { | |
| 5750 | + color: #a4afb7; | |
| 5751 | + margin-right: 3px; } | |
| 5752 | + .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, | |
| 5753 | + .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { | |
| 5754 | + border-color: #d5dadf; } | |
| 5755 | + .select2-container.select2-container--open .select2-selection--single, | |
| 5756 | + .select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single, | |
| 5757 | + .select2-container.select2-container--focus .select2-selection--multiple { | |
| 5758 | + border-color: #a4afb7; } | |
| 8289 | 5759 | |
| 8290 | 5760 | .select2-selection { |
| 8291 | - outline: none; | |
| 8292 | -} | |
| 8293 | -.select2-selection--single { | |
| 8294 | - height: 27px; | |
| 8295 | -} | |
| 5761 | + outline: none; } | |
| 5762 | + .select2-selection--single { | |
| 5763 | + height: 27px; } | |
| 8296 | 5764 | |
| 8297 | 5765 | .select2-selection__arrow { |
| 8298 | 5766 | height: 27px; |
| 8299 | - inset-block-start: 0; | |
| 8300 | -} | |
| 5767 | + top: 0; } | |
| 8301 | 5768 | |
| 8302 | 5769 | .select2-results__option[aria-selected=true] { |
| 8303 | - background-color: var(--e-a-bg-active); | |
| 8304 | - color: var(--e-a-color-txt-active); | |
| 8305 | -} | |
| 8306 | -.select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { | |
| 8307 | - background-color: var(--e-a-bg-active); | |
| 8308 | -} | |
| 5770 | + color: #495157; } | |
| 5771 | + .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { | |
| 5772 | + background-color: initial; } | |
| 8309 | 5773 | |
| 8310 | 5774 | .select2-dropdown { |
| 8311 | - border-color: var(--e-a-border-color); | |
| 8312 | - background-color: var(--e-a-bg-default); | |
| 8313 | - color: var(--e-a-color-txt); | |
| 8314 | - box-shadow: var(--e-a-dropdown-shadow); | |
| 8315 | -} | |
| 8316 | -.select2-dropdown .select2-search__field { | |
| 8317 | - outline: none; | |
| 8318 | -} | |
| 8319 | - | |
| 8320 | -.e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { | |
| 8321 | - cursor: ew-resize; | |
| 8322 | -} | |
| 8323 | -.e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { | |
| 8324 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 8325 | -} | |
| 8326 | -.e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { | |
| 8327 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 8328 | - -webkit-user-select: none; | |
| 8329 | - -moz-user-select: none; | |
| 8330 | - user-select: none; | |
| 8331 | -} | |
| 8332 | -.e-ui-state--document-scrubbing-mode__on iframe { | |
| 8333 | - pointer-events: none; | |
| 8334 | -} | |
| 8335 | - | |
| 8336 | -label.e-scrubbing-over { | |
| 8337 | - cursor: ew-resize; | |
| 8338 | -} | |
| 8339 | - | |
| 8340 | -#elementor-paste-area-dialog { | |
| 8341 | - text-align: center; | |
| 8342 | -} | |
| 8343 | -#elementor-paste-area-dialog .dialog-header { | |
| 8344 | - padding-block-start: 60px; | |
| 8345 | - font-size: 30px; | |
| 8346 | -} | |
| 8347 | -#elementor-paste-area-dialog .dialog-message { | |
| 8348 | - padding: 0 15px 15px; | |
| 8349 | - font-size: 15px; | |
| 8350 | - position: relative; | |
| 8351 | -} | |
| 8352 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__input { | |
| 8353 | - background: transparent; | |
| 8354 | - color: transparent; | |
| 8355 | - border-color: transparent; | |
| 8356 | - padding: 0; | |
| 8357 | - margin: 0; | |
| 8358 | - height: 100px; | |
| 8359 | - position: absolute; | |
| 8360 | - inset-block-start: -60px; | |
| 8361 | - inset-inline: 0; | |
| 8362 | -} | |
| 8363 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { | |
| 8364 | - border-color: transparent; | |
| 8365 | - outline: none; | |
| 8366 | -} | |
| 8367 | -#elementor-paste-area-dialog .dialog-widget-content { | |
| 8368 | - width: 400px; | |
| 8369 | -} | |
| 8370 | -#elementor-paste-area-dialog .dialog-widget-content .eicon-loading { | |
| 8371 | - display: none; | |
| 8372 | -} | |
| 8373 | -#elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading { | |
| 8374 | - display: block; | |
| 8375 | - margin-block-start: 15px; | |
| 8376 | -} | |
| 8377 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__error { | |
| 8378 | - color: var(--e-a-color-danger); | |
| 8379 | - font-size: 12px; | |
| 8380 | -} | |
| 8381 | -#elementor-paste-area-dialog #elementor-paste-area-dialog__error:before { | |
| 8382 | - content: ""; | |
| 8383 | - border-block-start: var(--e-a-border); | |
| 8384 | - display: block; | |
| 8385 | - margin: 10px -15px; | |
| 8386 | -} | |
| 8387 | - | |
| 8388 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8389 | - transition: 0.3s all; | |
| 8390 | -} | |
| 8391 | -[class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { | |
| 8392 | - max-height: 1em; | |
| 8393 | - max-width: 1em; | |
| 8394 | -} | |
| 8395 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8396 | - --is-ltr: 1; | |
| 8397 | - --is-rtl: 0; | |
| 8398 | -} | |
| 8399 | -[class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { | |
| 8400 | - --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); | |
| 8401 | -} | |
| 8402 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8403 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8404 | -} | |
| 8405 | -: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) { | |
| 8406 | - transform: rotate(calc(var(--rotation-direction) * 90deg)); | |
| 8407 | -} | |
| 8408 | -: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) { | |
| 8409 | - transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 8410 | -} | |
| 8411 | -.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) { | |
| 8412 | - transform: rotate(calc(var(--rotation-direction) * -90deg)); | |
| 8413 | -} | |
| 8414 | -.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) { | |
| 8415 | - transform: rotate(calc(var(--is-rtl) * 180deg)); | |
| 8416 | -} | |
| 8417 | -.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) { | |
| 8418 | - transform: rotate(calc(var(--is-ltr) * 180deg)); | |
| 8419 | -} | |
| 8420 | - | |
| 8421 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8422 | - display: none; | |
| 8423 | -} | |
| 8424 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8425 | - display: none; | |
| 8426 | -} | |
| 8427 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8428 | - display: none; | |
| 8429 | -} | |
| 5775 | + border-color: #a4afb7; } | |
| 5776 | + .select2-dropdown .select2-search__field { | |
| 5777 | + outline: none; } | |
| 8430 | 5778 | /*# sourceMappingURL=editor.css.map */ |