about.css
3 weeks ago
admin-notifications.css
3 weeks ago
cff-admin-style.css
3 weeks ago
settings.css
3 weeks ago
support.css
3 weeks ago
support.css
825 lines
| 1 | /* |
| 2 | * SUPPORT PAGE CSS TABLE OF CONTENTS |
| 3 | * |
| 4 | * 1.0 - GLOBAL |
| 5 | * 2.0 - HEADER |
| 6 | * 3.0 - 3.0 - SUPPORT CONTAINER |
| 7 | * 3.1 - SECTION HEADER |
| 8 | * 3.2 - SUPPORT BLOCK |
| 9 | * 3.3 - CONTACT SUPPORT BLOCK |
| 10 | * 4.0 - STICKY WIDGET |
| 11 | * 5.0 - SB NOTIFICATION ELEMENT |
| 12 | * 6.0 - RESPONSIVENESS |
| 13 | */ |
| 14 | |
| 15 | /*** 1.0 - GLOBAL ***/ |
| 16 | .clearfix { display: inline-block; } |
| 17 | /* start commented backslash hack \*/ |
| 18 | * html .clearfix { height: 1%; } |
| 19 | .clearfix { display: block; } |
| 20 | #ctf-support { |
| 21 | -webkit-font-smoothing: antialiased; |
| 22 | font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; |
| 23 | } |
| 24 | #wpcontent, |
| 25 | .twitter-feeds_page_ctf-support #wpcontent, |
| 26 | .twitter-feeds-1_page_ctf-support #wpcontent { |
| 27 | padding-left: 0px; |
| 28 | } |
| 29 | #wpbody-content { |
| 30 | padding-bottom: 40px; |
| 31 | } |
| 32 | .clearfix:after { |
| 33 | visibility: hidden; |
| 34 | display: block; |
| 35 | font-size: 0; |
| 36 | content: " "; |
| 37 | clear: both; |
| 38 | height: 0; |
| 39 | } |
| 40 | /*orange*/ |
| 41 | .sb-btn-orange{ |
| 42 | background: #FE544F!important; |
| 43 | color: #fff!important; |
| 44 | } |
| 45 | .sb-btn-orange:hover{ |
| 46 | background: #EC352F!important; |
| 47 | color: #fff!important; |
| 48 | } |
| 49 | .sb-btn-orange:focus, |
| 50 | .sb-btn-orange:active{ |
| 51 | background: #BC120E!important; |
| 52 | color: #fff!important; |
| 53 | } |
| 54 | .ctf-fb-cp-clpboard{ |
| 55 | width: 0px; |
| 56 | height: 0px; |
| 57 | position: absolute; |
| 58 | left: -100000px; |
| 59 | } |
| 60 | .ctf-fb-full-wrapper{ |
| 61 | padding: 0 53px; |
| 62 | padding-top: 82px; |
| 63 | } |
| 64 | .ctf-fb-fs { |
| 65 | width: 100%; |
| 66 | position: relative; |
| 67 | float: left; |
| 68 | box-sizing: border-box; |
| 69 | } |
| 70 | #adminmenu a[href="admin.php?page=ctf-support"] { |
| 71 | display: none; |
| 72 | } |
| 73 | |
| 74 | .sb-btn-grey:not(:disabled){ |
| 75 | background: #F3F4F5!important; |
| 76 | color: #141B38!important; |
| 77 | border: 1px solid #D0D1D7!important; |
| 78 | } |
| 79 | .sb-btn-grey:not(:disabled):hover{ |
| 80 | background: #fff!important; |
| 81 | color: #141B38!important; |
| 82 | border: 1px solid #DCDDE1!important; |
| 83 | } |
| 84 | .sb-btn-grey:not(:disabled):focus, |
| 85 | .sb-btn-grey:not(:disabled):active{ |
| 86 | background: #E8E8EB!important; |
| 87 | color: #141B38!important; |
| 88 | border: 1px solid #D0D1D7!important; |
| 89 | } |
| 90 | |
| 91 | /*** 2.0 - HEADER ***/ |
| 92 | .ctf-fb-create-ctn{ |
| 93 | margin-top: 90px; |
| 94 | } |
| 95 | .ctf-fb-header{ |
| 96 | height: 64px; |
| 97 | position: absolute; |
| 98 | display: flex; |
| 99 | flex-direction: row; |
| 100 | justify-content: space-between; |
| 101 | align-items: center; |
| 102 | background: #fff; |
| 103 | padding: 0px 52px; |
| 104 | z-index: 2; |
| 105 | } |
| 106 | .ctf-fb-header-left { |
| 107 | display: flex; |
| 108 | } |
| 109 | .ctf-fb-header-left .sb-social-wall-link-wrap { |
| 110 | margin-left: 30px; |
| 111 | } |
| 112 | .sb-social-wall-link-wrap { |
| 113 | display: flex; |
| 114 | font-size: 14px; |
| 115 | margin: 10px 0 10px 30px; |
| 116 | } |
| 117 | .sb-social-wall-link:first-child { |
| 118 | padding-left: 0; |
| 119 | border-right: 1px solid #ccc; |
| 120 | color: #0068A0!important; |
| 121 | line-height: 1; |
| 122 | } |
| 123 | .sb-social-wall-link { |
| 124 | padding: 0 12px; |
| 125 | border-right: 1px solid #ccc; |
| 126 | color: #0068A0!important; |
| 127 | line-height: 1; |
| 128 | } |
| 129 | .sb-social-wall-link a { |
| 130 | text-decoration: none; |
| 131 | } |
| 132 | .sb-social-wall-link a:focus { |
| 133 | box-shadow: none; |
| 134 | } |
| 135 | .sb-social-wall-link:last-child { |
| 136 | border-right: none; |
| 137 | } |
| 138 | .ctf-fb-hd-logo{ |
| 139 | display: flex; |
| 140 | vertical-align: middle; |
| 141 | align-items: center; |
| 142 | gap: 5px; |
| 143 | } |
| 144 | .ctf-fb-hd-logo .sb-logo-letters-wrap { |
| 145 | transform: translate(0px, -2px); |
| 146 | } |
| 147 | .ctf-fb-hd-logo .breadcrumb-title{ |
| 148 | font-size: 14px; |
| 149 | font-weight: 400; |
| 150 | line-height: 22px; |
| 151 | letter-spacing: 0em; |
| 152 | margin-left: 4px; |
| 153 | } |
| 154 | .ctf-fb-hd-logo .separator{ |
| 155 | margin: 0 5px 0 10px; |
| 156 | } |
| 157 | .ctf-fb-hd-btn{ |
| 158 | height: 38px; |
| 159 | cursor: pointer; |
| 160 | display: flex; |
| 161 | flex-direction: row; |
| 162 | justify-content: center; |
| 163 | align-items: center; |
| 164 | padding: 0px 15px 0px 16px; |
| 165 | font-weight: 600; |
| 166 | font-size:14px; |
| 167 | color: #353A41; |
| 168 | background: #F3F4F5; |
| 169 | border-radius: 2px; |
| 170 | border: 1px solid #DCDDE1; |
| 171 | position: relative; |
| 172 | text-decoration: none; |
| 173 | transition: all 0.15s ease-in-out; |
| 174 | } |
| 175 | .ctf-fb-hd-btn:focus { |
| 176 | box-shadow: none; |
| 177 | } |
| 178 | .ctf-fb-hd-btn:hover { |
| 179 | color: inherit; |
| 180 | background-color: #fff; |
| 181 | } |
| 182 | .ctf-fb-hd-btn i{ |
| 183 | margin: 0px 5px; |
| 184 | } |
| 185 | .ctf-fb-hd-btn[data-icon="left"]{ |
| 186 | padding-right: 20px!important; |
| 187 | } |
| 188 | .ctf-fb-full-wrapper .section-header h1 { |
| 189 | font-size: 32px; |
| 190 | line-height: 40px; |
| 191 | } |
| 192 | /*** 3.0 - SUPPORT CONTAINER ***/ |
| 193 | .ctf-sb-container { |
| 194 | max-width: 885px; |
| 195 | position: relative; |
| 196 | margin: auto; |
| 197 | margin-top: 33px; |
| 198 | box-sizing: border-box; |
| 199 | } |
| 200 | |
| 201 | /*** 3.1 - SECTION HEADER ***/ |
| 202 | .ctf-section-header { |
| 203 | display: flex; |
| 204 | justify-content: space-between; |
| 205 | align-items: center; |
| 206 | } |
| 207 | .ctf-section-header h2{ |
| 208 | font-weight: 600; |
| 209 | font-size: 32px; |
| 210 | line-height: 40px; |
| 211 | color: #141B38; |
| 212 | margin: 0; |
| 213 | } |
| 214 | .ctf-section-header .ctf-search-doc .ctf-search-doc-field { |
| 215 | position: relative; |
| 216 | background: #fff; |
| 217 | border: 1px solid #DCDDE1; |
| 218 | min-width: 283px; |
| 219 | box-sizing: border-box; |
| 220 | height: 38px; |
| 221 | padding: 0px 14px 0px 15px; |
| 222 | font-weight: 600; |
| 223 | font-size: 14px; |
| 224 | line-height: 22px; |
| 225 | color: #141B38; |
| 226 | text-decoration: none; |
| 227 | margin-right: 1px; |
| 228 | } |
| 229 | .ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-input { |
| 230 | height: 100%; |
| 231 | border: none; |
| 232 | background-color: transparent; |
| 233 | margin-left: 25px; |
| 234 | color: #141B38; |
| 235 | min-width: 200px; |
| 236 | transform: translateY(-1px); |
| 237 | } |
| 238 | .ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-input::placeholder { |
| 239 | color: #141B38; |
| 240 | } |
| 241 | .ctf-section-header .ctf-search-doc .ctf-search-doc-field:focus, |
| 242 | .ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-input:focus { |
| 243 | box-shadow: none; |
| 244 | } |
| 245 | .ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-icon { |
| 246 | position: absolute; |
| 247 | left: 15px; |
| 248 | top: 11px; |
| 249 | cursor: pointer; |
| 250 | } |
| 251 | .ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-link-icon{ |
| 252 | cursor: pointer; |
| 253 | position: absolute; |
| 254 | right: 2px; |
| 255 | top: 0; |
| 256 | width: 35px; |
| 257 | text-align: center; |
| 258 | height: 100%; |
| 259 | padding-top: 9px; |
| 260 | box-sizing: border-box; |
| 261 | } |
| 262 | .ctf-section-header .ctf-search-doc a .sb-btn-link-icon{ |
| 263 | margin-left: 56px; |
| 264 | } |
| 265 | /*** 3.2 - SUPPORT BLOCK ***/ |
| 266 | .ctf-support-blocks { |
| 267 | margin-top: 22px; |
| 268 | display: flex; |
| 269 | } |
| 270 | .ctf-support-blocks .ctf-support-block { |
| 271 | padding: 22px 18px; |
| 272 | background: #FFFFFF; |
| 273 | box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05); |
| 274 | border-radius: 2px; |
| 275 | width: calc(33% - 7px); |
| 276 | box-sizing: border-box; |
| 277 | position: relative; |
| 278 | } |
| 279 | .ctf-support-blocks .ctf-support-block:not(:last-child) { |
| 280 | margin-right: 14px; |
| 281 | } |
| 282 | .ctf-support-blocks .ctf-support-block h3 { |
| 283 | font-style: normal; |
| 284 | font-weight: 600; |
| 285 | font-size: 18px; |
| 286 | line-height: 25px; |
| 287 | color: #141B38; |
| 288 | margin-top: 15px; |
| 289 | margin-bottom: 0; |
| 290 | } |
| 291 | .ctf-support-blocks .ctf-support-block p { |
| 292 | font-size: 12px; |
| 293 | line-height: 18px; |
| 294 | color: #64748B; |
| 295 | margin-top: 5px; |
| 296 | } |
| 297 | .sb-block-header img { |
| 298 | width: 56px; |
| 299 | height: 56px; |
| 300 | } |
| 301 | .sb-articles-list { |
| 302 | margin-top: 31px; |
| 303 | margin-bottom: 79px; |
| 304 | } |
| 305 | |
| 306 | .sb-articles-list ul li { |
| 307 | position: relative; |
| 308 | margin: 0px; |
| 309 | padding-right: 10px; |
| 310 | } |
| 311 | .sb-articles-list ul li:not(:last-child) { |
| 312 | border-bottom: 1px solid #E8E8EB; |
| 313 | position: relative; |
| 314 | } |
| 315 | .sb-articles-list ul li a { |
| 316 | font-size: 14px; |
| 317 | line-height: 22px; |
| 318 | color: #141B38; |
| 319 | text-decoration: none; |
| 320 | display: block; |
| 321 | padding: 13px 0; |
| 322 | } |
| 323 | .sb-articles-list ul li:not(:last-child):after { |
| 324 | content: ''; |
| 325 | position: absolute; |
| 326 | left: 0px; |
| 327 | bottom: -1px; |
| 328 | background-color: #0068A0; |
| 329 | height: 1px; |
| 330 | width: 0; |
| 331 | transition: all 0.25s ease-in-out; |
| 332 | } |
| 333 | .sb-articles-list ul li:not(:last-child):hover:after { |
| 334 | width: 100%; |
| 335 | } |
| 336 | .sb-articles-list ul li a:hover { |
| 337 | color: #0068A0; |
| 338 | } |
| 339 | .sb-articles-list ul li .sb-list-icon { |
| 340 | position: absolute; |
| 341 | right: 0; |
| 342 | top: calc(50% - 9px); |
| 343 | } |
| 344 | .sb-articles-list ul li .sb-list-icon svg { |
| 345 | width: 5px; |
| 346 | } |
| 347 | .sb-articles-list ul li .sb-list-icon svg path { |
| 348 | fill: #8C8F9A; |
| 349 | } |
| 350 | .ctf-support-blocks .ctf-sb-button { |
| 351 | margin-top: 50px; |
| 352 | position: absolute; |
| 353 | left: 0; |
| 354 | bottom: 20px; |
| 355 | width: calc(100% - 40px); |
| 356 | padding: 0 20px; |
| 357 | } |
| 358 | .ctf-support-blocks .ctf-sb-button .sb-btn-icon { |
| 359 | margin-left: 8px; |
| 360 | } |
| 361 | .ctf-support-blocks .ctf-sb-button .sb-btn-icon svg { |
| 362 | width: 5px; |
| 363 | transform: translateY(0px); |
| 364 | margin-left: 3px; |
| 365 | } |
| 366 | .ctf-support-blocks .ctf-sb-button a { |
| 367 | background: #F3F4F5; |
| 368 | border: 1px solid #DCDDE1; |
| 369 | box-sizing: border-box; |
| 370 | border-radius: 2px; |
| 371 | font-weight: 600; |
| 372 | font-size: 12px; |
| 373 | line-height: 19px; |
| 374 | color: #141B38; |
| 375 | display: block; |
| 376 | text-align: center; |
| 377 | text-decoration: none; |
| 378 | padding: 6px; |
| 379 | transition: all 0.15s ease-in-out; |
| 380 | } |
| 381 | .ctf-support-blocks .ctf-sb-button a:hover, |
| 382 | .ctf-section-header .ctf-search-doc a:hover { |
| 383 | background: #FFFFFF; |
| 384 | border: 1px solid #D0D1D7; |
| 385 | } |
| 386 | .ctf-support-blocks .ctf-sb-button a:focus, |
| 387 | .ctf-support-blocks .ctf-sb-button a:active, |
| 388 | .ctf-section-header .ctf-search-doc a:focus, |
| 389 | .ctf-section-header .ctf-search-doc a:active { |
| 390 | background: #E8E8EB; |
| 391 | border: 1px solid #D0D1D7; |
| 392 | } |
| 393 | |
| 394 | /*** 3.3 - CONTACT SUPPORT BLOCK ***/ |
| 395 | .ctf-support-contact-block { |
| 396 | background: #FFFFFF; |
| 397 | box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05); |
| 398 | border-radius: 2px; |
| 399 | padding: 20px 20px 23px; |
| 400 | margin-top: 28px; |
| 401 | box-sizing: border-box; |
| 402 | margin-bottom: 12px; |
| 403 | display: flex; |
| 404 | } |
| 405 | .ctf-support-contact-block .sb-cb-content h3{ |
| 406 | font-size: 24px; |
| 407 | line-height: 29px; |
| 408 | color: #141B38; |
| 409 | margin: 0; |
| 410 | margin-bottom: 16px; |
| 411 | } |
| 412 | .ctf-support-contact-block .sb-cb-icon { |
| 413 | margin-right: 30px; |
| 414 | } |
| 415 | .ctf-support-contact-block .sb-cb-icon span{ |
| 416 | background: #E8E8EB; |
| 417 | border-radius: 60px; |
| 418 | width: 68px; |
| 419 | height: 68px; |
| 420 | display: inline-block; |
| 421 | text-align: center; |
| 422 | padding-top: 22px; |
| 423 | box-sizing: border-box; |
| 424 | } |
| 425 | .ctf-support-contact-block .sb-cb-btn{ |
| 426 | background: #FE544F; |
| 427 | border-radius: 2px; |
| 428 | color: #fff; |
| 429 | text-decoration: none; |
| 430 | display: inline-block; |
| 431 | padding: 8px 12px; |
| 432 | font-size: 14px; |
| 433 | } |
| 434 | .ctf-support-contact-block .sb-cb-btn:hover { |
| 435 | background: #EC352F; |
| 436 | border-color: #EC352F; |
| 437 | } |
| 438 | |
| 439 | .ctf-support-contact-block .sb-cb-btn:focus, |
| 440 | .ctf-support-contact-block .sb-cb-btn:active { |
| 441 | background: #BC120E; |
| 442 | border-color: #BC120E; |
| 443 | box-shadow: none; |
| 444 | } |
| 445 | .ctf-support-contact-block .sb-cb-btn span { |
| 446 | margin-left: 11px; |
| 447 | } |
| 448 | .ctf-support-contact-block .sb-cb-btn svg { |
| 449 | width: 5px; |
| 450 | } |
| 451 | .ctf-support-contact-block .sb-cb-btn path { |
| 452 | fill: #fff; |
| 453 | } |
| 454 | .ctf-support-contact-block .sb-contact-block-left{ |
| 455 | flex-basis: 625px; |
| 456 | /* width: 625px; */ |
| 457 | /* float: left; */ |
| 458 | display: flex; |
| 459 | padding-top: 10px; |
| 460 | box-sizing: border-box; |
| 461 | } |
| 462 | .ctf-support-contact-block .sb-contact-block-right { |
| 463 | flex-basis: 220px; |
| 464 | /* width: 220px; |
| 465 | float: left; */ |
| 466 | padding-top: 10px; |
| 467 | padding-left: 32px; |
| 468 | box-sizing: border-box; |
| 469 | border-left: 1px solid #DCDDE1; |
| 470 | } |
| 471 | .ctf-support-contact-block .sb-contact-block-right p { |
| 472 | font-size: 12px; |
| 473 | line-height: 18px; |
| 474 | color: #141B38; |
| 475 | } |
| 476 | .ctf-support-contact-block .sb-contact-block-right img { |
| 477 | max-width: 65px; |
| 478 | } |
| 479 | |
| 480 | /*** 3.4 - SYSTEM INFO BLOCK ***/ |
| 481 | .ctf-system-info-section { |
| 482 | background: #FFFFFF; |
| 483 | box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05); |
| 484 | border-radius: 2px; |
| 485 | } |
| 486 | .ctf-system-info-section .ctf-system-header{ |
| 487 | display: flex; |
| 488 | padding: 12px 20px 0; |
| 489 | justify-content: space-between; |
| 490 | } |
| 491 | .ctf-system-info-section .ctf-system-header h3 { |
| 492 | font-weight: 600; |
| 493 | font-size: 18px; |
| 494 | line-height: 25px; |
| 495 | color: #141B38; |
| 496 | margin-top: 9px; |
| 497 | } |
| 498 | .ctf-system-info-section .ctf-system-header .ctf-copy-btn { |
| 499 | background: #F3F4F5; |
| 500 | border: 1px solid #DCDDE1; |
| 501 | box-sizing: border-box; |
| 502 | border-radius: 2px; |
| 503 | font-size: 14px; |
| 504 | font-weight: 600; |
| 505 | line-height: 22px; |
| 506 | color: #141B38; |
| 507 | height: 38px; |
| 508 | padding: 5px 20px 5px 12px; |
| 509 | cursor: pointer; |
| 510 | transition: all 0.15s ease-in-out; |
| 511 | } |
| 512 | .ctf-system-info-section .ctf-system-header .ctf-copy-btn:hover { |
| 513 | background: #FFFFFF; |
| 514 | border: 1px solid #D0D1D7; |
| 515 | } |
| 516 | .ctf-system-info-section .ctf-system-header .ctf-copy-btn:focus, |
| 517 | .ctf-system-info-section .ctf-system-header .ctf-copy-btn:active { |
| 518 | background: #E8E8EB; |
| 519 | border: 1px solid #D0D1D7; |
| 520 | } |
| 521 | .ctf-system-info-section .ctf-system-header .ctf-copy-btn svg { |
| 522 | height: 19px; |
| 523 | width: 19px; |
| 524 | transform: translate(0px, 4px); |
| 525 | margin-right: 5px; |
| 526 | } |
| 527 | .ctf-system-info-section .ctf-system-info { |
| 528 | padding: 0 20px 20px; |
| 529 | border-bottom: 1px solid #E8E8EB; |
| 530 | } |
| 531 | .ctf-system-info-section .ctf-system-info .system_info:focus { |
| 532 | box-shadow: none; |
| 533 | } |
| 534 | .ctf-system-info-section .ctf-system-info .system_info a { |
| 535 | color: #0068A0; |
| 536 | } |
| 537 | .ctf-system-info-section .ctf-system-info .system_info { |
| 538 | box-sizing: border-box; |
| 539 | background: #F9F9FA; |
| 540 | border: 1px solid #E8E8EB; |
| 541 | width: 100%; |
| 542 | resize: none; |
| 543 | border-radius: 0; |
| 544 | padding: 20px 28px; |
| 545 | font-size: 12px; |
| 546 | line-height: 18px; |
| 547 | color: #141B38; |
| 548 | width: 100%; |
| 549 | height: 123px; |
| 550 | font-family: 'Fira Code', monospace; |
| 551 | word-break: break-all; |
| 552 | } |
| 553 | .ctf-system-info-section .ctf-system-info .system_info.expanded { |
| 554 | height: 600px; |
| 555 | overflow-x: hidden; |
| 556 | overflow-y: scroll; |
| 557 | } |
| 558 | .ctf-system-info-section .ctf-system-info .system_info.collapsed { |
| 559 | overflow: hidden; |
| 560 | } |
| 561 | .ctf-system-info-section .ctf-system-info .ctf-expand-btn { |
| 562 | padding: 8px 12px 8px 8px; |
| 563 | background: #FFFFFF; |
| 564 | border: 1px solid #D0D1D7; |
| 565 | border-radius: 2px; |
| 566 | font-size: 12px; |
| 567 | line-height: 19px; |
| 568 | color: #141B38; |
| 569 | width: 100%; |
| 570 | margin-top: -5px; |
| 571 | z-index: 9; |
| 572 | position: relative; |
| 573 | font-weight: 500; |
| 574 | cursor: pointer; |
| 575 | transition: all .15s ease-in-out; |
| 576 | } |
| 577 | .ctf-system-info-section .ctf-system-info .ctf-expand-btn:hover { |
| 578 | background: #F3F4F5; |
| 579 | border: 1px solid #DCDDE1; |
| 580 | } |
| 581 | .ctf-system-info-section .ctf-system-info .ctf-expand-btn span { |
| 582 | margin-right: 10px; |
| 583 | } |
| 584 | .ctf-system-info-section .ctf-system-info .ctf-expand-btn:focus, |
| 585 | .ctf-system-info-section .ctf-system-info .ctf-expand-btn:active{ |
| 586 | background: #E8E8EB!important; |
| 587 | color: #141B38!important; |
| 588 | border: 1px solid #D0D1D7!important; |
| 589 | } |
| 590 | .ctf-export-settings-section { |
| 591 | background: #FFFFFF; |
| 592 | box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05); |
| 593 | border-radius: 2px; |
| 594 | padding: 20px; |
| 595 | background: #FFFFFF; |
| 596 | display: flex; |
| 597 | justify-content: space-between; |
| 598 | } |
| 599 | .ctf-export-settings-section .ctf-export-right{ |
| 600 | display: flex; |
| 601 | } |
| 602 | .ctf-export-settings-section .ctf-export-left h3 { |
| 603 | font-style: normal; |
| 604 | font-weight: 600; |
| 605 | font-size: 18px; |
| 606 | line-height: 25px; |
| 607 | color: #141B38; |
| 608 | margin: 0 0 4px 0; |
| 609 | } |
| 610 | .ctf-export-settings-section .ctf-export-left p { |
| 611 | font-size: 12px; |
| 612 | line-height: 18px; |
| 613 | color: #141B38; |
| 614 | margin: 0; |
| 615 | } |
| 616 | .ctf-export-settings-section .ctf-select{ |
| 617 | min-width: 234px; |
| 618 | border: 1px solid #D0D1D7; |
| 619 | padding: 3px 15px; |
| 620 | height: 38px; |
| 621 | font-size: 14px; |
| 622 | color: #141B38; |
| 623 | -webkit-appearance: none; |
| 624 | appearance: none; |
| 625 | margin-right: 8px; |
| 626 | background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABSSURBVHgBfc4hCkAhDAbgjV3slQcvvHuYDWY1G8zewyIWb6YuCCLqD4Pt5wtD54NBQA2XVKiWcorl/X7s+DkhJYUhPk54IN5plCue0Tb8M8/aNx/uIpRVqbbFAAAAAElFTkSuQmCC') no-repeat right 15px top 55%; |
| 627 | } |
| 628 | .ctf-export-settings-section .ctf-btn { |
| 629 | height: 38px; |
| 630 | font-size: 14px; |
| 631 | padding: 7px 20px 7px 16px; |
| 632 | display: flex; |
| 633 | align-items: center; |
| 634 | vertical-align: middle; |
| 635 | background: #F3F4F5; |
| 636 | border: 1px solid #DCDDE1; |
| 637 | border-radius: 2px; |
| 638 | font-weight: 500; |
| 639 | transition: all .15s ease-in-out; |
| 640 | cursor: pointer; |
| 641 | } |
| 642 | .ctf-export-settings-section .ctf-btn:disabled { |
| 643 | cursor: not-allowed; |
| 644 | color: #8C8F9A; |
| 645 | background: #F3F4F5; |
| 646 | } |
| 647 | .ctf-export-settings-section .ctf-btn:disabled:hover { |
| 648 | color: #8C8F9A; |
| 649 | } |
| 650 | .ctf-export-settings-section .ctf-btn span { |
| 651 | margin-right: 11px; |
| 652 | transform: translate(0px, 2px); |
| 653 | } |
| 654 | .ctf-export-settings-section .ctf-btn:disabled span path { |
| 655 | fill: #8C8F9A; |
| 656 | } |
| 657 | .ctf-support-contact-block {} |
| 658 | |
| 659 | |
| 660 | /*** SB NOTIFICATION ELEMENT ***/ |
| 661 | .sb-notification-ctn{ |
| 662 | position: fixed; |
| 663 | bottom: -100px; |
| 664 | left: 200px; |
| 665 | z-index: 99999; |
| 666 | background: #fff; |
| 667 | display: flex; |
| 668 | justify-content: center; |
| 669 | align-items: center; |
| 670 | border-left: 3px solid #fff; |
| 671 | line-height: 1em; |
| 672 | padding: 10px 20px; |
| 673 | padding-left: 0px; |
| 674 | border-radius: 4px; |
| 675 | box-shadow: 0px 26.7377px 77.2886px rgba(0, 0, 0, 0.107828), 0px 14.2952px 41.3222px rgba(0, 0, 0, 0.0894161), 0px 8.01379px 23.1649px rgba(0, 0, 0, 0.075), 0px 4.25607px 12.3027px rgba(0, 0, 0, 0.0605839), 0px 1.77104px 5.11942px rgba(0, 0, 0, 0.0421718); |
| 676 | |
| 677 | } |
| 678 | .sb-notification-ctn[data-active="hidden"]{ |
| 679 | -webkit-animation: ctf-notification-hide .5s forwards linear; |
| 680 | animation: ctf-notification-hide .5s forwards linear; |
| 681 | } |
| 682 | .sb-notification-ctn[data-active="shown"]{ |
| 683 | -webkit-animation: ctf-notification-show .5s forwards linear; |
| 684 | animation: ctf-notification-show .5s forwards linear; |
| 685 | } |
| 686 | @-webkit-keyframes ctf-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}} |
| 687 | @keyframes ctf-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}} |
| 688 | |
| 689 | @-webkit-keyframes ctf-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}} |
| 690 | @keyframes ctf-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}} |
| 691 | |
| 692 | .sb-notification-ctn[data-type="success"]{ |
| 693 | border-color: #59AB46; |
| 694 | } |
| 695 | .sb-notification-ctn[data-type="error"]{ |
| 696 | border-color: #D72C2C; |
| 697 | } |
| 698 | .sb-notification-ctn[data-type="message"]{ |
| 699 | border-color: #141B38; |
| 700 | } |
| 701 | .sb-notification-icon{ |
| 702 | width: 25px; |
| 703 | height: 25px; |
| 704 | display: flex; |
| 705 | justify-content: center; |
| 706 | align-items: center; |
| 707 | margin-left: 10px; |
| 708 | margin-right: 15px; |
| 709 | } |
| 710 | .sb-notification-icon svg{ |
| 711 | width: 22px; |
| 712 | height: 22px; |
| 713 | float: left; |
| 714 | fill: currentColor; |
| 715 | } |
| 716 | |
| 717 | .sb-notification-ctn[data-type="success"] .sb-notification-icon{ |
| 718 | color: #59AB46; |
| 719 | } |
| 720 | .sb-notification-ctn[data-type="error"] .sb-notification-icon{ |
| 721 | color: #D72C2C; |
| 722 | } |
| 723 | .sb-notification-ctn[data-type="message"] .sb-notification-icon{ |
| 724 | color: #141B38; |
| 725 | } |
| 726 | |
| 727 | .sb-notification-ctn span{ |
| 728 | font-size: 14px; |
| 729 | color: #141B38; |
| 730 | font-weight:500; |
| 731 | } |
| 732 | |
| 733 | /*** 6.0 - RESPONSIVENESS ***/ |
| 734 | @media (max-width: 1024px) { |
| 735 | .ctf-support-contact-block { |
| 736 | flex-direction: column; |
| 737 | } |
| 738 | .ctf-support-contact-block .sb-contact-block-left, |
| 739 | .ctf-support-contact-block .sb-contact-block-right { |
| 740 | flex-basis: auto; |
| 741 | } |
| 742 | .ctf-support-contact-block .sb-contact-block-right { |
| 743 | padding-top: 42px; |
| 744 | padding-left: 0; |
| 745 | border-left: 0px solid #DCDDE1; |
| 746 | position: relative; |
| 747 | } |
| 748 | |
| 749 | .ctf-support-contact-block .sb-contact-block-right:before { |
| 750 | top: 25px; |
| 751 | left: 0; |
| 752 | width: 65px; |
| 753 | height: 1px; |
| 754 | background: #DCDDE1; |
| 755 | position: absolute; |
| 756 | content: ''; |
| 757 | } |
| 758 | } |
| 759 | @media (max-width: 767px) { |
| 760 | .ctf-support-blocks { |
| 761 | flex-direction: column; |
| 762 | } |
| 763 | .ctf-support-blocks .ctf-support-block { |
| 764 | width: 100%; |
| 765 | margin-bottom: 12px; |
| 766 | } |
| 767 | .auto-fold #wpcontent { |
| 768 | padding-left: 0; |
| 769 | } |
| 770 | .ctf-fb-full-wrapper { |
| 771 | padding: 70px 20px 0 20px; |
| 772 | } |
| 773 | .ctf-fb-hd-btn { |
| 774 | padding: 0px 15px 0px 7px; |
| 775 | } |
| 776 | .ctf-fb-header { |
| 777 | padding: 0px 20px; |
| 778 | } |
| 779 | .ctf-section-header, |
| 780 | .ctf-export-settings-section { |
| 781 | flex-wrap: wrap; |
| 782 | } |
| 783 | .ctf-section-header h2 { |
| 784 | margin-bottom: 30px; |
| 785 | } |
| 786 | .ctf-section-header .ctf-search-doc { |
| 787 | width: 100%; |
| 788 | } |
| 789 | .ctf-export-settings-section .ctf-export-left, |
| 790 | .ctf-export-settings-section .ctf-export-right{ |
| 791 | width: 100%; |
| 792 | } |
| 793 | .ctf-export-settings-section .ctf-export-left { |
| 794 | margin-bottom: 20px; |
| 795 | } |
| 796 | .ctf-export-settings-section .ctf-export-right { |
| 797 | flex-wrap: wrap; |
| 798 | } |
| 799 | .ctf-export-settings-section .ctf-select { |
| 800 | width: 100%; |
| 801 | margin-bottom: 10px; |
| 802 | } |
| 803 | .sb-notification-ctn { |
| 804 | left: 20px; |
| 805 | } |
| 806 | } |
| 807 | |
| 808 | @media (max-width: 580px) { |
| 809 | .ctf-support-contact-block .sb-contact-block-left { |
| 810 | flex-wrap: wrap; |
| 811 | } |
| 812 | .ctf-support-contact-block .sb-contact-block-left .sb-cb-content { |
| 813 | margin-top: 20px; |
| 814 | } |
| 815 | } |
| 816 | |
| 817 | @media (max-width: 480px) { |
| 818 | .ctf-fb-hd-btn { |
| 819 | padding: 0px 10px 0px 7px !important; |
| 820 | } |
| 821 | .ctf-fb-hd-btn[data-icon="left"] { |
| 822 | padding-right: 10px!important; |
| 823 | } |
| 824 | } |
| 825 |