PluginProbe ʕ •ᴥ•ʔ
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization / 1.5.4
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization v1.5.4
1.19.8 1.19.7 1.19.6 1.19.5 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.11.0 1.12.0 1.13.0 1.14.0 1.15.0 1.15.1 1.15.2 1.15.3 1.16.0 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.16.6 1.16.7 1.16.8 1.17.0 1.17.6 1.17.7 1.17.8 1.17.9 1.18.0 1.18.1 1.18.2 1.18.3 1.18.4 1.18.5 1.18.6 1.18.7 1.18.8 1.18.9 1.19.0 1.19.1 1.19.2 1.19.3 1.19.4 1.3.19 1.3.20 1.4.0 1.4.1 1.5.0 1.5.1 1.5.10 1.5.11 1.5.12 1.5.13 1.5.14 1.5.15 1.5.16 1.5.17 1.5.18 1.5.19 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.8.0 1.8.1 1.8.3 1.9.0 1.9.1 1.9.2
nitropack / view / stylesheet / nitropack.css
nitropack / view / stylesheet Last commit date
fontawesome 6 years ago fonts 6 years ago admin_bar_menu.css 5 years ago bootstrap.min.css 6 years ago nitropack.css 5 years ago
nitropack.css
944 lines
1 body{
2 background-color: #F1F1F1;
3 }
4
5 table{
6 margin-top: 10px;
7 }
8
9 #confirm_modal {
10 z-index: 999999999;
11 }
12
13 #nitropack-container {
14 height:auto;
15 }
16
17 #nitropack-container h1 {
18 margin-bottom:30px;
19 }
20 /* Bootstrap navigation override */
21 #nitropack-container.nav-tabs-wrapper >li.active>a {
22 background-color: red!important;
23 }
24
25 #nitropack-container .nav-tabs>li>a.active, #nitropack-container .nav-tabs>li>a.active:focus, #nitropack-container .nav-tabs>li>a.active:hover{
26 border-bottom: 1px solid #f1f1f1;
27 background: #f1f1f1;
28 color: #000;
29 }
30 #nitropack-container .nav-tabs>li>a{
31 border-radius: 0!important;
32 }
33 #nitropack-container .nav-tabs>li>a:focus{
34 box-shadow:none;
35 }
36
37 #nitropack-container .nav-tabs>li>a:hover{
38 border: 1px solid #ccc;
39 background: white;
40 }
41
42 #nitropack-container ul{
43 padding-left: 10px;
44 }
45 /*End Bootstrap navigation override*/
46
47 #nitropack-container .help{
48 font-size: 12px;
49 }
50
51 .numbers_scrollbar {
52 width:100%;
53 height:100px;
54 overflow: scroll;
55 background: #fff;
56 }
57
58 .numbers_scrollbar > ul {
59 margin-top: 5px;
60 margin-left: 5px;
61 }
62
63 #status {
64 padding:4px;
65 vertical-align:middle;
66 display:none;
67 margin-bottom: 10px;
68 }
69
70 #heading h2 {
71 display: inline-block;
72 }
73 .no-border tbody tr td, .no-border tbody tr th, .no-border thead tr th {
74 border: none;
75 }
76
77 a {
78 text-decoration: none;
79 }
80
81 .nitropack_warning {
82 background:#ff0000;
83 }
84
85 #login-container {
86 display: block;
87 margin: 0 auto;
88 width: 650px;
89 text-align:center;
90 }
91
92 #login-container a, #login-container a i {
93 color: #0073aa;
94 }
95
96 #login-container *.white {
97 color: #fff;
98 }
99
100 #login-container hr {
101 border-top: 2px solid #D3D8DF;
102 }
103
104 #login-container #login-form {
105 width:400px;
106 display:block;
107 margin: 0 auto;
108 }
109
110 #login-container h3 {
111 font-size:26px;
112 }
113
114 #login-container p {
115 font-size:16px;
116 }
117
118 #submitdiv h3 {
119 font-size:18px;
120 margin-top: 0;
121 padding: 10px;
122 text-align:center;
123 }
124
125 .js .widget .widget-top, .js .postbox .hndle {
126 cursor:inherit;
127 }
128
129 .dropdown-menu>li>a {
130 cursor: pointer;
131 }
132
133 a:hover, a:focus {
134 text-decoration: none;
135 }
136
137 span[data-toggle="tooltip"]:after {
138 font-family: FontAwesome;
139 color: #1E91CF;
140 content: "\f059";
141 margin-left: 4px;
142 }
143
144 #response_error{
145 display:none;
146 }
147
148 #error_message {
149 display:block;
150 font-size:12px;
151 }
152
153 #reset_email_error{
154 padding: 10px;
155 display:none;
156 }
157
158 #wrong_email{
159 display:block;
160 text-align:left;
161 }
162
163 #reset_account {
164 text-align:left;
165 }
166
167 #confirm_modal .modal-header img{
168 max-height:19px;
169 }
170
171 #reset_account .modal-header img{
172 max-height:19px;
173 }
174
175 #confirm_modal .modal-header{
176 text-align:left;
177 }
178
179 #confirm-form{
180 text-align:left;
181 }
182
183 #confirm-form-submit{
184 display:inline-block;
185 float:right;
186 }
187
188 #verification_code{
189 font-weight: 500;
190 font-size: 12px;
191 }
192
193 .postbox{
194 width: 400px;
195 height: auto;
196 display: block;
197 margin: 0 auto;
198 background-color: rgb(255, 255, 2550);
199 border-radius: 4px;
200 padding: 25px 30px;
201 border: solid 1px rgb(200, 207, 212);
202 border-bottom: solid 3px rgb(200, 207, 212);
203 margin-bottom: 20px;
204 }
205
206 .postbox input {
207 padding: 22px;
208 margin-bottom: 16px;
209 font-size: 16px;
210 }
211
212 #login-form .postbox .e-submit {
213 text-align: center;
214 margin: 0;
215 width: 100% !important;
216 border: none;
217 padding-top: 10px;
218 }
219
220 #login-form .postbox button {
221 width: 100%;
222 }
223
224 #login-form .postbox a {
225 color: #00ABCB;
226 display:inline-block;
227 margin:10px 0 0 0;
228 }
229
230 .clearPadding{
231 padding:0 !important;
232 }
233
234 /* Select2 override */
235 #login-container .select2-container {
236 box-sizing: border-box;
237 display: inline-block;
238 margin: 0;
239 position: relative;
240 vertical-align: middle;
241 margin-bottom: 16px;
242 text-align: left;
243 }
244
245 #login-container .select2-container--default .select2-selection--single {
246 line-height: 1.42857143;
247 color: rgb(85, 85, 85);
248 background-color: rgb(255, 255, 255);
249 background-image: none;
250 border: 1px solid rgb(204, 204, 204);
251 border-radius: 4px;
252 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
253 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
254 -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
255 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
256 }
257
258 #login-container .select2-container .select2-selection--single {
259 box-sizing: content-box;
260 padding: 6px 12px;
261 cursor: pointer;
262 display: block;
263 height: 28px;
264 user-select: none;
265 -webkit-user-select: none;
266 }
267
268 #login-container .select2-container--default .select2-selection--single .select2-selection__arrow {
269 height: 26px;
270 position: absolute;
271 top: 8px;
272 right: 1px;
273 width: 20px;
274 }
275
276 img.img-flag {
277 margin-top: -4px;
278 padding-right:3px;
279 }
280
281 #login-container .spec-phones .select2-container{
282 box-sizing: border-box;
283 display: inline-block;
284 margin: 0;
285 position: relative;
286 vertical-align: middle;
287 margin-bottom: 16px;
288 text-align: left;
289 width: 50%;
290 text-overflow: ellipsis;
291 }
292 #login-form h3 {
293 font-size: 34px;
294 margin-bottom: 15px;
295 }
296
297 .prefix .select2-container {
298 box-sizing: border-box;
299 display: inline-block;
300 margin: 0;
301 position: relative;
302 vertical-align: middle;
303 margin-bottom: 16px;
304 text-align: left;
305 width:100%!important;
306 overflow: hidden;
307 border-radius: 0;
308 }
309
310 .prefix .select2-container--default .select2-selection--single{
311 border-radius:0;
312 }
313
314 .bulk_select_prefix .select2-container--default .select2-selection--single{
315 border-radius: 0;
316 }
317 .specific_number_prefix .select2-container--default .select2-selection--single{
318 border-radius:0;
319 }
320
321 .specific_number_prefix .select2-container {
322 box-sizing: border-box;
323 display: inline-block;
324 margin: 0;
325 position: relative;
326 vertical-align: middle;
327 margin-bottom: 16px;
328 text-align: left;
329 width:100%!important;
330 overflow: hidden;
331 border-radius: 0;
332 }
333
334 .postbox h2 {
335 font-size: 11px;
336 margin-top:0;
337 }
338
339 #login-form .postbox h3{
340 color: rgb(67, 74, 84);
341 margin-top:0;
342 font-size:24px;
343 }
344
345 #reveal-manual-connect {
346 margin-top: 10px;
347 display: inline-block;
348 }
349
350 #reveal-manual-connect:hover {
351 cursor: pointer;
352 text-decoration: underline;
353 }
354
355 /* spinner */
356
357 #connect-spinner.fa-spin {
358 font-size: 25px;
359 }
360 /*Prefix selection styles*/
361 .clearPadding label{
362 font-size: 12px;
363 }
364
365 .prefix{
366 margin-top:10px;
367 }
368
369 #addStoreOwner, #addNumber {
370 height:26px;
371 }
372
373 @media (max-width: 1367px) {
374 #storeOwnerInputs .code {
375 width:25%;
376 }
377 #storeOwnerInputs .number {
378 width:75%;
379 }
380
381 .specific_number_input .number input{
382 width:81%!important;
383 }
384
385 #storeOwnerInputs .number input{
386 width: 79%!important;
387 }
388 #addNumber, #addStoreOwner{
389 padding: 0px 5px 1px;
390 }
391 }
392
393 @media (max-width: 1280px) {
394 .prefix .select2-container .select2-selection--single .select2-selection__rendered {
395 white-space: nowrap;
396 text-overflow: ellipsis;
397 }
398 }
399
400 #input-store_owner_phone{
401 width:84%;
402 }
403 .specific_number_input .number input{
404 width: 84%;
405 }
406 .bulk_select_prefix .select2-container--default .select2-selection--single{
407 border-radius: 0;
408 }
409 .specific_number_prefix .select2-container--default .select2-selection--single{
410 border-radius:0;
411 }
412
413 .specific_number_prefix .select2-container {
414 box-sizing: border-box;
415 display: inline-block;
416 margin: 0;
417 position: relative;
418 vertical-align: middle;
419 margin-bottom: 16px;
420 text-align: left;
421 width:100%!important;
422 overflow: hidden;
423 border-radius: 0;
424 }
425
426 #count_me {
427 width: 100%;
428 }
429
430 #status {
431 padding: 5px 12px;
432 vertical-align: middle;
433 margin-left: 14px;
434 font-size: 15px;
435 font-weight: 500;
436 border-radius: 3px;
437 transition: all .5s ease-in-out;
438 -moz-transition: all .5s ease-in-out;
439 -webkit-transition: all .5s ease-in-out;
440
441 }
442
443 .nav-tab{
444 border: 1px solid #ccc;
445 border-bottom: none;
446 background: #e4e4e4;
447 color: #555;
448 font-size: 12px;
449 line-height: 16px;
450 padding: 4px 14px 6px;
451 }
452 .nav-tab-wrapper .nav-tab{
453 padding: 5px 15px;
454 font-weight: 700;
455 font-size: 15px;
456 line-height: 24px;
457 border: 1px solid #ccc;
458 border-bottom: none;
459 background: #e4e4e4;
460 color: #555;
461 }
462
463 .button_custom{
464 border-radius: 0;
465 }
466
467 .integration-widget-container {
468 position: relative;
469 border-radius: 0.25rem;
470 overflow: hidden;
471 border: 1px solid #e5e5e5;
472 box-shadow: 0 1px 1px rgba(0,0,0,.04);
473 }
474
475 .integration-widget-container + .integration-widget-container {
476 border-top: 1px solid #ededed;
477 }
478
479 .integration-widget-container-small {
480 height: 336px;
481 }
482
483 .integration-widget-container-medium {
484 height: 450px;
485 }
486
487 .row {
488 margin-top: 30px;
489 }
490
491 /* template styles */
492 #description > .text.hidden {
493 display: none;
494 }
495 #description > .text > h6 {
496 }
497
498 #range-container {
499 position: relative;
500 background-color: #fcfcfc;
501 border-radius: 0.75rem;
502 padding: 20px;
503 margin-bottom: 20px;
504 }
505
506 #range-element {
507 height: 26px;
508 position: relative;
509 }
510
511 #divisors {
512 display: flex;
513 justify-content: space-between;
514 width: 100%;
515 position: absolute;
516 z-index: 1;
517 top: 8px;
518 }
519 #divisors > .divisor {
520 width: 0;
521 border: 1px #BDBDBD solid;
522 margin: 0 9px;
523 height: 10px;
524 }
525 #labels {
526 display: flex;
527 justify-content: space-between;
528 width: 100%;
529 height: 20px;
530 }
531 #labels > .label {
532 color: grey;
533 font-size: .8rem;
534 cursor: default;
535 }
536
537 #range {
538 background-color: transparent;
539 position: absolute;
540 z-index: 2;
541 }
542 #description > .text > h6.text-danger {
543 color: #ff6009!important;
544 }
545 input[type=range] {
546 height: 26px;
547 -webkit-appearance: none;
548 margin: 0;
549 width: 100%;
550 }
551 input[type=range]:focus {
552 outline: none;
553 }
554 input[type=range]::-webkit-slider-runnable-track {
555 width: 100%;
556 height: 2px;
557 cursor: pointer;
558 animate: 0.2s;
559 box-shadow: 0px 0px 0px #000000;
560 background: #BDBDBD;
561 border-radius: 0px;
562 border: 0px solid #000000;
563 }
564 input[type=range]::-webkit-slider-thumb {
565 box-shadow: 0px 0px 1px #000000;
566 border: 0px solid #000000;
567 height: 24px;
568 width: 24px;
569 border-radius: 50px;
570 background: #FFFFFF;
571 cursor: pointer;
572 -webkit-appearance: none;
573 margin-top: -11px;
574 }
575 input[type=range]:focus::-webkit-slider-runnable-track {
576 background: #BDBDBD;
577 }
578 input[type=range]::-moz-range-track {
579 width: 100%;
580 height: 2px;
581 cursor: pointer;
582 animate: 0.2s;
583 box-shadow: 0px 0px 0px #000000;
584 background: #BDBDBD;
585 border-radius: 0px;
586 border: 0px solid #000000;
587 }
588 input[type=range]::-moz-range-thumb {
589 box-shadow: 0px 0px 1px #000000;
590 border: 0px solid #000000;
591 height: 24px;
592 width: 24px;
593 border-radius: 50px;
594 background: #FFFFFF;
595 cursor: pointer;
596 }
597 input[type=range]::-ms-track {
598 width: 100%;
599 height: 2px;
600 cursor: pointer;
601 animate: 0.2s;
602 background: transparent;
603 border-color: transparent;
604 color: transparent;
605 }
606 input[type=range]::-ms-fill-lower {
607 background: #BDBDBD;
608 border: 0px solid #000000;
609 border-radius: 0px;
610 box-shadow: 0px 0px 0px #000000;
611 }
612 input[type=range]::-ms-fill-upper {
613 background: #BDBDBD;
614 border: 0px solid #000000;
615 border-radius: 0px;
616 box-shadow: 0px 0px 0px #000000;
617 }
618 input[type=range]::-ms-thumb {
619 margin-top: 1px;
620 box-shadow: 0px 0px 1px #000000;
621 border: 0px solid #000000;
622 height: 24px;
623 width: 24px;
624 border-radius: 50px;
625 background: #FFFFFF;
626 cursor: pointer;
627 }
628 input[type=range]:focus::-ms-fill-lower {
629 background: #BDBDBD;
630 }
631 input[type=range]:focus::-ms-fill-upper {
632 background: #BDBDBD;
633 }
634 input[type=range]::-webkit-slider-thumb:active {
635 background-color: #EEE;
636 }
637 input[type=range]::-ms-thumb:active {
638 background-color: #EEE;
639 }
640 input[type=range]::-moz-range-thumb:active {
641 background-color: #EEE;
642 }
643 input[type=range]::-webkit-slider-thumb:hover {
644 background-color: #EEE;
645 }
646 input[type=range]::-ms-thumb:hover {
647 background-color: #EEE;
648 }
649 input[type=range]::-moz-range-thumb:hover {
650 background-color: #EEE;
651 }
652
653 input[type=range].range-success::-webkit-slider-thumb {
654 background: url('https://nitropack.io/asset/img/slider-thumb-standard.png') no-repeat 0 0;
655 }
656 input[type=range].range-success::-ms-thumb {
657 background: url('https://nitropack.io/asset/img/slider-thumb-standard.png') no-repeat 0 0;
658 }
659 input[type=range].range-success::-moz-range-thumb {
660 background: url('https://nitropack.io/asset/img/slider-thumb-standard.png') no-repeat 0 0;
661 }
662
663 input[type=range].range-warning::-webkit-slider-thumb {
664 background: url('https://nitropack.io/asset/img/slider-thumb-medium.png') no-repeat 0 0;
665 }
666 input[type=range].range-warning::-ms-thumb {
667 background: url('https://nitropack.io/asset/img/slider-thumb-medium.png') no-repeat 0 0;
668 }
669 input[type=range].range-warning::-moz-range-thumb {
670 background: url('https://nitropack.io/asset/img/slider-thumb-medium.png') no-repeat 0 0;
671 }
672
673 input[type=range].range-danger::-webkit-slider-thumb {
674 background: url('https://nitropack.io/asset/img/slider-thumb-strong.png') no-repeat 0 0;
675 }
676 input[type=range].range-danger::-ms-thumb {
677 background: url('https://nitropack.io/asset/img/slider-thumb-strong.png') no-repeat 0 0;
678 }
679 input[type=range].range-danger::-moz-range-thumb {
680 background: url('https://nitropack.io/asset/img/slider-thumb-strong.png') no-repeat 0 0;
681 }
682
683 input[type=range].range-ludicrous::-webkit-slider-thumb {
684 background: url('https://nitropack.io/asset/img/slider-thumb-turbo.png') no-repeat 0 0;
685 }
686 input[type=range].range-ludicrous::-ms-thumb {
687 background: url('https://nitropack.io/asset/img/slider-thumb-turbo.png') no-repeat 0 0;
688 }
689 input[type=range].range-ludicrous::-moz-range-thumb {
690 background: url('https://nitropack.io/asset/img/slider-thumb-turbo.png') no-repeat 0 0;
691 }
692
693 input[type=range].range-manual::-webkit-slider-thumb {
694 background: url('https://nitropack.io/asset/img/slider-thumb-manual.png') no-repeat 0 0;
695 }
696 input[type=range].range-manual::-ms-thumb {
697 background: url('https://nitropack.io/asset/img/slider-thumb-manual.png') no-repeat 0 0;
698 }
699 input[type=range].range-manual::-moz-range-thumb {
700 background: url('https://nitropack.io/asset/img/slider-thumb-manual.png') no-repeat 0 0;
701 }
702
703 @media all and (max-width: 500px) {
704 #labels {
705 margin-top: 33px;
706 }
707
708 #labels > .label {
709 transform-origin: bottom left;
710
711 /* Safari */
712 -webkit-transform: rotate(-60deg);
713 /* Firefox */
714 -moz-transform: rotate(-60deg);
715 /* IE */
716 -ms-transform: rotate(-60deg);
717 /* Opera */
718 -o-transform: rotate(-60deg);
719 /* Internet Explorer */
720 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.3);
721 }
722 }
723
724 .card-faq-item {
725 max-width: none;
726 padding: 0;
727 margin-top: 0;
728 }
729
730 .np-widget {
731 height: 100%;
732 }
733
734 /* embed.css */
735 .card-d-item {
736 max-width: none;
737 height: 100%;
738 margin-top: 0;
739 }
740
741 .card.no-border {
742 border: none;
743 }
744
745 .word-break {
746 word-break: break-all;
747 }
748
749 .nav.nav-tabs>* {
750 margin-bottom: 0;
751 }
752
753 .card-overlay {
754 position: absolute;
755 z-index: 100;
756 top: 0;
757 left: 0;
758 width: 100%;
759 height: 100%;
760 display: flex;
761 align-items: flex-start;
762 justify-content: center;
763 background-color: rgba(255, 255, 255, .5);
764 padding: 2.25rem;
765 }
766
767 .card-overlay-hidden {
768 display: none;
769 }
770
771 .card-overlay-box {
772 min-width: 50%;
773 padding: 30px 20px;
774 margin: 0px;
775 background-color: white;
776 box-shadow: 0px 0px 100px rgba(200,200,200,.5);
777 text-align: center;
778 position: relative;
779 }
780
781 .card-overlay-box.dismissable {
782 padding: 20px 50px 20px 20px;
783 }
784
785 .card-overlay-box > .progress {
786 position: absolute;
787 top: 0;
788 left: 0;
789 width: 100%;
790 height: 2px;
791 background-color: white;
792 border-radius: 0;
793 }
794
795 .card-overlay-box > .progress > .progress-bar {
796 transition: width .1s ease-out;
797 }
798
799 .card-overlay-dismiss {
800 position: absolute;
801 top: 20px;
802 right: 15px;
803 z-index: 101;
804 color: #ccc;
805 font-size: 20px;
806 cursor: pointer;
807 }
808
809 .card-overlay-dismiss:hover {
810 color: #999;
811 }
812
813 .card-overlay-blurrable {
814 -webkit-filter: blur(0px);
815 -moz-filter: blur(0px);
816 -o-filter: blur(0px);
817 -ms-filter: blur(0px);
818 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
819 filter: blur(0px);
820 }
821
822 .card-overlay-blurred {
823 -webkit-filter: blur(30px); -moz-filter: blur(30px);
824 -o-filter: blur(30px); -ms-filter: blur(30px);
825 filter: url(.blurrable); filter: blur(30px); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
826 -webkit-transition: 0.5s -webkit-filter ease-out;
827 -o-transition: 0.5s -o-filter ease-out;
828 }
829
830 /* integration.optimizations.css */
831 #optimized-pages,
832 .optimizations-subcount {
833 max-width: 80%;
834 margin-left: auto;
835 margin-right: auto;
836 text-align: center;
837 flex-basis: 100%;
838 }
839
840 #optimized-pages {
841 font-size: 3.5rem;
842 }
843
844 .optimizations-subcount {
845 font-size: 1rem;
846 margin: 0.34rem auto;
847 }
848
849 #last-cache-purge, #last-cache-purge-reason {
850 text-align: center;
851 flex-basis: 100%;
852 word-break: break-all;
853 }
854
855 .btn-widget-optimizations {
856 margin: 10px;
857 }
858
859 .optimizations-hidden {
860 display: none;
861 }
862
863 *[data-hideable] {
864 cursor: pointer;
865 }
866
867 /* Sliders */
868 .switch {
869 position: relative;
870 display: inline-block;
871 width: 60px;
872 height: 34px;
873 }
874
875 .switch input {
876 opacity: 0;
877 width: 0;
878 height: 0;
879 }
880
881 .slider {
882 position: absolute;
883 cursor: pointer;
884 top: 0;
885 left: 0;
886 right: 0;
887 bottom: 0;
888 margin: auto;
889 background-color: #ccc;
890 -webkit-transition: .4s;
891 transition: .4s;
892 border-radius: 34px;
893 }
894
895 .slider:before {
896 position: absolute;
897 content: "";
898 height: 26px;
899 width: 26px;
900 left: 4px;
901 bottom: 4px;
902 background-color: white;
903 -webkit-transition: .4s;
904 transition: .4s;
905 border-radius: 50%;
906 }
907
908 input:checked + .slider {
909 background-color: #007bff;
910 }
911
912 input:focus + .slider {
913 box-shadow: 0 0 1px #007bff;
914 }
915
916 input:checked + .slider:before {
917 -webkit-transform: translateX(26px);
918 -ms-transform: translateX(26px);
919 transform: translateX(26px);
920 }
921
922 #nitropack-container small {
923 float: none;
924 }
925
926 .nitropack-support-icon {
927 width: 60px;
928 height: 60px;
929 position: fixed;
930 bottom: 35px;
931 right: 20px;
932 font-size: 50px;
933 }
934
935 .nitropack-scrollable-modal-body {
936 max-height: calc(70vh);
937 overflow-y: scroll;
938 overflow-x: hidden;
939 }
940
941 li.list-group-item-indented {
942 padding-left: 30px!important;
943 }
944