| 1 |
.wpbc_setup_wizard_first_run_popup .modal-dialog { |
| 2 |
box-sizing: border-box; |
| 3 |
margin: 8vh auto 30px; |
| 4 |
max-width: calc(100vw - 30px); |
| 5 |
width: 825px |
| 6 |
} |
| 7 |
.wpbc_setup_wizard_first_run_popup .modal-content { |
| 8 |
border: 0; |
| 9 |
border-radius: 9px; |
| 10 |
box-shadow: 0 24px 70px rgba(0,0,0,.28); |
| 11 |
overflow: hidden; |
| 12 |
position: relative |
| 13 |
} |
| 14 |
.wpbc_setup_wizard_first_run_popup__close { |
| 15 |
-ms-flex-align: center; |
| 16 |
align-items: center; |
| 17 |
background: 0 0; |
| 18 |
border: 0; |
| 19 |
border-radius: 4px; |
| 20 |
color: #50575e; |
| 21 |
cursor: pointer; |
| 22 |
display: -ms-flexbox; |
| 23 |
display: flex; |
| 24 |
font-size: 30px; |
| 25 |
height: 40px; |
| 26 |
-ms-flex-pack: center; |
| 27 |
justify-content: center; |
| 28 |
line-height: 1; |
| 29 |
padding: 0; |
| 30 |
position: absolute; |
| 31 |
right: 14px; |
| 32 |
top: 12px; |
| 33 |
width: 40px; |
| 34 |
z-index: 2 |
| 35 |
} |
| 36 |
.wpbc_setup_wizard_first_run_popup__close:hover { |
| 37 |
color: var(--wp-admin-theme-color-darker-10) |
| 38 |
} |
| 39 |
.wpbc_setup_wizard_first_run_popup__close span { |
| 40 |
font-size: 30px |
| 41 |
} |
| 42 |
.wpbc_setup_wizard_first_run_popup__close:focus-visible { |
| 43 |
box-shadow: 0 0 0 2px #fff,0 0 0 4px #2271b1; |
| 44 |
outline: transparent solid 2px |
| 45 |
} |
| 46 |
.rtl .wpbc_setup_wizard_first_run_popup__close { |
| 47 |
left: 14px; |
| 48 |
right: auto |
| 49 |
} |
| 50 |
.wpbc_setup_wizard_first_run_popup .wpbc_setup_wizard_first_run_popup__body { |
| 51 |
background: #fff; |
| 52 |
box-sizing: border-box; |
| 53 |
padding: 34px 54px 40px; |
| 54 |
text-align: center |
| 55 |
} |
| 56 |
.wpbc_setup_wizard_first_run_popup__logo { |
| 57 |
-ms-flex-align: center; |
| 58 |
align-items: center; |
| 59 |
display: -ms-inline-flexbox; |
| 60 |
display: inline-flex; |
| 61 |
-ms-flex-pack: center; |
| 62 |
justify-content: center; |
| 63 |
margin: 0 auto 18px; |
| 64 |
min-height: 96px; |
| 65 |
min-width: 96px |
| 66 |
} |
| 67 |
.wpbc_setup_wizard_first_run_popup h2 { |
| 68 |
color: #101517; |
| 69 |
font-size: 30px; |
| 70 |
font-weight: 650; |
| 71 |
letter-spacing: -.02em; |
| 72 |
line-height: 1.2; |
| 73 |
margin: 0 0 13px |
| 74 |
} |
| 75 |
.wpbc_setup_wizard_first_run_popup__description { |
| 76 |
color: #3c434a; |
| 77 |
font-size: 17px; |
| 78 |
line-height: 1.55; |
| 79 |
margin: 0 auto 22px; |
| 80 |
padding: 5px 0 35px |
| 81 |
} |
| 82 |
.wpbc_setup_wizard_first_run_popup__notice { |
| 83 |
-ms-flex-align: start; |
| 84 |
align-items: flex-start; |
| 85 |
background: #f3f7ff; |
| 86 |
border: 1px solid #d7e3fb; |
| 87 |
border-radius: 5px; |
| 88 |
box-sizing: border-box; |
| 89 |
color: #2c3338; |
| 90 |
display: -ms-flexbox; |
| 91 |
display: flex; |
| 92 |
font-size: 14px; |
| 93 |
gap: 12px; |
| 94 |
line-height: 1.55; |
| 95 |
margin: 0 auto 24px; |
| 96 |
max-width: 620px; |
| 97 |
text-align: center; |
| 98 |
-ms-flex-pack: center; |
| 99 |
justify-content: center; |
| 100 |
padding: 14px 16px |
| 101 |
} |
| 102 |
.wpbc_setup_wizard_first_run_popup__notice .wpbc_icn_info_outline { |
| 103 |
color: #3858e9 |
| 104 |
} |
| 105 |
.wpbc_setup_wizard_first_run_popup__actions { |
| 106 |
-ms-flex-align: center; |
| 107 |
align-items: center; |
| 108 |
border-top: 1px solid #dcdcde; |
| 109 |
display: -ms-flexbox; |
| 110 |
display: flex; |
| 111 |
-ms-flex-flow: row wrap; |
| 112 |
flex-flow: row wrap; |
| 113 |
gap: 12px; |
| 114 |
-ms-flex-pack: center; |
| 115 |
justify-content: center; |
| 116 |
margin: 0 auto; |
| 117 |
max-width: 565px; |
| 118 |
padding: 24px 0 0 |
| 119 |
} |
| 120 |
.wpbc_setup_wizard_first_run_popup__actions .button-hero { |
| 121 |
font-size: 16px; |
| 122 |
line-height: 2.45; |
| 123 |
min-width: 190px; |
| 124 |
padding: 0 24px |
| 125 |
} |
| 126 |
.wpbc_setup_wizard_first_run_popup__later { |
| 127 |
color: #646970; |
| 128 |
font-size: 12px; |
| 129 |
line-height: 1.5; |
| 130 |
margin: 20px auto 0; |
| 131 |
padding: 20px 0 0 |
| 132 |
} |
| 133 |
.wpbc_setup_wizard_booking_pages_popup .modal-dialog { |
| 134 |
margin-top: 2vh; |
| 135 |
width: 1180px |
| 136 |
} |
| 137 |
.wpbc_setup_wizard_booking_pages_popup .wpbc_setup_wizard_booking_pages_popup__body { |
| 138 |
max-height: calc(96vh - 30px); |
| 139 |
overflow-y: auto; |
| 140 |
padding: 28px 46px 34px |
| 141 |
} |
| 142 |
.wpbc_setup_wizard_booking_pages_popup__brand { |
| 143 |
-ms-flex-align: center; |
| 144 |
align-items: center; |
| 145 |
display: -ms-inline-flexbox; |
| 146 |
display: inline-flex; |
| 147 |
gap: 10px; |
| 148 |
-ms-flex-pack: center; |
| 149 |
justify-content: center; |
| 150 |
margin: 0 auto 20px |
| 151 |
} |
| 152 |
.wpbc_setup_wizard_booking_pages_popup__brand_text { |
| 153 |
-ms-flex-align: start; |
| 154 |
align-items: flex-start; |
| 155 |
color: #41464b; |
| 156 |
display: -ms-flexbox; |
| 157 |
display: flex; |
| 158 |
-ms-flex-direction: column; |
| 159 |
flex-direction: column; |
| 160 |
font-weight: 500; |
| 161 |
line-height: 1; |
| 162 |
text-align: left |
| 163 |
} |
| 164 |
.wpbc_setup_wizard_booking_pages_popup__brand_name { |
| 165 |
font-size: 20px |
| 166 |
} |
| 167 |
.wpbc_setup_wizard_booking_pages_popup__brand_prefix { |
| 168 |
font-size: 8px; |
| 169 |
font-weight: 600; |
| 170 |
letter-spacing: .04em; |
| 171 |
margin: 3px 0 0 1px |
| 172 |
} |
| 173 |
.rtl .wpbc_setup_wizard_booking_pages_popup__brand_text { |
| 174 |
-ms-flex-align: end; |
| 175 |
align-items: flex-end; |
| 176 |
text-align: right |
| 177 |
} |
| 178 |
.wpbc_setup_wizard_booking_pages_popup h2 { |
| 179 |
font-size: 32px; |
| 180 |
margin-bottom: 12px |
| 181 |
} |
| 182 |
.wpbc_setup_wizard_booking_pages_popup .wpbc_setup_wizard_first_run_popup__description { |
| 183 |
margin-bottom: 24px |
| 184 |
} |
| 185 |
.wpbc_setup_wizard_booking_pages_popup__cards { |
| 186 |
display: grid; |
| 187 |
gap: 20px; |
| 188 |
grid-template-columns: repeat(3,minmax(0,1fr)); |
| 189 |
margin: 0 auto 24px; |
| 190 |
max-width: 1088px; |
| 191 |
text-align: left |
| 192 |
} |
| 193 |
.wpbc_setup_wizard_booking_pages_popup__card { |
| 194 |
background: #fff; |
| 195 |
border: 1px solid #dcdcde; |
| 196 |
border-radius: 7px; |
| 197 |
box-shadow: 0 1px 3px rgba(0,0,0,.06); |
| 198 |
display: -ms-flexbox; |
| 199 |
display: flex; |
| 200 |
-ms-flex-direction: column; |
| 201 |
flex-direction: column; |
| 202 |
min-width: 0; |
| 203 |
overflow: hidden |
| 204 |
} |
| 205 |
.wpbc_setup_wizard_booking_pages_popup__image { |
| 206 |
-ms-flex-align: center; |
| 207 |
align-items: center; |
| 208 |
aspect-ratio: 16/9; |
| 209 |
background: #f8f9fa; |
| 210 |
border-bottom: 1px solid #dcdcde; |
| 211 |
box-sizing: border-box; |
| 212 |
display: -ms-flexbox; |
| 213 |
display: flex; |
| 214 |
-ms-flex-pack: center; |
| 215 |
justify-content: center; |
| 216 |
overflow: hidden; |
| 217 |
padding: 18px; |
| 218 |
width: 100% |
| 219 |
} |
| 220 |
.wpbc_setup_wizard_booking_pages_popup__image img { |
| 221 |
display: block; |
| 222 |
height: 100%; |
| 223 |
object-fit: contain; |
| 224 |
object-position: top center; |
| 225 |
width: 100% |
| 226 |
} |
| 227 |
.wpbc_setup_wizard_booking_pages_popup__card_content { |
| 228 |
display: -ms-flexbox; |
| 229 |
display: flex; |
| 230 |
-ms-flex: 1 1 auto; |
| 231 |
flex: 1 1 auto; |
| 232 |
-ms-flex-direction: column; |
| 233 |
flex-direction: column; |
| 234 |
min-height: 150px; |
| 235 |
padding: 20px 22px 22px |
| 236 |
} |
| 237 |
.wpbc_setup_wizard_booking_pages_popup__card h3 { |
| 238 |
color: #1d2327; |
| 239 |
font-size: 19px; |
| 240 |
font-weight: 550; |
| 241 |
line-height: 1.3; |
| 242 |
margin: 0 0 8px |
| 243 |
} |
| 244 |
.wpbc_setup_wizard_booking_pages_popup__card p { |
| 245 |
color: #50575e; |
| 246 |
font-size: 14px; |
| 247 |
line-height: 1.5; |
| 248 |
margin: 0 0 18px |
| 249 |
} |
| 250 |
.wpbc_setup_wizard_booking_pages_popup__card .button { |
| 251 |
-ms-flex-item-align: center; |
| 252 |
align-self: center; |
| 253 |
margin: auto auto 0 |
| 254 |
} |
| 255 |
.wpbc_setup_wizard_booking_pages_popup__card .button > [aria-hidden=true] { |
| 256 |
margin-left: 5px |
| 257 |
} |
| 258 |
.rtl .wpbc_setup_wizard_booking_pages_popup__card .button > [aria-hidden=true] { |
| 259 |
margin-left: 0; |
| 260 |
margin-right: 5px |
| 261 |
} |
| 262 |
.wpbc_setup_wizard_booking_pages_popup__notice { |
| 263 |
margin-bottom: 22px; |
| 264 |
max-width: 1088px |
| 265 |
} |
| 266 |
.wpbc_setup_wizard_booking_pages_popup__actions { |
| 267 |
max-width: 1088px; |
| 268 |
padding-top: 22px |
| 269 |
} |
| 270 |
.wp-admin .modal-backdrop.wpbc_setup_wizard_first_run_popup__backdrop.in { |
| 271 |
background: #111820; |
| 272 |
display: block; |
| 273 |
opacity: .58 |
| 274 |
} |
| 275 |
@media (max-width:1100px) and (min-width:783px) { |
| 276 |
.wpbc_setup_wizard_booking_pages_popup__cards { |
| 277 |
grid-template-columns: repeat(2,minmax(0,1fr)) |
| 278 |
} |
| 279 |
} |
| 280 |
@media (max-width:782px) { |
| 281 |
.wpbc_setup_wizard_first_run_popup .modal-dialog { |
| 282 |
margin: 20px auto; |
| 283 |
width: calc(100vw - 24px) |
| 284 |
} |
| 285 |
.wpbc_setup_wizard_first_run_popup .wpbc_setup_wizard_first_run_popup__body { |
| 286 |
padding: 30px 22px 32px |
| 287 |
} |
| 288 |
.wpbc_setup_wizard_first_run_popup__close { |
| 289 |
right: 8px; |
| 290 |
top: 8px |
| 291 |
} |
| 292 |
.wpbc_setup_wizard_first_run_popup h2 { |
| 293 |
font-size: 25px |
| 294 |
} |
| 295 |
.wpbc_setup_wizard_first_run_popup__description { |
| 296 |
font-size: 15px |
| 297 |
} |
| 298 |
.wpbc_setup_wizard_first_run_popup__actions { |
| 299 |
-ms-flex-align: stretch; |
| 300 |
align-items: stretch; |
| 301 |
-ms-flex-direction: column; |
| 302 |
flex-direction: column |
| 303 |
} |
| 304 |
.wpbc_setup_wizard_first_run_popup__actions .button-hero { |
| 305 |
width: 100% |
| 306 |
} |
| 307 |
.wpbc_setup_wizard_booking_pages_popup .modal-dialog { |
| 308 |
margin: 12px auto |
| 309 |
} |
| 310 |
.wpbc_setup_wizard_booking_pages_popup .wpbc_setup_wizard_booking_pages_popup__body { |
| 311 |
max-height: calc(100vh - 24px); |
| 312 |
padding: 24px 14px 26px |
| 313 |
} |
| 314 |
.wpbc_setup_wizard_booking_pages_popup__brand { |
| 315 |
margin-bottom: 16px |
| 316 |
} |
| 317 |
.wpbc_setup_wizard_booking_pages_popup__cards { |
| 318 |
gap: 16px; |
| 319 |
grid-template-columns: minmax(0,1fr) |
| 320 |
} |
| 321 |
.wpbc_setup_wizard_booking_pages_popup__image { |
| 322 |
padding: 12px |
| 323 |
} |
| 324 |
.wpbc_setup_wizard_booking_pages_popup__card_content { |
| 325 |
min-height: 0; |
| 326 |
padding: 18px |
| 327 |
} |
| 328 |
} |
| 329 |
@media (prefers-reduced-motion:reduce) { |
| 330 |
.wpbc_setup_wizard_first_run_popup, |
| 331 |
.wpbc_setup_wizard_first_run_popup__backdrop { |
| 332 |
transition: none!important |
| 333 |
} |
| 334 |
} |