| 1 |
.ultimate-store-kit-dashboard.wrap { |
| 2 |
margin: 10px 20px 0 0; } |
| 3 |
.ultimate-store-kit-dashboard.wrap a:focus { |
| 4 |
outline: none; |
| 5 |
box-shadow: none; } |
| 6 |
.ultimate-store-kit-dashboard.wrap .bdt-dashboard-navigation { |
| 7 |
background-color: #fff; |
| 8 |
border-radius: 5px; |
| 9 |
max-width: 1600px; |
| 10 |
box-sizing: border-box; |
| 11 |
margin-top: 35px; |
| 12 |
padding: 0 35px; |
| 13 |
background-image: url("../images/shiny-overlay.svg"); |
| 14 |
background-position: bottom right; |
| 15 |
background-repeat: no-repeat; } |
| 16 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li { |
| 17 |
margin: 0; } |
| 18 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a { |
| 19 |
padding: 20px 0; |
| 20 |
border: none; |
| 21 |
background: none; |
| 22 |
text-decoration: none; |
| 23 |
font-size: 15px; |
| 24 |
font-weight: 500; |
| 25 |
color: #666; |
| 26 |
position: relative; |
| 27 |
transition: box-shadow 300ms ease-out; } |
| 28 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a:hover, |
| 29 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a:focus { |
| 30 |
border-bottom: none; |
| 31 |
color: #000; |
| 32 |
box-shadow: none; } |
| 33 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a:after { |
| 34 |
background-color: #0680d6; |
| 35 |
content: ''; |
| 36 |
height: 3px; |
| 37 |
position: absolute; |
| 38 |
bottom: 0; |
| 39 |
width: 0; |
| 40 |
transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1); } |
| 41 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li.bdt-active a:after { |
| 42 |
width: 100%; } |
| 43 |
.ultimate-store-kit-dashboard.wrap .bdt-card { |
| 44 |
border-radius: 6px; |
| 45 |
background-color: #fff; } |
| 46 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page { |
| 47 |
margin-top: 50px; } |
| 48 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-setting-save-btn { |
| 49 |
margin: 5px; } |
| 50 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page form.settings-save { |
| 51 |
margin: -5px; } |
| 52 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page p { |
| 53 |
font-size: 16px; |
| 54 |
line-height: 1.6; |
| 55 |
color: #666; } |
| 56 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-width-expand > [class^="usk-icon-"] { |
| 57 |
font-size: 48px; |
| 58 |
margin-right: 20px; } |
| 59 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-free .bdt-width-expand > [class^="usk-icon-"] { |
| 60 |
color: #48484a; } |
| 61 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-pro .bdt-width-expand > [class^="usk-icon-"] { |
| 62 |
color: #48484a; } |
| 63 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item[data-content-type~="new"] > .bdt-option-item-inner:before { |
| 64 |
background-color: #EF476F; |
| 65 |
content: 'NEW'; |
| 66 |
width: 70px; |
| 67 |
height: 20px; |
| 68 |
color: #fff; |
| 69 |
position: absolute; |
| 70 |
transform: rotate(-45deg); |
| 71 |
text-align: center; |
| 72 |
line-height: 20px; |
| 73 |
font-size: 9px; |
| 74 |
left: -20px; |
| 75 |
top: 4px; } |
| 76 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-label { |
| 77 |
font-size: 15px; |
| 78 |
font-weight: 500; |
| 79 |
display: inline-block; |
| 80 |
color: #272c32; } |
| 81 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-demo, |
| 82 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-video { |
| 83 |
padding: 5px; |
| 84 |
border-radius: 20px; |
| 85 |
margin-left: 10px; |
| 86 |
color: #000; |
| 87 |
transition: all .2s ease-out; |
| 88 |
transform: scale(0.5); |
| 89 |
opacity: 0; |
| 90 |
position: absolute; |
| 91 |
text-decoration: none; } |
| 92 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-demo { |
| 93 |
right: 98px; } |
| 94 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-video { |
| 95 |
right: 70px; } |
| 96 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-free .bdt-option-demo:hover, |
| 97 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-free .bdt-option-video:hover { |
| 98 |
color: #06D6A0; } |
| 99 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-pro .bdt-option-demo:hover, |
| 100 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item.usk-widget-pro .bdt-option-video:hover { |
| 101 |
color: #EF476F; } |
| 102 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-item-inner { |
| 103 |
overflow: hidden; |
| 104 |
position: relative; |
| 105 |
background-color: #fff; } |
| 106 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-item-inner:hover .bdt-option-demo, |
| 107 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-item-inner:hover .bdt-option-video { |
| 108 |
opacity: 1; |
| 109 |
transform: scale(1); } |
| 110 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-item-inner:hover .bdt-option-demo { |
| 111 |
transition-delay: .03s; } |
| 112 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .usk-option-item .bdt-option-item-inner:hover .bdt-option-video { |
| 113 |
transition-delay: .1s; } |
| 114 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper { |
| 115 |
margin-bottom: 45px; } |
| 116 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-filter-nav > div > div { |
| 117 |
padding-right: 32px; |
| 118 |
margin-right: 30px; |
| 119 |
border-right: 1px solid rgba(0, 0, 0, 0.1); } |
| 120 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-filter-nav > div > div:nth-last-child(1) { |
| 121 |
padding-right: 0; |
| 122 |
margin-right: 0; |
| 123 |
border-right: 0; } |
| 124 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul { |
| 125 |
margin-top: 0; |
| 126 |
margin-bottom: 0; } |
| 127 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-badge { |
| 128 |
height: 18px; |
| 129 |
width: 18px; |
| 130 |
margin-left: 5px; |
| 131 |
font-size: 10px; } |
| 132 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-button-default { |
| 133 |
text-decoration: none; |
| 134 |
color: #444; |
| 135 |
background-color: #fff; |
| 136 |
transition: all 0.3s cubic-bezier(0.3, 0.36, 0.25, 1); |
| 137 |
border: none; |
| 138 |
border-radius: 5px; |
| 139 |
outline: none; |
| 140 |
font-size: 14px; |
| 141 |
font-weight: 500; |
| 142 |
padding: 10px 12px; |
| 143 |
line-height: 18px; } |
| 144 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-button-default:hover { |
| 145 |
background: #0680d6; |
| 146 |
color: #fff; } |
| 147 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li { |
| 148 |
margin: 0; } |
| 149 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li a { |
| 150 |
text-decoration: none; |
| 151 |
color: #444; |
| 152 |
transition: all 0.3s cubic-bezier(0.3, 0.36, 0.25, 1); |
| 153 |
border: none; |
| 154 |
border-radius: 5px; |
| 155 |
outline: none; |
| 156 |
font-size: 14px; |
| 157 |
font-weight: 500; |
| 158 |
padding: 10px 15px; |
| 159 |
background: #fff; } |
| 160 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li a:hover { |
| 161 |
background: #0680d6; |
| 162 |
color: #fff; |
| 163 |
outline: none; } |
| 164 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li a:hover .bdt-badge { |
| 165 |
background-color: #118ab2; } |
| 166 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.bdt-active a { |
| 167 |
background: #0680d6; |
| 168 |
color: #fff; |
| 169 |
box-shadow: none; } |
| 170 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-free a { |
| 171 |
background-color: #B6FFEC; |
| 172 |
color: #06D6A0; } |
| 173 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-free a:hover { |
| 174 |
background-color: #06D6A0; |
| 175 |
color: #fff; } |
| 176 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-free.bdt-active a { |
| 177 |
background-color: #06D6A0; |
| 178 |
color: #fff; |
| 179 |
box-shadow: none; } |
| 180 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-pro a { |
| 181 |
background-color: #ffcdd9; |
| 182 |
color: #EF476F; } |
| 183 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-pro a:hover { |
| 184 |
background-color: #EF476F; |
| 185 |
color: #fff; |
| 186 |
box-shadow: none; } |
| 187 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper ul.bdt-subnav li.usk-widget-pro.bdt-active a { |
| 188 |
background-color: #EF476F; |
| 189 |
color: #fff; |
| 190 |
box-shadow: none; } |
| 191 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-active-all-widget { |
| 192 |
background-color: #E4232C; |
| 193 |
color: #fff; } |
| 194 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-active-all-widget:hover, .ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-active-all-widget.bdt-active { |
| 195 |
background-color: #0c6fd1; } |
| 196 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-deactive-all-widget { |
| 197 |
background-color: #c81b07; |
| 198 |
color: #fff; } |
| 199 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-deactive-all-widget.bdt-active, .ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-widget-onoff .bdt-deactive-all-widget:hover { |
| 200 |
background-color: #cf1c08; } |
| 201 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-dropdown { |
| 202 |
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); |
| 203 |
border-radius: 3px; |
| 204 |
background-color: #fff; } |
| 205 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-dropdown ul li a { |
| 206 |
font-size: 14px; } |
| 207 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-dropdown ul li a:focus { |
| 208 |
box-shadow: none; } |
| 209 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-widget-filter-wrapper .bdt-dropdown ul li.bdt-active a { |
| 210 |
color: #fff; } |
| 211 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options { |
| 212 |
margin-bottom: 35px; } |
| 213 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .usk-option-item { |
| 214 |
margin-top: 15px; } |
| 215 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .bdt-option-group .usk-option-item .bdt-option-label { |
| 216 |
font-size: 14px !important; } |
| 217 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .bdt-option-item-inner .bdt-input { |
| 218 |
height: 34px; } |
| 219 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .bdt-option-item-inner .bdt-input:focus { |
| 220 |
background-color: #fff; } |
| 221 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .bdt-option-item-inner input[type="text"] { |
| 222 |
border-radius: 3px; } |
| 223 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item .bdt-option-item-inner textarea { |
| 224 |
width: 100%; } |
| 225 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item > .bdt-option-item-inner { |
| 226 |
line-height: 1; |
| 227 |
padding: 18px 25px; |
| 228 |
border-radius: 5px; |
| 229 |
transition: all 0.3s cubic-bezier(0.3, 0.36, 0.25, 1); } |
| 230 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item > .bdt-option-item-inner:hover { |
| 231 |
color: #052442; |
| 232 |
box-shadow: none; } |
| 233 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item > .bdt-option-item-inner:hover .usk-widget-count-text { |
| 234 |
color: #7c99b7; } |
| 235 |
.ultimate-store-kit-dashboard.wrap .bdt-option-page .bdt-options > .usk-option-item > .bdt-option-item-inner:hover [class^="usk-icon-"] { |
| 236 |
color: #052442; } |
| 237 |
.ultimate-store-kit-dashboard.wrap .bdt-search-active-wrap .bdt-subnav { |
| 238 |
margin: 0; } |
| 239 |
.ultimate-store-kit-dashboard.wrap .bdt-search-active-wrap .bdt-widget-search input { |
| 240 |
min-height: 40px; |
| 241 |
padding: 0 8px; |
| 242 |
border-color: rgba(30, 135, 240, 0.3); } |
| 243 |
.ultimate-store-kit-dashboard.wrap .bdt-search-active-wrap .bdt-widget-search input:focus { |
| 244 |
border: 1px solid #1e87f0; |
| 245 |
outline: 0; |
| 246 |
box-shadow: 0 0 0 1px #1e87f0; } |
| 247 |
|
| 248 |
.ultimate-store-kit-dashboard .ultimate-store-kit-settings-save-btn { |
| 249 |
border-radius: 5px; } |
| 250 |
|
| 251 |
.ultimate-store-kit-dashboard .switch { |
| 252 |
position: relative; |
| 253 |
display: inline-block; |
| 254 |
width: 40px; |
| 255 |
height: 20px; |
| 256 |
background-color: rgba(0, 0, 0, 0.25); |
| 257 |
border-radius: 20px; |
| 258 |
transition: all 0.3s ease-out; |
| 259 |
overflow: hidden; } |
| 260 |
|
| 261 |
.ultimate-store-kit-dashboard .switch::after { |
| 262 |
content: ''; |
| 263 |
position: absolute; |
| 264 |
width: 20px; |
| 265 |
height: 20px; |
| 266 |
border-radius: 20px; |
| 267 |
background-color: white; |
| 268 |
top: 0; |
| 269 |
left: 0; |
| 270 |
transition: all 0.3s cubic-bezier(0.24, 0.85, 0.58, 1); } |
| 271 |
|
| 272 |
.ultimate-store-kit-dashboard input[type='checkbox']:checked + .switch::after { |
| 273 |
transform: translateX(20px); |
| 274 |
box-shadow: 0 0 0 2px inset #E4232C; } |
| 275 |
|
| 276 |
.ultimate-store-kit-dashboard input[type='checkbox']:checked + .switch { |
| 277 |
background-color: #E4232C; } |
| 278 |
|
| 279 |
.ultimate-store-kit-dashboard input[type='checkbox'] { |
| 280 |
position: absolute; |
| 281 |
left: -9999px; } |
| 282 |
|
| 283 |
.ultimate-store-kit-dashboard .usk-widget-pro input[type='checkbox']:checked + .switch::after { |
| 284 |
box-shadow: 0 0 0 2px inset #EF476F; } |
| 285 |
|
| 286 |
.ultimate-store-kit-dashboard .usk-widget-pro input[type='checkbox']:checked + .switch { |
| 287 |
background-color: #EF476F; } |
| 288 |
|
| 289 |
.ultimate-store-kit-dashboard .usk-widget-free input[type='checkbox']:checked + .switch::after { |
| 290 |
box-shadow: 0 0 0 2px inset #06D6A0; } |
| 291 |
|
| 292 |
.ultimate-store-kit-dashboard .usk-widget-free input[type='checkbox']:checked + .switch { |
| 293 |
background-color: #06D6A0; } |
| 294 |
|
| 295 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status { |
| 296 |
font-size: 14px; } |
| 297 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status li > div { |
| 298 |
padding-bottom: 5px; |
| 299 |
margin-bottom: 5px; |
| 300 |
border-bottom: 1px solid rgba(0, 0, 0, 0.1); } |
| 301 |
|
| 302 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .label1 { |
| 303 |
width: 200px; } |
| 304 |
|
| 305 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status span { |
| 306 |
display: inline-block; |
| 307 |
line-height: 1.6; } |
| 308 |
|
| 309 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .valid, |
| 310 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .invalid { |
| 311 |
font-size: 15px; |
| 312 |
width: 20px; |
| 313 |
height: 18px; |
| 314 |
margin-left: 10px; |
| 315 |
margin-right: 15px; |
| 316 |
vertical-align: middle; |
| 317 |
border-radius: 3px; } |
| 318 |
|
| 319 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .invalid { |
| 320 |
background: red; |
| 321 |
color: #fff; } |
| 322 |
|
| 323 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .valid { |
| 324 |
background: #06D6A0; |
| 325 |
color: #fff; } |
| 326 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status .valid i::before { |
| 327 |
margin-left: -1px; } |
| 328 |
|
| 329 |
.ultimate-store-kit-dashboard .bdt-system-requirement .check-system-status i::before { |
| 330 |
font-size: 15px; |
| 331 |
line-height: 20px; } |
| 332 |
|
| 333 |
.ultimate-store-kit-dashboard .bdt-no-result { |
| 334 |
display: none; } |
| 335 |
|
| 336 |
.ultimate-store-kit-dashboard .bdt-animation-shake { |
| 337 |
animation-name: bdt-shake !important; |
| 338 |
display: block !important; } |
| 339 |
|
| 340 |
.toplevel_page_ultimate_store_kit_options .bdt-notification { |
| 341 |
top: 43px; |
| 342 |
width: 400px; } |
| 343 |
.toplevel_page_ultimate_store_kit_options .bdt-notification .bdt-notification-message { |
| 344 |
line-height: 1; |
| 345 |
padding: 20px; |
| 346 |
border-radius: 5px; |
| 347 |
box-shadow: 0 0 0 2px #06D6A0, 0 15px 22px 2px rgba(0, 0, 0, 0.2); |
| 348 |
background: #fff; |
| 349 |
font-size: 18px; |
| 350 |
color: #06D6A0; } |
| 351 |
.toplevel_page_ultimate_store_kit_options .bdt-notification .bdt-notification-message > div { |
| 352 |
display: flex; |
| 353 |
align-items: center; } |
| 354 |
.toplevel_page_ultimate_store_kit_options .bdt-notification .bdt-notification-message > div .bdt-spinner { |
| 355 |
margin-right: 15px; } |
| 356 |
.toplevel_page_ultimate_store_kit_options .bdt-notification .bdt-notification-message .bdt-notification-close { |
| 357 |
top: 50%; |
| 358 |
right: 10px; |
| 359 |
transform: translateY(-50%); |
| 360 |
height: 30px; |
| 361 |
width: 30px; |
| 362 |
line-height: 32px; |
| 363 |
background: #fff0f3; |
| 364 |
border-radius: 5px; |
| 365 |
text-align: center; } |
| 366 |
.toplevel_page_ultimate_store_kit_options .bdt-notification .bdt-notification-message svg { |
| 367 |
display: inline-flex; |
| 368 |
color: #EF476F; |
| 369 |
width: 12px; } |
| 370 |
|
| 371 |
.toplevel_page_ultimate_store_kit_options .bdt-lightbox-toolbar { |
| 372 |
padding: 45px 15px; |
| 373 |
background: rgba(0, 0, 0, 0.3); |
| 374 |
color: rgba(255, 255, 255, 0.7); } |
| 375 |
|
| 376 |
#ultimate_store_kit_other_settings_page .bdt-options > .usk-option-item > .bdt-option-item-inner { |
| 377 |
padding: 35px; } |
| 378 |
#ultimate_store_kit_other_settings_page .bdt-options > .usk-option-item > .bdt-option-item-inner > label > .bdt-option-label { |
| 379 |
font-weight: 700; |
| 380 |
font-size: 22px; } |
| 381 |
#ultimate_store_kit_other_settings_page .bdt-options > .usk-option-item > .bdt-option-item-inner .description { |
| 382 |
margin-top: 20px; } |
| 383 |
|
| 384 |
#ultimate_store_kit_elementor_extend_page .usk-widget-count-text, |
| 385 |
#ultimate_store_kit_other_settings_page .usk-widget-count-text { |
| 386 |
display: none; } |
| 387 |
|
| 388 |
#ultimate_store_kit_api_settings_page .bdt-options > .usk-option-item > .bdt-option-item-inner { |
| 389 |
padding: 35px; } |
| 390 |
|
| 391 |
#ultimate_store_kit_api_settings_page input, #ultimate_store_kit_api_settings_page textarea { |
| 392 |
border-color: #ddd; } |
| 393 |
|
| 394 |
#ultimate_store_kit_api_settings_page input[type="text"]:focus, |
| 395 |
#ultimate_store_kit_api_settings_page input[type="password"]:focus, |
| 396 |
#ultimate_store_kit_api_settings_page input[type="color"]:focus, |
| 397 |
#ultimate_store_kit_api_settings_page input[type="date"]:focus, |
| 398 |
#ultimate_store_kit_api_settings_page input[type="datetime"]:focus, |
| 399 |
#ultimate_store_kit_api_settings_page input[type="datetime-local"]:focus, |
| 400 |
#ultimate_store_kit_api_settings_page input[type="email"]:focus, |
| 401 |
#ultimate_store_kit_api_settings_page input[type="month"]:focus, |
| 402 |
#ultimate_store_kit_api_settings_page input[type="number"]:focus, |
| 403 |
#ultimate_store_kit_api_settings_page input[type="search"]:focus, |
| 404 |
#ultimate_store_kit_api_settings_page input[type="tel"]:focus, |
| 405 |
#ultimate_store_kit_api_settings_page input[type="time"]:focus, |
| 406 |
#ultimate_store_kit_api_settings_page input[type="url"]:focus, |
| 407 |
#ultimate_store_kit_api_settings_page input[type="week"]:focus, |
| 408 |
#ultimate_store_kit_api_settings_page input[type="checkbox"]:focus, |
| 409 |
#ultimate_store_kit_api_settings_page input[type="radio"]:focus, |
| 410 |
#ultimate_store_kit_api_settings_page select:focus, |
| 411 |
#ultimate_store_kit_api_settings_page textarea:focus { |
| 412 |
border-color: #0680d6; |
| 413 |
box-shadow: none; } |
| 414 |
|
| 415 |
#ultimate_store_kit_api_settings_page .bdt-option-video { |
| 416 |
position: absolute; |
| 417 |
right: 25px; |
| 418 |
top: 20px; } |
| 419 |
|
| 420 |
#ultimate_store_kit_api_settings_page .bdt-option-label { |
| 421 |
display: block; |
| 422 |
margin-bottom: 25px; |
| 423 |
font-size: 18px; } |
| 424 |
|
| 425 |
#ultimate_store_kit_api_settings_page .bdt-option-group .bdt-option-label { |
| 426 |
margin-bottom: 15px; } |
| 427 |
|
| 428 |
#ultimate_store_kit_api_settings_page p.description { |
| 429 |
font-size: 12px !important; |
| 430 |
color: #999; |
| 431 |
margin-top: 10px; } |
| 432 |
#ultimate_store_kit_api_settings_page p.description a { |
| 433 |
color: #888; } |
| 434 |
|
| 435 |
.bdt-dashboard-panel .bdt-card { |
| 436 |
border-radius: 5px; |
| 437 |
transition-property: box-shadow, color; |
| 438 |
transition-duration: .3s; |
| 439 |
transition-timing-function: cubic-bezier(0.3, 0.36, 0.25, 1); } |
| 440 |
.bdt-dashboard-panel .bdt-card a { |
| 441 |
text-decoration: none; } |
| 442 |
.bdt-dashboard-panel .bdt-card a:focus { |
| 443 |
box-shadow: none; } |
| 444 |
.bdt-dashboard-panel .bdt-card p { |
| 445 |
margin-top: 0; } |
| 446 |
.bdt-dashboard-panel .bdt-card .bdt-widget-count { |
| 447 |
color: #a1a8ad; |
| 448 |
font-size: 12px; |
| 449 |
line-height: 1.7; |
| 450 |
text-transform: uppercase; } |
| 451 |
.bdt-dashboard-panel .bdt-card .bdt-others-plugins-link a { |
| 452 |
margin-top: 13px; } |
| 453 |
.bdt-dashboard-panel .bdt-card .bdt-button { |
| 454 |
color: #fff; |
| 455 |
border-radius: 5px; |
| 456 |
transition: all .3s ease; } |
| 457 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-ep { |
| 458 |
background-color: transparent; |
| 459 |
background-image: linear-gradient(145deg, #20E2AD 0%, #08AEEC 100%); } |
| 460 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-ps { |
| 461 |
background-color: transparent; |
| 462 |
background: linear-gradient(to right, #fe506c 0%, #fc6a2a 100%); } |
| 463 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-live-copy { |
| 464 |
background-color: transparent; |
| 465 |
background-image: linear-gradient(145deg, #dd4049 0%, #5a03ff 100%); } |
| 466 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-pg { |
| 467 |
background-color: transparent; |
| 468 |
background-image: linear-gradient(145deg, rgba(13, 59, 84, 0.8) 0%, #0D3B54 100%); } |
| 469 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-upk { |
| 470 |
background-color: #E62A3F; } |
| 471 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-usk { |
| 472 |
background-color: #e21530; } |
| 473 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-red { |
| 474 |
background: #ffcdd9; |
| 475 |
color: #EF476F; } |
| 476 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-red:hover { |
| 477 |
background: #EF476F; |
| 478 |
color: #fff; |
| 479 |
box-shadow: none; } |
| 480 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-green { |
| 481 |
background: #B6FFEC; |
| 482 |
color: #06D6A0; } |
| 483 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-green:hover { |
| 484 |
background: #06D6A0; |
| 485 |
color: #fff; } |
| 486 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-blue { |
| 487 |
background: #0680d6; |
| 488 |
color: #fff; } |
| 489 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-blue:hover { |
| 490 |
background: #097396; |
| 491 |
color: #fff; } |
| 492 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-grey { |
| 493 |
background-color: #e3e8eb; |
| 494 |
color: #1d2327; } |
| 495 |
.bdt-dashboard-panel .bdt-card .bdt-button.bdt-btn-grey:hover { |
| 496 |
background: #1d2327; |
| 497 |
color: #fff; } |
| 498 |
.bdt-dashboard-panel .bdt-card .bdt-feature-title { |
| 499 |
color: #333; |
| 500 |
font-weight: 700; |
| 501 |
font-size: 22px; |
| 502 |
margin-bottom: 20px; |
| 503 |
padding: 0; } |
| 504 |
.bdt-dashboard-panel .bdt-card.bdt-card-green { |
| 505 |
background: rgba(173, 200, 101, 0.03); |
| 506 |
box-shadow: 0 0 0 1px rgba(173, 200, 101, 0.3); } |
| 507 |
.bdt-dashboard-panel .bdt-card.bdt-card-red { |
| 508 |
color: #777; |
| 509 |
box-shadow: 0 0 0 1px rgba(255, 65, 77, 0.3); } |
| 510 |
.bdt-dashboard-panel .bdt-card.bdt-card-blue { |
| 511 |
color: #777; |
| 512 |
box-shadow: 0 0 0 1px #0680d6; } |
| 513 |
.bdt-dashboard-panel .bdt-card .bdt-accordion { |
| 514 |
padding-top: 5px; } |
| 515 |
.bdt-dashboard-panel .bdt-card .bdt-accordion .bdt-accordion-title { |
| 516 |
font-size: 16px; |
| 517 |
padding: 10px 20px; |
| 518 |
background: rgba(255, 65, 77, 0.1); |
| 519 |
border-radius: 5px; |
| 520 |
font-weight: 400; |
| 521 |
letter-spacing: 0.3px; } |
| 522 |
.bdt-dashboard-panel .bdt-card .bdt-accordion .bdt-accordion-title:hover, .bdt-dashboard-panel .bdt-card .bdt-accordion .bdt-accordion-title:focus { |
| 523 |
box-shadow: 0 0 0 1px rgba(255, 65, 77, 0.3); } |
| 524 |
.bdt-dashboard-panel .bdt-card .bdt-accordion .bdt-open .bdt-accordion-title { |
| 525 |
color: #000; |
| 526 |
background: rgba(255, 65, 77, 0.3); } |
| 527 |
.bdt-dashboard-panel .bdt-card .bdt-accordion .bdt-accordion-content { |
| 528 |
padding: 0 20px; } |
| 529 |
.bdt-dashboard-panel .bdt-card .check-system-status { |
| 530 |
margin-top: 20px; } |
| 531 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial { |
| 532 |
display: flex; |
| 533 |
flex-direction: column; } |
| 534 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-list { |
| 535 |
margin-bottom: 20px; |
| 536 |
flex-grow: 1; } |
| 537 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-list-divider > li:nth-child(n+2) { |
| 538 |
border-top: 1px solid rgba(173, 200, 101, 0.3); } |
| 539 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-link-title { |
| 540 |
margin: 0; |
| 541 |
font-size: 14px; |
| 542 |
color: rgba(173, 200, 101, 0.7); } |
| 543 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-link-title:hover { |
| 544 |
color: #06D6A0; } |
| 545 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-video-btn { |
| 546 |
font-weight: 500; |
| 547 |
color: #444; |
| 548 |
border: 1px solid #06D6A0; |
| 549 |
display: inline-block; |
| 550 |
width: 145px; |
| 551 |
padding: 5px; |
| 552 |
text-align: center; |
| 553 |
border-radius: 3px; } |
| 554 |
.bdt-dashboard-panel .bdt-card.bdt-video-tutorial .bdt-video-btn:hover { |
| 555 |
color: #000; } |
| 556 |
.bdt-dashboard-panel .bdt-card.bdt-genarate-idea, .bdt-dashboard-panel .bdt-card.bdt-support-feedback, .bdt-dashboard-panel .bdt-card.bdt-feedback-bg, .bdt-dashboard-panel .bdt-card.bdt-tryaddon-bg { |
| 557 |
background-repeat: no-repeat; |
| 558 |
background-position: bottom right; } |
| 559 |
.bdt-dashboard-panel .bdt-card.bdt-genarate-idea { |
| 560 |
background-size: 400px auto; |
| 561 |
background-image: url("../images/idea.svg"); } |
| 562 |
.bdt-dashboard-panel .bdt-card.bdt-feedback-bg { |
| 563 |
background-size: 250px auto; |
| 564 |
background-image: url("../images/idea.svg"); } |
| 565 |
.bdt-dashboard-panel .bdt-card.bdt-tryaddon-bg { |
| 566 |
background-size: 320px auto; |
| 567 |
background-image: url("../images/bdthemes-hero.svg"); } |
| 568 |
.bdt-dashboard-panel .bdt-card.bdt-support-content { |
| 569 |
background-repeat: no-repeat; |
| 570 |
background-position: bottom right; |
| 571 |
background-size: 190px auto; |
| 572 |
background-image: url("../images/support.svg"); } |
| 573 |
.bdt-dashboard-panel .bdt-card.bdt-system-requirement { |
| 574 |
background-repeat: no-repeat; |
| 575 |
background-position: right -50px; |
| 576 |
background-size: 190px auto; |
| 577 |
background-image: url("../images/server.svg"); } |
| 578 |
|
| 579 |
@media (min-width: 1400px) { |
| 580 |
.bdt-dashboard-panel .bdt-card.bdt-welcome-content p { |
| 581 |
margin-right: 160px; } |
| 582 |
.bdt-dashboard-panel .bdt-card.bdt-facebook-community p { |
| 583 |
margin-right: 160px; } } |
| 584 |
|
| 585 |
#ultimate_store_kit_active_modules_page .checkbox, |
| 586 |
#ultimate_store_kit_edd_modules_page .checkbox { |
| 587 |
margin-top: 5px; } |
| 588 |
|
| 589 |
.ultimate-store-kit-3pp-install, |
| 590 |
.ultimate-store-kit-3pp-active, |
| 591 |
.ultimate-store-kit-3pp-download { |
| 592 |
text-decoration: none; |
| 593 |
color: #EF476F; |
| 594 |
line-height: normal; |
| 595 |
background-color: #eee; |
| 596 |
border-radius: 100px; |
| 597 |
padding: 5px; |
| 598 |
display: inline-flex; } |
| 599 |
.ultimate-store-kit-3pp-install:hover, |
| 600 |
.ultimate-store-kit-3pp-active:hover, |
| 601 |
.ultimate-store-kit-3pp-download:hover { |
| 602 |
color: #fb6094; } |
| 603 |
|
| 604 |
.ultimate-store-kit-footer-info { |
| 605 |
background-color: #073B4C; |
| 606 |
color: #90b6c3; |
| 607 |
border-radius: 5px; |
| 608 |
box-sizing: border-box; |
| 609 |
padding: 30px 40px; |
| 610 |
background-image: url("../images/shiny-overlay.svg"); |
| 611 |
background-position: top right; |
| 612 |
background-repeat: no-repeat; } |
| 613 |
.ultimate-store-kit-footer-info p { |
| 614 |
font-size: 14px !important; |
| 615 |
color: #90b6c3 !important; |
| 616 |
text-align: center; |
| 617 |
margin-top: 25px; } |
| 618 |
.ultimate-store-kit-footer-info a { |
| 619 |
color: #e5f4f9; } |
| 620 |
|
| 621 |
.bdt-admin-alert { |
| 622 |
background-color: #fff3da; |
| 623 |
border-radius: 2px; |
| 624 |
padding: 10px 20px; |
| 625 |
box-sizing: border-box; |
| 626 |
margin-top: 30px; } |
| 627 |
|
| 628 |
.bdt-dashboard-divider { |
| 629 |
width: 100%; |
| 630 |
margin-top: 50px; |
| 631 |
margin-bottom: 50px; |
| 632 |
min-height: 20px; |
| 633 |
background-size: 20px 20px; |
| 634 |
background-repeat: repeat-x; } |
| 635 |
|
| 636 |
.bdt-dashboard-panel { |
| 637 |
position: relative; } |
| 638 |
|
| 639 |
.bdt-dashboard-panel .dashicons.dashicons-yes { |
| 640 |
color: #06D6A0; } |
| 641 |
|
| 642 |
.bdt-dashboard-panel .dashicons.dashicons-no { |
| 643 |
color: #FF0000; } |
| 644 |
|
| 645 |
.bdt-dashboard-panel .dashicons.dashicons-heart { |
| 646 |
color: #EA355F; } |
| 647 |
|
| 648 |
.bdt-dashboard-panel .bdt-comparision { |
| 649 |
padding-left: 0; } |
| 650 |
|
| 651 |
.bdt-dashboard-panel h1 { |
| 652 |
font-weight: 700; } |
| 653 |
|
| 654 |
.bdt-dashboard-panel .bdt-purchase-button { |
| 655 |
position: absolute; |
| 656 |
top: -120px; |
| 657 |
right: 20px; } |
| 658 |
|
| 659 |
.bdt-purchase-button a { |
| 660 |
color: #ffffff; |
| 661 |
border-style: none; |
| 662 |
border-radius: 4px 4px 4px 4px; |
| 663 |
box-shadow: 0px 10px 40px 0px rgba(0, 130, 117, 0.29); |
| 664 |
padding: 18px 45px 18px 45px; |
| 665 |
font-weight: 700; |
| 666 |
cursor: pointer; |
| 667 |
display: inline-block; |
| 668 |
text-transform: uppercase; |
| 669 |
font-size: 14px; |
| 670 |
outline: none; |
| 671 |
position: relative; |
| 672 |
transition: all .3s ease-out; |
| 673 |
text-align: center; |
| 674 |
overflow: hidden; |
| 675 |
background-color: transparent; |
| 676 |
background-image: linear-gradient(145deg, #20e2ad 0%, #08aeec 100%); |
| 677 |
text-decoration: none; |
| 678 |
letter-spacing: 1px; } |
| 679 |
|
| 680 |
.bdt-purchase-button a:hover { |
| 681 |
background-image: linear-gradient(145deg, #08aeec 0%, #20e2ad 100%); |
| 682 |
box-shadow: 0px 10px 40px 0px rgba(0, 130, 117, 0.46); } |
| 683 |
|
| 684 |
/* license page style */ |
| 685 |
#ultimate_store_kit_license_settings_page h3.el-license-title { |
| 686 |
font-size: 22px; |
| 687 |
margin-top: 0; |
| 688 |
margin-bottom: 50px; } |
| 689 |
|
| 690 |
#ultimate_store_kit_license_settings_page ol { |
| 691 |
margin-bottom: 20px; } |
| 692 |
|
| 693 |
#ultimate_store_kit_license_settings_page .bdt-usk-license-field { |
| 694 |
display: block; |
| 695 |
margin-bottom: 15px; } |
| 696 |
|
| 697 |
#ultimate_store_kit_license_settings_page .bdt-usk-license-field input { |
| 698 |
font-size: 200%; |
| 699 |
padding: 0 10px; |
| 700 |
display: block; |
| 701 |
margin-top: 10px; |
| 702 |
border-radius: 5px; |
| 703 |
border-color: #ddd; |
| 704 |
width: 100%; |
| 705 |
max-width: 650px; } |
| 706 |
|
| 707 |
#ultimate_store_kit_license_settings_page .bdt-usk-license-field label { |
| 708 |
display: inline-block; |
| 709 |
margin-bottom: 5px; } |
| 710 |
|
| 711 |
#ultimate_store_kit_license_settings_page .bdt-usk-license-active-btn { |
| 712 |
margin-top: 25px; } |
| 713 |
|
| 714 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info { |
| 715 |
font-size: 14px; |
| 716 |
line-height: 24px; |
| 717 |
max-width: 850px; |
| 718 |
margin-bottom: 50px; } |
| 719 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-info-title { |
| 720 |
width: 150px; |
| 721 |
display: inline-block; |
| 722 |
position: relative; |
| 723 |
padding-right: 5px; |
| 724 |
margin-right: 10px; } |
| 725 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-info-title:after { |
| 726 |
content: ':'; |
| 727 |
position: absolute; |
| 728 |
right: 2px; } |
| 729 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-valid, |
| 730 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-invalid { |
| 731 |
padding: 4px 8px; |
| 732 |
color: #fff; |
| 733 |
background-color: #06D6A0; |
| 734 |
border-radius: 3px; |
| 735 |
font-size: 14px; } |
| 736 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-invalid { |
| 737 |
background-color: #f44336; } |
| 738 |
#ultimate_store_kit_license_settings_page .ultimate-store-kit-license-info .license-key { |
| 739 |
font-weight: 700; |
| 740 |
opacity: 0.8; } |
| 741 |
|
| 742 |
#ultimate_store_kit_license_settings_page .button { |
| 743 |
padding: 0 30px; |
| 744 |
font-size: 16px; |
| 745 |
height: 40px; |
| 746 |
border: 0; |
| 747 |
border-radius: 5px; } |
| 748 |
|
| 749 |
#ultimate_store_kit_license_settings_page .button-primary { |
| 750 |
background: #1e87f0; |
| 751 |
color: #fff; |
| 752 |
text-decoration: none; |
| 753 |
text-shadow: none; |
| 754 |
box-shadow: none; } |
| 755 |
#ultimate_store_kit_license_settings_page .button-primary:active, #ultimate_store_kit_license_settings_page .button-primary:hover { |
| 756 |
background: #0e6dcd; } |
| 757 |
|
| 758 |
@media screen and (max-width: 960px) { |
| 759 |
.bdt-widget-onoff { |
| 760 |
margin: 0; } } |
| 761 |
|
| 762 |
@media (min-width: 960px) { |
| 763 |
.ultimate-store-kit-dashboard.wrap { |
| 764 |
padding: 0 35px 35px 35px; } |
| 765 |
.ultimate-store-kit-dashboard.wrap .ultimate-store-kit-footer-info p { |
| 766 |
text-align: right; |
| 767 |
margin-top: 0; } |
| 768 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a { |
| 769 |
padding: 35px 0; |
| 770 |
margin: 0 20px; } |
| 771 |
.ultimate-store-kit-dashboard.wrap .bdt-tab li a:after { |
| 772 |
bottom: 20px; } } |
| 773 |
|
| 774 |
@media (max-width: 639px) { |
| 775 |
.ultimate-store-kit-dashboard.wrap .bdt-option-item-inner { |
| 776 |
padding: 0; } |
| 777 |
.ultimate-store-kit-dashboard.wrap .bdt-option-item-inner [class^="usk-icon-"] { |
| 778 |
display: none; } |
| 779 |
.ultimate-store-kit-dashboard.wrap .bdt-search-active-wrap { |
| 780 |
display: block; } |
| 781 |
.ultimate-store-kit-dashboard.wrap .bdt-search-active-wrap .bdt-subnav { |
| 782 |
margin: 20px 0 0 -20px; } |
| 783 |
.ultimate-store-kit-dashboard.wrap .bdt-card { |
| 784 |
background-image: none; } |
| 785 |
.ultimate-store-kit-dashboard.wrap .bdt-button { |
| 786 |
width: 100%; } } |
| 787 |
|
| 788 |
.usk-widget-count-text { |
| 789 |
font-size: 11px; |
| 790 |
color: #b7b7b7; |
| 791 |
margin-top: 10px; |
| 792 |
display: block; |
| 793 |
text-transform: uppercase; } |
| 794 |
|
| 795 |
.bdt-go-pro { |
| 796 |
font-weight: bold; |
| 797 |
color: #f44336; |
| 798 |
text-shadow: 1px 1px 1px #eee; } |
| 799 |
|
| 800 |
@media (min-width: 1200px) { |
| 801 |
.bdt-dashboard-panel .bdt-card-body { |
| 802 |
padding: 45px 45px; } } |
| 803 |
|