| @@ -1 +1,658 @@ | ||
| 1 | -@font-face{font-family:"s11-fp";src:url("../fonts/s11-fp.woff?v=7") format("woff");font-weight:400;font-style:normal}.frm-submenu-highlight{background:#1da867}.frm-submenu-highlight a span{color:#fff;font-weight:600}.frmfont,.frm_icon_font{text-decoration:none;text-shadow:none;font-weight:400;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1.5;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.frmfont,i.frm_icon_font{font-style:normal;font-variant:normal;speak:none}.frmfont::before,select.frmfont,.frm_icon_font::before,select.frm_icon_font{font-family:"s11-fp" !important;text-align:center}.frmfont,a.frmfont,.frmfont:hover,a.frmfont:hover .frm_icon_font,a.frm_icon_font,.frm_icon_font:hover,a.frm_icon_font:hover{text-decoration:none !important;box-shadow:none}.frmfont:focus,.frm_icon_font:focus{box-shadow:none}.frmfont:active,.frm_icon_font:active{outline:none}.frm_trigger .frm_icon_font{padding:0 5px}.frm_tooltip_icon::before{content:"\e611"}.frm_delete_icon::before{content:"\e610" !important}.frm_arrowdown6_icon::before{content:"\e62a"} | |
| 1 | +@font-face { | |
| 2 | + font-family: 's11-fp'; | |
| 3 | + src: url('../fonts/s11-fp.woff?v=7') format('woff'), | |
| 4 | + url('../fonts/s11-fp.svg?v=7#s11-fp') format('svg'); | |
| 5 | + font-weight: normal; | |
| 6 | + font-style: normal; | |
| 7 | +} | |
| 8 | + | |
| 9 | +.frm-submenu-highlight { | |
| 10 | + background: #1da867; | |
| 11 | +} | |
| 12 | + | |
| 13 | +.frm-submenu-highlight a span { | |
| 14 | + color: #fff; | |
| 15 | + font-weight: 600; | |
| 16 | +} | |
| 17 | + | |
| 18 | +.frmfont, | |
| 19 | +.frm_icon_font, | |
| 20 | +.frm_dashicon_font{ | |
| 21 | + text-decoration:none; | |
| 22 | + text-shadow: none; | |
| 23 | + font-weight:normal; | |
| 24 | + display:inline-block; | |
| 25 | + -webkit-font-smoothing: antialiased; | |
| 26 | + -moz-osx-font-smoothing: grayscale; | |
| 27 | + text-rendering: auto; | |
| 28 | + line-height: 1.5; | |
| 29 | + -webkit-transition: color .1s ease-in-out, opacity .1s ease-in-out; | |
| 30 | + transition: color .1s ease-in-out, opacity .1s ease-in-out; | |
| 31 | + font-size: 18px; | |
| 32 | +} | |
| 33 | + | |
| 34 | +i.frmfont, | |
| 35 | +i.frm_icon_font{ | |
| 36 | + font-style:normal; | |
| 37 | + font-variant: normal; | |
| 38 | + speak: none; | |
| 39 | +} | |
| 40 | + | |
| 41 | +.frmfont:before, | |
| 42 | +select.frmfont, | |
| 43 | +.frm_icon_font:before, | |
| 44 | +select.frm_icon_font{ | |
| 45 | + font-family: 's11-fp' !important; | |
| 46 | + text-align:center; | |
| 47 | +} | |
| 48 | + | |
| 49 | +.frmfont, | |
| 50 | +a.frmfont, | |
| 51 | +.frmfont:hover, | |
| 52 | +a.frmfont:hover | |
| 53 | +.frm_icon_font, | |
| 54 | +a.frm_icon_font, | |
| 55 | +.frm_icon_font:hover, | |
| 56 | +a.frm_icon_font:hover{ | |
| 57 | + text-decoration:none !important; | |
| 58 | + box-shadow:none; | |
| 59 | +} | |
| 60 | + | |
| 61 | +.frmfont:focus, | |
| 62 | +.frm_icon_font:focus, | |
| 63 | +.frm_dashicon_font:focus{ | |
| 64 | + box-shadow:none; | |
| 65 | +} | |
| 66 | + | |
| 67 | +.frmfont:active, | |
| 68 | +.frm_icon_font:active{ | |
| 69 | + outline:none; | |
| 70 | +} | |
| 71 | + | |
| 72 | +.frm_trigger .frm_icon_font{ | |
| 73 | + padding:0 5px; | |
| 74 | +} | |
| 75 | + | |
| 76 | +.frm_logo_icon:before { | |
| 77 | + content: "\e601"; | |
| 78 | +} | |
| 79 | +.frm_required_icon:before { | |
| 80 | + content: "\e612"; | |
| 81 | +} | |
| 82 | +.frm_delete_icon:before { | |
| 83 | + content: "\e610" !important; | |
| 84 | +} | |
| 85 | +.frm_move_icon:before { | |
| 86 | + content: "\e61a"; | |
| 87 | +} | |
| 88 | +.frm_drag_icon:before { | |
| 89 | + content: "\e93b"; | |
| 90 | +} | |
| 91 | +.frm_clear_icon:before { | |
| 92 | + content: "\e60a"; | |
| 93 | +} | |
| 94 | +.frm_noclear_icon:before { | |
| 95 | + content: "\e60b"; | |
| 96 | +} | |
| 97 | +.frm_duplicate_icon:before { | |
| 98 | + content: "\e61b"; | |
| 99 | +} | |
| 100 | +.frm_copy_icon:before { | |
| 101 | + content: "\f0c5"; | |
| 102 | +} | |
| 103 | +.frm_clone_icon:before { | |
| 104 | + content: "\f24d"; | |
| 105 | +} | |
| 106 | +.frm_tooltip_icon:before { | |
| 107 | + content: "\e611"; | |
| 108 | +} | |
| 109 | +.frm_tooltip_solid_icon:before { | |
| 110 | + content: "\e907"; | |
| 111 | +} | |
| 112 | +.frm_forbid_icon:before { | |
| 113 | + content: "\e636"; | |
| 114 | +} | |
| 115 | +.frm_checkmark_icon:before { | |
| 116 | + content: "\e90a"; | |
| 117 | +} | |
| 118 | +.frm_check_icon:before { | |
| 119 | + content: "\e605"; | |
| 120 | +} | |
| 121 | +.frm_check1_icon:before { | |
| 122 | + content: "\e606"; | |
| 123 | +} | |
| 124 | +.frm_plus_icon:before { | |
| 125 | + content: "\e62f"; | |
| 126 | +} | |
| 127 | +.frm_plus1_icon:before { | |
| 128 | + content: "\e602"; | |
| 129 | +} | |
| 130 | +.frm_plus2_icon:before { | |
| 131 | + content: "\e603"; | |
| 132 | +} | |
| 133 | +.frm_plus3_icon:before { | |
| 134 | + content: "\e632"; | |
| 135 | +} | |
| 136 | +.frm_plus4_icon:before { | |
| 137 | + content: "\e60f"; | |
| 138 | +} | |
| 139 | +.frm_minus_icon:before { | |
| 140 | + content: "\e62e"; | |
| 141 | +} | |
| 142 | +.frm_minus1_icon:before { | |
| 143 | + content: "\e600"; | |
| 144 | +} | |
| 145 | +.frm_minus2_icon:before { | |
| 146 | + content: "\e604"; | |
| 147 | +} | |
| 148 | +.frm_minus3_icon:before { | |
| 149 | + content: "\e633"; | |
| 150 | +} | |
| 151 | +.frm_minus4_icon:before { | |
| 152 | + content: "\e613"; | |
| 153 | +} | |
| 154 | +.frm_cancel_icon:before { | |
| 155 | + content: "\e607"; | |
| 156 | +} | |
| 157 | +.frm_cancel1_icon:before { | |
| 158 | + content: "\e608"; | |
| 159 | +} | |
| 160 | +.frm_close_icon:before { | |
| 161 | + content: "\e928"; | |
| 162 | +} | |
| 163 | +.frm_report_problem_solid_icon:before { | |
| 164 | + content: "\e914"; | |
| 165 | +} | |
| 166 | +.frm_report_problem_icon:before { | |
| 167 | + content: "\e915"; | |
| 168 | +} | |
| 169 | +.frm_arrowup_icon:before { | |
| 170 | + content: "\e60d"; | |
| 171 | +} | |
| 172 | +.frm_arrowup1_icon:before { | |
| 173 | + content: "\e60e"; | |
| 174 | +} | |
| 175 | +.frm_arrowup2_icon:before { | |
| 176 | + content: "\e630"; | |
| 177 | +} | |
| 178 | +.frm_arrowup3_icon:before { | |
| 179 | + content: "\e62b"; | |
| 180 | +} | |
| 181 | +.frm_arrowup4_icon:before { | |
| 182 | + content: "\e62c"; | |
| 183 | +} | |
| 184 | +.frm_arrowup5_icon:before { | |
| 185 | + content: "\e635"; | |
| 186 | +} | |
| 187 | +.frm_arrowup5_solid_icon:before { | |
| 188 | + content: "\e9d"; | |
| 189 | +} | |
| 190 | +.frm_arrowup7_icon:before { | |
| 191 | + content: "\e908"; | |
| 192 | +} | |
| 193 | +.frm_arrowup6_icon:before { | |
| 194 | + content: "\e62d"; | |
| 195 | +} | |
| 196 | +.frm_arrowdown_icon:before { | |
| 197 | + content: "\e609"; | |
| 198 | +} | |
| 199 | +.frm_arrowdown1_icon:before { | |
| 200 | + content: "\e60c"; | |
| 201 | +} | |
| 202 | +.frm_arrowdown2_icon:before { | |
| 203 | + content: "\e631"; | |
| 204 | +} | |
| 205 | +.frm_arrowdown3_icon:before { | |
| 206 | + content: "\e628"; | |
| 207 | +} | |
| 208 | +.frm_arrowdown4_icon:before { | |
| 209 | + content: "\e629"; | |
| 210 | +} | |
| 211 | +.frm_arrowdown5_icon:before { | |
| 212 | + content: "\e634"; | |
| 213 | +} | |
| 214 | +.frm_arrowdown5_solid_icon:before { | |
| 215 | + content: "\e905"; | |
| 216 | +} | |
| 217 | +.frm_arrowdown7_icon:before { | |
| 218 | + content: "\e90b"; | |
| 219 | +} | |
| 220 | +.frm_arrowdown6_icon:before { | |
| 221 | + content: "\e62a"; | |
| 222 | +} | |
| 223 | +.frm_arrow_left_icon:before { | |
| 224 | + content: "\e912"; | |
| 225 | +} | |
| 226 | +.frm_arrow_right_icon:before { | |
| 227 | + content: "\e913"; | |
| 228 | +} | |
| 229 | +.frm_filter_icon:before { | |
| 230 | + content: "\e90c"; | |
| 231 | +} | |
| 232 | +.frm_download_icon:before { | |
| 233 | + content: "\e615"; | |
| 234 | +} | |
| 235 | +.frm_upload2_icon:before { | |
| 236 | + content: "\f093"; | |
| 237 | +} | |
| 238 | +.frm_upload_icon:before { | |
| 239 | + content: "\e616"; | |
| 240 | +} | |
| 241 | +.frm_download2_icon:before { | |
| 242 | + content: "\f019"; | |
| 243 | +} | |
| 244 | +.frm_hard_drive_icon:before { | |
| 245 | + content: "\e916"; | |
| 246 | +} | |
| 247 | +.frm_pencil_solid_icon:before { | |
| 248 | + content: "\e901"; | |
| 249 | +} | |
| 250 | +.frm_pencil_icon:before { | |
| 251 | + content: "\e61d"; | |
| 252 | +} | |
| 253 | +.frm_signature_icon:before { | |
| 254 | + content: "\e919"; | |
| 255 | +} | |
| 256 | +.frm_user_icon:before { | |
| 257 | + content: "\e7ff"; | |
| 258 | +} | |
| 259 | +.frm_register_icon:before { | |
| 260 | + content: "\e637"; | |
| 261 | +} | |
| 262 | +.frm_account_circle_solid_icon:before { | |
| 263 | + content: "\e853"; | |
| 264 | +} | |
| 265 | +.frm_account_circle_icon:before { | |
| 266 | + content: "\e921"; | |
| 267 | +} | |
| 268 | +.frm_address_card_icon:before { | |
| 269 | + content: "\e996"; | |
| 270 | +} | |
| 271 | +.frm_paragraph_icon:before { | |
| 272 | + content: "\f1dd"; | |
| 273 | +} | |
| 274 | +.frm_checkbox_unchecked_icon:before { | |
| 275 | + content: "\e91e"; | |
| 276 | +} | |
| 277 | +.frm_checkbox_icon:before { | |
| 278 | + content: "\e922"; | |
| 279 | +} | |
| 280 | +.frm_checkbox_solid_icon:before { | |
| 281 | + content: "\e91f"; | |
| 282 | +} | |
| 283 | +.frm_dropdown_icon:before { | |
| 284 | + content: "\e909"; | |
| 285 | +} | |
| 286 | +.frm_caret_square_down_icon:before { | |
| 287 | + content: "\f150"; | |
| 288 | +} | |
| 289 | +.frm_check_square_icon:before { | |
| 290 | + content: "\f14a"; | |
| 291 | +} | |
| 292 | +.frm_radio_unchecked_icon:before { | |
| 293 | + content: "\e971"; | |
| 294 | +} | |
| 295 | +.frm_radio_checked_icon:before { | |
| 296 | + content: "\ea54"; | |
| 297 | +} | |
| 298 | +.frm_scrubber_icon:before { | |
| 299 | + content: "\f2f8"; | |
| 300 | +} | |
| 301 | +.frm_location_solid_icon:before { | |
| 302 | + content: "\e955"; | |
| 303 | +} | |
| 304 | +.frm_location_icon:before { | |
| 305 | + content: "\e947"; | |
| 306 | +} | |
| 307 | +.frm_toggle_on_icon:before { | |
| 308 | + content: "\f205"; | |
| 309 | +} | |
| 310 | +.frm_toggle_off_icon:before { | |
| 311 | + content: "\f204"; | |
| 312 | +} | |
| 313 | +.frm_shield_check_icon:before { | |
| 314 | + content: "\f2f7"; | |
| 315 | +} | |
| 316 | +.frm_shield_check_solid_icon:before { | |
| 317 | + content: "\e97d"; | |
| 318 | +} | |
| 319 | +.frm_clock_icon:before { | |
| 320 | + content: "\e929"; | |
| 321 | +} | |
| 322 | +.frm_clock_solid_icon:before { | |
| 323 | + content: "\e985"; | |
| 324 | +} | |
| 325 | +.frm_link_icon:before { | |
| 326 | + content: "\f0c1"; | |
| 327 | +} | |
| 328 | +.frm_email_icon:before { | |
| 329 | + content: "\e626"; | |
| 330 | +} | |
| 331 | +.frm_email_solid_icon:before { | |
| 332 | + content: "\f0e0"; | |
| 333 | +} | |
| 334 | +.frm_mail_bulk_icon:before { | |
| 335 | + content: "\e95c"; | |
| 336 | +} | |
| 337 | +.frm_phone_icon:before { | |
| 338 | + content: "\e942"; | |
| 339 | +} | |
| 340 | +.frm_calendar_icon:before { | |
| 341 | + content: "\f073"; | |
| 342 | +} | |
| 343 | +.frm_code_icon:before { | |
| 344 | + content: "\e90d"; | |
| 345 | +} | |
| 346 | +.frm_tag_icon:before { | |
| 347 | + content: "\e98b"; | |
| 348 | +} | |
| 349 | +.frm_tag_solid_icon:before { | |
| 350 | + content: "\e989"; | |
| 351 | +} | |
| 352 | +.frm_price_tags_icon:before { | |
| 353 | + content: "\e936"; | |
| 354 | +} | |
| 355 | +.frm_search_icon:before { | |
| 356 | + content: "\e978"; | |
| 357 | +} | |
| 358 | +.frm_sitemap_icon:before { | |
| 359 | + content: "\f0e8"; | |
| 360 | +} | |
| 361 | +.frm_file_icon:before { | |
| 362 | + content: "\f15b"; | |
| 363 | +} | |
| 364 | +.frm_file_text_solid_icon:before { | |
| 365 | + content: "\f15c"; | |
| 366 | +} | |
| 367 | +.frm_file_text_icon:before { | |
| 368 | + content: "\e923"; | |
| 369 | +} | |
| 370 | +.frm-option-icon:before, /* Reverse Compatibility */ | |
| 371 | +.frm_option_icon:before { | |
| 372 | + content: "\e904"; | |
| 373 | +} | |
| 374 | +.frm_option_solid_icon:before { | |
| 375 | + content: "\e906"; | |
| 376 | +} | |
| 377 | +.frm_more_horiz_icon:before { | |
| 378 | + content: "\e5d3"; | |
| 379 | +} | |
| 380 | +.frm_more_vert_icon:before { | |
| 381 | + content: "\e5d4"; | |
| 382 | +} | |
| 383 | +.frm_more_horiz_solid_icon { | |
| 384 | + font-size: 28px !important; | |
| 385 | + font-weight: bold; | |
| 386 | + line-height: 18px; | |
| 387 | +} | |
| 388 | +.frm_more_horiz_solid_icon:before { | |
| 389 | + content: "\00B7\00B7\00B7"; | |
| 390 | +} | |
| 391 | +.frm_more_vert_solid_icon:before { | |
| 392 | + content: "\f142"; | |
| 393 | +} | |
| 394 | +.frm_calculator_icon:before { | |
| 395 | + content: "\f1ec"; | |
| 396 | +} | |
| 397 | +.frm_keyboard_icon:before { | |
| 398 | + content: "\e924"; | |
| 399 | +} | |
| 400 | +.frm_eye_icon:before { | |
| 401 | + content: "\f06e"; | |
| 402 | +} | |
| 403 | +.frm_eye_solid_icon:before { | |
| 404 | + content: "\e945"; | |
| 405 | +} | |
| 406 | +.frm_eye_slash_icon:before { | |
| 407 | + content: "\f070"; | |
| 408 | +} | |
| 409 | +.frm_eye_slash_solid_icon:before { | |
| 410 | + content: "\e949"; | |
| 411 | +} | |
| 412 | +.frm_page_break_icon:before { | |
| 413 | + content: "\e8e9"; | |
| 414 | +} | |
| 415 | +.frm_view_day_icon:before { | |
| 416 | + content: "\e8ed"; | |
| 417 | +} | |
| 418 | +.frm_attach_file_icon:before { | |
| 419 | + content: "\e226"; | |
| 420 | +} | |
| 421 | +.frm_printer_icon:before { | |
| 422 | + content: "\e926"; | |
| 423 | +} | |
| 424 | +.frm_header_icon:before { | |
| 425 | + content: "\f1dc"; | |
| 426 | +} | |
| 427 | +.frm_h1_icon:before { | |
| 428 | + content: "\e94c"; | |
| 429 | +} | |
| 430 | +.frm_repeat_icon:before { | |
| 431 | + content: "\f363"; | |
| 432 | +} | |
| 433 | +.frm_repeater_icon:before { | |
| 434 | + content: "\e974"; | |
| 435 | +} | |
| 436 | +.frm_hashtag_icon:before { | |
| 437 | + content: "\e292"; | |
| 438 | +} | |
| 439 | +.frm_save_icon:before { | |
| 440 | + content: "\e927"; | |
| 441 | +} | |
| 442 | +.frm_sliders_icon:before { | |
| 443 | + content: "\f1de"; | |
| 444 | +} | |
| 445 | +.frm_code_commit_icon:before { | |
| 446 | + content: "\f386"; | |
| 447 | +} | |
| 448 | +.frm_star_icon:before { | |
| 449 | + content: "\e9d7"; | |
| 450 | +} | |
| 451 | +.frm_star_full_icon:before { | |
| 452 | + content: "\e9d9"; | |
| 453 | +} | |
| 454 | +.frm_star_half_icon:before { | |
| 455 | + content: "\e9d8"; | |
| 456 | +} | |
| 457 | +.frm_linear_scale_icon:before { | |
| 458 | + content: "\e260"; | |
| 459 | +} | |
| 460 | +.frm_pie_chart_icon:before { | |
| 461 | + content: "\e99a"; | |
| 462 | +} | |
| 463 | +.frm_stats_bars_icon:before { | |
| 464 | + content: "\e99c"; | |
| 465 | +} | |
| 466 | +.frm_sms_icon:before { | |
| 467 | + content: "\e61c"; | |
| 468 | +} | |
| 469 | +.frm_highrise_icon:before { | |
| 470 | + content: "\e617"; | |
| 471 | +} | |
| 472 | +.frm_mailchimp_icon:before { | |
| 473 | + content: "\e622"; | |
| 474 | +} | |
| 475 | +.frm_feed_icon:before { | |
| 476 | + content: "\e624"; | |
| 477 | +} | |
| 478 | +.frm_align_right_icon:before { | |
| 479 | + content: "\e90f"; | |
| 480 | +} | |
| 481 | +.frm_align_left_icon:before { | |
| 482 | + content: "\e910"; | |
| 483 | +} | |
| 484 | +.frm_button_icon:before { | |
| 485 | + content: "\e911"; | |
| 486 | +} | |
| 487 | +.frm_browser_icon:before { | |
| 488 | + content: "\e925"; | |
| 489 | +} | |
| 490 | +.frm_cloud_upload_solid_icon:before { | |
| 491 | + content: "\e92c"; | |
| 492 | +} | |
| 493 | +.frm_shuffle_icon:before { | |
| 494 | + content: "\e917"; | |
| 495 | +} | |
| 496 | +.frm_swap_icon:before { | |
| 497 | + content: "\e918"; | |
| 498 | +} | |
| 499 | +.frm_pallet_icon:before { | |
| 500 | + content: "\e96d"; | |
| 501 | +} | |
| 502 | +.frm_fingerprint_icon:before { | |
| 503 | + content: "\e94a"; | |
| 504 | +} | |
| 505 | +.frm_ghost_icon:before { | |
| 506 | + content: "\e94b"; | |
| 507 | +} | |
| 508 | +.frm_heart_solid_icon:before { | |
| 509 | + content: "\e94d"; | |
| 510 | +} | |
| 511 | +.frm_heart_icon:before { | |
| 512 | + content: "\e94e"; | |
| 513 | +} | |
| 514 | +.frm_history_icon:before { | |
| 515 | + content: "\e94f"; | |
| 516 | +} | |
| 517 | +.frm_import_icon:before { | |
| 518 | + content: "\e91a"; | |
| 519 | +} | |
| 520 | +.frm_export_icon:before { | |
| 521 | + content: "\e91b"; | |
| 522 | +} | |
| 523 | +.frm_label_solid_icon:before { | |
| 524 | + content: "\e952"; | |
| 525 | +} | |
| 526 | +.frm_label_icon:before { | |
| 527 | + content: "\e953"; | |
| 528 | +} | |
| 529 | +.frm_lock_open_icon:before { | |
| 530 | + content: "\e957"; | |
| 531 | +} | |
| 532 | +.frm_lock_icon:before { | |
| 533 | + content: "\e959"; | |
| 534 | +} | |
| 535 | +.frm_dollar_sign_icon:before { | |
| 536 | + content: "\e91c"; | |
| 537 | +} | |
| 538 | +.frm_percent_icon:before { | |
| 539 | + content: "\e939"; | |
| 540 | +} | |
| 541 | +.frm_external_link_icon:before { | |
| 542 | + content: "\e966"; | |
| 543 | +} | |
| 544 | +.frm_pageview_solid_icon:before { | |
| 545 | + content: "\e96a"; | |
| 546 | +} | |
| 547 | +.frm_pageview_icon:before { | |
| 548 | + content: "\e96b"; | |
| 549 | +} | |
| 550 | +.frm_settings_icon:before { | |
| 551 | + content: "\e97a"; | |
| 552 | +} | |
| 553 | +.frm_stamp_icon:before { | |
| 554 | + content: "\e980"; | |
| 555 | +} | |
| 556 | +.frm_support_icon:before { | |
| 557 | + content: "\f1cd"; | |
| 558 | +} | |
| 559 | +.frm_text_icon:before { | |
| 560 | + content: "\e98d"; | |
| 561 | +} | |
| 562 | +.frm_text2_icon:before { | |
| 563 | + content: "\f031"; | |
| 564 | +} | |
| 565 | +.frm_white_label_icon:before { | |
| 566 | + content: "\e91d" !important; | |
| 567 | +} | |
| 568 | +.frm_authorize_icon:before { | |
| 569 | + content: "\e903"; | |
| 570 | +} | |
| 571 | +.frm_icon_font.frm_activecampaign_icon { | |
| 572 | + background-image: none; | |
| 573 | +} | |
| 574 | +.frm_activecampaign_icon:before { | |
| 575 | + content: "\e930"; | |
| 576 | +} | |
| 577 | +.frm_aweber_icon:before { | |
| 578 | + content: "\e627"; | |
| 579 | +} | |
| 580 | +.frm_campaignmonitor_icon:before { | |
| 581 | + content: "\e946"; | |
| 582 | +} | |
| 583 | +.frm_constant_contact_icon:before { | |
| 584 | + content: "\e931"; | |
| 585 | +} | |
| 586 | +.frm_getresponse_icon:before { | |
| 587 | + content: "\e932"; | |
| 588 | +} | |
| 589 | +.frm_googlesheets_icon:before { | |
| 590 | + content: "\e944"; | |
| 591 | +} | |
| 592 | +.frm_building_icon:before { | |
| 593 | + content: "\e93f"; | |
| 594 | +} | |
| 595 | +.frm_hubspot_icon:before { | |
| 596 | + content: "\e933"; | |
| 597 | +} | |
| 598 | +.frm_icontact_icon:before { | |
| 599 | + content: "\e940"; | |
| 600 | +} | |
| 601 | +.frm_icon_font.frm_mailpoet_icon:before { | |
| 602 | + content: "\e934"; | |
| 603 | +} | |
| 604 | +.frm_paypal_icon:before { | |
| 605 | + content: "\e61f"; | |
| 606 | +} | |
| 607 | +.frm_sendinblue_icon:before { | |
| 608 | + content: "\e943"; | |
| 609 | +} | |
| 610 | +.frm_sendy_icon:before { | |
| 611 | + content: "\e941"; | |
| 612 | +} | |
| 613 | +.frm_salesforce_icon:before { | |
| 614 | + content: "\e935"; | |
| 615 | +} | |
| 616 | +.frm_salesforcealt_icon:before { | |
| 617 | + content: "\e937"; | |
| 618 | +} | |
| 619 | +.frm_stripe_icon:before { | |
| 620 | + content: "\e902"; | |
| 621 | +} | |
| 622 | +.frm_stripealt_icon:before { | |
| 623 | + content: "\e93d"; | |
| 624 | +} | |
| 625 | +.frm_twilio_icon:before { | |
| 626 | + content: "\e620"; | |
| 627 | +} | |
| 628 | +.frm_woocommerce_icon:before { | |
| 629 | + content: "\e90e"; | |
| 630 | +} | |
| 631 | +.frm_wordpress_icon:before { | |
| 632 | + content: "\f19a"; | |
| 633 | +} | |
| 634 | +.frm_credit_card_icon:before { | |
| 635 | + content: "\e938"; | |
| 636 | +} | |
| 637 | +.frm_credit-card-alt_icon:before, /* Reverse Compatibility */ | |
| 638 | +.frm_credit_card_alt_icon:before { | |
| 639 | + content: "\f283"; | |
| 640 | +} | |
| 641 | +.frm_cc_amex_icon:before { | |
| 642 | + content: "\f1f3"; | |
| 643 | +} | |
| 644 | +.frm_cc_discover_icon:before { | |
| 645 | + content: "\f1f2"; | |
| 646 | +} | |
| 647 | +.frm_cc_mastercard_icon:before { | |
| 648 | + content: "\f1f1"; | |
| 649 | +} | |
| 650 | +.frm_cc_visa_icon:before { | |
| 651 | + content: "\f1f0"; | |
| 652 | +} | |
| 653 | +.frm_cc_paypal_icon:before { | |
| 654 | + content: "\f1f4"; | |
| 655 | +} | |
| 656 | +.frm_cc_stripe_icon:before { | |
| 657 | + content: "\f1f5"; | |
| 658 | +} | |