LaravelTest
9146 строк · 310.0 Кб
1/*!
2* AdminLTE v3.2.0
3* Only Plugins
4* Author: Colorlib
5* Website: AdminLTE.io <https://adminlte.io>
6* License: Open source - MIT <https://opensource.org/licenses/MIT>
7*/
8@-webkit-keyframes flipInX {90% {10-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);11transform: perspective(400px) rotate3d(1, 0, 0, 90deg);12transition-timing-function: ease-in;13opacity: 0;14}1540% {16-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);17transform: perspective(400px) rotate3d(1, 0, 0, -20deg);18transition-timing-function: ease-in;19}2060% {21-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);22transform: perspective(400px) rotate3d(1, 0, 0, 10deg);23opacity: 1;24}2580% {26-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);27transform: perspective(400px) rotate3d(1, 0, 0, -5deg);28}29100% {30-webkit-transform: perspective(400px);31transform: perspective(400px);32}33}
34@keyframes flipInX {350% {36-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);37transform: perspective(400px) rotate3d(1, 0, 0, 90deg);38transition-timing-function: ease-in;39opacity: 0;40}4140% {42-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);43transform: perspective(400px) rotate3d(1, 0, 0, -20deg);44transition-timing-function: ease-in;45}4660% {47-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);48transform: perspective(400px) rotate3d(1, 0, 0, 10deg);49opacity: 1;50}5180% {52-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);53transform: perspective(400px) rotate3d(1, 0, 0, -5deg);54}55100% {56-webkit-transform: perspective(400px);57transform: perspective(400px);58}59}
60
61@-webkit-keyframes fadeIn {62from {63opacity: 0;64}65to {66opacity: 1;67}68}
69
70@keyframes fadeIn {71from {72opacity: 0;73}74to {75opacity: 1;76}77}
78
79@-webkit-keyframes fadeOut {80from {81opacity: 1;82}83to {84opacity: 0;85}86}
87
88@keyframes fadeOut {89from {90opacity: 1;91}92to {93opacity: 0;94}95}
96
97@-webkit-keyframes shake {980% {99-webkit-transform: translate(2px, 1px) rotate(0deg);100transform: translate(2px, 1px) rotate(0deg);101}10210% {103-webkit-transform: translate(-1px, -2px) rotate(-2deg);104transform: translate(-1px, -2px) rotate(-2deg);105}10620% {107-webkit-transform: translate(-3px, 0) rotate(3deg);108transform: translate(-3px, 0) rotate(3deg);109}11030% {111-webkit-transform: translate(0, 2px) rotate(0deg);112transform: translate(0, 2px) rotate(0deg);113}11440% {115-webkit-transform: translate(1px, -1px) rotate(1deg);116transform: translate(1px, -1px) rotate(1deg);117}11850% {119-webkit-transform: translate(-1px, 2px) rotate(-1deg);120transform: translate(-1px, 2px) rotate(-1deg);121}12260% {123-webkit-transform: translate(-3px, 1px) rotate(0deg);124transform: translate(-3px, 1px) rotate(0deg);125}12670% {127-webkit-transform: translate(2px, 1px) rotate(-2deg);128transform: translate(2px, 1px) rotate(-2deg);129}13080% {131-webkit-transform: translate(-1px, -1px) rotate(4deg);132transform: translate(-1px, -1px) rotate(4deg);133}13490% {135-webkit-transform: translate(2px, 2px) rotate(0deg);136transform: translate(2px, 2px) rotate(0deg);137}138100% {139-webkit-transform: translate(1px, -2px) rotate(-1deg);140transform: translate(1px, -2px) rotate(-1deg);141}142}
143
144@keyframes shake {1450% {146-webkit-transform: translate(2px, 1px) rotate(0deg);147transform: translate(2px, 1px) rotate(0deg);148}14910% {150-webkit-transform: translate(-1px, -2px) rotate(-2deg);151transform: translate(-1px, -2px) rotate(-2deg);152}15320% {154-webkit-transform: translate(-3px, 0) rotate(3deg);155transform: translate(-3px, 0) rotate(3deg);156}15730% {158-webkit-transform: translate(0, 2px) rotate(0deg);159transform: translate(0, 2px) rotate(0deg);160}16140% {162-webkit-transform: translate(1px, -1px) rotate(1deg);163transform: translate(1px, -1px) rotate(1deg);164}16550% {166-webkit-transform: translate(-1px, 2px) rotate(-1deg);167transform: translate(-1px, 2px) rotate(-1deg);168}16960% {170-webkit-transform: translate(-3px, 1px) rotate(0deg);171transform: translate(-3px, 1px) rotate(0deg);172}17370% {174-webkit-transform: translate(2px, 1px) rotate(-2deg);175transform: translate(2px, 1px) rotate(-2deg);176}17780% {178-webkit-transform: translate(-1px, -1px) rotate(4deg);179transform: translate(-1px, -1px) rotate(4deg);180}18190% {182-webkit-transform: translate(2px, 2px) rotate(0deg);183transform: translate(2px, 2px) rotate(0deg);184}185100% {186-webkit-transform: translate(1px, -2px) rotate(-1deg);187transform: translate(1px, -2px) rotate(-1deg);188}189}
190
191@-webkit-keyframes wobble {1920% {193-webkit-transform: none;194transform: none;195}19615% {197-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);198transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);199}20030% {201-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);202transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);203}20445% {205-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);206transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);207}20860% {209-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);210transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);211}21275% {213-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);214transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);215}216100% {217-webkit-transform: none;218transform: none;219}220}
221
222@keyframes wobble {2230% {224-webkit-transform: none;225transform: none;226}22715% {228-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);229transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);230}23130% {232-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);233transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);234}23545% {236-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);237transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);238}23960% {240-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);241transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);242}24375% {244-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);245transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);246}247100% {248-webkit-transform: none;249transform: none;250}251}
252
253.fc-button {254background: #f8f9fa;255background-image: none;256border-bottom-color: #ddd;257border-color: #ddd;258color: #495057;259}
260
261.fc-button:hover, .fc-button:active, .fc-button.hover {262background-color: #e9e9e9;263}
264
265.fc-header-title h2 {266color: #666;267font-size: 15px;268line-height: 1.6em;269margin-left: 10px;270}
271
272.fc-header-right {273padding-right: 10px;274}
275
276.fc-header-left {277padding-left: 10px;278}
279
280.fc-widget-header {281background: #fafafa;282}
283
284.fc-grid {285border: 0;286width: 100%;287}
288
289.fc-widget-header:first-of-type,
290.fc-widget-content:first-of-type {291border-left: 0;292border-right: 0;293}
294
295.fc-widget-header:last-of-type,
296.fc-widget-content:last-of-type {297border-right: 0;298}
299
300.fc-toolbar,
301.fc-toolbar.fc-header-toolbar {302margin: 0;303padding: 1rem;304}
305
306@media (max-width: 575.98px) {307.fc-toolbar {308-ms-flex-direction: column;309flex-direction: column;310}311.fc-toolbar .fc-left {312-ms-flex-order: 1;313order: 1;314margin-bottom: .5rem;315}316.fc-toolbar .fc-center {317-ms-flex-order: 0;318order: 0;319margin-bottom: .375rem;320}321.fc-toolbar .fc-right {322-ms-flex-order: 2;323order: 2;324}325}
326
327.fc-day-number {328font-size: 20px;329font-weight: 300;330padding-right: 10px;331}
332
333.fc-color-picker {334list-style: none;335margin: 0;336padding: 0;337}
338
339.fc-color-picker > li {340float: left;341font-size: 30px;342line-height: 30px;343margin-right: 5px;344}
345
346.fc-color-picker > li .fa,
347.fc-color-picker > li .fas,
348.fc-color-picker > li .far,
349.fc-color-picker > li .fab,
350.fc-color-picker > li .fal,
351.fc-color-picker > li .fad,
352.fc-color-picker > li .svg-inline--fa,
353.fc-color-picker > li .ion {354transition: -webkit-transform linear .3s;355transition: transform linear .3s;356transition: transform linear .3s, -webkit-transform linear .3s;357}
358
359.fc-color-picker > li .fa:hover,
360.fc-color-picker > li .fas:hover,
361.fc-color-picker > li .far:hover,
362.fc-color-picker > li .fab:hover,
363.fc-color-picker > li .fal:hover,
364.fc-color-picker > li .fad:hover,
365.fc-color-picker > li .svg-inline--fa:hover,
366.fc-color-picker > li .ion:hover {367-webkit-transform: rotate(30deg);368transform: rotate(30deg);369}
370
371#add-new-event {372transition: all linear .3s;373}
374
375.external-event {376box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);377border-radius: 0.25rem;378cursor: move;379font-weight: 700;380margin-bottom: 4px;381padding: 5px 10px;382}
383
384.external-event:hover {385box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);386}
387
388.select2-container--default .select2-selection--single {389border: 1px solid #ced4da;390padding: 0.46875rem 0.75rem;391height: calc(2.25rem + 2px);392}
393
394.select2-container--default.select2-container--open .select2-selection--single {395border-color: #80bdff;396}
397
398.select2-container--default .select2-dropdown {399border: 1px solid #ced4da;400}
401
402.select2-container--default .select2-results__option {403padding: 6px 12px;404-webkit-user-select: none;405-moz-user-select: none;406-ms-user-select: none;407user-select: none;408}
409
410.select2-container--default .select2-selection--single .select2-selection__rendered {411padding-left: 0;412height: auto;413margin-top: -3px;414}
415
416.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {417padding-right: 6px;418padding-left: 20px;419}
420
421.select2-container--default .select2-selection--single .select2-selection__arrow {422height: 31px;423right: 6px;424}
425
426.select2-container--default .select2-selection--single .select2-selection__arrow b {427margin-top: 0;428}
429
430.select2-container--default .select2-dropdown .select2-search__field,
431.select2-container--default .select2-search--inline .select2-search__field {432border: 1px solid #ced4da;433}
434
435.select2-container--default .select2-dropdown .select2-search__field:focus,
436.select2-container--default .select2-search--inline .select2-search__field:focus {437outline: none;438border: 1px solid #80bdff;439}
440
441.select2-container--default .select2-dropdown.select2-dropdown--below {442border-top: 0;443}
444
445.select2-container--default .select2-dropdown.select2-dropdown--above {446border-bottom: 0;447}
448
449.select2-container--default .select2-results__option[aria-disabled='true'] {450color: #6c757d;451}
452
453.select2-container--default .select2-results__option[aria-selected='true'] {454background-color: #dee2e6;455}
456
457.select2-container--default .select2-results__option[aria-selected='true'], .select2-container--default .select2-results__option[aria-selected='true']:hover {458color: #1f2d3d;459}
460
461.select2-container--default .select2-results__option--highlighted {462background-color: #007bff;463color: #fff;464}
465
466.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {467background-color: #0074f0;468color: #fff;469}
470
471.select2-container--default .select2-selection--multiple {472border: 1px solid #ced4da;473min-height: calc(2.25rem + 2px);474}
475
476.select2-container--default .select2-selection--multiple:focus {477border-color: #80bdff;478}
479
480.select2-container--default .select2-selection--multiple .select2-selection__rendered {481padding: 0 0.375rem 0.375rem;482margin-bottom: -0.375rem;483}
484
485.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline {486width: 100%;487margin-left: 0.375rem;488}
489
490.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {491width: 100% !important;492}
493
494.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {495border: 0;496margin-top: 6px;497}
498
499.select2-container--default .select2-selection--multiple .select2-selection__choice {500background-color: #007bff;501border-color: #006fe6;502color: #fff;503padding: 0 10px;504margin-top: .31rem;505}
506
507.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {508color: rgba(255, 255, 255, 0.7);509float: right;510margin-left: 5px;511margin-right: -2px;512}
513
514.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {515color: #fff;516}
517
518.text-sm .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field, .select2-container--default .select2-selection--multiple.text-sm .select2-search.select2-search--inline .select2-search__field {519margin-top: 8px;520}
521
522.text-sm .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple.text-sm .select2-selection__choice {523margin-top: .4rem;524}
525
526.select2-container--default.select2-container--focus .select2-selection--single,
527.select2-container--default.select2-container--focus .select2-selection--multiple {528border-color: #80bdff;529}
530
531.select2-container--default.select2-container--focus .select2-search__field {532border: 0;533}
534
535.select2-container--default .select2-selection--single .select2-selection__rendered li {536padding-right: 10px;537}
538
539.input-group-prepend ~ .select2-container--default .select2-selection {540border-bottom-left-radius: 0;541border-top-left-radius: 0;542}
543
544.input-group > .select2-container--default:not(:last-child) .select2-selection {545border-bottom-right-radius: 0;546border-top-right-radius: 0;547}
548
549.select2-container--bootstrap4.select2-container--focus .select2-selection {550box-shadow: none;551}
552
553select.form-control-sm ~ .select2-container--default {554font-size: 75%;555}
556
557.text-sm .select2-container--default .select2-selection--single,
558select.form-control-sm ~ .select2-container--default .select2-selection--single {559height: calc(1.8125rem + 2px);560}
561
562.text-sm .select2-container--default .select2-selection--single .select2-selection__rendered,
563select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__rendered {564margin-top: -.4rem;565}
566
567.text-sm .select2-container--default .select2-selection--single .select2-selection__arrow,
568select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__arrow {569top: -.12rem;570}
571
572.text-sm .select2-container--default .select2-selection--multiple,
573select.form-control-sm ~ .select2-container--default .select2-selection--multiple {574min-height: calc(1.8125rem + 2px);575}
576
577.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered,
578select.form-control-sm ~ .select2-container--default .select2-selection--multiple .select2-selection__rendered {579padding: 0 0.25rem 0.25rem;580margin-top: -0.1rem;581}
582
583.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline,
584select.form-control-sm ~ .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline {585margin-left: 0.25rem;586}
587
588.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field,
589select.form-control-sm ~ .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {590margin-top: 6px;591}
592
593.maximized-card .select2-dropdown {594z-index: 9999;595}
596
597.select2-primary + .select2-container--default.select2-container--open .select2-selection--single {598border-color: #80bdff;599}
600
601.select2-primary + .select2-container--default.select2-container--focus .select2-selection--single {602border-color: #80bdff;603}
604
605.select2-container--default .select2-primary.select2-dropdown .select2-search__field:focus,
606.select2-container--default .select2-primary .select2-dropdown .select2-search__field:focus,
607.select2-container--default .select2-primary .select2-search--inline .select2-search__field:focus,
608.select2-primary .select2-container--default.select2-dropdown .select2-search__field:focus,
609.select2-primary .select2-container--default .select2-dropdown .select2-search__field:focus,
610.select2-primary .select2-container--default .select2-search--inline .select2-search__field:focus {611border: 1px solid #80bdff;612}
613
614.select2-container--default .select2-primary .select2-results__option--highlighted,
615.select2-primary .select2-container--default .select2-results__option--highlighted {616background-color: #007bff;617color: #fff;618}
619
620.select2-container--default .select2-primary .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-primary .select2-results__option--highlighted[aria-selected]:hover,
621.select2-primary .select2-container--default .select2-results__option--highlighted[aria-selected],
622.select2-primary .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {623background-color: #0074f0;624color: #fff;625}
626
627.select2-container--default .select2-primary .select2-selection--multiple:focus,
628.select2-primary .select2-container--default .select2-selection--multiple:focus {629border-color: #80bdff;630}
631
632.select2-container--default .select2-primary .select2-selection--multiple .select2-selection__choice,
633.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {634background-color: #007bff;635border-color: #006fe6;636color: #fff;637}
638
639.select2-container--default .select2-primary .select2-selection--multiple .select2-selection__choice__remove,
640.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {641color: rgba(255, 255, 255, 0.7);642}
643
644.select2-container--default .select2-primary .select2-selection--multiple .select2-selection__choice__remove:hover,
645.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {646color: #fff;647}
648
649.select2-container--default .select2-primary.select2-container--focus .select2-selection--multiple,
650.select2-primary .select2-container--default.select2-container--focus .select2-selection--multiple {651border-color: #80bdff;652}
653
654.select2-secondary + .select2-container--default.select2-container--open .select2-selection--single {655border-color: #afb5ba;656}
657
658.select2-secondary + .select2-container--default.select2-container--focus .select2-selection--single {659border-color: #afb5ba;660}
661
662.select2-container--default .select2-secondary.select2-dropdown .select2-search__field:focus,
663.select2-container--default .select2-secondary .select2-dropdown .select2-search__field:focus,
664.select2-container--default .select2-secondary .select2-search--inline .select2-search__field:focus,
665.select2-secondary .select2-container--default.select2-dropdown .select2-search__field:focus,
666.select2-secondary .select2-container--default .select2-dropdown .select2-search__field:focus,
667.select2-secondary .select2-container--default .select2-search--inline .select2-search__field:focus {668border: 1px solid #afb5ba;669}
670
671.select2-container--default .select2-secondary .select2-results__option--highlighted,
672.select2-secondary .select2-container--default .select2-results__option--highlighted {673background-color: #6c757d;674color: #fff;675}
676
677.select2-container--default .select2-secondary .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-secondary .select2-results__option--highlighted[aria-selected]:hover,
678.select2-secondary .select2-container--default .select2-results__option--highlighted[aria-selected],
679.select2-secondary .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {680background-color: #656d75;681color: #fff;682}
683
684.select2-container--default .select2-secondary .select2-selection--multiple:focus,
685.select2-secondary .select2-container--default .select2-selection--multiple:focus {686border-color: #afb5ba;687}
688
689.select2-container--default .select2-secondary .select2-selection--multiple .select2-selection__choice,
690.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {691background-color: #6c757d;692border-color: #60686f;693color: #fff;694}
695
696.select2-container--default .select2-secondary .select2-selection--multiple .select2-selection__choice__remove,
697.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {698color: rgba(255, 255, 255, 0.7);699}
700
701.select2-container--default .select2-secondary .select2-selection--multiple .select2-selection__choice__remove:hover,
702.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {703color: #fff;704}
705
706.select2-container--default .select2-secondary.select2-container--focus .select2-selection--multiple,
707.select2-secondary .select2-container--default.select2-container--focus .select2-selection--multiple {708border-color: #afb5ba;709}
710
711.select2-success + .select2-container--default.select2-container--open .select2-selection--single {712border-color: #71dd8a;713}
714
715.select2-success + .select2-container--default.select2-container--focus .select2-selection--single {716border-color: #71dd8a;717}
718
719.select2-container--default .select2-success.select2-dropdown .select2-search__field:focus,
720.select2-container--default .select2-success .select2-dropdown .select2-search__field:focus,
721.select2-container--default .select2-success .select2-search--inline .select2-search__field:focus,
722.select2-success .select2-container--default.select2-dropdown .select2-search__field:focus,
723.select2-success .select2-container--default .select2-dropdown .select2-search__field:focus,
724.select2-success .select2-container--default .select2-search--inline .select2-search__field:focus {725border: 1px solid #71dd8a;726}
727
728.select2-container--default .select2-success .select2-results__option--highlighted,
729.select2-success .select2-container--default .select2-results__option--highlighted {730background-color: #28a745;731color: #fff;732}
733
734.select2-container--default .select2-success .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-success .select2-results__option--highlighted[aria-selected]:hover,
735.select2-success .select2-container--default .select2-results__option--highlighted[aria-selected],
736.select2-success .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {737background-color: #259b40;738color: #fff;739}
740
741.select2-container--default .select2-success .select2-selection--multiple:focus,
742.select2-success .select2-container--default .select2-selection--multiple:focus {743border-color: #71dd8a;744}
745
746.select2-container--default .select2-success .select2-selection--multiple .select2-selection__choice,
747.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {748background-color: #28a745;749border-color: #23923d;750color: #fff;751}
752
753.select2-container--default .select2-success .select2-selection--multiple .select2-selection__choice__remove,
754.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {755color: rgba(255, 255, 255, 0.7);756}
757
758.select2-container--default .select2-success .select2-selection--multiple .select2-selection__choice__remove:hover,
759.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {760color: #fff;761}
762
763.select2-container--default .select2-success.select2-container--focus .select2-selection--multiple,
764.select2-success .select2-container--default.select2-container--focus .select2-selection--multiple {765border-color: #71dd8a;766}
767
768.select2-info + .select2-container--default.select2-container--open .select2-selection--single {769border-color: #63d9ec;770}
771
772.select2-info + .select2-container--default.select2-container--focus .select2-selection--single {773border-color: #63d9ec;774}
775
776.select2-container--default .select2-info.select2-dropdown .select2-search__field:focus,
777.select2-container--default .select2-info .select2-dropdown .select2-search__field:focus,
778.select2-container--default .select2-info .select2-search--inline .select2-search__field:focus,
779.select2-info .select2-container--default.select2-dropdown .select2-search__field:focus,
780.select2-info .select2-container--default .select2-dropdown .select2-search__field:focus,
781.select2-info .select2-container--default .select2-search--inline .select2-search__field:focus {782border: 1px solid #63d9ec;783}
784
785.select2-container--default .select2-info .select2-results__option--highlighted,
786.select2-info .select2-container--default .select2-results__option--highlighted {787background-color: #17a2b8;788color: #fff;789}
790
791.select2-container--default .select2-info .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-info .select2-results__option--highlighted[aria-selected]:hover,
792.select2-info .select2-container--default .select2-results__option--highlighted[aria-selected],
793.select2-info .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {794background-color: #1596aa;795color: #fff;796}
797
798.select2-container--default .select2-info .select2-selection--multiple:focus,
799.select2-info .select2-container--default .select2-selection--multiple:focus {800border-color: #63d9ec;801}
802
803.select2-container--default .select2-info .select2-selection--multiple .select2-selection__choice,
804.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {805background-color: #17a2b8;806border-color: #148ea1;807color: #fff;808}
809
810.select2-container--default .select2-info .select2-selection--multiple .select2-selection__choice__remove,
811.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {812color: rgba(255, 255, 255, 0.7);813}
814
815.select2-container--default .select2-info .select2-selection--multiple .select2-selection__choice__remove:hover,
816.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {817color: #fff;818}
819
820.select2-container--default .select2-info.select2-container--focus .select2-selection--multiple,
821.select2-info .select2-container--default.select2-container--focus .select2-selection--multiple {822border-color: #63d9ec;823}
824
825.select2-warning + .select2-container--default.select2-container--open .select2-selection--single {826border-color: #ffe187;827}
828
829.select2-warning + .select2-container--default.select2-container--focus .select2-selection--single {830border-color: #ffe187;831}
832
833.select2-container--default .select2-warning.select2-dropdown .select2-search__field:focus,
834.select2-container--default .select2-warning .select2-dropdown .select2-search__field:focus,
835.select2-container--default .select2-warning .select2-search--inline .select2-search__field:focus,
836.select2-warning .select2-container--default.select2-dropdown .select2-search__field:focus,
837.select2-warning .select2-container--default .select2-dropdown .select2-search__field:focus,
838.select2-warning .select2-container--default .select2-search--inline .select2-search__field:focus {839border: 1px solid #ffe187;840}
841
842.select2-container--default .select2-warning .select2-results__option--highlighted,
843.select2-warning .select2-container--default .select2-results__option--highlighted {844background-color: #ffc107;845color: #1f2d3d;846}
847
848.select2-container--default .select2-warning .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-warning .select2-results__option--highlighted[aria-selected]:hover,
849.select2-warning .select2-container--default .select2-results__option--highlighted[aria-selected],
850.select2-warning .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {851background-color: #f7b900;852color: #1f2d3d;853}
854
855.select2-container--default .select2-warning .select2-selection--multiple:focus,
856.select2-warning .select2-container--default .select2-selection--multiple:focus {857border-color: #ffe187;858}
859
860.select2-container--default .select2-warning .select2-selection--multiple .select2-selection__choice,
861.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {862background-color: #ffc107;863border-color: #edb100;864color: #1f2d3d;865}
866
867.select2-container--default .select2-warning .select2-selection--multiple .select2-selection__choice__remove,
868.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {869color: rgba(31, 45, 61, 0.7);870}
871
872.select2-container--default .select2-warning .select2-selection--multiple .select2-selection__choice__remove:hover,
873.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {874color: #1f2d3d;875}
876
877.select2-container--default .select2-warning.select2-container--focus .select2-selection--multiple,
878.select2-warning .select2-container--default.select2-container--focus .select2-selection--multiple {879border-color: #ffe187;880}
881
882.select2-danger + .select2-container--default.select2-container--open .select2-selection--single {883border-color: #efa2a9;884}
885
886.select2-danger + .select2-container--default.select2-container--focus .select2-selection--single {887border-color: #efa2a9;888}
889
890.select2-container--default .select2-danger.select2-dropdown .select2-search__field:focus,
891.select2-container--default .select2-danger .select2-dropdown .select2-search__field:focus,
892.select2-container--default .select2-danger .select2-search--inline .select2-search__field:focus,
893.select2-danger .select2-container--default.select2-dropdown .select2-search__field:focus,
894.select2-danger .select2-container--default .select2-dropdown .select2-search__field:focus,
895.select2-danger .select2-container--default .select2-search--inline .select2-search__field:focus {896border: 1px solid #efa2a9;897}
898
899.select2-container--default .select2-danger .select2-results__option--highlighted,
900.select2-danger .select2-container--default .select2-results__option--highlighted {901background-color: #dc3545;902color: #fff;903}
904
905.select2-container--default .select2-danger .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-danger .select2-results__option--highlighted[aria-selected]:hover,
906.select2-danger .select2-container--default .select2-results__option--highlighted[aria-selected],
907.select2-danger .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {908background-color: #da2839;909color: #fff;910}
911
912.select2-container--default .select2-danger .select2-selection--multiple:focus,
913.select2-danger .select2-container--default .select2-selection--multiple:focus {914border-color: #efa2a9;915}
916
917.select2-container--default .select2-danger .select2-selection--multiple .select2-selection__choice,
918.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {919background-color: #dc3545;920border-color: #d32535;921color: #fff;922}
923
924.select2-container--default .select2-danger .select2-selection--multiple .select2-selection__choice__remove,
925.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {926color: rgba(255, 255, 255, 0.7);927}
928
929.select2-container--default .select2-danger .select2-selection--multiple .select2-selection__choice__remove:hover,
930.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {931color: #fff;932}
933
934.select2-container--default .select2-danger.select2-container--focus .select2-selection--multiple,
935.select2-danger .select2-container--default.select2-container--focus .select2-selection--multiple {936border-color: #efa2a9;937}
938
939.select2-light + .select2-container--default.select2-container--open .select2-selection--single {940border-color: white;941}
942
943.select2-light + .select2-container--default.select2-container--focus .select2-selection--single {944border-color: white;945}
946
947.select2-container--default .select2-light.select2-dropdown .select2-search__field:focus,
948.select2-container--default .select2-light .select2-dropdown .select2-search__field:focus,
949.select2-container--default .select2-light .select2-search--inline .select2-search__field:focus,
950.select2-light .select2-container--default.select2-dropdown .select2-search__field:focus,
951.select2-light .select2-container--default .select2-dropdown .select2-search__field:focus,
952.select2-light .select2-container--default .select2-search--inline .select2-search__field:focus {953border: 1px solid white;954}
955
956.select2-container--default .select2-light .select2-results__option--highlighted,
957.select2-light .select2-container--default .select2-results__option--highlighted {958background-color: #f8f9fa;959color: #1f2d3d;960}
961
962.select2-container--default .select2-light .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-light .select2-results__option--highlighted[aria-selected]:hover,
963.select2-light .select2-container--default .select2-results__option--highlighted[aria-selected],
964.select2-light .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {965background-color: #eff1f4;966color: #1f2d3d;967}
968
969.select2-container--default .select2-light .select2-selection--multiple:focus,
970.select2-light .select2-container--default .select2-selection--multiple:focus {971border-color: white;972}
973
974.select2-container--default .select2-light .select2-selection--multiple .select2-selection__choice,
975.select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {976background-color: #f8f9fa;977border-color: #e9ecef;978color: #1f2d3d;979}
980
981.select2-container--default .select2-light .select2-selection--multiple .select2-selection__choice__remove,
982.select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {983color: rgba(31, 45, 61, 0.7);984}
985
986.select2-container--default .select2-light .select2-selection--multiple .select2-selection__choice__remove:hover,
987.select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {988color: #1f2d3d;989}
990
991.select2-container--default .select2-light.select2-container--focus .select2-selection--multiple,
992.select2-light .select2-container--default.select2-container--focus .select2-selection--multiple {993border-color: white;994}
995
996.select2-dark + .select2-container--default.select2-container--open .select2-selection--single {997border-color: #6d7a86;998}
999
1000.select2-dark + .select2-container--default.select2-container--focus .select2-selection--single {1001border-color: #6d7a86;1002}
1003
1004.select2-container--default .select2-dark.select2-dropdown .select2-search__field:focus,
1005.select2-container--default .select2-dark .select2-dropdown .select2-search__field:focus,
1006.select2-container--default .select2-dark .select2-search--inline .select2-search__field:focus,
1007.select2-dark .select2-container--default.select2-dropdown .select2-search__field:focus,
1008.select2-dark .select2-container--default .select2-dropdown .select2-search__field:focus,
1009.select2-dark .select2-container--default .select2-search--inline .select2-search__field:focus {1010border: 1px solid #6d7a86;1011}
1012
1013.select2-container--default .select2-dark .select2-results__option--highlighted,
1014.select2-dark .select2-container--default .select2-results__option--highlighted {1015background-color: #343a40;1016color: #fff;1017}
1018
1019.select2-container--default .select2-dark .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-dark .select2-results__option--highlighted[aria-selected]:hover,
1020.select2-dark .select2-container--default .select2-results__option--highlighted[aria-selected],
1021.select2-dark .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1022background-color: #2d3238;1023color: #fff;1024}
1025
1026.select2-container--default .select2-dark .select2-selection--multiple:focus,
1027.select2-dark .select2-container--default .select2-selection--multiple:focus {1028border-color: #6d7a86;1029}
1030
1031.select2-container--default .select2-dark .select2-selection--multiple .select2-selection__choice,
1032.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {1033background-color: #343a40;1034border-color: #292d32;1035color: #fff;1036}
1037
1038.select2-container--default .select2-dark .select2-selection--multiple .select2-selection__choice__remove,
1039.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1040color: rgba(255, 255, 255, 0.7);1041}
1042
1043.select2-container--default .select2-dark .select2-selection--multiple .select2-selection__choice__remove:hover,
1044.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1045color: #fff;1046}
1047
1048.select2-container--default .select2-dark.select2-container--focus .select2-selection--multiple,
1049.select2-dark .select2-container--default.select2-container--focus .select2-selection--multiple {1050border-color: #6d7a86;1051}
1052
1053.select2-lightblue + .select2-container--default.select2-container--open .select2-selection--single {1054border-color: #99c5de;1055}
1056
1057.select2-lightblue + .select2-container--default.select2-container--focus .select2-selection--single {1058border-color: #99c5de;1059}
1060
1061.select2-container--default .select2-lightblue.select2-dropdown .select2-search__field:focus,
1062.select2-container--default .select2-lightblue .select2-dropdown .select2-search__field:focus,
1063.select2-container--default .select2-lightblue .select2-search--inline .select2-search__field:focus,
1064.select2-lightblue .select2-container--default.select2-dropdown .select2-search__field:focus,
1065.select2-lightblue .select2-container--default .select2-dropdown .select2-search__field:focus,
1066.select2-lightblue .select2-container--default .select2-search--inline .select2-search__field:focus {1067border: 1px solid #99c5de;1068}
1069
1070.select2-container--default .select2-lightblue .select2-results__option--highlighted,
1071.select2-lightblue .select2-container--default .select2-results__option--highlighted {1072background-color: #3c8dbc;1073color: #fff;1074}
1075
1076.select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected]:hover,
1077.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected],
1078.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1079background-color: #3884b0;1080color: #fff;1081}
1082
1083.select2-container--default .select2-lightblue .select2-selection--multiple:focus,
1084.select2-lightblue .select2-container--default .select2-selection--multiple:focus {1085border-color: #99c5de;1086}
1087
1088.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice,
1089.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice {1090background-color: #3c8dbc;1091border-color: #367fa9;1092color: #fff;1093}
1094
1095.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove,
1096.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1097color: rgba(255, 255, 255, 0.7);1098}
1099
1100.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove:hover,
1101.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1102color: #fff;1103}
1104
1105.select2-container--default .select2-lightblue.select2-container--focus .select2-selection--multiple,
1106.select2-lightblue .select2-container--default.select2-container--focus .select2-selection--multiple {1107border-color: #99c5de;1108}
1109
1110.select2-navy + .select2-container--default.select2-container--open .select2-selection--single {1111border-color: #005ebf;1112}
1113
1114.select2-navy + .select2-container--default.select2-container--focus .select2-selection--single {1115border-color: #005ebf;1116}
1117
1118.select2-container--default .select2-navy.select2-dropdown .select2-search__field:focus,
1119.select2-container--default .select2-navy .select2-dropdown .select2-search__field:focus,
1120.select2-container--default .select2-navy .select2-search--inline .select2-search__field:focus,
1121.select2-navy .select2-container--default.select2-dropdown .select2-search__field:focus,
1122.select2-navy .select2-container--default .select2-dropdown .select2-search__field:focus,
1123.select2-navy .select2-container--default .select2-search--inline .select2-search__field:focus {1124border: 1px solid #005ebf;1125}
1126
1127.select2-container--default .select2-navy .select2-results__option--highlighted,
1128.select2-navy .select2-container--default .select2-results__option--highlighted {1129background-color: #001f3f;1130color: #fff;1131}
1132
1133.select2-container--default .select2-navy .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-navy .select2-results__option--highlighted[aria-selected]:hover,
1134.select2-navy .select2-container--default .select2-results__option--highlighted[aria-selected],
1135.select2-navy .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1136background-color: #001730;1137color: #fff;1138}
1139
1140.select2-container--default .select2-navy .select2-selection--multiple:focus,
1141.select2-navy .select2-container--default .select2-selection--multiple:focus {1142border-color: #005ebf;1143}
1144
1145.select2-container--default .select2-navy .select2-selection--multiple .select2-selection__choice,
1146.select2-navy .select2-container--default .select2-selection--multiple .select2-selection__choice {1147background-color: #001f3f;1148border-color: #001226;1149color: #fff;1150}
1151
1152.select2-container--default .select2-navy .select2-selection--multiple .select2-selection__choice__remove,
1153.select2-navy .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1154color: rgba(255, 255, 255, 0.7);1155}
1156
1157.select2-container--default .select2-navy .select2-selection--multiple .select2-selection__choice__remove:hover,
1158.select2-navy .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1159color: #fff;1160}
1161
1162.select2-container--default .select2-navy.select2-container--focus .select2-selection--multiple,
1163.select2-navy .select2-container--default.select2-container--focus .select2-selection--multiple {1164border-color: #005ebf;1165}
1166
1167.select2-olive + .select2-container--default.select2-container--open .select2-selection--single {1168border-color: #87cfaf;1169}
1170
1171.select2-olive + .select2-container--default.select2-container--focus .select2-selection--single {1172border-color: #87cfaf;1173}
1174
1175.select2-container--default .select2-olive.select2-dropdown .select2-search__field:focus,
1176.select2-container--default .select2-olive .select2-dropdown .select2-search__field:focus,
1177.select2-container--default .select2-olive .select2-search--inline .select2-search__field:focus,
1178.select2-olive .select2-container--default.select2-dropdown .select2-search__field:focus,
1179.select2-olive .select2-container--default .select2-dropdown .select2-search__field:focus,
1180.select2-olive .select2-container--default .select2-search--inline .select2-search__field:focus {1181border: 1px solid #87cfaf;1182}
1183
1184.select2-container--default .select2-olive .select2-results__option--highlighted,
1185.select2-olive .select2-container--default .select2-results__option--highlighted {1186background-color: #3d9970;1187color: #fff;1188}
1189
1190.select2-container--default .select2-olive .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-olive .select2-results__option--highlighted[aria-selected]:hover,
1191.select2-olive .select2-container--default .select2-results__option--highlighted[aria-selected],
1192.select2-olive .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1193background-color: #398e68;1194color: #fff;1195}
1196
1197.select2-container--default .select2-olive .select2-selection--multiple:focus,
1198.select2-olive .select2-container--default .select2-selection--multiple:focus {1199border-color: #87cfaf;1200}
1201
1202.select2-container--default .select2-olive .select2-selection--multiple .select2-selection__choice,
1203.select2-olive .select2-container--default .select2-selection--multiple .select2-selection__choice {1204background-color: #3d9970;1205border-color: #368763;1206color: #fff;1207}
1208
1209.select2-container--default .select2-olive .select2-selection--multiple .select2-selection__choice__remove,
1210.select2-olive .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1211color: rgba(255, 255, 255, 0.7);1212}
1213
1214.select2-container--default .select2-olive .select2-selection--multiple .select2-selection__choice__remove:hover,
1215.select2-olive .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1216color: #fff;1217}
1218
1219.select2-container--default .select2-olive.select2-container--focus .select2-selection--multiple,
1220.select2-olive .select2-container--default.select2-container--focus .select2-selection--multiple {1221border-color: #87cfaf;1222}
1223
1224.select2-lime + .select2-container--default.select2-container--open .select2-selection--single {1225border-color: #81ffb8;1226}
1227
1228.select2-lime + .select2-container--default.select2-container--focus .select2-selection--single {1229border-color: #81ffb8;1230}
1231
1232.select2-container--default .select2-lime.select2-dropdown .select2-search__field:focus,
1233.select2-container--default .select2-lime .select2-dropdown .select2-search__field:focus,
1234.select2-container--default .select2-lime .select2-search--inline .select2-search__field:focus,
1235.select2-lime .select2-container--default.select2-dropdown .select2-search__field:focus,
1236.select2-lime .select2-container--default .select2-dropdown .select2-search__field:focus,
1237.select2-lime .select2-container--default .select2-search--inline .select2-search__field:focus {1238border: 1px solid #81ffb8;1239}
1240
1241.select2-container--default .select2-lime .select2-results__option--highlighted,
1242.select2-lime .select2-container--default .select2-results__option--highlighted {1243background-color: #01ff70;1244color: #1f2d3d;1245}
1246
1247.select2-container--default .select2-lime .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-lime .select2-results__option--highlighted[aria-selected]:hover,
1248.select2-lime .select2-container--default .select2-results__option--highlighted[aria-selected],
1249.select2-lime .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1250background-color: #00f169;1251color: #1f2d3d;1252}
1253
1254.select2-container--default .select2-lime .select2-selection--multiple:focus,
1255.select2-lime .select2-container--default .select2-selection--multiple:focus {1256border-color: #81ffb8;1257}
1258
1259.select2-container--default .select2-lime .select2-selection--multiple .select2-selection__choice,
1260.select2-lime .select2-container--default .select2-selection--multiple .select2-selection__choice {1261background-color: #01ff70;1262border-color: #00e765;1263color: #1f2d3d;1264}
1265
1266.select2-container--default .select2-lime .select2-selection--multiple .select2-selection__choice__remove,
1267.select2-lime .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1268color: rgba(31, 45, 61, 0.7);1269}
1270
1271.select2-container--default .select2-lime .select2-selection--multiple .select2-selection__choice__remove:hover,
1272.select2-lime .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1273color: #1f2d3d;1274}
1275
1276.select2-container--default .select2-lime.select2-container--focus .select2-selection--multiple,
1277.select2-lime .select2-container--default.select2-container--focus .select2-selection--multiple {1278border-color: #81ffb8;1279}
1280
1281.select2-fuchsia + .select2-container--default.select2-container--open .select2-selection--single {1282border-color: #f88adf;1283}
1284
1285.select2-fuchsia + .select2-container--default.select2-container--focus .select2-selection--single {1286border-color: #f88adf;1287}
1288
1289.select2-container--default .select2-fuchsia.select2-dropdown .select2-search__field:focus,
1290.select2-container--default .select2-fuchsia .select2-dropdown .select2-search__field:focus,
1291.select2-container--default .select2-fuchsia .select2-search--inline .select2-search__field:focus,
1292.select2-fuchsia .select2-container--default.select2-dropdown .select2-search__field:focus,
1293.select2-fuchsia .select2-container--default .select2-dropdown .select2-search__field:focus,
1294.select2-fuchsia .select2-container--default .select2-search--inline .select2-search__field:focus {1295border: 1px solid #f88adf;1296}
1297
1298.select2-container--default .select2-fuchsia .select2-results__option--highlighted,
1299.select2-fuchsia .select2-container--default .select2-results__option--highlighted {1300background-color: #f012be;1301color: #fff;1302}
1303
1304.select2-container--default .select2-fuchsia .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-fuchsia .select2-results__option--highlighted[aria-selected]:hover,
1305.select2-fuchsia .select2-container--default .select2-results__option--highlighted[aria-selected],
1306.select2-fuchsia .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1307background-color: #e40eb4;1308color: #fff;1309}
1310
1311.select2-container--default .select2-fuchsia .select2-selection--multiple:focus,
1312.select2-fuchsia .select2-container--default .select2-selection--multiple:focus {1313border-color: #f88adf;1314}
1315
1316.select2-container--default .select2-fuchsia .select2-selection--multiple .select2-selection__choice,
1317.select2-fuchsia .select2-container--default .select2-selection--multiple .select2-selection__choice {1318background-color: #f012be;1319border-color: #db0ead;1320color: #fff;1321}
1322
1323.select2-container--default .select2-fuchsia .select2-selection--multiple .select2-selection__choice__remove,
1324.select2-fuchsia .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1325color: rgba(255, 255, 255, 0.7);1326}
1327
1328.select2-container--default .select2-fuchsia .select2-selection--multiple .select2-selection__choice__remove:hover,
1329.select2-fuchsia .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1330color: #fff;1331}
1332
1333.select2-container--default .select2-fuchsia.select2-container--focus .select2-selection--multiple,
1334.select2-fuchsia .select2-container--default.select2-container--focus .select2-selection--multiple {1335border-color: #f88adf;1336}
1337
1338.select2-maroon + .select2-container--default.select2-container--open .select2-selection--single {1339border-color: #f083ab;1340}
1341
1342.select2-maroon + .select2-container--default.select2-container--focus .select2-selection--single {1343border-color: #f083ab;1344}
1345
1346.select2-container--default .select2-maroon.select2-dropdown .select2-search__field:focus,
1347.select2-container--default .select2-maroon .select2-dropdown .select2-search__field:focus,
1348.select2-container--default .select2-maroon .select2-search--inline .select2-search__field:focus,
1349.select2-maroon .select2-container--default.select2-dropdown .select2-search__field:focus,
1350.select2-maroon .select2-container--default .select2-dropdown .select2-search__field:focus,
1351.select2-maroon .select2-container--default .select2-search--inline .select2-search__field:focus {1352border: 1px solid #f083ab;1353}
1354
1355.select2-container--default .select2-maroon .select2-results__option--highlighted,
1356.select2-maroon .select2-container--default .select2-results__option--highlighted {1357background-color: #d81b60;1358color: #fff;1359}
1360
1361.select2-container--default .select2-maroon .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-maroon .select2-results__option--highlighted[aria-selected]:hover,
1362.select2-maroon .select2-container--default .select2-results__option--highlighted[aria-selected],
1363.select2-maroon .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1364background-color: #ca195a;1365color: #fff;1366}
1367
1368.select2-container--default .select2-maroon .select2-selection--multiple:focus,
1369.select2-maroon .select2-container--default .select2-selection--multiple:focus {1370border-color: #f083ab;1371}
1372
1373.select2-container--default .select2-maroon .select2-selection--multiple .select2-selection__choice,
1374.select2-maroon .select2-container--default .select2-selection--multiple .select2-selection__choice {1375background-color: #d81b60;1376border-color: #c11856;1377color: #fff;1378}
1379
1380.select2-container--default .select2-maroon .select2-selection--multiple .select2-selection__choice__remove,
1381.select2-maroon .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1382color: rgba(255, 255, 255, 0.7);1383}
1384
1385.select2-container--default .select2-maroon .select2-selection--multiple .select2-selection__choice__remove:hover,
1386.select2-maroon .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1387color: #fff;1388}
1389
1390.select2-container--default .select2-maroon.select2-container--focus .select2-selection--multiple,
1391.select2-maroon .select2-container--default.select2-container--focus .select2-selection--multiple {1392border-color: #f083ab;1393}
1394
1395.select2-blue + .select2-container--default.select2-container--open .select2-selection--single {1396border-color: #80bdff;1397}
1398
1399.select2-blue + .select2-container--default.select2-container--focus .select2-selection--single {1400border-color: #80bdff;1401}
1402
1403.select2-container--default .select2-blue.select2-dropdown .select2-search__field:focus,
1404.select2-container--default .select2-blue .select2-dropdown .select2-search__field:focus,
1405.select2-container--default .select2-blue .select2-search--inline .select2-search__field:focus,
1406.select2-blue .select2-container--default.select2-dropdown .select2-search__field:focus,
1407.select2-blue .select2-container--default .select2-dropdown .select2-search__field:focus,
1408.select2-blue .select2-container--default .select2-search--inline .select2-search__field:focus {1409border: 1px solid #80bdff;1410}
1411
1412.select2-container--default .select2-blue .select2-results__option--highlighted,
1413.select2-blue .select2-container--default .select2-results__option--highlighted {1414background-color: #007bff;1415color: #fff;1416}
1417
1418.select2-container--default .select2-blue .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-blue .select2-results__option--highlighted[aria-selected]:hover,
1419.select2-blue .select2-container--default .select2-results__option--highlighted[aria-selected],
1420.select2-blue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1421background-color: #0074f0;1422color: #fff;1423}
1424
1425.select2-container--default .select2-blue .select2-selection--multiple:focus,
1426.select2-blue .select2-container--default .select2-selection--multiple:focus {1427border-color: #80bdff;1428}
1429
1430.select2-container--default .select2-blue .select2-selection--multiple .select2-selection__choice,
1431.select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice {1432background-color: #007bff;1433border-color: #006fe6;1434color: #fff;1435}
1436
1437.select2-container--default .select2-blue .select2-selection--multiple .select2-selection__choice__remove,
1438.select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1439color: rgba(255, 255, 255, 0.7);1440}
1441
1442.select2-container--default .select2-blue .select2-selection--multiple .select2-selection__choice__remove:hover,
1443.select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1444color: #fff;1445}
1446
1447.select2-container--default .select2-blue.select2-container--focus .select2-selection--multiple,
1448.select2-blue .select2-container--default.select2-container--focus .select2-selection--multiple {1449border-color: #80bdff;1450}
1451
1452.select2-indigo + .select2-container--default.select2-container--open .select2-selection--single {1453border-color: #b389f9;1454}
1455
1456.select2-indigo + .select2-container--default.select2-container--focus .select2-selection--single {1457border-color: #b389f9;1458}
1459
1460.select2-container--default .select2-indigo.select2-dropdown .select2-search__field:focus,
1461.select2-container--default .select2-indigo .select2-dropdown .select2-search__field:focus,
1462.select2-container--default .select2-indigo .select2-search--inline .select2-search__field:focus,
1463.select2-indigo .select2-container--default.select2-dropdown .select2-search__field:focus,
1464.select2-indigo .select2-container--default .select2-dropdown .select2-search__field:focus,
1465.select2-indigo .select2-container--default .select2-search--inline .select2-search__field:focus {1466border: 1px solid #b389f9;1467}
1468
1469.select2-container--default .select2-indigo .select2-results__option--highlighted,
1470.select2-indigo .select2-container--default .select2-results__option--highlighted {1471background-color: #6610f2;1472color: #fff;1473}
1474
1475.select2-container--default .select2-indigo .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-indigo .select2-results__option--highlighted[aria-selected]:hover,
1476.select2-indigo .select2-container--default .select2-results__option--highlighted[aria-selected],
1477.select2-indigo .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1478background-color: #5f0de6;1479color: #fff;1480}
1481
1482.select2-container--default .select2-indigo .select2-selection--multiple:focus,
1483.select2-indigo .select2-container--default .select2-selection--multiple:focus {1484border-color: #b389f9;1485}
1486
1487.select2-container--default .select2-indigo .select2-selection--multiple .select2-selection__choice,
1488.select2-indigo .select2-container--default .select2-selection--multiple .select2-selection__choice {1489background-color: #6610f2;1490border-color: #5b0cdd;1491color: #fff;1492}
1493
1494.select2-container--default .select2-indigo .select2-selection--multiple .select2-selection__choice__remove,
1495.select2-indigo .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1496color: rgba(255, 255, 255, 0.7);1497}
1498
1499.select2-container--default .select2-indigo .select2-selection--multiple .select2-selection__choice__remove:hover,
1500.select2-indigo .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1501color: #fff;1502}
1503
1504.select2-container--default .select2-indigo.select2-container--focus .select2-selection--multiple,
1505.select2-indigo .select2-container--default.select2-container--focus .select2-selection--multiple {1506border-color: #b389f9;1507}
1508
1509.select2-purple + .select2-container--default.select2-container--open .select2-selection--single {1510border-color: #b8a2e0;1511}
1512
1513.select2-purple + .select2-container--default.select2-container--focus .select2-selection--single {1514border-color: #b8a2e0;1515}
1516
1517.select2-container--default .select2-purple.select2-dropdown .select2-search__field:focus,
1518.select2-container--default .select2-purple .select2-dropdown .select2-search__field:focus,
1519.select2-container--default .select2-purple .select2-search--inline .select2-search__field:focus,
1520.select2-purple .select2-container--default.select2-dropdown .select2-search__field:focus,
1521.select2-purple .select2-container--default .select2-dropdown .select2-search__field:focus,
1522.select2-purple .select2-container--default .select2-search--inline .select2-search__field:focus {1523border: 1px solid #b8a2e0;1524}
1525
1526.select2-container--default .select2-purple .select2-results__option--highlighted,
1527.select2-purple .select2-container--default .select2-results__option--highlighted {1528background-color: #6f42c1;1529color: #fff;1530}
1531
1532.select2-container--default .select2-purple .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-purple .select2-results__option--highlighted[aria-selected]:hover,
1533.select2-purple .select2-container--default .select2-results__option--highlighted[aria-selected],
1534.select2-purple .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1535background-color: #683cb8;1536color: #fff;1537}
1538
1539.select2-container--default .select2-purple .select2-selection--multiple:focus,
1540.select2-purple .select2-container--default .select2-selection--multiple:focus {1541border-color: #b8a2e0;1542}
1543
1544.select2-container--default .select2-purple .select2-selection--multiple .select2-selection__choice,
1545.select2-purple .select2-container--default .select2-selection--multiple .select2-selection__choice {1546background-color: #6f42c1;1547border-color: #643ab0;1548color: #fff;1549}
1550
1551.select2-container--default .select2-purple .select2-selection--multiple .select2-selection__choice__remove,
1552.select2-purple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1553color: rgba(255, 255, 255, 0.7);1554}
1555
1556.select2-container--default .select2-purple .select2-selection--multiple .select2-selection__choice__remove:hover,
1557.select2-purple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1558color: #fff;1559}
1560
1561.select2-container--default .select2-purple.select2-container--focus .select2-selection--multiple,
1562.select2-purple .select2-container--default.select2-container--focus .select2-selection--multiple {1563border-color: #b8a2e0;1564}
1565
1566.select2-pink + .select2-container--default.select2-container--open .select2-selection--single {1567border-color: #f6b0d0;1568}
1569
1570.select2-pink + .select2-container--default.select2-container--focus .select2-selection--single {1571border-color: #f6b0d0;1572}
1573
1574.select2-container--default .select2-pink.select2-dropdown .select2-search__field:focus,
1575.select2-container--default .select2-pink .select2-dropdown .select2-search__field:focus,
1576.select2-container--default .select2-pink .select2-search--inline .select2-search__field:focus,
1577.select2-pink .select2-container--default.select2-dropdown .select2-search__field:focus,
1578.select2-pink .select2-container--default .select2-dropdown .select2-search__field:focus,
1579.select2-pink .select2-container--default .select2-search--inline .select2-search__field:focus {1580border: 1px solid #f6b0d0;1581}
1582
1583.select2-container--default .select2-pink .select2-results__option--highlighted,
1584.select2-pink .select2-container--default .select2-results__option--highlighted {1585background-color: #e83e8c;1586color: #fff;1587}
1588
1589.select2-container--default .select2-pink .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-pink .select2-results__option--highlighted[aria-selected]:hover,
1590.select2-pink .select2-container--default .select2-results__option--highlighted[aria-selected],
1591.select2-pink .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1592background-color: #e63084;1593color: #fff;1594}
1595
1596.select2-container--default .select2-pink .select2-selection--multiple:focus,
1597.select2-pink .select2-container--default .select2-selection--multiple:focus {1598border-color: #f6b0d0;1599}
1600
1601.select2-container--default .select2-pink .select2-selection--multiple .select2-selection__choice,
1602.select2-pink .select2-container--default .select2-selection--multiple .select2-selection__choice {1603background-color: #e83e8c;1604border-color: #e5277e;1605color: #fff;1606}
1607
1608.select2-container--default .select2-pink .select2-selection--multiple .select2-selection__choice__remove,
1609.select2-pink .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1610color: rgba(255, 255, 255, 0.7);1611}
1612
1613.select2-container--default .select2-pink .select2-selection--multiple .select2-selection__choice__remove:hover,
1614.select2-pink .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1615color: #fff;1616}
1617
1618.select2-container--default .select2-pink.select2-container--focus .select2-selection--multiple,
1619.select2-pink .select2-container--default.select2-container--focus .select2-selection--multiple {1620border-color: #f6b0d0;1621}
1622
1623.select2-red + .select2-container--default.select2-container--open .select2-selection--single {1624border-color: #efa2a9;1625}
1626
1627.select2-red + .select2-container--default.select2-container--focus .select2-selection--single {1628border-color: #efa2a9;1629}
1630
1631.select2-container--default .select2-red.select2-dropdown .select2-search__field:focus,
1632.select2-container--default .select2-red .select2-dropdown .select2-search__field:focus,
1633.select2-container--default .select2-red .select2-search--inline .select2-search__field:focus,
1634.select2-red .select2-container--default.select2-dropdown .select2-search__field:focus,
1635.select2-red .select2-container--default .select2-dropdown .select2-search__field:focus,
1636.select2-red .select2-container--default .select2-search--inline .select2-search__field:focus {1637border: 1px solid #efa2a9;1638}
1639
1640.select2-container--default .select2-red .select2-results__option--highlighted,
1641.select2-red .select2-container--default .select2-results__option--highlighted {1642background-color: #dc3545;1643color: #fff;1644}
1645
1646.select2-container--default .select2-red .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-red .select2-results__option--highlighted[aria-selected]:hover,
1647.select2-red .select2-container--default .select2-results__option--highlighted[aria-selected],
1648.select2-red .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1649background-color: #da2839;1650color: #fff;1651}
1652
1653.select2-container--default .select2-red .select2-selection--multiple:focus,
1654.select2-red .select2-container--default .select2-selection--multiple:focus {1655border-color: #efa2a9;1656}
1657
1658.select2-container--default .select2-red .select2-selection--multiple .select2-selection__choice,
1659.select2-red .select2-container--default .select2-selection--multiple .select2-selection__choice {1660background-color: #dc3545;1661border-color: #d32535;1662color: #fff;1663}
1664
1665.select2-container--default .select2-red .select2-selection--multiple .select2-selection__choice__remove,
1666.select2-red .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1667color: rgba(255, 255, 255, 0.7);1668}
1669
1670.select2-container--default .select2-red .select2-selection--multiple .select2-selection__choice__remove:hover,
1671.select2-red .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1672color: #fff;1673}
1674
1675.select2-container--default .select2-red.select2-container--focus .select2-selection--multiple,
1676.select2-red .select2-container--default.select2-container--focus .select2-selection--multiple {1677border-color: #efa2a9;1678}
1679
1680.select2-orange + .select2-container--default.select2-container--open .select2-selection--single {1681border-color: #fec392;1682}
1683
1684.select2-orange + .select2-container--default.select2-container--focus .select2-selection--single {1685border-color: #fec392;1686}
1687
1688.select2-container--default .select2-orange.select2-dropdown .select2-search__field:focus,
1689.select2-container--default .select2-orange .select2-dropdown .select2-search__field:focus,
1690.select2-container--default .select2-orange .select2-search--inline .select2-search__field:focus,
1691.select2-orange .select2-container--default.select2-dropdown .select2-search__field:focus,
1692.select2-orange .select2-container--default .select2-dropdown .select2-search__field:focus,
1693.select2-orange .select2-container--default .select2-search--inline .select2-search__field:focus {1694border: 1px solid #fec392;1695}
1696
1697.select2-container--default .select2-orange .select2-results__option--highlighted,
1698.select2-orange .select2-container--default .select2-results__option--highlighted {1699background-color: #fd7e14;1700color: #1f2d3d;1701}
1702
1703.select2-container--default .select2-orange .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-orange .select2-results__option--highlighted[aria-selected]:hover,
1704.select2-orange .select2-container--default .select2-results__option--highlighted[aria-selected],
1705.select2-orange .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1706background-color: #fd7605;1707color: #fff;1708}
1709
1710.select2-container--default .select2-orange .select2-selection--multiple:focus,
1711.select2-orange .select2-container--default .select2-selection--multiple:focus {1712border-color: #fec392;1713}
1714
1715.select2-container--default .select2-orange .select2-selection--multiple .select2-selection__choice,
1716.select2-orange .select2-container--default .select2-selection--multiple .select2-selection__choice {1717background-color: #fd7e14;1718border-color: #f57102;1719color: #1f2d3d;1720}
1721
1722.select2-container--default .select2-orange .select2-selection--multiple .select2-selection__choice__remove,
1723.select2-orange .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1724color: rgba(31, 45, 61, 0.7);1725}
1726
1727.select2-container--default .select2-orange .select2-selection--multiple .select2-selection__choice__remove:hover,
1728.select2-orange .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1729color: #1f2d3d;1730}
1731
1732.select2-container--default .select2-orange.select2-container--focus .select2-selection--multiple,
1733.select2-orange .select2-container--default.select2-container--focus .select2-selection--multiple {1734border-color: #fec392;1735}
1736
1737.select2-yellow + .select2-container--default.select2-container--open .select2-selection--single {1738border-color: #ffe187;1739}
1740
1741.select2-yellow + .select2-container--default.select2-container--focus .select2-selection--single {1742border-color: #ffe187;1743}
1744
1745.select2-container--default .select2-yellow.select2-dropdown .select2-search__field:focus,
1746.select2-container--default .select2-yellow .select2-dropdown .select2-search__field:focus,
1747.select2-container--default .select2-yellow .select2-search--inline .select2-search__field:focus,
1748.select2-yellow .select2-container--default.select2-dropdown .select2-search__field:focus,
1749.select2-yellow .select2-container--default .select2-dropdown .select2-search__field:focus,
1750.select2-yellow .select2-container--default .select2-search--inline .select2-search__field:focus {1751border: 1px solid #ffe187;1752}
1753
1754.select2-container--default .select2-yellow .select2-results__option--highlighted,
1755.select2-yellow .select2-container--default .select2-results__option--highlighted {1756background-color: #ffc107;1757color: #1f2d3d;1758}
1759
1760.select2-container--default .select2-yellow .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-yellow .select2-results__option--highlighted[aria-selected]:hover,
1761.select2-yellow .select2-container--default .select2-results__option--highlighted[aria-selected],
1762.select2-yellow .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1763background-color: #f7b900;1764color: #1f2d3d;1765}
1766
1767.select2-container--default .select2-yellow .select2-selection--multiple:focus,
1768.select2-yellow .select2-container--default .select2-selection--multiple:focus {1769border-color: #ffe187;1770}
1771
1772.select2-container--default .select2-yellow .select2-selection--multiple .select2-selection__choice,
1773.select2-yellow .select2-container--default .select2-selection--multiple .select2-selection__choice {1774background-color: #ffc107;1775border-color: #edb100;1776color: #1f2d3d;1777}
1778
1779.select2-container--default .select2-yellow .select2-selection--multiple .select2-selection__choice__remove,
1780.select2-yellow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1781color: rgba(31, 45, 61, 0.7);1782}
1783
1784.select2-container--default .select2-yellow .select2-selection--multiple .select2-selection__choice__remove:hover,
1785.select2-yellow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1786color: #1f2d3d;1787}
1788
1789.select2-container--default .select2-yellow.select2-container--focus .select2-selection--multiple,
1790.select2-yellow .select2-container--default.select2-container--focus .select2-selection--multiple {1791border-color: #ffe187;1792}
1793
1794.select2-green + .select2-container--default.select2-container--open .select2-selection--single {1795border-color: #71dd8a;1796}
1797
1798.select2-green + .select2-container--default.select2-container--focus .select2-selection--single {1799border-color: #71dd8a;1800}
1801
1802.select2-container--default .select2-green.select2-dropdown .select2-search__field:focus,
1803.select2-container--default .select2-green .select2-dropdown .select2-search__field:focus,
1804.select2-container--default .select2-green .select2-search--inline .select2-search__field:focus,
1805.select2-green .select2-container--default.select2-dropdown .select2-search__field:focus,
1806.select2-green .select2-container--default .select2-dropdown .select2-search__field:focus,
1807.select2-green .select2-container--default .select2-search--inline .select2-search__field:focus {1808border: 1px solid #71dd8a;1809}
1810
1811.select2-container--default .select2-green .select2-results__option--highlighted,
1812.select2-green .select2-container--default .select2-results__option--highlighted {1813background-color: #28a745;1814color: #fff;1815}
1816
1817.select2-container--default .select2-green .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-green .select2-results__option--highlighted[aria-selected]:hover,
1818.select2-green .select2-container--default .select2-results__option--highlighted[aria-selected],
1819.select2-green .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1820background-color: #259b40;1821color: #fff;1822}
1823
1824.select2-container--default .select2-green .select2-selection--multiple:focus,
1825.select2-green .select2-container--default .select2-selection--multiple:focus {1826border-color: #71dd8a;1827}
1828
1829.select2-container--default .select2-green .select2-selection--multiple .select2-selection__choice,
1830.select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice {1831background-color: #28a745;1832border-color: #23923d;1833color: #fff;1834}
1835
1836.select2-container--default .select2-green .select2-selection--multiple .select2-selection__choice__remove,
1837.select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1838color: rgba(255, 255, 255, 0.7);1839}
1840
1841.select2-container--default .select2-green .select2-selection--multiple .select2-selection__choice__remove:hover,
1842.select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1843color: #fff;1844}
1845
1846.select2-container--default .select2-green.select2-container--focus .select2-selection--multiple,
1847.select2-green .select2-container--default.select2-container--focus .select2-selection--multiple {1848border-color: #71dd8a;1849}
1850
1851.select2-teal + .select2-container--default.select2-container--open .select2-selection--single {1852border-color: #7eeaca;1853}
1854
1855.select2-teal + .select2-container--default.select2-container--focus .select2-selection--single {1856border-color: #7eeaca;1857}
1858
1859.select2-container--default .select2-teal.select2-dropdown .select2-search__field:focus,
1860.select2-container--default .select2-teal .select2-dropdown .select2-search__field:focus,
1861.select2-container--default .select2-teal .select2-search--inline .select2-search__field:focus,
1862.select2-teal .select2-container--default.select2-dropdown .select2-search__field:focus,
1863.select2-teal .select2-container--default .select2-dropdown .select2-search__field:focus,
1864.select2-teal .select2-container--default .select2-search--inline .select2-search__field:focus {1865border: 1px solid #7eeaca;1866}
1867
1868.select2-container--default .select2-teal .select2-results__option--highlighted,
1869.select2-teal .select2-container--default .select2-results__option--highlighted {1870background-color: #20c997;1871color: #fff;1872}
1873
1874.select2-container--default .select2-teal .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-teal .select2-results__option--highlighted[aria-selected]:hover,
1875.select2-teal .select2-container--default .select2-results__option--highlighted[aria-selected],
1876.select2-teal .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1877background-color: #1ebc8d;1878color: #fff;1879}
1880
1881.select2-container--default .select2-teal .select2-selection--multiple:focus,
1882.select2-teal .select2-container--default .select2-selection--multiple:focus {1883border-color: #7eeaca;1884}
1885
1886.select2-container--default .select2-teal .select2-selection--multiple .select2-selection__choice,
1887.select2-teal .select2-container--default .select2-selection--multiple .select2-selection__choice {1888background-color: #20c997;1889border-color: #1cb386;1890color: #fff;1891}
1892
1893.select2-container--default .select2-teal .select2-selection--multiple .select2-selection__choice__remove,
1894.select2-teal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1895color: rgba(255, 255, 255, 0.7);1896}
1897
1898.select2-container--default .select2-teal .select2-selection--multiple .select2-selection__choice__remove:hover,
1899.select2-teal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1900color: #fff;1901}
1902
1903.select2-container--default .select2-teal.select2-container--focus .select2-selection--multiple,
1904.select2-teal .select2-container--default.select2-container--focus .select2-selection--multiple {1905border-color: #7eeaca;1906}
1907
1908.select2-cyan + .select2-container--default.select2-container--open .select2-selection--single {1909border-color: #63d9ec;1910}
1911
1912.select2-cyan + .select2-container--default.select2-container--focus .select2-selection--single {1913border-color: #63d9ec;1914}
1915
1916.select2-container--default .select2-cyan.select2-dropdown .select2-search__field:focus,
1917.select2-container--default .select2-cyan .select2-dropdown .select2-search__field:focus,
1918.select2-container--default .select2-cyan .select2-search--inline .select2-search__field:focus,
1919.select2-cyan .select2-container--default.select2-dropdown .select2-search__field:focus,
1920.select2-cyan .select2-container--default .select2-dropdown .select2-search__field:focus,
1921.select2-cyan .select2-container--default .select2-search--inline .select2-search__field:focus {1922border: 1px solid #63d9ec;1923}
1924
1925.select2-container--default .select2-cyan .select2-results__option--highlighted,
1926.select2-cyan .select2-container--default .select2-results__option--highlighted {1927background-color: #17a2b8;1928color: #fff;1929}
1930
1931.select2-container--default .select2-cyan .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-cyan .select2-results__option--highlighted[aria-selected]:hover,
1932.select2-cyan .select2-container--default .select2-results__option--highlighted[aria-selected],
1933.select2-cyan .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1934background-color: #1596aa;1935color: #fff;1936}
1937
1938.select2-container--default .select2-cyan .select2-selection--multiple:focus,
1939.select2-cyan .select2-container--default .select2-selection--multiple:focus {1940border-color: #63d9ec;1941}
1942
1943.select2-container--default .select2-cyan .select2-selection--multiple .select2-selection__choice,
1944.select2-cyan .select2-container--default .select2-selection--multiple .select2-selection__choice {1945background-color: #17a2b8;1946border-color: #148ea1;1947color: #fff;1948}
1949
1950.select2-container--default .select2-cyan .select2-selection--multiple .select2-selection__choice__remove,
1951.select2-cyan .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {1952color: rgba(255, 255, 255, 0.7);1953}
1954
1955.select2-container--default .select2-cyan .select2-selection--multiple .select2-selection__choice__remove:hover,
1956.select2-cyan .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {1957color: #fff;1958}
1959
1960.select2-container--default .select2-cyan.select2-container--focus .select2-selection--multiple,
1961.select2-cyan .select2-container--default.select2-container--focus .select2-selection--multiple {1962border-color: #63d9ec;1963}
1964
1965.select2-white + .select2-container--default.select2-container--open .select2-selection--single {1966border-color: white;1967}
1968
1969.select2-white + .select2-container--default.select2-container--focus .select2-selection--single {1970border-color: white;1971}
1972
1973.select2-container--default .select2-white.select2-dropdown .select2-search__field:focus,
1974.select2-container--default .select2-white .select2-dropdown .select2-search__field:focus,
1975.select2-container--default .select2-white .select2-search--inline .select2-search__field:focus,
1976.select2-white .select2-container--default.select2-dropdown .select2-search__field:focus,
1977.select2-white .select2-container--default .select2-dropdown .select2-search__field:focus,
1978.select2-white .select2-container--default .select2-search--inline .select2-search__field:focus {1979border: 1px solid white;1980}
1981
1982.select2-container--default .select2-white .select2-results__option--highlighted,
1983.select2-white .select2-container--default .select2-results__option--highlighted {1984background-color: #fff;1985color: #1f2d3d;1986}
1987
1988.select2-container--default .select2-white .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-white .select2-results__option--highlighted[aria-selected]:hover,
1989.select2-white .select2-container--default .select2-results__option--highlighted[aria-selected],
1990.select2-white .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {1991background-color: #f7f7f7;1992color: #1f2d3d;1993}
1994
1995.select2-container--default .select2-white .select2-selection--multiple:focus,
1996.select2-white .select2-container--default .select2-selection--multiple:focus {1997border-color: white;1998}
1999
2000.select2-container--default .select2-white .select2-selection--multiple .select2-selection__choice,
2001.select2-white .select2-container--default .select2-selection--multiple .select2-selection__choice {2002background-color: #fff;2003border-color: #f2f2f2;2004color: #1f2d3d;2005}
2006
2007.select2-container--default .select2-white .select2-selection--multiple .select2-selection__choice__remove,
2008.select2-white .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2009color: rgba(31, 45, 61, 0.7);2010}
2011
2012.select2-container--default .select2-white .select2-selection--multiple .select2-selection__choice__remove:hover,
2013.select2-white .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2014color: #1f2d3d;2015}
2016
2017.select2-container--default .select2-white.select2-container--focus .select2-selection--multiple,
2018.select2-white .select2-container--default.select2-container--focus .select2-selection--multiple {2019border-color: white;2020}
2021
2022.select2-gray + .select2-container--default.select2-container--open .select2-selection--single {2023border-color: #afb5ba;2024}
2025
2026.select2-gray + .select2-container--default.select2-container--focus .select2-selection--single {2027border-color: #afb5ba;2028}
2029
2030.select2-container--default .select2-gray.select2-dropdown .select2-search__field:focus,
2031.select2-container--default .select2-gray .select2-dropdown .select2-search__field:focus,
2032.select2-container--default .select2-gray .select2-search--inline .select2-search__field:focus,
2033.select2-gray .select2-container--default.select2-dropdown .select2-search__field:focus,
2034.select2-gray .select2-container--default .select2-dropdown .select2-search__field:focus,
2035.select2-gray .select2-container--default .select2-search--inline .select2-search__field:focus {2036border: 1px solid #afb5ba;2037}
2038
2039.select2-container--default .select2-gray .select2-results__option--highlighted,
2040.select2-gray .select2-container--default .select2-results__option--highlighted {2041background-color: #6c757d;2042color: #fff;2043}
2044
2045.select2-container--default .select2-gray .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-gray .select2-results__option--highlighted[aria-selected]:hover,
2046.select2-gray .select2-container--default .select2-results__option--highlighted[aria-selected],
2047.select2-gray .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2048background-color: #656d75;2049color: #fff;2050}
2051
2052.select2-container--default .select2-gray .select2-selection--multiple:focus,
2053.select2-gray .select2-container--default .select2-selection--multiple:focus {2054border-color: #afb5ba;2055}
2056
2057.select2-container--default .select2-gray .select2-selection--multiple .select2-selection__choice,
2058.select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {2059background-color: #6c757d;2060border-color: #60686f;2061color: #fff;2062}
2063
2064.select2-container--default .select2-gray .select2-selection--multiple .select2-selection__choice__remove,
2065.select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2066color: rgba(255, 255, 255, 0.7);2067}
2068
2069.select2-container--default .select2-gray .select2-selection--multiple .select2-selection__choice__remove:hover,
2070.select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2071color: #fff;2072}
2073
2074.select2-container--default .select2-gray.select2-container--focus .select2-selection--multiple,
2075.select2-gray .select2-container--default.select2-container--focus .select2-selection--multiple {2076border-color: #afb5ba;2077}
2078
2079.select2-gray-dark + .select2-container--default.select2-container--open .select2-selection--single {2080border-color: #6d7a86;2081}
2082
2083.select2-gray-dark + .select2-container--default.select2-container--focus .select2-selection--single {2084border-color: #6d7a86;2085}
2086
2087.select2-container--default .select2-gray-dark.select2-dropdown .select2-search__field:focus,
2088.select2-container--default .select2-gray-dark .select2-dropdown .select2-search__field:focus,
2089.select2-container--default .select2-gray-dark .select2-search--inline .select2-search__field:focus,
2090.select2-gray-dark .select2-container--default.select2-dropdown .select2-search__field:focus,
2091.select2-gray-dark .select2-container--default .select2-dropdown .select2-search__field:focus,
2092.select2-gray-dark .select2-container--default .select2-search--inline .select2-search__field:focus {2093border: 1px solid #6d7a86;2094}
2095
2096.select2-container--default .select2-gray-dark .select2-results__option--highlighted,
2097.select2-gray-dark .select2-container--default .select2-results__option--highlighted {2098background-color: #343a40;2099color: #fff;2100}
2101
2102.select2-container--default .select2-gray-dark .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-gray-dark .select2-results__option--highlighted[aria-selected]:hover,
2103.select2-gray-dark .select2-container--default .select2-results__option--highlighted[aria-selected],
2104.select2-gray-dark .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2105background-color: #2d3238;2106color: #fff;2107}
2108
2109.select2-container--default .select2-gray-dark .select2-selection--multiple:focus,
2110.select2-gray-dark .select2-container--default .select2-selection--multiple:focus {2111border-color: #6d7a86;2112}
2113
2114.select2-container--default .select2-gray-dark .select2-selection--multiple .select2-selection__choice,
2115.select2-gray-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {2116background-color: #343a40;2117border-color: #292d32;2118color: #fff;2119}
2120
2121.select2-container--default .select2-gray-dark .select2-selection--multiple .select2-selection__choice__remove,
2122.select2-gray-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2123color: rgba(255, 255, 255, 0.7);2124}
2125
2126.select2-container--default .select2-gray-dark .select2-selection--multiple .select2-selection__choice__remove:hover,
2127.select2-gray-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2128color: #fff;2129}
2130
2131.select2-container--default .select2-gray-dark.select2-container--focus .select2-selection--multiple,
2132.select2-gray-dark .select2-container--default.select2-container--focus .select2-selection--multiple {2133border-color: #6d7a86;2134}
2135
2136.dark-mode .select2-selection {2137background-color: #343a40;2138border-color: #6c757d;2139}
2140
2141.dark-mode .select2-container--disabled .select2-selection--single {2142background-color: #454d55;2143}
2144
2145.dark-mode .select2-selection--single {2146background-color: #343a40;2147border-color: #6c757d;2148}
2149
2150.dark-mode .select2-selection--single .select2-selection__rendered {2151color: #fff;2152}
2153
2154.dark-mode .select2-dropdown .select2-search__field,
2155.dark-mode .select2-search--inline .select2-search__field {2156background-color: #343a40;2157border-color: #6c757d;2158color: white;2159}
2160
2161.dark-mode .select2-dropdown {2162background-color: #343a40;2163border-color: #6c757d;2164color: white;2165}
2166
2167.dark-mode .select2-results__option[aria-selected="true"] {2168background-color: #3f474e !important;2169color: #dee2e6;2170}
2171
2172.dark-mode .select2-container .select2-search--inline .select2-search__field {2173background-color: transparent;2174color: #fff;2175}
2176
2177.dark-mode .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {2178color: #fff;2179}
2180
2181.dark-mode .select2-primary + .select2-container--default.select2-container--open .select2-selection--single {2182border-color: #85a7ca;2183}
2184
2185.dark-mode .select2-primary + .select2-container--default.select2-container--focus .select2-selection--single {2186border-color: #85a7ca;2187}
2188
2189.select2-container--default .dark-mode .select2-primary.select2-dropdown .select2-search__field:focus,
2190.select2-container--default .dark-mode .select2-primary .select2-dropdown .select2-search__field:focus,
2191.select2-container--default .dark-mode .select2-primary .select2-search--inline .select2-search__field:focus,
2192.dark-mode .select2-primary .select2-container--default.select2-dropdown .select2-search__field:focus,
2193.dark-mode .select2-primary .select2-container--default .select2-dropdown .select2-search__field:focus,
2194.dark-mode .select2-primary .select2-container--default .select2-search--inline .select2-search__field:focus {2195border: 1px solid #85a7ca;2196}
2197
2198.select2-container--default .dark-mode .select2-primary .select2-results__option--highlighted,
2199.dark-mode .select2-primary .select2-container--default .select2-results__option--highlighted {2200background-color: #3f6791;2201color: #fff;2202}
2203
2204.select2-container--default .dark-mode .select2-primary .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-primary .select2-results__option--highlighted[aria-selected]:hover,
2205.dark-mode .select2-primary .select2-container--default .select2-results__option--highlighted[aria-selected],
2206.dark-mode .select2-primary .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2207background-color: #3a5f86;2208color: #fff;2209}
2210
2211.select2-container--default .dark-mode .select2-primary .select2-selection--multiple:focus,
2212.dark-mode .select2-primary .select2-container--default .select2-selection--multiple:focus {2213border-color: #85a7ca;2214}
2215
2216.select2-container--default .dark-mode .select2-primary .select2-selection--multiple .select2-selection__choice,
2217.dark-mode .select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {2218background-color: #3f6791;2219border-color: #375a7f;2220color: #fff;2221}
2222
2223.select2-container--default .dark-mode .select2-primary .select2-selection--multiple .select2-selection__choice__remove,
2224.dark-mode .select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2225color: rgba(255, 255, 255, 0.7);2226}
2227
2228.select2-container--default .dark-mode .select2-primary .select2-selection--multiple .select2-selection__choice__remove:hover,
2229.dark-mode .select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2230color: #fff;2231}
2232
2233.select2-container--default .dark-mode .select2-primary.select2-container--focus .select2-selection--multiple,
2234.dark-mode .select2-primary .select2-container--default.select2-container--focus .select2-selection--multiple {2235border-color: #85a7ca;2236}
2237
2238.dark-mode .select2-secondary + .select2-container--default.select2-container--open .select2-selection--single {2239border-color: #afb5ba;2240}
2241
2242.dark-mode .select2-secondary + .select2-container--default.select2-container--focus .select2-selection--single {2243border-color: #afb5ba;2244}
2245
2246.select2-container--default .dark-mode .select2-secondary.select2-dropdown .select2-search__field:focus,
2247.select2-container--default .dark-mode .select2-secondary .select2-dropdown .select2-search__field:focus,
2248.select2-container--default .dark-mode .select2-secondary .select2-search--inline .select2-search__field:focus,
2249.dark-mode .select2-secondary .select2-container--default.select2-dropdown .select2-search__field:focus,
2250.dark-mode .select2-secondary .select2-container--default .select2-dropdown .select2-search__field:focus,
2251.dark-mode .select2-secondary .select2-container--default .select2-search--inline .select2-search__field:focus {2252border: 1px solid #afb5ba;2253}
2254
2255.select2-container--default .dark-mode .select2-secondary .select2-results__option--highlighted,
2256.dark-mode .select2-secondary .select2-container--default .select2-results__option--highlighted {2257background-color: #6c757d;2258color: #fff;2259}
2260
2261.select2-container--default .dark-mode .select2-secondary .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-secondary .select2-results__option--highlighted[aria-selected]:hover,
2262.dark-mode .select2-secondary .select2-container--default .select2-results__option--highlighted[aria-selected],
2263.dark-mode .select2-secondary .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2264background-color: #656d75;2265color: #fff;2266}
2267
2268.select2-container--default .dark-mode .select2-secondary .select2-selection--multiple:focus,
2269.dark-mode .select2-secondary .select2-container--default .select2-selection--multiple:focus {2270border-color: #afb5ba;2271}
2272
2273.select2-container--default .dark-mode .select2-secondary .select2-selection--multiple .select2-selection__choice,
2274.dark-mode .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {2275background-color: #6c757d;2276border-color: #60686f;2277color: #fff;2278}
2279
2280.select2-container--default .dark-mode .select2-secondary .select2-selection--multiple .select2-selection__choice__remove,
2281.dark-mode .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2282color: rgba(255, 255, 255, 0.7);2283}
2284
2285.select2-container--default .dark-mode .select2-secondary .select2-selection--multiple .select2-selection__choice__remove:hover,
2286.dark-mode .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2287color: #fff;2288}
2289
2290.select2-container--default .dark-mode .select2-secondary.select2-container--focus .select2-selection--multiple,
2291.dark-mode .select2-secondary .select2-container--default.select2-container--focus .select2-selection--multiple {2292border-color: #afb5ba;2293}
2294
2295.dark-mode .select2-success + .select2-container--default.select2-container--open .select2-selection--single {2296border-color: #3dffcd;2297}
2298
2299.dark-mode .select2-success + .select2-container--default.select2-container--focus .select2-selection--single {2300border-color: #3dffcd;2301}
2302
2303.select2-container--default .dark-mode .select2-success.select2-dropdown .select2-search__field:focus,
2304.select2-container--default .dark-mode .select2-success .select2-dropdown .select2-search__field:focus,
2305.select2-container--default .dark-mode .select2-success .select2-search--inline .select2-search__field:focus,
2306.dark-mode .select2-success .select2-container--default.select2-dropdown .select2-search__field:focus,
2307.dark-mode .select2-success .select2-container--default .select2-dropdown .select2-search__field:focus,
2308.dark-mode .select2-success .select2-container--default .select2-search--inline .select2-search__field:focus {2309border: 1px solid #3dffcd;2310}
2311
2312.select2-container--default .dark-mode .select2-success .select2-results__option--highlighted,
2313.dark-mode .select2-success .select2-container--default .select2-results__option--highlighted {2314background-color: #00bc8c;2315color: #fff;2316}
2317
2318.select2-container--default .dark-mode .select2-success .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-success .select2-results__option--highlighted[aria-selected]:hover,
2319.dark-mode .select2-success .select2-container--default .select2-results__option--highlighted[aria-selected],
2320.dark-mode .select2-success .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2321background-color: #00ad81;2322color: #fff;2323}
2324
2325.select2-container--default .dark-mode .select2-success .select2-selection--multiple:focus,
2326.dark-mode .select2-success .select2-container--default .select2-selection--multiple:focus {2327border-color: #3dffcd;2328}
2329
2330.select2-container--default .dark-mode .select2-success .select2-selection--multiple .select2-selection__choice,
2331.dark-mode .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {2332background-color: #00bc8c;2333border-color: #00a379;2334color: #fff;2335}
2336
2337.select2-container--default .dark-mode .select2-success .select2-selection--multiple .select2-selection__choice__remove,
2338.dark-mode .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2339color: rgba(255, 255, 255, 0.7);2340}
2341
2342.select2-container--default .dark-mode .select2-success .select2-selection--multiple .select2-selection__choice__remove:hover,
2343.dark-mode .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2344color: #fff;2345}
2346
2347.select2-container--default .dark-mode .select2-success.select2-container--focus .select2-selection--multiple,
2348.dark-mode .select2-success .select2-container--default.select2-container--focus .select2-selection--multiple {2349border-color: #3dffcd;2350}
2351
2352.dark-mode .select2-info + .select2-container--default.select2-container--open .select2-selection--single {2353border-color: #a0cfee;2354}
2355
2356.dark-mode .select2-info + .select2-container--default.select2-container--focus .select2-selection--single {2357border-color: #a0cfee;2358}
2359
2360.select2-container--default .dark-mode .select2-info.select2-dropdown .select2-search__field:focus,
2361.select2-container--default .dark-mode .select2-info .select2-dropdown .select2-search__field:focus,
2362.select2-container--default .dark-mode .select2-info .select2-search--inline .select2-search__field:focus,
2363.dark-mode .select2-info .select2-container--default.select2-dropdown .select2-search__field:focus,
2364.dark-mode .select2-info .select2-container--default .select2-dropdown .select2-search__field:focus,
2365.dark-mode .select2-info .select2-container--default .select2-search--inline .select2-search__field:focus {2366border: 1px solid #a0cfee;2367}
2368
2369.select2-container--default .dark-mode .select2-info .select2-results__option--highlighted,
2370.dark-mode .select2-info .select2-container--default .select2-results__option--highlighted {2371background-color: #3498db;2372color: #fff;2373}
2374
2375.select2-container--default .dark-mode .select2-info .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-info .select2-results__option--highlighted[aria-selected]:hover,
2376.dark-mode .select2-info .select2-container--default .select2-results__option--highlighted[aria-selected],
2377.dark-mode .select2-info .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2378background-color: #2791d9;2379color: #fff;2380}
2381
2382.select2-container--default .dark-mode .select2-info .select2-selection--multiple:focus,
2383.dark-mode .select2-info .select2-container--default .select2-selection--multiple:focus {2384border-color: #a0cfee;2385}
2386
2387.select2-container--default .dark-mode .select2-info .select2-selection--multiple .select2-selection__choice,
2388.dark-mode .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {2389background-color: #3498db;2390border-color: #258cd1;2391color: #fff;2392}
2393
2394.select2-container--default .dark-mode .select2-info .select2-selection--multiple .select2-selection__choice__remove,
2395.dark-mode .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2396color: rgba(255, 255, 255, 0.7);2397}
2398
2399.select2-container--default .dark-mode .select2-info .select2-selection--multiple .select2-selection__choice__remove:hover,
2400.dark-mode .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2401color: #fff;2402}
2403
2404.select2-container--default .dark-mode .select2-info.select2-container--focus .select2-selection--multiple,
2405.dark-mode .select2-info .select2-container--default.select2-container--focus .select2-selection--multiple {2406border-color: #a0cfee;2407}
2408
2409.dark-mode .select2-warning + .select2-container--default.select2-container--open .select2-selection--single {2410border-color: #f9cf8b;2411}
2412
2413.dark-mode .select2-warning + .select2-container--default.select2-container--focus .select2-selection--single {2414border-color: #f9cf8b;2415}
2416
2417.select2-container--default .dark-mode .select2-warning.select2-dropdown .select2-search__field:focus,
2418.select2-container--default .dark-mode .select2-warning .select2-dropdown .select2-search__field:focus,
2419.select2-container--default .dark-mode .select2-warning .select2-search--inline .select2-search__field:focus,
2420.dark-mode .select2-warning .select2-container--default.select2-dropdown .select2-search__field:focus,
2421.dark-mode .select2-warning .select2-container--default .select2-dropdown .select2-search__field:focus,
2422.dark-mode .select2-warning .select2-container--default .select2-search--inline .select2-search__field:focus {2423border: 1px solid #f9cf8b;2424}
2425
2426.select2-container--default .dark-mode .select2-warning .select2-results__option--highlighted,
2427.dark-mode .select2-warning .select2-container--default .select2-results__option--highlighted {2428background-color: #f39c12;2429color: #1f2d3d;2430}
2431
2432.select2-container--default .dark-mode .select2-warning .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-warning .select2-results__option--highlighted[aria-selected]:hover,
2433.dark-mode .select2-warning .select2-container--default .select2-results__option--highlighted[aria-selected],
2434.dark-mode .select2-warning .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2435background-color: #ea940c;2436color: #1f2d3d;2437}
2438
2439.select2-container--default .dark-mode .select2-warning .select2-selection--multiple:focus,
2440.dark-mode .select2-warning .select2-container--default .select2-selection--multiple:focus {2441border-color: #f9cf8b;2442}
2443
2444.select2-container--default .dark-mode .select2-warning .select2-selection--multiple .select2-selection__choice,
2445.dark-mode .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {2446background-color: #f39c12;2447border-color: #e08e0b;2448color: #1f2d3d;2449}
2450
2451.select2-container--default .dark-mode .select2-warning .select2-selection--multiple .select2-selection__choice__remove,
2452.dark-mode .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2453color: rgba(31, 45, 61, 0.7);2454}
2455
2456.select2-container--default .dark-mode .select2-warning .select2-selection--multiple .select2-selection__choice__remove:hover,
2457.dark-mode .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2458color: #1f2d3d;2459}
2460
2461.select2-container--default .dark-mode .select2-warning.select2-container--focus .select2-selection--multiple,
2462.dark-mode .select2-warning .select2-container--default.select2-container--focus .select2-selection--multiple {2463border-color: #f9cf8b;2464}
2465
2466.dark-mode .select2-danger + .select2-container--default.select2-container--open .select2-selection--single {2467border-color: #f5b4ae;2468}
2469
2470.dark-mode .select2-danger + .select2-container--default.select2-container--focus .select2-selection--single {2471border-color: #f5b4ae;2472}
2473
2474.select2-container--default .dark-mode .select2-danger.select2-dropdown .select2-search__field:focus,
2475.select2-container--default .dark-mode .select2-danger .select2-dropdown .select2-search__field:focus,
2476.select2-container--default .dark-mode .select2-danger .select2-search--inline .select2-search__field:focus,
2477.dark-mode .select2-danger .select2-container--default.select2-dropdown .select2-search__field:focus,
2478.dark-mode .select2-danger .select2-container--default .select2-dropdown .select2-search__field:focus,
2479.dark-mode .select2-danger .select2-container--default .select2-search--inline .select2-search__field:focus {2480border: 1px solid #f5b4ae;2481}
2482
2483.select2-container--default .dark-mode .select2-danger .select2-results__option--highlighted,
2484.dark-mode .select2-danger .select2-container--default .select2-results__option--highlighted {2485background-color: #e74c3c;2486color: #fff;2487}
2488
2489.select2-container--default .dark-mode .select2-danger .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-danger .select2-results__option--highlighted[aria-selected]:hover,
2490.dark-mode .select2-danger .select2-container--default .select2-results__option--highlighted[aria-selected],
2491.dark-mode .select2-danger .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2492background-color: #e53f2e;2493color: #fff;2494}
2495
2496.select2-container--default .dark-mode .select2-danger .select2-selection--multiple:focus,
2497.dark-mode .select2-danger .select2-container--default .select2-selection--multiple:focus {2498border-color: #f5b4ae;2499}
2500
2501.select2-container--default .dark-mode .select2-danger .select2-selection--multiple .select2-selection__choice,
2502.dark-mode .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {2503background-color: #e74c3c;2504border-color: #e43725;2505color: #fff;2506}
2507
2508.select2-container--default .dark-mode .select2-danger .select2-selection--multiple .select2-selection__choice__remove,
2509.dark-mode .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2510color: rgba(255, 255, 255, 0.7);2511}
2512
2513.select2-container--default .dark-mode .select2-danger .select2-selection--multiple .select2-selection__choice__remove:hover,
2514.dark-mode .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2515color: #fff;2516}
2517
2518.select2-container--default .dark-mode .select2-danger.select2-container--focus .select2-selection--multiple,
2519.dark-mode .select2-danger .select2-container--default.select2-container--focus .select2-selection--multiple {2520border-color: #f5b4ae;2521}
2522
2523.dark-mode .select2-light + .select2-container--default.select2-container--open .select2-selection--single {2524border-color: white;2525}
2526
2527.dark-mode .select2-light + .select2-container--default.select2-container--focus .select2-selection--single {2528border-color: white;2529}
2530
2531.select2-container--default .dark-mode .select2-light.select2-dropdown .select2-search__field:focus,
2532.select2-container--default .dark-mode .select2-light .select2-dropdown .select2-search__field:focus,
2533.select2-container--default .dark-mode .select2-light .select2-search--inline .select2-search__field:focus,
2534.dark-mode .select2-light .select2-container--default.select2-dropdown .select2-search__field:focus,
2535.dark-mode .select2-light .select2-container--default .select2-dropdown .select2-search__field:focus,
2536.dark-mode .select2-light .select2-container--default .select2-search--inline .select2-search__field:focus {2537border: 1px solid white;2538}
2539
2540.select2-container--default .dark-mode .select2-light .select2-results__option--highlighted,
2541.dark-mode .select2-light .select2-container--default .select2-results__option--highlighted {2542background-color: #f8f9fa;2543color: #1f2d3d;2544}
2545
2546.select2-container--default .dark-mode .select2-light .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-light .select2-results__option--highlighted[aria-selected]:hover,
2547.dark-mode .select2-light .select2-container--default .select2-results__option--highlighted[aria-selected],
2548.dark-mode .select2-light .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2549background-color: #eff1f4;2550color: #1f2d3d;2551}
2552
2553.select2-container--default .dark-mode .select2-light .select2-selection--multiple:focus,
2554.dark-mode .select2-light .select2-container--default .select2-selection--multiple:focus {2555border-color: white;2556}
2557
2558.select2-container--default .dark-mode .select2-light .select2-selection--multiple .select2-selection__choice,
2559.dark-mode .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {2560background-color: #f8f9fa;2561border-color: #e9ecef;2562color: #1f2d3d;2563}
2564
2565.select2-container--default .dark-mode .select2-light .select2-selection--multiple .select2-selection__choice__remove,
2566.dark-mode .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2567color: rgba(31, 45, 61, 0.7);2568}
2569
2570.select2-container--default .dark-mode .select2-light .select2-selection--multiple .select2-selection__choice__remove:hover,
2571.dark-mode .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2572color: #1f2d3d;2573}
2574
2575.select2-container--default .dark-mode .select2-light.select2-container--focus .select2-selection--multiple,
2576.dark-mode .select2-light .select2-container--default.select2-container--focus .select2-selection--multiple {2577border-color: white;2578}
2579
2580.dark-mode .select2-dark + .select2-container--default.select2-container--open .select2-selection--single {2581border-color: #6d7a86;2582}
2583
2584.dark-mode .select2-dark + .select2-container--default.select2-container--focus .select2-selection--single {2585border-color: #6d7a86;2586}
2587
2588.select2-container--default .dark-mode .select2-dark.select2-dropdown .select2-search__field:focus,
2589.select2-container--default .dark-mode .select2-dark .select2-dropdown .select2-search__field:focus,
2590.select2-container--default .dark-mode .select2-dark .select2-search--inline .select2-search__field:focus,
2591.dark-mode .select2-dark .select2-container--default.select2-dropdown .select2-search__field:focus,
2592.dark-mode .select2-dark .select2-container--default .select2-dropdown .select2-search__field:focus,
2593.dark-mode .select2-dark .select2-container--default .select2-search--inline .select2-search__field:focus {2594border: 1px solid #6d7a86;2595}
2596
2597.select2-container--default .dark-mode .select2-dark .select2-results__option--highlighted,
2598.dark-mode .select2-dark .select2-container--default .select2-results__option--highlighted {2599background-color: #343a40;2600color: #fff;2601}
2602
2603.select2-container--default .dark-mode .select2-dark .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-dark .select2-results__option--highlighted[aria-selected]:hover,
2604.dark-mode .select2-dark .select2-container--default .select2-results__option--highlighted[aria-selected],
2605.dark-mode .select2-dark .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2606background-color: #2d3238;2607color: #fff;2608}
2609
2610.select2-container--default .dark-mode .select2-dark .select2-selection--multiple:focus,
2611.dark-mode .select2-dark .select2-container--default .select2-selection--multiple:focus {2612border-color: #6d7a86;2613}
2614
2615.select2-container--default .dark-mode .select2-dark .select2-selection--multiple .select2-selection__choice,
2616.dark-mode .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {2617background-color: #343a40;2618border-color: #292d32;2619color: #fff;2620}
2621
2622.select2-container--default .dark-mode .select2-dark .select2-selection--multiple .select2-selection__choice__remove,
2623.dark-mode .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2624color: rgba(255, 255, 255, 0.7);2625}
2626
2627.select2-container--default .dark-mode .select2-dark .select2-selection--multiple .select2-selection__choice__remove:hover,
2628.dark-mode .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2629color: #fff;2630}
2631
2632.select2-container--default .dark-mode .select2-dark.select2-container--focus .select2-selection--multiple,
2633.dark-mode .select2-dark .select2-container--default.select2-container--focus .select2-selection--multiple {2634border-color: #6d7a86;2635}
2636
2637.dark-mode .select2-lightblue + .select2-container--default.select2-container--open .select2-selection--single {2638border-color: #e6f1f7;2639}
2640
2641.dark-mode .select2-lightblue + .select2-container--default.select2-container--focus .select2-selection--single {2642border-color: #e6f1f7;2643}
2644
2645.select2-container--default .dark-mode .select2-lightblue.select2-dropdown .select2-search__field:focus,
2646.select2-container--default .dark-mode .select2-lightblue .select2-dropdown .select2-search__field:focus,
2647.select2-container--default .dark-mode .select2-lightblue .select2-search--inline .select2-search__field:focus,
2648.dark-mode .select2-lightblue .select2-container--default.select2-dropdown .select2-search__field:focus,
2649.dark-mode .select2-lightblue .select2-container--default .select2-dropdown .select2-search__field:focus,
2650.dark-mode .select2-lightblue .select2-container--default .select2-search--inline .select2-search__field:focus {2651border: 1px solid #e6f1f7;2652}
2653
2654.select2-container--default .dark-mode .select2-lightblue .select2-results__option--highlighted,
2655.dark-mode .select2-lightblue .select2-container--default .select2-results__option--highlighted {2656background-color: #86bad8;2657color: #1f2d3d;2658}
2659
2660.select2-container--default .dark-mode .select2-lightblue .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-lightblue .select2-results__option--highlighted[aria-selected]:hover,
2661.dark-mode .select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected],
2662.dark-mode .select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2663background-color: #7ab3d5;2664color: #1f2d3d;2665}
2666
2667.select2-container--default .dark-mode .select2-lightblue .select2-selection--multiple:focus,
2668.dark-mode .select2-lightblue .select2-container--default .select2-selection--multiple:focus {2669border-color: #e6f1f7;2670}
2671
2672.select2-container--default .dark-mode .select2-lightblue .select2-selection--multiple .select2-selection__choice,
2673.dark-mode .select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice {2674background-color: #86bad8;2675border-color: #72afd2;2676color: #1f2d3d;2677}
2678
2679.select2-container--default .dark-mode .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove,
2680.dark-mode .select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2681color: rgba(31, 45, 61, 0.7);2682}
2683
2684.select2-container--default .dark-mode .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove:hover,
2685.dark-mode .select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2686color: #1f2d3d;2687}
2688
2689.select2-container--default .dark-mode .select2-lightblue.select2-container--focus .select2-selection--multiple,
2690.dark-mode .select2-lightblue .select2-container--default.select2-container--focus .select2-selection--multiple {2691border-color: #e6f1f7;2692}
2693
2694.dark-mode .select2-navy + .select2-container--default.select2-container--open .select2-selection--single {2695border-color: #006ad8;2696}
2697
2698.dark-mode .select2-navy + .select2-container--default.select2-container--focus .select2-selection--single {2699border-color: #006ad8;2700}
2701
2702.select2-container--default .dark-mode .select2-navy.select2-dropdown .select2-search__field:focus,
2703.select2-container--default .dark-mode .select2-navy .select2-dropdown .select2-search__field:focus,
2704.select2-container--default .dark-mode .select2-navy .select2-search--inline .select2-search__field:focus,
2705.dark-mode .select2-navy .select2-container--default.select2-dropdown .select2-search__field:focus,
2706.dark-mode .select2-navy .select2-container--default .select2-dropdown .select2-search__field:focus,
2707.dark-mode .select2-navy .select2-container--default .select2-search--inline .select2-search__field:focus {2708border: 1px solid #006ad8;2709}
2710
2711.select2-container--default .dark-mode .select2-navy .select2-results__option--highlighted,
2712.dark-mode .select2-navy .select2-container--default .select2-results__option--highlighted {2713background-color: #002c59;2714color: #fff;2715}
2716
2717.select2-container--default .dark-mode .select2-navy .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-navy .select2-results__option--highlighted[aria-selected]:hover,
2718.dark-mode .select2-navy .select2-container--default .select2-results__option--highlighted[aria-selected],
2719.dark-mode .select2-navy .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2720background-color: #002449;2721color: #fff;2722}
2723
2724.select2-container--default .dark-mode .select2-navy .select2-selection--multiple:focus,
2725.dark-mode .select2-navy .select2-container--default .select2-selection--multiple:focus {2726border-color: #006ad8;2727}
2728
2729.select2-container--default .dark-mode .select2-navy .select2-selection--multiple .select2-selection__choice,
2730.dark-mode .select2-navy .select2-container--default .select2-selection--multiple .select2-selection__choice {2731background-color: #002c59;2732border-color: #001f3f;2733color: #fff;2734}
2735
2736.select2-container--default .dark-mode .select2-navy .select2-selection--multiple .select2-selection__choice__remove,
2737.dark-mode .select2-navy .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2738color: rgba(255, 255, 255, 0.7);2739}
2740
2741.select2-container--default .dark-mode .select2-navy .select2-selection--multiple .select2-selection__choice__remove:hover,
2742.dark-mode .select2-navy .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2743color: #fff;2744}
2745
2746.select2-container--default .dark-mode .select2-navy.select2-container--focus .select2-selection--multiple,
2747.dark-mode .select2-navy .select2-container--default.select2-container--focus .select2-selection--multiple {2748border-color: #006ad8;2749}
2750
2751.dark-mode .select2-olive + .select2-container--default.select2-container--open .select2-selection--single {2752border-color: #cfecdf;2753}
2754
2755.dark-mode .select2-olive + .select2-container--default.select2-container--focus .select2-selection--single {2756border-color: #cfecdf;2757}
2758
2759.select2-container--default .dark-mode .select2-olive.select2-dropdown .select2-search__field:focus,
2760.select2-container--default .dark-mode .select2-olive .select2-dropdown .select2-search__field:focus,
2761.select2-container--default .dark-mode .select2-olive .select2-search--inline .select2-search__field:focus,
2762.dark-mode .select2-olive .select2-container--default.select2-dropdown .select2-search__field:focus,
2763.dark-mode .select2-olive .select2-container--default .select2-dropdown .select2-search__field:focus,
2764.dark-mode .select2-olive .select2-container--default .select2-search--inline .select2-search__field:focus {2765border: 1px solid #cfecdf;2766}
2767
2768.select2-container--default .dark-mode .select2-olive .select2-results__option--highlighted,
2769.dark-mode .select2-olive .select2-container--default .select2-results__option--highlighted {2770background-color: #74c8a3;2771color: #1f2d3d;2772}
2773
2774.select2-container--default .dark-mode .select2-olive .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-olive .select2-results__option--highlighted[aria-selected]:hover,
2775.dark-mode .select2-olive .select2-container--default .select2-results__option--highlighted[aria-selected],
2776.dark-mode .select2-olive .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2777background-color: #69c39b;2778color: #1f2d3d;2779}
2780
2781.select2-container--default .dark-mode .select2-olive .select2-selection--multiple:focus,
2782.dark-mode .select2-olive .select2-container--default .select2-selection--multiple:focus {2783border-color: #cfecdf;2784}
2785
2786.select2-container--default .dark-mode .select2-olive .select2-selection--multiple .select2-selection__choice,
2787.dark-mode .select2-olive .select2-container--default .select2-selection--multiple .select2-selection__choice {2788background-color: #74c8a3;2789border-color: #62c096;2790color: #1f2d3d;2791}
2792
2793.select2-container--default .dark-mode .select2-olive .select2-selection--multiple .select2-selection__choice__remove,
2794.dark-mode .select2-olive .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2795color: rgba(31, 45, 61, 0.7);2796}
2797
2798.select2-container--default .dark-mode .select2-olive .select2-selection--multiple .select2-selection__choice__remove:hover,
2799.dark-mode .select2-olive .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2800color: #1f2d3d;2801}
2802
2803.select2-container--default .dark-mode .select2-olive.select2-container--focus .select2-selection--multiple,
2804.dark-mode .select2-olive .select2-container--default.select2-container--focus .select2-selection--multiple {2805border-color: #cfecdf;2806}
2807
2808.dark-mode .select2-lime + .select2-container--default.select2-container--open .select2-selection--single {2809border-color: #e7fff1;2810}
2811
2812.dark-mode .select2-lime + .select2-container--default.select2-container--focus .select2-selection--single {2813border-color: #e7fff1;2814}
2815
2816.select2-container--default .dark-mode .select2-lime.select2-dropdown .select2-search__field:focus,
2817.select2-container--default .dark-mode .select2-lime .select2-dropdown .select2-search__field:focus,
2818.select2-container--default .dark-mode .select2-lime .select2-search--inline .select2-search__field:focus,
2819.dark-mode .select2-lime .select2-container--default.select2-dropdown .select2-search__field:focus,
2820.dark-mode .select2-lime .select2-container--default .select2-dropdown .select2-search__field:focus,
2821.dark-mode .select2-lime .select2-container--default .select2-search--inline .select2-search__field:focus {2822border: 1px solid #e7fff1;2823}
2824
2825.select2-container--default .dark-mode .select2-lime .select2-results__option--highlighted,
2826.dark-mode .select2-lime .select2-container--default .select2-results__option--highlighted {2827background-color: #67ffa9;2828color: #1f2d3d;2829}
2830
2831.select2-container--default .dark-mode .select2-lime .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-lime .select2-results__option--highlighted[aria-selected]:hover,
2832.dark-mode .select2-lime .select2-container--default .select2-results__option--highlighted[aria-selected],
2833.dark-mode .select2-lime .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2834background-color: #58ffa1;2835color: #1f2d3d;2836}
2837
2838.select2-container--default .dark-mode .select2-lime .select2-selection--multiple:focus,
2839.dark-mode .select2-lime .select2-container--default .select2-selection--multiple:focus {2840border-color: #e7fff1;2841}
2842
2843.select2-container--default .dark-mode .select2-lime .select2-selection--multiple .select2-selection__choice,
2844.dark-mode .select2-lime .select2-container--default .select2-selection--multiple .select2-selection__choice {2845background-color: #67ffa9;2846border-color: #4eff9b;2847color: #1f2d3d;2848}
2849
2850.select2-container--default .dark-mode .select2-lime .select2-selection--multiple .select2-selection__choice__remove,
2851.dark-mode .select2-lime .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2852color: rgba(31, 45, 61, 0.7);2853}
2854
2855.select2-container--default .dark-mode .select2-lime .select2-selection--multiple .select2-selection__choice__remove:hover,
2856.dark-mode .select2-lime .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2857color: #1f2d3d;2858}
2859
2860.select2-container--default .dark-mode .select2-lime.select2-container--focus .select2-selection--multiple,
2861.dark-mode .select2-lime .select2-container--default.select2-container--focus .select2-selection--multiple {2862border-color: #e7fff1;2863}
2864
2865.dark-mode .select2-fuchsia + .select2-container--default.select2-container--open .select2-selection--single {2866border-color: #feeaf9;2867}
2868
2869.dark-mode .select2-fuchsia + .select2-container--default.select2-container--focus .select2-selection--single {2870border-color: #feeaf9;2871}
2872
2873.select2-container--default .dark-mode .select2-fuchsia.select2-dropdown .select2-search__field:focus,
2874.select2-container--default .dark-mode .select2-fuchsia .select2-dropdown .select2-search__field:focus,
2875.select2-container--default .dark-mode .select2-fuchsia .select2-search--inline .select2-search__field:focus,
2876.dark-mode .select2-fuchsia .select2-container--default.select2-dropdown .select2-search__field:focus,
2877.dark-mode .select2-fuchsia .select2-container--default .select2-dropdown .select2-search__field:focus,
2878.dark-mode .select2-fuchsia .select2-container--default .select2-search--inline .select2-search__field:focus {2879border: 1px solid #feeaf9;2880}
2881
2882.select2-container--default .dark-mode .select2-fuchsia .select2-results__option--highlighted,
2883.dark-mode .select2-fuchsia .select2-container--default .select2-results__option--highlighted {2884background-color: #f672d8;2885color: #1f2d3d;2886}
2887
2888.select2-container--default .dark-mode .select2-fuchsia .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-fuchsia .select2-results__option--highlighted[aria-selected]:hover,
2889.dark-mode .select2-fuchsia .select2-container--default .select2-results__option--highlighted[aria-selected],
2890.dark-mode .select2-fuchsia .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2891background-color: #f564d4;2892color: #1f2d3d;2893}
2894
2895.select2-container--default .dark-mode .select2-fuchsia .select2-selection--multiple:focus,
2896.dark-mode .select2-fuchsia .select2-container--default .select2-selection--multiple:focus {2897border-color: #feeaf9;2898}
2899
2900.select2-container--default .dark-mode .select2-fuchsia .select2-selection--multiple .select2-selection__choice,
2901.dark-mode .select2-fuchsia .select2-container--default .select2-selection--multiple .select2-selection__choice {2902background-color: #f672d8;2903border-color: #f55ad2;2904color: #1f2d3d;2905}
2906
2907.select2-container--default .dark-mode .select2-fuchsia .select2-selection--multiple .select2-selection__choice__remove,
2908.dark-mode .select2-fuchsia .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2909color: rgba(31, 45, 61, 0.7);2910}
2911
2912.select2-container--default .dark-mode .select2-fuchsia .select2-selection--multiple .select2-selection__choice__remove:hover,
2913.dark-mode .select2-fuchsia .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2914color: #1f2d3d;2915}
2916
2917.select2-container--default .dark-mode .select2-fuchsia.select2-container--focus .select2-selection--multiple,
2918.dark-mode .select2-fuchsia .select2-container--default.select2-container--focus .select2-selection--multiple {2919border-color: #feeaf9;2920}
2921
2922.dark-mode .select2-maroon + .select2-container--default.select2-container--open .select2-selection--single {2923border-color: #fbdee8;2924}
2925
2926.dark-mode .select2-maroon + .select2-container--default.select2-container--focus .select2-selection--single {2927border-color: #fbdee8;2928}
2929
2930.select2-container--default .dark-mode .select2-maroon.select2-dropdown .select2-search__field:focus,
2931.select2-container--default .dark-mode .select2-maroon .select2-dropdown .select2-search__field:focus,
2932.select2-container--default .dark-mode .select2-maroon .select2-search--inline .select2-search__field:focus,
2933.dark-mode .select2-maroon .select2-container--default.select2-dropdown .select2-search__field:focus,
2934.dark-mode .select2-maroon .select2-container--default .select2-dropdown .select2-search__field:focus,
2935.dark-mode .select2-maroon .select2-container--default .select2-search--inline .select2-search__field:focus {2936border: 1px solid #fbdee8;2937}
2938
2939.select2-container--default .dark-mode .select2-maroon .select2-results__option--highlighted,
2940.dark-mode .select2-maroon .select2-container--default .select2-results__option--highlighted {2941background-color: #ed6c9b;2942color: #1f2d3d;2943}
2944
2945.select2-container--default .dark-mode .select2-maroon .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-maroon .select2-results__option--highlighted[aria-selected]:hover,
2946.dark-mode .select2-maroon .select2-container--default .select2-results__option--highlighted[aria-selected],
2947.dark-mode .select2-maroon .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {2948background-color: #eb5f92;2949color: #fff;2950}
2951
2952.select2-container--default .dark-mode .select2-maroon .select2-selection--multiple:focus,
2953.dark-mode .select2-maroon .select2-container--default .select2-selection--multiple:focus {2954border-color: #fbdee8;2955}
2956
2957.select2-container--default .dark-mode .select2-maroon .select2-selection--multiple .select2-selection__choice,
2958.dark-mode .select2-maroon .select2-container--default .select2-selection--multiple .select2-selection__choice {2959background-color: #ed6c9b;2960border-color: #ea568c;2961color: #1f2d3d;2962}
2963
2964.select2-container--default .dark-mode .select2-maroon .select2-selection--multiple .select2-selection__choice__remove,
2965.dark-mode .select2-maroon .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {2966color: rgba(31, 45, 61, 0.7);2967}
2968
2969.select2-container--default .dark-mode .select2-maroon .select2-selection--multiple .select2-selection__choice__remove:hover,
2970.dark-mode .select2-maroon .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {2971color: #1f2d3d;2972}
2973
2974.select2-container--default .dark-mode .select2-maroon.select2-container--focus .select2-selection--multiple,
2975.dark-mode .select2-maroon .select2-container--default.select2-container--focus .select2-selection--multiple {2976border-color: #fbdee8;2977}
2978
2979.dark-mode .select2-blue + .select2-container--default.select2-container--open .select2-selection--single {2980border-color: #85a7ca;2981}
2982
2983.dark-mode .select2-blue + .select2-container--default.select2-container--focus .select2-selection--single {2984border-color: #85a7ca;2985}
2986
2987.select2-container--default .dark-mode .select2-blue.select2-dropdown .select2-search__field:focus,
2988.select2-container--default .dark-mode .select2-blue .select2-dropdown .select2-search__field:focus,
2989.select2-container--default .dark-mode .select2-blue .select2-search--inline .select2-search__field:focus,
2990.dark-mode .select2-blue .select2-container--default.select2-dropdown .select2-search__field:focus,
2991.dark-mode .select2-blue .select2-container--default .select2-dropdown .select2-search__field:focus,
2992.dark-mode .select2-blue .select2-container--default .select2-search--inline .select2-search__field:focus {2993border: 1px solid #85a7ca;2994}
2995
2996.select2-container--default .dark-mode .select2-blue .select2-results__option--highlighted,
2997.dark-mode .select2-blue .select2-container--default .select2-results__option--highlighted {2998background-color: #3f6791;2999color: #fff;3000}
3001
3002.select2-container--default .dark-mode .select2-blue .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-blue .select2-results__option--highlighted[aria-selected]:hover,
3003.dark-mode .select2-blue .select2-container--default .select2-results__option--highlighted[aria-selected],
3004.dark-mode .select2-blue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3005background-color: #3a5f86;3006color: #fff;3007}
3008
3009.select2-container--default .dark-mode .select2-blue .select2-selection--multiple:focus,
3010.dark-mode .select2-blue .select2-container--default .select2-selection--multiple:focus {3011border-color: #85a7ca;3012}
3013
3014.select2-container--default .dark-mode .select2-blue .select2-selection--multiple .select2-selection__choice,
3015.dark-mode .select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice {3016background-color: #3f6791;3017border-color: #375a7f;3018color: #fff;3019}
3020
3021.select2-container--default .dark-mode .select2-blue .select2-selection--multiple .select2-selection__choice__remove,
3022.dark-mode .select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3023color: rgba(255, 255, 255, 0.7);3024}
3025
3026.select2-container--default .dark-mode .select2-blue .select2-selection--multiple .select2-selection__choice__remove:hover,
3027.dark-mode .select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3028color: #fff;3029}
3030
3031.select2-container--default .dark-mode .select2-blue.select2-container--focus .select2-selection--multiple,
3032.dark-mode .select2-blue .select2-container--default.select2-container--focus .select2-selection--multiple {3033border-color: #85a7ca;3034}
3035
3036.dark-mode .select2-indigo + .select2-container--default.select2-container--open .select2-selection--single {3037border-color: #b389f9;3038}
3039
3040.dark-mode .select2-indigo + .select2-container--default.select2-container--focus .select2-selection--single {3041border-color: #b389f9;3042}
3043
3044.select2-container--default .dark-mode .select2-indigo.select2-dropdown .select2-search__field:focus,
3045.select2-container--default .dark-mode .select2-indigo .select2-dropdown .select2-search__field:focus,
3046.select2-container--default .dark-mode .select2-indigo .select2-search--inline .select2-search__field:focus,
3047.dark-mode .select2-indigo .select2-container--default.select2-dropdown .select2-search__field:focus,
3048.dark-mode .select2-indigo .select2-container--default .select2-dropdown .select2-search__field:focus,
3049.dark-mode .select2-indigo .select2-container--default .select2-search--inline .select2-search__field:focus {3050border: 1px solid #b389f9;3051}
3052
3053.select2-container--default .dark-mode .select2-indigo .select2-results__option--highlighted,
3054.dark-mode .select2-indigo .select2-container--default .select2-results__option--highlighted {3055background-color: #6610f2;3056color: #fff;3057}
3058
3059.select2-container--default .dark-mode .select2-indigo .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-indigo .select2-results__option--highlighted[aria-selected]:hover,
3060.dark-mode .select2-indigo .select2-container--default .select2-results__option--highlighted[aria-selected],
3061.dark-mode .select2-indigo .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3062background-color: #5f0de6;3063color: #fff;3064}
3065
3066.select2-container--default .dark-mode .select2-indigo .select2-selection--multiple:focus,
3067.dark-mode .select2-indigo .select2-container--default .select2-selection--multiple:focus {3068border-color: #b389f9;3069}
3070
3071.select2-container--default .dark-mode .select2-indigo .select2-selection--multiple .select2-selection__choice,
3072.dark-mode .select2-indigo .select2-container--default .select2-selection--multiple .select2-selection__choice {3073background-color: #6610f2;3074border-color: #5b0cdd;3075color: #fff;3076}
3077
3078.select2-container--default .dark-mode .select2-indigo .select2-selection--multiple .select2-selection__choice__remove,
3079.dark-mode .select2-indigo .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3080color: rgba(255, 255, 255, 0.7);3081}
3082
3083.select2-container--default .dark-mode .select2-indigo .select2-selection--multiple .select2-selection__choice__remove:hover,
3084.dark-mode .select2-indigo .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3085color: #fff;3086}
3087
3088.select2-container--default .dark-mode .select2-indigo.select2-container--focus .select2-selection--multiple,
3089.dark-mode .select2-indigo .select2-container--default.select2-container--focus .select2-selection--multiple {3090border-color: #b389f9;3091}
3092
3093.dark-mode .select2-purple + .select2-container--default.select2-container--open .select2-selection--single {3094border-color: #b8a2e0;3095}
3096
3097.dark-mode .select2-purple + .select2-container--default.select2-container--focus .select2-selection--single {3098border-color: #b8a2e0;3099}
3100
3101.select2-container--default .dark-mode .select2-purple.select2-dropdown .select2-search__field:focus,
3102.select2-container--default .dark-mode .select2-purple .select2-dropdown .select2-search__field:focus,
3103.select2-container--default .dark-mode .select2-purple .select2-search--inline .select2-search__field:focus,
3104.dark-mode .select2-purple .select2-container--default.select2-dropdown .select2-search__field:focus,
3105.dark-mode .select2-purple .select2-container--default .select2-dropdown .select2-search__field:focus,
3106.dark-mode .select2-purple .select2-container--default .select2-search--inline .select2-search__field:focus {3107border: 1px solid #b8a2e0;3108}
3109
3110.select2-container--default .dark-mode .select2-purple .select2-results__option--highlighted,
3111.dark-mode .select2-purple .select2-container--default .select2-results__option--highlighted {3112background-color: #6f42c1;3113color: #fff;3114}
3115
3116.select2-container--default .dark-mode .select2-purple .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-purple .select2-results__option--highlighted[aria-selected]:hover,
3117.dark-mode .select2-purple .select2-container--default .select2-results__option--highlighted[aria-selected],
3118.dark-mode .select2-purple .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3119background-color: #683cb8;3120color: #fff;3121}
3122
3123.select2-container--default .dark-mode .select2-purple .select2-selection--multiple:focus,
3124.dark-mode .select2-purple .select2-container--default .select2-selection--multiple:focus {3125border-color: #b8a2e0;3126}
3127
3128.select2-container--default .dark-mode .select2-purple .select2-selection--multiple .select2-selection__choice,
3129.dark-mode .select2-purple .select2-container--default .select2-selection--multiple .select2-selection__choice {3130background-color: #6f42c1;3131border-color: #643ab0;3132color: #fff;3133}
3134
3135.select2-container--default .dark-mode .select2-purple .select2-selection--multiple .select2-selection__choice__remove,
3136.dark-mode .select2-purple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3137color: rgba(255, 255, 255, 0.7);3138}
3139
3140.select2-container--default .dark-mode .select2-purple .select2-selection--multiple .select2-selection__choice__remove:hover,
3141.dark-mode .select2-purple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3142color: #fff;3143}
3144
3145.select2-container--default .dark-mode .select2-purple.select2-container--focus .select2-selection--multiple,
3146.dark-mode .select2-purple .select2-container--default.select2-container--focus .select2-selection--multiple {3147border-color: #b8a2e0;3148}
3149
3150.dark-mode .select2-pink + .select2-container--default.select2-container--open .select2-selection--single {3151border-color: #f6b0d0;3152}
3153
3154.dark-mode .select2-pink + .select2-container--default.select2-container--focus .select2-selection--single {3155border-color: #f6b0d0;3156}
3157
3158.select2-container--default .dark-mode .select2-pink.select2-dropdown .select2-search__field:focus,
3159.select2-container--default .dark-mode .select2-pink .select2-dropdown .select2-search__field:focus,
3160.select2-container--default .dark-mode .select2-pink .select2-search--inline .select2-search__field:focus,
3161.dark-mode .select2-pink .select2-container--default.select2-dropdown .select2-search__field:focus,
3162.dark-mode .select2-pink .select2-container--default .select2-dropdown .select2-search__field:focus,
3163.dark-mode .select2-pink .select2-container--default .select2-search--inline .select2-search__field:focus {3164border: 1px solid #f6b0d0;3165}
3166
3167.select2-container--default .dark-mode .select2-pink .select2-results__option--highlighted,
3168.dark-mode .select2-pink .select2-container--default .select2-results__option--highlighted {3169background-color: #e83e8c;3170color: #fff;3171}
3172
3173.select2-container--default .dark-mode .select2-pink .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-pink .select2-results__option--highlighted[aria-selected]:hover,
3174.dark-mode .select2-pink .select2-container--default .select2-results__option--highlighted[aria-selected],
3175.dark-mode .select2-pink .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3176background-color: #e63084;3177color: #fff;3178}
3179
3180.select2-container--default .dark-mode .select2-pink .select2-selection--multiple:focus,
3181.dark-mode .select2-pink .select2-container--default .select2-selection--multiple:focus {3182border-color: #f6b0d0;3183}
3184
3185.select2-container--default .dark-mode .select2-pink .select2-selection--multiple .select2-selection__choice,
3186.dark-mode .select2-pink .select2-container--default .select2-selection--multiple .select2-selection__choice {3187background-color: #e83e8c;3188border-color: #e5277e;3189color: #fff;3190}
3191
3192.select2-container--default .dark-mode .select2-pink .select2-selection--multiple .select2-selection__choice__remove,
3193.dark-mode .select2-pink .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3194color: rgba(255, 255, 255, 0.7);3195}
3196
3197.select2-container--default .dark-mode .select2-pink .select2-selection--multiple .select2-selection__choice__remove:hover,
3198.dark-mode .select2-pink .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3199color: #fff;3200}
3201
3202.select2-container--default .dark-mode .select2-pink.select2-container--focus .select2-selection--multiple,
3203.dark-mode .select2-pink .select2-container--default.select2-container--focus .select2-selection--multiple {3204border-color: #f6b0d0;3205}
3206
3207.dark-mode .select2-red + .select2-container--default.select2-container--open .select2-selection--single {3208border-color: #f5b4ae;3209}
3210
3211.dark-mode .select2-red + .select2-container--default.select2-container--focus .select2-selection--single {3212border-color: #f5b4ae;3213}
3214
3215.select2-container--default .dark-mode .select2-red.select2-dropdown .select2-search__field:focus,
3216.select2-container--default .dark-mode .select2-red .select2-dropdown .select2-search__field:focus,
3217.select2-container--default .dark-mode .select2-red .select2-search--inline .select2-search__field:focus,
3218.dark-mode .select2-red .select2-container--default.select2-dropdown .select2-search__field:focus,
3219.dark-mode .select2-red .select2-container--default .select2-dropdown .select2-search__field:focus,
3220.dark-mode .select2-red .select2-container--default .select2-search--inline .select2-search__field:focus {3221border: 1px solid #f5b4ae;3222}
3223
3224.select2-container--default .dark-mode .select2-red .select2-results__option--highlighted,
3225.dark-mode .select2-red .select2-container--default .select2-results__option--highlighted {3226background-color: #e74c3c;3227color: #fff;3228}
3229
3230.select2-container--default .dark-mode .select2-red .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-red .select2-results__option--highlighted[aria-selected]:hover,
3231.dark-mode .select2-red .select2-container--default .select2-results__option--highlighted[aria-selected],
3232.dark-mode .select2-red .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3233background-color: #e53f2e;3234color: #fff;3235}
3236
3237.select2-container--default .dark-mode .select2-red .select2-selection--multiple:focus,
3238.dark-mode .select2-red .select2-container--default .select2-selection--multiple:focus {3239border-color: #f5b4ae;3240}
3241
3242.select2-container--default .dark-mode .select2-red .select2-selection--multiple .select2-selection__choice,
3243.dark-mode .select2-red .select2-container--default .select2-selection--multiple .select2-selection__choice {3244background-color: #e74c3c;3245border-color: #e43725;3246color: #fff;3247}
3248
3249.select2-container--default .dark-mode .select2-red .select2-selection--multiple .select2-selection__choice__remove,
3250.dark-mode .select2-red .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3251color: rgba(255, 255, 255, 0.7);3252}
3253
3254.select2-container--default .dark-mode .select2-red .select2-selection--multiple .select2-selection__choice__remove:hover,
3255.dark-mode .select2-red .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3256color: #fff;3257}
3258
3259.select2-container--default .dark-mode .select2-red.select2-container--focus .select2-selection--multiple,
3260.dark-mode .select2-red .select2-container--default.select2-container--focus .select2-selection--multiple {3261border-color: #f5b4ae;3262}
3263
3264.dark-mode .select2-orange + .select2-container--default.select2-container--open .select2-selection--single {3265border-color: #fec392;3266}
3267
3268.dark-mode .select2-orange + .select2-container--default.select2-container--focus .select2-selection--single {3269border-color: #fec392;3270}
3271
3272.select2-container--default .dark-mode .select2-orange.select2-dropdown .select2-search__field:focus,
3273.select2-container--default .dark-mode .select2-orange .select2-dropdown .select2-search__field:focus,
3274.select2-container--default .dark-mode .select2-orange .select2-search--inline .select2-search__field:focus,
3275.dark-mode .select2-orange .select2-container--default.select2-dropdown .select2-search__field:focus,
3276.dark-mode .select2-orange .select2-container--default .select2-dropdown .select2-search__field:focus,
3277.dark-mode .select2-orange .select2-container--default .select2-search--inline .select2-search__field:focus {3278border: 1px solid #fec392;3279}
3280
3281.select2-container--default .dark-mode .select2-orange .select2-results__option--highlighted,
3282.dark-mode .select2-orange .select2-container--default .select2-results__option--highlighted {3283background-color: #fd7e14;3284color: #1f2d3d;3285}
3286
3287.select2-container--default .dark-mode .select2-orange .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-orange .select2-results__option--highlighted[aria-selected]:hover,
3288.dark-mode .select2-orange .select2-container--default .select2-results__option--highlighted[aria-selected],
3289.dark-mode .select2-orange .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3290background-color: #fd7605;3291color: #fff;3292}
3293
3294.select2-container--default .dark-mode .select2-orange .select2-selection--multiple:focus,
3295.dark-mode .select2-orange .select2-container--default .select2-selection--multiple:focus {3296border-color: #fec392;3297}
3298
3299.select2-container--default .dark-mode .select2-orange .select2-selection--multiple .select2-selection__choice,
3300.dark-mode .select2-orange .select2-container--default .select2-selection--multiple .select2-selection__choice {3301background-color: #fd7e14;3302border-color: #f57102;3303color: #1f2d3d;3304}
3305
3306.select2-container--default .dark-mode .select2-orange .select2-selection--multiple .select2-selection__choice__remove,
3307.dark-mode .select2-orange .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3308color: rgba(31, 45, 61, 0.7);3309}
3310
3311.select2-container--default .dark-mode .select2-orange .select2-selection--multiple .select2-selection__choice__remove:hover,
3312.dark-mode .select2-orange .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3313color: #1f2d3d;3314}
3315
3316.select2-container--default .dark-mode .select2-orange.select2-container--focus .select2-selection--multiple,
3317.dark-mode .select2-orange .select2-container--default.select2-container--focus .select2-selection--multiple {3318border-color: #fec392;3319}
3320
3321.dark-mode .select2-yellow + .select2-container--default.select2-container--open .select2-selection--single {3322border-color: #f9cf8b;3323}
3324
3325.dark-mode .select2-yellow + .select2-container--default.select2-container--focus .select2-selection--single {3326border-color: #f9cf8b;3327}
3328
3329.select2-container--default .dark-mode .select2-yellow.select2-dropdown .select2-search__field:focus,
3330.select2-container--default .dark-mode .select2-yellow .select2-dropdown .select2-search__field:focus,
3331.select2-container--default .dark-mode .select2-yellow .select2-search--inline .select2-search__field:focus,
3332.dark-mode .select2-yellow .select2-container--default.select2-dropdown .select2-search__field:focus,
3333.dark-mode .select2-yellow .select2-container--default .select2-dropdown .select2-search__field:focus,
3334.dark-mode .select2-yellow .select2-container--default .select2-search--inline .select2-search__field:focus {3335border: 1px solid #f9cf8b;3336}
3337
3338.select2-container--default .dark-mode .select2-yellow .select2-results__option--highlighted,
3339.dark-mode .select2-yellow .select2-container--default .select2-results__option--highlighted {3340background-color: #f39c12;3341color: #1f2d3d;3342}
3343
3344.select2-container--default .dark-mode .select2-yellow .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-yellow .select2-results__option--highlighted[aria-selected]:hover,
3345.dark-mode .select2-yellow .select2-container--default .select2-results__option--highlighted[aria-selected],
3346.dark-mode .select2-yellow .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3347background-color: #ea940c;3348color: #1f2d3d;3349}
3350
3351.select2-container--default .dark-mode .select2-yellow .select2-selection--multiple:focus,
3352.dark-mode .select2-yellow .select2-container--default .select2-selection--multiple:focus {3353border-color: #f9cf8b;3354}
3355
3356.select2-container--default .dark-mode .select2-yellow .select2-selection--multiple .select2-selection__choice,
3357.dark-mode .select2-yellow .select2-container--default .select2-selection--multiple .select2-selection__choice {3358background-color: #f39c12;3359border-color: #e08e0b;3360color: #1f2d3d;3361}
3362
3363.select2-container--default .dark-mode .select2-yellow .select2-selection--multiple .select2-selection__choice__remove,
3364.dark-mode .select2-yellow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3365color: rgba(31, 45, 61, 0.7);3366}
3367
3368.select2-container--default .dark-mode .select2-yellow .select2-selection--multiple .select2-selection__choice__remove:hover,
3369.dark-mode .select2-yellow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3370color: #1f2d3d;3371}
3372
3373.select2-container--default .dark-mode .select2-yellow.select2-container--focus .select2-selection--multiple,
3374.dark-mode .select2-yellow .select2-container--default.select2-container--focus .select2-selection--multiple {3375border-color: #f9cf8b;3376}
3377
3378.dark-mode .select2-green + .select2-container--default.select2-container--open .select2-selection--single {3379border-color: #3dffcd;3380}
3381
3382.dark-mode .select2-green + .select2-container--default.select2-container--focus .select2-selection--single {3383border-color: #3dffcd;3384}
3385
3386.select2-container--default .dark-mode .select2-green.select2-dropdown .select2-search__field:focus,
3387.select2-container--default .dark-mode .select2-green .select2-dropdown .select2-search__field:focus,
3388.select2-container--default .dark-mode .select2-green .select2-search--inline .select2-search__field:focus,
3389.dark-mode .select2-green .select2-container--default.select2-dropdown .select2-search__field:focus,
3390.dark-mode .select2-green .select2-container--default .select2-dropdown .select2-search__field:focus,
3391.dark-mode .select2-green .select2-container--default .select2-search--inline .select2-search__field:focus {3392border: 1px solid #3dffcd;3393}
3394
3395.select2-container--default .dark-mode .select2-green .select2-results__option--highlighted,
3396.dark-mode .select2-green .select2-container--default .select2-results__option--highlighted {3397background-color: #00bc8c;3398color: #fff;3399}
3400
3401.select2-container--default .dark-mode .select2-green .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-green .select2-results__option--highlighted[aria-selected]:hover,
3402.dark-mode .select2-green .select2-container--default .select2-results__option--highlighted[aria-selected],
3403.dark-mode .select2-green .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3404background-color: #00ad81;3405color: #fff;3406}
3407
3408.select2-container--default .dark-mode .select2-green .select2-selection--multiple:focus,
3409.dark-mode .select2-green .select2-container--default .select2-selection--multiple:focus {3410border-color: #3dffcd;3411}
3412
3413.select2-container--default .dark-mode .select2-green .select2-selection--multiple .select2-selection__choice,
3414.dark-mode .select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice {3415background-color: #00bc8c;3416border-color: #00a379;3417color: #fff;3418}
3419
3420.select2-container--default .dark-mode .select2-green .select2-selection--multiple .select2-selection__choice__remove,
3421.dark-mode .select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3422color: rgba(255, 255, 255, 0.7);3423}
3424
3425.select2-container--default .dark-mode .select2-green .select2-selection--multiple .select2-selection__choice__remove:hover,
3426.dark-mode .select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3427color: #fff;3428}
3429
3430.select2-container--default .dark-mode .select2-green.select2-container--focus .select2-selection--multiple,
3431.dark-mode .select2-green .select2-container--default.select2-container--focus .select2-selection--multiple {3432border-color: #3dffcd;3433}
3434
3435.dark-mode .select2-teal + .select2-container--default.select2-container--open .select2-selection--single {3436border-color: #7eeaca;3437}
3438
3439.dark-mode .select2-teal + .select2-container--default.select2-container--focus .select2-selection--single {3440border-color: #7eeaca;3441}
3442
3443.select2-container--default .dark-mode .select2-teal.select2-dropdown .select2-search__field:focus,
3444.select2-container--default .dark-mode .select2-teal .select2-dropdown .select2-search__field:focus,
3445.select2-container--default .dark-mode .select2-teal .select2-search--inline .select2-search__field:focus,
3446.dark-mode .select2-teal .select2-container--default.select2-dropdown .select2-search__field:focus,
3447.dark-mode .select2-teal .select2-container--default .select2-dropdown .select2-search__field:focus,
3448.dark-mode .select2-teal .select2-container--default .select2-search--inline .select2-search__field:focus {3449border: 1px solid #7eeaca;3450}
3451
3452.select2-container--default .dark-mode .select2-teal .select2-results__option--highlighted,
3453.dark-mode .select2-teal .select2-container--default .select2-results__option--highlighted {3454background-color: #20c997;3455color: #fff;3456}
3457
3458.select2-container--default .dark-mode .select2-teal .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-teal .select2-results__option--highlighted[aria-selected]:hover,
3459.dark-mode .select2-teal .select2-container--default .select2-results__option--highlighted[aria-selected],
3460.dark-mode .select2-teal .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3461background-color: #1ebc8d;3462color: #fff;3463}
3464
3465.select2-container--default .dark-mode .select2-teal .select2-selection--multiple:focus,
3466.dark-mode .select2-teal .select2-container--default .select2-selection--multiple:focus {3467border-color: #7eeaca;3468}
3469
3470.select2-container--default .dark-mode .select2-teal .select2-selection--multiple .select2-selection__choice,
3471.dark-mode .select2-teal .select2-container--default .select2-selection--multiple .select2-selection__choice {3472background-color: #20c997;3473border-color: #1cb386;3474color: #fff;3475}
3476
3477.select2-container--default .dark-mode .select2-teal .select2-selection--multiple .select2-selection__choice__remove,
3478.dark-mode .select2-teal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3479color: rgba(255, 255, 255, 0.7);3480}
3481
3482.select2-container--default .dark-mode .select2-teal .select2-selection--multiple .select2-selection__choice__remove:hover,
3483.dark-mode .select2-teal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3484color: #fff;3485}
3486
3487.select2-container--default .dark-mode .select2-teal.select2-container--focus .select2-selection--multiple,
3488.dark-mode .select2-teal .select2-container--default.select2-container--focus .select2-selection--multiple {3489border-color: #7eeaca;3490}
3491
3492.dark-mode .select2-cyan + .select2-container--default.select2-container--open .select2-selection--single {3493border-color: #a0cfee;3494}
3495
3496.dark-mode .select2-cyan + .select2-container--default.select2-container--focus .select2-selection--single {3497border-color: #a0cfee;3498}
3499
3500.select2-container--default .dark-mode .select2-cyan.select2-dropdown .select2-search__field:focus,
3501.select2-container--default .dark-mode .select2-cyan .select2-dropdown .select2-search__field:focus,
3502.select2-container--default .dark-mode .select2-cyan .select2-search--inline .select2-search__field:focus,
3503.dark-mode .select2-cyan .select2-container--default.select2-dropdown .select2-search__field:focus,
3504.dark-mode .select2-cyan .select2-container--default .select2-dropdown .select2-search__field:focus,
3505.dark-mode .select2-cyan .select2-container--default .select2-search--inline .select2-search__field:focus {3506border: 1px solid #a0cfee;3507}
3508
3509.select2-container--default .dark-mode .select2-cyan .select2-results__option--highlighted,
3510.dark-mode .select2-cyan .select2-container--default .select2-results__option--highlighted {3511background-color: #3498db;3512color: #fff;3513}
3514
3515.select2-container--default .dark-mode .select2-cyan .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-cyan .select2-results__option--highlighted[aria-selected]:hover,
3516.dark-mode .select2-cyan .select2-container--default .select2-results__option--highlighted[aria-selected],
3517.dark-mode .select2-cyan .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3518background-color: #2791d9;3519color: #fff;3520}
3521
3522.select2-container--default .dark-mode .select2-cyan .select2-selection--multiple:focus,
3523.dark-mode .select2-cyan .select2-container--default .select2-selection--multiple:focus {3524border-color: #a0cfee;3525}
3526
3527.select2-container--default .dark-mode .select2-cyan .select2-selection--multiple .select2-selection__choice,
3528.dark-mode .select2-cyan .select2-container--default .select2-selection--multiple .select2-selection__choice {3529background-color: #3498db;3530border-color: #258cd1;3531color: #fff;3532}
3533
3534.select2-container--default .dark-mode .select2-cyan .select2-selection--multiple .select2-selection__choice__remove,
3535.dark-mode .select2-cyan .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3536color: rgba(255, 255, 255, 0.7);3537}
3538
3539.select2-container--default .dark-mode .select2-cyan .select2-selection--multiple .select2-selection__choice__remove:hover,
3540.dark-mode .select2-cyan .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3541color: #fff;3542}
3543
3544.select2-container--default .dark-mode .select2-cyan.select2-container--focus .select2-selection--multiple,
3545.dark-mode .select2-cyan .select2-container--default.select2-container--focus .select2-selection--multiple {3546border-color: #a0cfee;3547}
3548
3549.dark-mode .select2-white + .select2-container--default.select2-container--open .select2-selection--single {3550border-color: white;3551}
3552
3553.dark-mode .select2-white + .select2-container--default.select2-container--focus .select2-selection--single {3554border-color: white;3555}
3556
3557.select2-container--default .dark-mode .select2-white.select2-dropdown .select2-search__field:focus,
3558.select2-container--default .dark-mode .select2-white .select2-dropdown .select2-search__field:focus,
3559.select2-container--default .dark-mode .select2-white .select2-search--inline .select2-search__field:focus,
3560.dark-mode .select2-white .select2-container--default.select2-dropdown .select2-search__field:focus,
3561.dark-mode .select2-white .select2-container--default .select2-dropdown .select2-search__field:focus,
3562.dark-mode .select2-white .select2-container--default .select2-search--inline .select2-search__field:focus {3563border: 1px solid white;3564}
3565
3566.select2-container--default .dark-mode .select2-white .select2-results__option--highlighted,
3567.dark-mode .select2-white .select2-container--default .select2-results__option--highlighted {3568background-color: #fff;3569color: #1f2d3d;3570}
3571
3572.select2-container--default .dark-mode .select2-white .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-white .select2-results__option--highlighted[aria-selected]:hover,
3573.dark-mode .select2-white .select2-container--default .select2-results__option--highlighted[aria-selected],
3574.dark-mode .select2-white .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3575background-color: #f7f7f7;3576color: #1f2d3d;3577}
3578
3579.select2-container--default .dark-mode .select2-white .select2-selection--multiple:focus,
3580.dark-mode .select2-white .select2-container--default .select2-selection--multiple:focus {3581border-color: white;3582}
3583
3584.select2-container--default .dark-mode .select2-white .select2-selection--multiple .select2-selection__choice,
3585.dark-mode .select2-white .select2-container--default .select2-selection--multiple .select2-selection__choice {3586background-color: #fff;3587border-color: #f2f2f2;3588color: #1f2d3d;3589}
3590
3591.select2-container--default .dark-mode .select2-white .select2-selection--multiple .select2-selection__choice__remove,
3592.dark-mode .select2-white .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3593color: rgba(31, 45, 61, 0.7);3594}
3595
3596.select2-container--default .dark-mode .select2-white .select2-selection--multiple .select2-selection__choice__remove:hover,
3597.dark-mode .select2-white .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3598color: #1f2d3d;3599}
3600
3601.select2-container--default .dark-mode .select2-white.select2-container--focus .select2-selection--multiple,
3602.dark-mode .select2-white .select2-container--default.select2-container--focus .select2-selection--multiple {3603border-color: white;3604}
3605
3606.dark-mode .select2-gray + .select2-container--default.select2-container--open .select2-selection--single {3607border-color: #afb5ba;3608}
3609
3610.dark-mode .select2-gray + .select2-container--default.select2-container--focus .select2-selection--single {3611border-color: #afb5ba;3612}
3613
3614.select2-container--default .dark-mode .select2-gray.select2-dropdown .select2-search__field:focus,
3615.select2-container--default .dark-mode .select2-gray .select2-dropdown .select2-search__field:focus,
3616.select2-container--default .dark-mode .select2-gray .select2-search--inline .select2-search__field:focus,
3617.dark-mode .select2-gray .select2-container--default.select2-dropdown .select2-search__field:focus,
3618.dark-mode .select2-gray .select2-container--default .select2-dropdown .select2-search__field:focus,
3619.dark-mode .select2-gray .select2-container--default .select2-search--inline .select2-search__field:focus {3620border: 1px solid #afb5ba;3621}
3622
3623.select2-container--default .dark-mode .select2-gray .select2-results__option--highlighted,
3624.dark-mode .select2-gray .select2-container--default .select2-results__option--highlighted {3625background-color: #6c757d;3626color: #fff;3627}
3628
3629.select2-container--default .dark-mode .select2-gray .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-gray .select2-results__option--highlighted[aria-selected]:hover,
3630.dark-mode .select2-gray .select2-container--default .select2-results__option--highlighted[aria-selected],
3631.dark-mode .select2-gray .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3632background-color: #656d75;3633color: #fff;3634}
3635
3636.select2-container--default .dark-mode .select2-gray .select2-selection--multiple:focus,
3637.dark-mode .select2-gray .select2-container--default .select2-selection--multiple:focus {3638border-color: #afb5ba;3639}
3640
3641.select2-container--default .dark-mode .select2-gray .select2-selection--multiple .select2-selection__choice,
3642.dark-mode .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {3643background-color: #6c757d;3644border-color: #60686f;3645color: #fff;3646}
3647
3648.select2-container--default .dark-mode .select2-gray .select2-selection--multiple .select2-selection__choice__remove,
3649.dark-mode .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3650color: rgba(255, 255, 255, 0.7);3651}
3652
3653.select2-container--default .dark-mode .select2-gray .select2-selection--multiple .select2-selection__choice__remove:hover,
3654.dark-mode .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3655color: #fff;3656}
3657
3658.select2-container--default .dark-mode .select2-gray.select2-container--focus .select2-selection--multiple,
3659.dark-mode .select2-gray .select2-container--default.select2-container--focus .select2-selection--multiple {3660border-color: #afb5ba;3661}
3662
3663.dark-mode .select2-gray-dark + .select2-container--default.select2-container--open .select2-selection--single {3664border-color: #6d7a86;3665}
3666
3667.dark-mode .select2-gray-dark + .select2-container--default.select2-container--focus .select2-selection--single {3668border-color: #6d7a86;3669}
3670
3671.select2-container--default .dark-mode .select2-gray-dark.select2-dropdown .select2-search__field:focus,
3672.select2-container--default .dark-mode .select2-gray-dark .select2-dropdown .select2-search__field:focus,
3673.select2-container--default .dark-mode .select2-gray-dark .select2-search--inline .select2-search__field:focus,
3674.dark-mode .select2-gray-dark .select2-container--default.select2-dropdown .select2-search__field:focus,
3675.dark-mode .select2-gray-dark .select2-container--default .select2-dropdown .select2-search__field:focus,
3676.dark-mode .select2-gray-dark .select2-container--default .select2-search--inline .select2-search__field:focus {3677border: 1px solid #6d7a86;3678}
3679
3680.select2-container--default .dark-mode .select2-gray-dark .select2-results__option--highlighted,
3681.dark-mode .select2-gray-dark .select2-container--default .select2-results__option--highlighted {3682background-color: #343a40;3683color: #fff;3684}
3685
3686.select2-container--default .dark-mode .select2-gray-dark .select2-results__option--highlighted[aria-selected], .select2-container--default .dark-mode .select2-gray-dark .select2-results__option--highlighted[aria-selected]:hover,
3687.dark-mode .select2-gray-dark .select2-container--default .select2-results__option--highlighted[aria-selected],
3688.dark-mode .select2-gray-dark .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {3689background-color: #2d3238;3690color: #fff;3691}
3692
3693.select2-container--default .dark-mode .select2-gray-dark .select2-selection--multiple:focus,
3694.dark-mode .select2-gray-dark .select2-container--default .select2-selection--multiple:focus {3695border-color: #6d7a86;3696}
3697
3698.select2-container--default .dark-mode .select2-gray-dark .select2-selection--multiple .select2-selection__choice,
3699.dark-mode .select2-gray-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {3700background-color: #343a40;3701border-color: #292d32;3702color: #fff;3703}
3704
3705.select2-container--default .dark-mode .select2-gray-dark .select2-selection--multiple .select2-selection__choice__remove,
3706.dark-mode .select2-gray-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {3707color: rgba(255, 255, 255, 0.7);3708}
3709
3710.select2-container--default .dark-mode .select2-gray-dark .select2-selection--multiple .select2-selection__choice__remove:hover,
3711.dark-mode .select2-gray-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {3712color: #fff;3713}
3714
3715.select2-container--default .dark-mode .select2-gray-dark.select2-container--focus .select2-selection--multiple,
3716.dark-mode .select2-gray-dark .select2-container--default.select2-container--focus .select2-selection--multiple {3717border-color: #6d7a86;3718}
3719
3720.slider .tooltip.in {3721opacity: 0.9;3722}
3723
3724.slider.slider-vertical {3725height: 100%;3726}
3727
3728.slider.slider-horizontal {3729width: 100%;3730}
3731
3732.slider-primary .slider .slider-selection {3733background: #007bff;3734}
3735
3736.slider-secondary .slider .slider-selection {3737background: #6c757d;3738}
3739
3740.slider-success .slider .slider-selection {3741background: #28a745;3742}
3743
3744.slider-info .slider .slider-selection {3745background: #17a2b8;3746}
3747
3748.slider-warning .slider .slider-selection {3749background: #ffc107;3750}
3751
3752.slider-danger .slider .slider-selection {3753background: #dc3545;3754}
3755
3756.slider-light .slider .slider-selection {3757background: #f8f9fa;3758}
3759
3760.slider-dark .slider .slider-selection {3761background: #343a40;3762}
3763
3764.slider-lightblue .slider .slider-selection {3765background: #3c8dbc;3766}
3767
3768.slider-navy .slider .slider-selection {3769background: #001f3f;3770}
3771
3772.slider-olive .slider .slider-selection {3773background: #3d9970;3774}
3775
3776.slider-lime .slider .slider-selection {3777background: #01ff70;3778}
3779
3780.slider-fuchsia .slider .slider-selection {3781background: #f012be;3782}
3783
3784.slider-maroon .slider .slider-selection {3785background: #d81b60;3786}
3787
3788.slider-blue .slider .slider-selection {3789background: #007bff;3790}
3791
3792.slider-indigo .slider .slider-selection {3793background: #6610f2;3794}
3795
3796.slider-purple .slider .slider-selection {3797background: #6f42c1;3798}
3799
3800.slider-pink .slider .slider-selection {3801background: #e83e8c;3802}
3803
3804.slider-red .slider .slider-selection {3805background: #dc3545;3806}
3807
3808.slider-orange .slider .slider-selection {3809background: #fd7e14;3810}
3811
3812.slider-yellow .slider .slider-selection {3813background: #ffc107;3814}
3815
3816.slider-green .slider .slider-selection {3817background: #28a745;3818}
3819
3820.slider-teal .slider .slider-selection {3821background: #20c997;3822}
3823
3824.slider-cyan .slider .slider-selection {3825background: #17a2b8;3826}
3827
3828.slider-white .slider .slider-selection {3829background: #fff;3830}
3831
3832.slider-gray .slider .slider-selection {3833background: #6c757d;3834}
3835
3836.slider-gray-dark .slider .slider-selection {3837background: #343a40;3838}
3839
3840.dark-mode .slider-track {3841background-color: #4b545c;3842background-image: none;3843}
3844
3845.dark-mode .slider-primary .slider .slider-selection {3846background: #3f6791;3847}
3848
3849.dark-mode .slider-secondary .slider .slider-selection {3850background: #6c757d;3851}
3852
3853.dark-mode .slider-success .slider .slider-selection {3854background: #00bc8c;3855}
3856
3857.dark-mode .slider-info .slider .slider-selection {3858background: #3498db;3859}
3860
3861.dark-mode .slider-warning .slider .slider-selection {3862background: #f39c12;3863}
3864
3865.dark-mode .slider-danger .slider .slider-selection {3866background: #e74c3c;3867}
3868
3869.dark-mode .slider-light .slider .slider-selection {3870background: #f8f9fa;3871}
3872
3873.dark-mode .slider-dark .slider .slider-selection {3874background: #343a40;3875}
3876
3877.dark-mode .slider-lightblue .slider .slider-selection {3878background: #86bad8;3879}
3880
3881.dark-mode .slider-navy .slider .slider-selection {3882background: #002c59;3883}
3884
3885.dark-mode .slider-olive .slider .slider-selection {3886background: #74c8a3;3887}
3888
3889.dark-mode .slider-lime .slider .slider-selection {3890background: #67ffa9;3891}
3892
3893.dark-mode .slider-fuchsia .slider .slider-selection {3894background: #f672d8;3895}
3896
3897.dark-mode .slider-maroon .slider .slider-selection {3898background: #ed6c9b;3899}
3900
3901.dark-mode .slider-blue .slider .slider-selection {3902background: #3f6791;3903}
3904
3905.dark-mode .slider-indigo .slider .slider-selection {3906background: #6610f2;3907}
3908
3909.dark-mode .slider-purple .slider .slider-selection {3910background: #6f42c1;3911}
3912
3913.dark-mode .slider-pink .slider .slider-selection {3914background: #e83e8c;3915}
3916
3917.dark-mode .slider-red .slider .slider-selection {3918background: #e74c3c;3919}
3920
3921.dark-mode .slider-orange .slider .slider-selection {3922background: #fd7e14;3923}
3924
3925.dark-mode .slider-yellow .slider .slider-selection {3926background: #f39c12;3927}
3928
3929.dark-mode .slider-green .slider .slider-selection {3930background: #00bc8c;3931}
3932
3933.dark-mode .slider-teal .slider .slider-selection {3934background: #20c997;3935}
3936
3937.dark-mode .slider-cyan .slider .slider-selection {3938background: #3498db;3939}
3940
3941.dark-mode .slider-white .slider .slider-selection {3942background: #fff;3943}
3944
3945.dark-mode .slider-gray .slider .slider-selection {3946background: #6c757d;3947}
3948
3949.dark-mode .slider-gray-dark .slider .slider-selection {3950background: #343a40;3951}
3952
3953.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
3954.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {3955border-color: #007bff;3956}
3957
3958.icheck-primary > input:first-child:not(:checked):not(:disabled):focus + label::before,
3959.icheck-primary > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {3960border-color: #007bff;3961}
3962
3963.icheck-primary > input:first-child:checked + label::before,
3964.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {3965background-color: #007bff;3966border-color: #007bff;3967}
3968
3969.icheck-secondary > input:first-child:not(:checked):not(:disabled):hover + label::before,
3970.icheck-secondary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {3971border-color: #6c757d;3972}
3973
3974.icheck-secondary > input:first-child:not(:checked):not(:disabled):focus + label::before,
3975.icheck-secondary > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {3976border-color: #6c757d;3977}
3978
3979.icheck-secondary > input:first-child:checked + label::before,
3980.icheck-secondary > input:first-child:checked + input[type="hidden"] + label::before {3981background-color: #6c757d;3982border-color: #6c757d;3983}
3984
3985.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
3986.icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {3987border-color: #28a745;3988}
3989
3990.icheck-success > input:first-child:not(:checked):not(:disabled):focus + label::before,
3991.icheck-success > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {3992border-color: #28a745;3993}
3994
3995.icheck-success > input:first-child:checked + label::before,
3996.icheck-success > input:first-child:checked + input[type="hidden"] + label::before {3997background-color: #28a745;3998border-color: #28a745;3999}
4000
4001.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
4002.icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4003border-color: #17a2b8;4004}
4005
4006.icheck-info > input:first-child:not(:checked):not(:disabled):focus + label::before,
4007.icheck-info > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4008border-color: #17a2b8;4009}
4010
4011.icheck-info > input:first-child:checked + label::before,
4012.icheck-info > input:first-child:checked + input[type="hidden"] + label::before {4013background-color: #17a2b8;4014border-color: #17a2b8;4015}
4016
4017.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
4018.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4019border-color: #ffc107;4020}
4021
4022.icheck-warning > input:first-child:not(:checked):not(:disabled):focus + label::before,
4023.icheck-warning > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4024border-color: #ffc107;4025}
4026
4027.icheck-warning > input:first-child:checked + label::before,
4028.icheck-warning > input:first-child:checked + input[type="hidden"] + label::before {4029background-color: #ffc107;4030border-color: #ffc107;4031}
4032
4033.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
4034.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4035border-color: #dc3545;4036}
4037
4038.icheck-danger > input:first-child:not(:checked):not(:disabled):focus + label::before,
4039.icheck-danger > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4040border-color: #dc3545;4041}
4042
4043.icheck-danger > input:first-child:checked + label::before,
4044.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before {4045background-color: #dc3545;4046border-color: #dc3545;4047}
4048
4049.icheck-light > input:first-child:not(:checked):not(:disabled):hover + label::before,
4050.icheck-light > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4051border-color: #f8f9fa;4052}
4053
4054.icheck-light > input:first-child:not(:checked):not(:disabled):focus + label::before,
4055.icheck-light > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4056border-color: #f8f9fa;4057}
4058
4059.icheck-light > input:first-child:checked + label::before,
4060.icheck-light > input:first-child:checked + input[type="hidden"] + label::before {4061background-color: #f8f9fa;4062border-color: #f8f9fa;4063}
4064
4065.icheck-dark > input:first-child:not(:checked):not(:disabled):hover + label::before,
4066.icheck-dark > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4067border-color: #343a40;4068}
4069
4070.icheck-dark > input:first-child:not(:checked):not(:disabled):focus + label::before,
4071.icheck-dark > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4072border-color: #343a40;4073}
4074
4075.icheck-dark > input:first-child:checked + label::before,
4076.icheck-dark > input:first-child:checked + input[type="hidden"] + label::before {4077background-color: #343a40;4078border-color: #343a40;4079}
4080
4081.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
4082.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4083border-color: #3c8dbc;4084}
4085
4086.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + label::before,
4087.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4088border-color: #3c8dbc;4089}
4090
4091.icheck-lightblue > input:first-child:checked + label::before,
4092.icheck-lightblue > input:first-child:checked + input[type="hidden"] + label::before {4093background-color: #3c8dbc;4094border-color: #3c8dbc;4095}
4096
4097.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + label::before,
4098.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4099border-color: #001f3f;4100}
4101
4102.icheck-navy > input:first-child:not(:checked):not(:disabled):focus + label::before,
4103.icheck-navy > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4104border-color: #001f3f;4105}
4106
4107.icheck-navy > input:first-child:checked + label::before,
4108.icheck-navy > input:first-child:checked + input[type="hidden"] + label::before {4109background-color: #001f3f;4110border-color: #001f3f;4111}
4112
4113.icheck-olive > input:first-child:not(:checked):not(:disabled):hover + label::before,
4114.icheck-olive > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4115border-color: #3d9970;4116}
4117
4118.icheck-olive > input:first-child:not(:checked):not(:disabled):focus + label::before,
4119.icheck-olive > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4120border-color: #3d9970;4121}
4122
4123.icheck-olive > input:first-child:checked + label::before,
4124.icheck-olive > input:first-child:checked + input[type="hidden"] + label::before {4125background-color: #3d9970;4126border-color: #3d9970;4127}
4128
4129.icheck-lime > input:first-child:not(:checked):not(:disabled):hover + label::before,
4130.icheck-lime > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4131border-color: #01ff70;4132}
4133
4134.icheck-lime > input:first-child:not(:checked):not(:disabled):focus + label::before,
4135.icheck-lime > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4136border-color: #01ff70;4137}
4138
4139.icheck-lime > input:first-child:checked + label::before,
4140.icheck-lime > input:first-child:checked + input[type="hidden"] + label::before {4141background-color: #01ff70;4142border-color: #01ff70;4143}
4144
4145.icheck-fuchsia > input:first-child:not(:checked):not(:disabled):hover + label::before,
4146.icheck-fuchsia > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4147border-color: #f012be;4148}
4149
4150.icheck-fuchsia > input:first-child:not(:checked):not(:disabled):focus + label::before,
4151.icheck-fuchsia > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4152border-color: #f012be;4153}
4154
4155.icheck-fuchsia > input:first-child:checked + label::before,
4156.icheck-fuchsia > input:first-child:checked + input[type="hidden"] + label::before {4157background-color: #f012be;4158border-color: #f012be;4159}
4160
4161.icheck-maroon > input:first-child:not(:checked):not(:disabled):hover + label::before,
4162.icheck-maroon > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4163border-color: #d81b60;4164}
4165
4166.icheck-maroon > input:first-child:not(:checked):not(:disabled):focus + label::before,
4167.icheck-maroon > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4168border-color: #d81b60;4169}
4170
4171.icheck-maroon > input:first-child:checked + label::before,
4172.icheck-maroon > input:first-child:checked + input[type="hidden"] + label::before {4173background-color: #d81b60;4174border-color: #d81b60;4175}
4176
4177.icheck-blue > input:first-child:not(:checked):not(:disabled):hover + label::before,
4178.icheck-blue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4179border-color: #007bff;4180}
4181
4182.icheck-blue > input:first-child:not(:checked):not(:disabled):focus + label::before,
4183.icheck-blue > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4184border-color: #007bff;4185}
4186
4187.icheck-blue > input:first-child:checked + label::before,
4188.icheck-blue > input:first-child:checked + input[type="hidden"] + label::before {4189background-color: #007bff;4190border-color: #007bff;4191}
4192
4193.icheck-indigo > input:first-child:not(:checked):not(:disabled):hover + label::before,
4194.icheck-indigo > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4195border-color: #6610f2;4196}
4197
4198.icheck-indigo > input:first-child:not(:checked):not(:disabled):focus + label::before,
4199.icheck-indigo > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4200border-color: #6610f2;4201}
4202
4203.icheck-indigo > input:first-child:checked + label::before,
4204.icheck-indigo > input:first-child:checked + input[type="hidden"] + label::before {4205background-color: #6610f2;4206border-color: #6610f2;4207}
4208
4209.icheck-purple > input:first-child:not(:checked):not(:disabled):hover + label::before,
4210.icheck-purple > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4211border-color: #6f42c1;4212}
4213
4214.icheck-purple > input:first-child:not(:checked):not(:disabled):focus + label::before,
4215.icheck-purple > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4216border-color: #6f42c1;4217}
4218
4219.icheck-purple > input:first-child:checked + label::before,
4220.icheck-purple > input:first-child:checked + input[type="hidden"] + label::before {4221background-color: #6f42c1;4222border-color: #6f42c1;4223}
4224
4225.icheck-pink > input:first-child:not(:checked):not(:disabled):hover + label::before,
4226.icheck-pink > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4227border-color: #e83e8c;4228}
4229
4230.icheck-pink > input:first-child:not(:checked):not(:disabled):focus + label::before,
4231.icheck-pink > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4232border-color: #e83e8c;4233}
4234
4235.icheck-pink > input:first-child:checked + label::before,
4236.icheck-pink > input:first-child:checked + input[type="hidden"] + label::before {4237background-color: #e83e8c;4238border-color: #e83e8c;4239}
4240
4241.icheck-red > input:first-child:not(:checked):not(:disabled):hover + label::before,
4242.icheck-red > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4243border-color: #dc3545;4244}
4245
4246.icheck-red > input:first-child:not(:checked):not(:disabled):focus + label::before,
4247.icheck-red > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4248border-color: #dc3545;4249}
4250
4251.icheck-red > input:first-child:checked + label::before,
4252.icheck-red > input:first-child:checked + input[type="hidden"] + label::before {4253background-color: #dc3545;4254border-color: #dc3545;4255}
4256
4257.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before,
4258.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4259border-color: #fd7e14;4260}
4261
4262.icheck-orange > input:first-child:not(:checked):not(:disabled):focus + label::before,
4263.icheck-orange > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4264border-color: #fd7e14;4265}
4266
4267.icheck-orange > input:first-child:checked + label::before,
4268.icheck-orange > input:first-child:checked + input[type="hidden"] + label::before {4269background-color: #fd7e14;4270border-color: #fd7e14;4271}
4272
4273.icheck-yellow > input:first-child:not(:checked):not(:disabled):hover + label::before,
4274.icheck-yellow > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4275border-color: #ffc107;4276}
4277
4278.icheck-yellow > input:first-child:not(:checked):not(:disabled):focus + label::before,
4279.icheck-yellow > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4280border-color: #ffc107;4281}
4282
4283.icheck-yellow > input:first-child:checked + label::before,
4284.icheck-yellow > input:first-child:checked + input[type="hidden"] + label::before {4285background-color: #ffc107;4286border-color: #ffc107;4287}
4288
4289.icheck-green > input:first-child:not(:checked):not(:disabled):hover + label::before,
4290.icheck-green > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4291border-color: #28a745;4292}
4293
4294.icheck-green > input:first-child:not(:checked):not(:disabled):focus + label::before,
4295.icheck-green > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4296border-color: #28a745;4297}
4298
4299.icheck-green > input:first-child:checked + label::before,
4300.icheck-green > input:first-child:checked + input[type="hidden"] + label::before {4301background-color: #28a745;4302border-color: #28a745;4303}
4304
4305.icheck-teal > input:first-child:not(:checked):not(:disabled):hover + label::before,
4306.icheck-teal > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4307border-color: #20c997;4308}
4309
4310.icheck-teal > input:first-child:not(:checked):not(:disabled):focus + label::before,
4311.icheck-teal > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4312border-color: #20c997;4313}
4314
4315.icheck-teal > input:first-child:checked + label::before,
4316.icheck-teal > input:first-child:checked + input[type="hidden"] + label::before {4317background-color: #20c997;4318border-color: #20c997;4319}
4320
4321.icheck-cyan > input:first-child:not(:checked):not(:disabled):hover + label::before,
4322.icheck-cyan > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4323border-color: #17a2b8;4324}
4325
4326.icheck-cyan > input:first-child:not(:checked):not(:disabled):focus + label::before,
4327.icheck-cyan > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4328border-color: #17a2b8;4329}
4330
4331.icheck-cyan > input:first-child:checked + label::before,
4332.icheck-cyan > input:first-child:checked + input[type="hidden"] + label::before {4333background-color: #17a2b8;4334border-color: #17a2b8;4335}
4336
4337.icheck-white > input:first-child:not(:checked):not(:disabled):hover + label::before,
4338.icheck-white > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4339border-color: #fff;4340}
4341
4342.icheck-white > input:first-child:not(:checked):not(:disabled):focus + label::before,
4343.icheck-white > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4344border-color: #fff;4345}
4346
4347.icheck-white > input:first-child:checked + label::before,
4348.icheck-white > input:first-child:checked + input[type="hidden"] + label::before {4349background-color: #fff;4350border-color: #fff;4351}
4352
4353.icheck-gray > input:first-child:not(:checked):not(:disabled):hover + label::before,
4354.icheck-gray > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4355border-color: #6c757d;4356}
4357
4358.icheck-gray > input:first-child:not(:checked):not(:disabled):focus + label::before,
4359.icheck-gray > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4360border-color: #6c757d;4361}
4362
4363.icheck-gray > input:first-child:checked + label::before,
4364.icheck-gray > input:first-child:checked + input[type="hidden"] + label::before {4365background-color: #6c757d;4366border-color: #6c757d;4367}
4368
4369.icheck-gray-dark > input:first-child:not(:checked):not(:disabled):hover + label::before,
4370.icheck-gray-dark > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4371border-color: #343a40;4372}
4373
4374.icheck-gray-dark > input:first-child:not(:checked):not(:disabled):focus + label::before,
4375.icheck-gray-dark > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4376border-color: #343a40;4377}
4378
4379.icheck-gray-dark > input:first-child:checked + label::before,
4380.icheck-gray-dark > input:first-child:checked + input[type="hidden"] + label::before {4381background-color: #343a40;4382border-color: #343a40;4383}
4384
4385.dark-mode [class*="icheck-"] > input:first-child:not(:checked) + input[type="hidden"] + label::before,
4386.dark-mode [class*="icheck-"] > input:first-child:not(:checked) + label::before {4387border-color: #6c757d;4388}
4389
4390.dark-mode .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
4391.dark-mode .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4392border-color: #3f6791;4393}
4394
4395.dark-mode .icheck-primary > input:first-child:not(:checked):not(:disabled):focus + label::before,
4396.dark-mode .icheck-primary > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4397border-color: #3f6791;4398}
4399
4400.dark-mode .icheck-primary > input:first-child:checked + label::before,
4401.dark-mode .icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {4402background-color: #3f6791;4403border-color: #3f6791;4404}
4405
4406.dark-mode .icheck-secondary > input:first-child:not(:checked):not(:disabled):hover + label::before,
4407.dark-mode .icheck-secondary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4408border-color: #6c757d;4409}
4410
4411.dark-mode .icheck-secondary > input:first-child:not(:checked):not(:disabled):focus + label::before,
4412.dark-mode .icheck-secondary > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4413border-color: #6c757d;4414}
4415
4416.dark-mode .icheck-secondary > input:first-child:checked + label::before,
4417.dark-mode .icheck-secondary > input:first-child:checked + input[type="hidden"] + label::before {4418background-color: #6c757d;4419border-color: #6c757d;4420}
4421
4422.dark-mode .icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
4423.dark-mode .icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4424border-color: #00bc8c;4425}
4426
4427.dark-mode .icheck-success > input:first-child:not(:checked):not(:disabled):focus + label::before,
4428.dark-mode .icheck-success > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4429border-color: #00bc8c;4430}
4431
4432.dark-mode .icheck-success > input:first-child:checked + label::before,
4433.dark-mode .icheck-success > input:first-child:checked + input[type="hidden"] + label::before {4434background-color: #00bc8c;4435border-color: #00bc8c;4436}
4437
4438.dark-mode .icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
4439.dark-mode .icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4440border-color: #3498db;4441}
4442
4443.dark-mode .icheck-info > input:first-child:not(:checked):not(:disabled):focus + label::before,
4444.dark-mode .icheck-info > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4445border-color: #3498db;4446}
4447
4448.dark-mode .icheck-info > input:first-child:checked + label::before,
4449.dark-mode .icheck-info > input:first-child:checked + input[type="hidden"] + label::before {4450background-color: #3498db;4451border-color: #3498db;4452}
4453
4454.dark-mode .icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
4455.dark-mode .icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4456border-color: #f39c12;4457}
4458
4459.dark-mode .icheck-warning > input:first-child:not(:checked):not(:disabled):focus + label::before,
4460.dark-mode .icheck-warning > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4461border-color: #f39c12;4462}
4463
4464.dark-mode .icheck-warning > input:first-child:checked + label::before,
4465.dark-mode .icheck-warning > input:first-child:checked + input[type="hidden"] + label::before {4466background-color: #f39c12;4467border-color: #f39c12;4468}
4469
4470.dark-mode .icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
4471.dark-mode .icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4472border-color: #e74c3c;4473}
4474
4475.dark-mode .icheck-danger > input:first-child:not(:checked):not(:disabled):focus + label::before,
4476.dark-mode .icheck-danger > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4477border-color: #e74c3c;4478}
4479
4480.dark-mode .icheck-danger > input:first-child:checked + label::before,
4481.dark-mode .icheck-danger > input:first-child:checked + input[type="hidden"] + label::before {4482background-color: #e74c3c;4483border-color: #e74c3c;4484}
4485
4486.dark-mode .icheck-light > input:first-child:not(:checked):not(:disabled):hover + label::before,
4487.dark-mode .icheck-light > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4488border-color: #f8f9fa;4489}
4490
4491.dark-mode .icheck-light > input:first-child:not(:checked):not(:disabled):focus + label::before,
4492.dark-mode .icheck-light > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4493border-color: #f8f9fa;4494}
4495
4496.dark-mode .icheck-light > input:first-child:checked + label::before,
4497.dark-mode .icheck-light > input:first-child:checked + input[type="hidden"] + label::before {4498background-color: #f8f9fa;4499border-color: #f8f9fa;4500}
4501
4502.dark-mode .icheck-dark > input:first-child:not(:checked):not(:disabled):hover + label::before,
4503.dark-mode .icheck-dark > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4504border-color: #343a40;4505}
4506
4507.dark-mode .icheck-dark > input:first-child:not(:checked):not(:disabled):focus + label::before,
4508.dark-mode .icheck-dark > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4509border-color: #343a40;4510}
4511
4512.dark-mode .icheck-dark > input:first-child:checked + label::before,
4513.dark-mode .icheck-dark > input:first-child:checked + input[type="hidden"] + label::before {4514background-color: #343a40;4515border-color: #343a40;4516}
4517
4518.dark-mode .icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
4519.dark-mode .icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4520border-color: #86bad8;4521}
4522
4523.dark-mode .icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + label::before,
4524.dark-mode .icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4525border-color: #86bad8;4526}
4527
4528.dark-mode .icheck-lightblue > input:first-child:checked + label::before,
4529.dark-mode .icheck-lightblue > input:first-child:checked + input[type="hidden"] + label::before {4530background-color: #86bad8;4531border-color: #86bad8;4532}
4533
4534.dark-mode .icheck-navy > input:first-child:not(:checked):not(:disabled):hover + label::before,
4535.dark-mode .icheck-navy > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4536border-color: #002c59;4537}
4538
4539.dark-mode .icheck-navy > input:first-child:not(:checked):not(:disabled):focus + label::before,
4540.dark-mode .icheck-navy > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4541border-color: #002c59;4542}
4543
4544.dark-mode .icheck-navy > input:first-child:checked + label::before,
4545.dark-mode .icheck-navy > input:first-child:checked + input[type="hidden"] + label::before {4546background-color: #002c59;4547border-color: #002c59;4548}
4549
4550.dark-mode .icheck-olive > input:first-child:not(:checked):not(:disabled):hover + label::before,
4551.dark-mode .icheck-olive > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4552border-color: #74c8a3;4553}
4554
4555.dark-mode .icheck-olive > input:first-child:not(:checked):not(:disabled):focus + label::before,
4556.dark-mode .icheck-olive > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4557border-color: #74c8a3;4558}
4559
4560.dark-mode .icheck-olive > input:first-child:checked + label::before,
4561.dark-mode .icheck-olive > input:first-child:checked + input[type="hidden"] + label::before {4562background-color: #74c8a3;4563border-color: #74c8a3;4564}
4565
4566.dark-mode .icheck-lime > input:first-child:not(:checked):not(:disabled):hover + label::before,
4567.dark-mode .icheck-lime > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4568border-color: #67ffa9;4569}
4570
4571.dark-mode .icheck-lime > input:first-child:not(:checked):not(:disabled):focus + label::before,
4572.dark-mode .icheck-lime > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4573border-color: #67ffa9;4574}
4575
4576.dark-mode .icheck-lime > input:first-child:checked + label::before,
4577.dark-mode .icheck-lime > input:first-child:checked + input[type="hidden"] + label::before {4578background-color: #67ffa9;4579border-color: #67ffa9;4580}
4581
4582.dark-mode .icheck-fuchsia > input:first-child:not(:checked):not(:disabled):hover + label::before,
4583.dark-mode .icheck-fuchsia > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4584border-color: #f672d8;4585}
4586
4587.dark-mode .icheck-fuchsia > input:first-child:not(:checked):not(:disabled):focus + label::before,
4588.dark-mode .icheck-fuchsia > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4589border-color: #f672d8;4590}
4591
4592.dark-mode .icheck-fuchsia > input:first-child:checked + label::before,
4593.dark-mode .icheck-fuchsia > input:first-child:checked + input[type="hidden"] + label::before {4594background-color: #f672d8;4595border-color: #f672d8;4596}
4597
4598.dark-mode .icheck-maroon > input:first-child:not(:checked):not(:disabled):hover + label::before,
4599.dark-mode .icheck-maroon > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4600border-color: #ed6c9b;4601}
4602
4603.dark-mode .icheck-maroon > input:first-child:not(:checked):not(:disabled):focus + label::before,
4604.dark-mode .icheck-maroon > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4605border-color: #ed6c9b;4606}
4607
4608.dark-mode .icheck-maroon > input:first-child:checked + label::before,
4609.dark-mode .icheck-maroon > input:first-child:checked + input[type="hidden"] + label::before {4610background-color: #ed6c9b;4611border-color: #ed6c9b;4612}
4613
4614.dark-mode .icheck-blue > input:first-child:not(:checked):not(:disabled):hover + label::before,
4615.dark-mode .icheck-blue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4616border-color: #3f6791;4617}
4618
4619.dark-mode .icheck-blue > input:first-child:not(:checked):not(:disabled):focus + label::before,
4620.dark-mode .icheck-blue > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4621border-color: #3f6791;4622}
4623
4624.dark-mode .icheck-blue > input:first-child:checked + label::before,
4625.dark-mode .icheck-blue > input:first-child:checked + input[type="hidden"] + label::before {4626background-color: #3f6791;4627border-color: #3f6791;4628}
4629
4630.dark-mode .icheck-indigo > input:first-child:not(:checked):not(:disabled):hover + label::before,
4631.dark-mode .icheck-indigo > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4632border-color: #6610f2;4633}
4634
4635.dark-mode .icheck-indigo > input:first-child:not(:checked):not(:disabled):focus + label::before,
4636.dark-mode .icheck-indigo > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4637border-color: #6610f2;4638}
4639
4640.dark-mode .icheck-indigo > input:first-child:checked + label::before,
4641.dark-mode .icheck-indigo > input:first-child:checked + input[type="hidden"] + label::before {4642background-color: #6610f2;4643border-color: #6610f2;4644}
4645
4646.dark-mode .icheck-purple > input:first-child:not(:checked):not(:disabled):hover + label::before,
4647.dark-mode .icheck-purple > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4648border-color: #6f42c1;4649}
4650
4651.dark-mode .icheck-purple > input:first-child:not(:checked):not(:disabled):focus + label::before,
4652.dark-mode .icheck-purple > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4653border-color: #6f42c1;4654}
4655
4656.dark-mode .icheck-purple > input:first-child:checked + label::before,
4657.dark-mode .icheck-purple > input:first-child:checked + input[type="hidden"] + label::before {4658background-color: #6f42c1;4659border-color: #6f42c1;4660}
4661
4662.dark-mode .icheck-pink > input:first-child:not(:checked):not(:disabled):hover + label::before,
4663.dark-mode .icheck-pink > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4664border-color: #e83e8c;4665}
4666
4667.dark-mode .icheck-pink > input:first-child:not(:checked):not(:disabled):focus + label::before,
4668.dark-mode .icheck-pink > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4669border-color: #e83e8c;4670}
4671
4672.dark-mode .icheck-pink > input:first-child:checked + label::before,
4673.dark-mode .icheck-pink > input:first-child:checked + input[type="hidden"] + label::before {4674background-color: #e83e8c;4675border-color: #e83e8c;4676}
4677
4678.dark-mode .icheck-red > input:first-child:not(:checked):not(:disabled):hover + label::before,
4679.dark-mode .icheck-red > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4680border-color: #e74c3c;4681}
4682
4683.dark-mode .icheck-red > input:first-child:not(:checked):not(:disabled):focus + label::before,
4684.dark-mode .icheck-red > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4685border-color: #e74c3c;4686}
4687
4688.dark-mode .icheck-red > input:first-child:checked + label::before,
4689.dark-mode .icheck-red > input:first-child:checked + input[type="hidden"] + label::before {4690background-color: #e74c3c;4691border-color: #e74c3c;4692}
4693
4694.dark-mode .icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before,
4695.dark-mode .icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4696border-color: #fd7e14;4697}
4698
4699.dark-mode .icheck-orange > input:first-child:not(:checked):not(:disabled):focus + label::before,
4700.dark-mode .icheck-orange > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4701border-color: #fd7e14;4702}
4703
4704.dark-mode .icheck-orange > input:first-child:checked + label::before,
4705.dark-mode .icheck-orange > input:first-child:checked + input[type="hidden"] + label::before {4706background-color: #fd7e14;4707border-color: #fd7e14;4708}
4709
4710.dark-mode .icheck-yellow > input:first-child:not(:checked):not(:disabled):hover + label::before,
4711.dark-mode .icheck-yellow > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4712border-color: #f39c12;4713}
4714
4715.dark-mode .icheck-yellow > input:first-child:not(:checked):not(:disabled):focus + label::before,
4716.dark-mode .icheck-yellow > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4717border-color: #f39c12;4718}
4719
4720.dark-mode .icheck-yellow > input:first-child:checked + label::before,
4721.dark-mode .icheck-yellow > input:first-child:checked + input[type="hidden"] + label::before {4722background-color: #f39c12;4723border-color: #f39c12;4724}
4725
4726.dark-mode .icheck-green > input:first-child:not(:checked):not(:disabled):hover + label::before,
4727.dark-mode .icheck-green > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4728border-color: #00bc8c;4729}
4730
4731.dark-mode .icheck-green > input:first-child:not(:checked):not(:disabled):focus + label::before,
4732.dark-mode .icheck-green > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4733border-color: #00bc8c;4734}
4735
4736.dark-mode .icheck-green > input:first-child:checked + label::before,
4737.dark-mode .icheck-green > input:first-child:checked + input[type="hidden"] + label::before {4738background-color: #00bc8c;4739border-color: #00bc8c;4740}
4741
4742.dark-mode .icheck-teal > input:first-child:not(:checked):not(:disabled):hover + label::before,
4743.dark-mode .icheck-teal > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4744border-color: #20c997;4745}
4746
4747.dark-mode .icheck-teal > input:first-child:not(:checked):not(:disabled):focus + label::before,
4748.dark-mode .icheck-teal > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4749border-color: #20c997;4750}
4751
4752.dark-mode .icheck-teal > input:first-child:checked + label::before,
4753.dark-mode .icheck-teal > input:first-child:checked + input[type="hidden"] + label::before {4754background-color: #20c997;4755border-color: #20c997;4756}
4757
4758.dark-mode .icheck-cyan > input:first-child:not(:checked):not(:disabled):hover + label::before,
4759.dark-mode .icheck-cyan > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4760border-color: #3498db;4761}
4762
4763.dark-mode .icheck-cyan > input:first-child:not(:checked):not(:disabled):focus + label::before,
4764.dark-mode .icheck-cyan > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4765border-color: #3498db;4766}
4767
4768.dark-mode .icheck-cyan > input:first-child:checked + label::before,
4769.dark-mode .icheck-cyan > input:first-child:checked + input[type="hidden"] + label::before {4770background-color: #3498db;4771border-color: #3498db;4772}
4773
4774.dark-mode .icheck-white > input:first-child:not(:checked):not(:disabled):hover + label::before,
4775.dark-mode .icheck-white > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4776border-color: #fff;4777}
4778
4779.dark-mode .icheck-white > input:first-child:not(:checked):not(:disabled):focus + label::before,
4780.dark-mode .icheck-white > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4781border-color: #fff;4782}
4783
4784.dark-mode .icheck-white > input:first-child:checked + label::before,
4785.dark-mode .icheck-white > input:first-child:checked + input[type="hidden"] + label::before {4786background-color: #fff;4787border-color: #fff;4788}
4789
4790.dark-mode .icheck-gray > input:first-child:not(:checked):not(:disabled):hover + label::before,
4791.dark-mode .icheck-gray > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4792border-color: #6c757d;4793}
4794
4795.dark-mode .icheck-gray > input:first-child:not(:checked):not(:disabled):focus + label::before,
4796.dark-mode .icheck-gray > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4797border-color: #6c757d;4798}
4799
4800.dark-mode .icheck-gray > input:first-child:checked + label::before,
4801.dark-mode .icheck-gray > input:first-child:checked + input[type="hidden"] + label::before {4802background-color: #6c757d;4803border-color: #6c757d;4804}
4805
4806.dark-mode .icheck-gray-dark > input:first-child:not(:checked):not(:disabled):hover + label::before,
4807.dark-mode .icheck-gray-dark > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {4808border-color: #343a40;4809}
4810
4811.dark-mode .icheck-gray-dark > input:first-child:not(:checked):not(:disabled):focus + label::before,
4812.dark-mode .icheck-gray-dark > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {4813border-color: #343a40;4814}
4815
4816.dark-mode .icheck-gray-dark > input:first-child:checked + label::before,
4817.dark-mode .icheck-gray-dark > input:first-child:checked + input[type="hidden"] + label::before {4818background-color: #343a40;4819border-color: #343a40;4820}
4821
4822.mapael .map {4823position: relative;4824}
4825
4826.mapael .mapTooltip {4827font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";4828font-style: normal;4829font-weight: 400;4830line-height: 1.5;4831text-align: left;4832text-align: start;4833text-decoration: none;4834text-shadow: none;4835text-transform: none;4836letter-spacing: normal;4837word-break: normal;4838word-spacing: normal;4839white-space: normal;4840line-break: auto;4841border-radius: 0.25rem;4842font-size: 0.875rem;4843background-color: #000;4844color: #fff;4845display: block;4846max-width: 200px;4847padding: 0.25rem 0.5rem;4848position: absolute;4849text-align: center;4850word-wrap: break-word;4851z-index: 1070;4852}
4853
4854.mapael .myLegend {4855background-color: #f8f9fa;4856border: 1px solid #adb5bd;4857padding: 10px;4858width: 600px;4859}
4860
4861.mapael .zoomButton {4862background-color: #f8f9fa;4863border: 1px solid #ddd;4864border-radius: 0.25rem;4865color: #444;4866cursor: pointer;4867font-weight: 700;4868height: 16px;4869left: 10px;4870line-height: 14px;4871padding-left: 1px;4872position: absolute;4873text-align: center;4874top: 0;4875-webkit-user-select: none;4876-moz-user-select: none;4877-ms-user-select: none;4878user-select: none;4879width: 16px;4880}
4881
4882.mapael .zoomButton:hover, .mapael .zoomButton:active, .mapael .zoomButton.hover {4883background-color: #e9ecef;4884color: #2b2b2b;4885}
4886
4887.mapael .zoomReset {4888line-height: 12px;4889top: 10px;4890}
4891
4892.mapael .zoomIn {4893top: 30px;4894}
4895
4896.mapael .zoomOut {4897top: 50px;4898}
4899
4900.jqvmap-zoomin,
4901.jqvmap-zoomout {4902background-color: #f8f9fa;4903border: 1px solid #ddd;4904border-radius: 0.25rem;4905color: #444;4906height: 15px;4907width: 15px;4908padding: 1px 2px;4909}
4910
4911.jqvmap-zoomin:hover, .jqvmap-zoomin:active, .jqvmap-zoomin.hover,
4912.jqvmap-zoomout:hover,
4913.jqvmap-zoomout:active,
4914.jqvmap-zoomout.hover {4915background-color: #e9ecef;4916color: #2b2b2b;4917}
4918
4919.swal2-icon.swal2-info {4920border-color: ligthen(#17a2b8, 20%);4921color: #17a2b8;4922}
4923
4924.swal2-icon.swal2-warning {4925border-color: ligthen(#ffc107, 20%);4926color: #ffc107;4927}
4928
4929.swal2-icon.swal2-error {4930border-color: ligthen(#dc3545, 20%);4931color: #dc3545;4932}
4933
4934.swal2-icon.swal2-question {4935border-color: ligthen(#6c757d, 20%);4936color: #6c757d;4937}
4938
4939.swal2-icon.swal2-success {4940border-color: ligthen(#28a745, 20%);4941color: #28a745;4942}
4943
4944.swal2-icon.swal2-success .swal2-success-ring {4945border-color: ligthen(#28a745, 20%);4946}
4947
4948.swal2-icon.swal2-success [class^='swal2-success-line'] {4949background-color: #28a745;4950}
4951
4952.dark-mode .swal2-popup {4953background-color: #343a40;4954color: #e9ecef;4955}
4956
4957.dark-mode .swal2-popup .swal2-content,
4958.dark-mode .swal2-popup .swal2-title {4959color: #e9ecef;4960}
4961
4962#toast-container .toast {4963background-color: #007bff;4964}
4965
4966#toast-container .toast-success {4967background-color: #28a745;4968}
4969
4970#toast-container .toast-error {4971background-color: #dc3545;4972}
4973
4974#toast-container .toast-info {4975background-color: #17a2b8;4976}
4977
4978#toast-container .toast-warning {4979background-color: #ffc107;4980}
4981
4982.toast-bottom-full-width .toast,
4983.toast-top-full-width .toast {4984max-width: inherit;4985}
4986
4987.pace {4988z-index: 1048;4989}
4990
4991.pace .pace-progress {4992z-index: 1049;4993}
4994
4995.pace .pace-activity {4996z-index: 1050;4997}
4998
4999.pace-primary .pace .pace-progress {5000background: #007bff;5001}
5002
5003.pace-barber-shop-primary .pace {5004background: #fff;5005}
5006
5007.pace-barber-shop-primary .pace .pace-progress {5008background: #007bff;5009}
5010
5011.pace-barber-shop-primary .pace .pace-activity {5012background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);5013}
5014
5015.pace-big-counter-primary .pace .pace-progress::after {5016color: rgba(0, 123, 255, 0.2);5017}
5018
5019.pace-bounce-primary .pace .pace-activity {5020background: #007bff;5021}
5022
5023.pace-center-atom-primary .pace-progress {5024height: 100px;5025width: 80px;5026}
5027
5028.pace-center-atom-primary .pace-progress::before {5029background: #007bff;5030color: #fff;5031font-size: .8rem;5032line-height: .7rem;5033padding-top: 17%;5034}
5035
5036.pace-center-atom-primary .pace-activity {5037border-color: #007bff;5038}
5039
5040.pace-center-atom-primary .pace-activity::after, .pace-center-atom-primary .pace-activity::before {5041border-color: #007bff;5042}
5043
5044.pace-center-circle-primary .pace .pace-progress {5045background: rgba(0, 123, 255, 0.8);5046color: #fff;5047}
5048
5049.pace-center-radar-primary .pace .pace-activity {5050border-color: #007bff transparent transparent;5051}
5052
5053.pace-center-radar-primary .pace .pace-activity::before {5054border-color: #007bff transparent transparent;5055}
5056
5057.pace-center-simple-primary .pace {5058background: #fff;5059border-color: #007bff;5060}
5061
5062.pace-center-simple-primary .pace .pace-progress {5063background: #007bff;5064}
5065
5066.pace-material-primary .pace {5067color: #007bff;5068}
5069
5070.pace-corner-indicator-primary .pace .pace-activity {5071background: #007bff;5072}
5073
5074.pace-corner-indicator-primary .pace .pace-activity::after,
5075.pace-corner-indicator-primary .pace .pace-activity::before {5076border: 5px solid #fff;5077}
5078
5079.pace-corner-indicator-primary .pace .pace-activity::before {5080border-right-color: rgba(0, 123, 255, 0.2);5081border-left-color: rgba(0, 123, 255, 0.2);5082}
5083
5084.pace-corner-indicator-primary .pace .pace-activity::after {5085border-top-color: rgba(0, 123, 255, 0.2);5086border-bottom-color: rgba(0, 123, 255, 0.2);5087}
5088
5089.pace-fill-left-primary .pace .pace-progress {5090background-color: rgba(0, 123, 255, 0.2);5091}
5092
5093.pace-flash-primary .pace .pace-progress {5094background: #007bff;5095}
5096
5097.pace-flash-primary .pace .pace-progress-inner {5098box-shadow: 0 0 10px #007bff, 0 0 5px #007bff;5099}
5100
5101.pace-flash-primary .pace .pace-activity {5102border-top-color: #007bff;5103border-left-color: #007bff;5104}
5105
5106.pace-loading-bar-primary .pace .pace-progress {5107background: #007bff;5108color: #007bff;5109box-shadow: 120px 0 #fff, 240px 0 #fff;5110}
5111
5112.pace-loading-bar-primary .pace .pace-activity {5113box-shadow: inset 0 0 0 2px #007bff, inset 0 0 0 7px #fff;5114}
5115
5116.pace-mac-osx-primary .pace .pace-progress {5117background-color: #007bff;5118box-shadow: inset -1px 0 #007bff, inset 0 -1px #007bff, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);5119}
5120
5121.pace-mac-osx-primary .pace .pace-activity {5122background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);5123height: 12px;5124}
5125
5126.pace-progress-color-primary .pace-progress {5127color: #007bff;5128}
5129
5130.pace-secondary .pace .pace-progress {5131background: #6c757d;5132}
5133
5134.pace-barber-shop-secondary .pace {5135background: #fff;5136}
5137
5138.pace-barber-shop-secondary .pace .pace-progress {5139background: #6c757d;5140}
5141
5142.pace-barber-shop-secondary .pace .pace-activity {5143background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);5144}
5145
5146.pace-big-counter-secondary .pace .pace-progress::after {5147color: rgba(108, 117, 125, 0.2);5148}
5149
5150.pace-bounce-secondary .pace .pace-activity {5151background: #6c757d;5152}
5153
5154.pace-center-atom-secondary .pace-progress {5155height: 100px;5156width: 80px;5157}
5158
5159.pace-center-atom-secondary .pace-progress::before {5160background: #6c757d;5161color: #fff;5162font-size: .8rem;5163line-height: .7rem;5164padding-top: 17%;5165}
5166
5167.pace-center-atom-secondary .pace-activity {5168border-color: #6c757d;5169}
5170
5171.pace-center-atom-secondary .pace-activity::after, .pace-center-atom-secondary .pace-activity::before {5172border-color: #6c757d;5173}
5174
5175.pace-center-circle-secondary .pace .pace-progress {5176background: rgba(108, 117, 125, 0.8);5177color: #fff;5178}
5179
5180.pace-center-radar-secondary .pace .pace-activity {5181border-color: #6c757d transparent transparent;5182}
5183
5184.pace-center-radar-secondary .pace .pace-activity::before {5185border-color: #6c757d transparent transparent;5186}
5187
5188.pace-center-simple-secondary .pace {5189background: #fff;5190border-color: #6c757d;5191}
5192
5193.pace-center-simple-secondary .pace .pace-progress {5194background: #6c757d;5195}
5196
5197.pace-material-secondary .pace {5198color: #6c757d;5199}
5200
5201.pace-corner-indicator-secondary .pace .pace-activity {5202background: #6c757d;5203}
5204
5205.pace-corner-indicator-secondary .pace .pace-activity::after,
5206.pace-corner-indicator-secondary .pace .pace-activity::before {5207border: 5px solid #fff;5208}
5209
5210.pace-corner-indicator-secondary .pace .pace-activity::before {5211border-right-color: rgba(108, 117, 125, 0.2);5212border-left-color: rgba(108, 117, 125, 0.2);5213}
5214
5215.pace-corner-indicator-secondary .pace .pace-activity::after {5216border-top-color: rgba(108, 117, 125, 0.2);5217border-bottom-color: rgba(108, 117, 125, 0.2);5218}
5219
5220.pace-fill-left-secondary .pace .pace-progress {5221background-color: rgba(108, 117, 125, 0.2);5222}
5223
5224.pace-flash-secondary .pace .pace-progress {5225background: #6c757d;5226}
5227
5228.pace-flash-secondary .pace .pace-progress-inner {5229box-shadow: 0 0 10px #6c757d, 0 0 5px #6c757d;5230}
5231
5232.pace-flash-secondary .pace .pace-activity {5233border-top-color: #6c757d;5234border-left-color: #6c757d;5235}
5236
5237.pace-loading-bar-secondary .pace .pace-progress {5238background: #6c757d;5239color: #6c757d;5240box-shadow: 120px 0 #fff, 240px 0 #fff;5241}
5242
5243.pace-loading-bar-secondary .pace .pace-activity {5244box-shadow: inset 0 0 0 2px #6c757d, inset 0 0 0 7px #fff;5245}
5246
5247.pace-mac-osx-secondary .pace .pace-progress {5248background-color: #6c757d;5249box-shadow: inset -1px 0 #6c757d, inset 0 -1px #6c757d, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);5250}
5251
5252.pace-mac-osx-secondary .pace .pace-activity {5253background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);5254height: 12px;5255}
5256
5257.pace-progress-color-secondary .pace-progress {5258color: #6c757d;5259}
5260
5261.pace-success .pace .pace-progress {5262background: #28a745;5263}
5264
5265.pace-barber-shop-success .pace {5266background: #fff;5267}
5268
5269.pace-barber-shop-success .pace .pace-progress {5270background: #28a745;5271}
5272
5273.pace-barber-shop-success .pace .pace-activity {5274background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);5275}
5276
5277.pace-big-counter-success .pace .pace-progress::after {5278color: rgba(40, 167, 69, 0.2);5279}
5280
5281.pace-bounce-success .pace .pace-activity {5282background: #28a745;5283}
5284
5285.pace-center-atom-success .pace-progress {5286height: 100px;5287width: 80px;5288}
5289
5290.pace-center-atom-success .pace-progress::before {5291background: #28a745;5292color: #fff;5293font-size: .8rem;5294line-height: .7rem;5295padding-top: 17%;5296}
5297
5298.pace-center-atom-success .pace-activity {5299border-color: #28a745;5300}
5301
5302.pace-center-atom-success .pace-activity::after, .pace-center-atom-success .pace-activity::before {5303border-color: #28a745;5304}
5305
5306.pace-center-circle-success .pace .pace-progress {5307background: rgba(40, 167, 69, 0.8);5308color: #fff;5309}
5310
5311.pace-center-radar-success .pace .pace-activity {5312border-color: #28a745 transparent transparent;5313}
5314
5315.pace-center-radar-success .pace .pace-activity::before {5316border-color: #28a745 transparent transparent;5317}
5318
5319.pace-center-simple-success .pace {5320background: #fff;5321border-color: #28a745;5322}
5323
5324.pace-center-simple-success .pace .pace-progress {5325background: #28a745;5326}
5327
5328.pace-material-success .pace {5329color: #28a745;5330}
5331
5332.pace-corner-indicator-success .pace .pace-activity {5333background: #28a745;5334}
5335
5336.pace-corner-indicator-success .pace .pace-activity::after,
5337.pace-corner-indicator-success .pace .pace-activity::before {5338border: 5px solid #fff;5339}
5340
5341.pace-corner-indicator-success .pace .pace-activity::before {5342border-right-color: rgba(40, 167, 69, 0.2);5343border-left-color: rgba(40, 167, 69, 0.2);5344}
5345
5346.pace-corner-indicator-success .pace .pace-activity::after {5347border-top-color: rgba(40, 167, 69, 0.2);5348border-bottom-color: rgba(40, 167, 69, 0.2);5349}
5350
5351.pace-fill-left-success .pace .pace-progress {5352background-color: rgba(40, 167, 69, 0.2);5353}
5354
5355.pace-flash-success .pace .pace-progress {5356background: #28a745;5357}
5358
5359.pace-flash-success .pace .pace-progress-inner {5360box-shadow: 0 0 10px #28a745, 0 0 5px #28a745;5361}
5362
5363.pace-flash-success .pace .pace-activity {5364border-top-color: #28a745;5365border-left-color: #28a745;5366}
5367
5368.pace-loading-bar-success .pace .pace-progress {5369background: #28a745;5370color: #28a745;5371box-shadow: 120px 0 #fff, 240px 0 #fff;5372}
5373
5374.pace-loading-bar-success .pace .pace-activity {5375box-shadow: inset 0 0 0 2px #28a745, inset 0 0 0 7px #fff;5376}
5377
5378.pace-mac-osx-success .pace .pace-progress {5379background-color: #28a745;5380box-shadow: inset -1px 0 #28a745, inset 0 -1px #28a745, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);5381}
5382
5383.pace-mac-osx-success .pace .pace-activity {5384background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);5385height: 12px;5386}
5387
5388.pace-progress-color-success .pace-progress {5389color: #28a745;5390}
5391
5392.pace-info .pace .pace-progress {5393background: #17a2b8;5394}
5395
5396.pace-barber-shop-info .pace {5397background: #fff;5398}
5399
5400.pace-barber-shop-info .pace .pace-progress {5401background: #17a2b8;5402}
5403
5404.pace-barber-shop-info .pace .pace-activity {5405background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);5406}
5407
5408.pace-big-counter-info .pace .pace-progress::after {5409color: rgba(23, 162, 184, 0.2);5410}
5411
5412.pace-bounce-info .pace .pace-activity {5413background: #17a2b8;5414}
5415
5416.pace-center-atom-info .pace-progress {5417height: 100px;5418width: 80px;5419}
5420
5421.pace-center-atom-info .pace-progress::before {5422background: #17a2b8;5423color: #fff;5424font-size: .8rem;5425line-height: .7rem;5426padding-top: 17%;5427}
5428
5429.pace-center-atom-info .pace-activity {5430border-color: #17a2b8;5431}
5432
5433.pace-center-atom-info .pace-activity::after, .pace-center-atom-info .pace-activity::before {5434border-color: #17a2b8;5435}
5436
5437.pace-center-circle-info .pace .pace-progress {5438background: rgba(23, 162, 184, 0.8);5439color: #fff;5440}
5441
5442.pace-center-radar-info .pace .pace-activity {5443border-color: #17a2b8 transparent transparent;5444}
5445
5446.pace-center-radar-info .pace .pace-activity::before {5447border-color: #17a2b8 transparent transparent;5448}
5449
5450.pace-center-simple-info .pace {5451background: #fff;5452border-color: #17a2b8;5453}
5454
5455.pace-center-simple-info .pace .pace-progress {5456background: #17a2b8;5457}
5458
5459.pace-material-info .pace {5460color: #17a2b8;5461}
5462
5463.pace-corner-indicator-info .pace .pace-activity {5464background: #17a2b8;5465}
5466
5467.pace-corner-indicator-info .pace .pace-activity::after,
5468.pace-corner-indicator-info .pace .pace-activity::before {5469border: 5px solid #fff;5470}
5471
5472.pace-corner-indicator-info .pace .pace-activity::before {5473border-right-color: rgba(23, 162, 184, 0.2);5474border-left-color: rgba(23, 162, 184, 0.2);5475}
5476
5477.pace-corner-indicator-info .pace .pace-activity::after {5478border-top-color: rgba(23, 162, 184, 0.2);5479border-bottom-color: rgba(23, 162, 184, 0.2);5480}
5481
5482.pace-fill-left-info .pace .pace-progress {5483background-color: rgba(23, 162, 184, 0.2);5484}
5485
5486.pace-flash-info .pace .pace-progress {5487background: #17a2b8;5488}
5489
5490.pace-flash-info .pace .pace-progress-inner {5491box-shadow: 0 0 10px #17a2b8, 0 0 5px #17a2b8;5492}
5493
5494.pace-flash-info .pace .pace-activity {5495border-top-color: #17a2b8;5496border-left-color: #17a2b8;5497}
5498
5499.pace-loading-bar-info .pace .pace-progress {5500background: #17a2b8;5501color: #17a2b8;5502box-shadow: 120px 0 #fff, 240px 0 #fff;5503}
5504
5505.pace-loading-bar-info .pace .pace-activity {5506box-shadow: inset 0 0 0 2px #17a2b8, inset 0 0 0 7px #fff;5507}
5508
5509.pace-mac-osx-info .pace .pace-progress {5510background-color: #17a2b8;5511box-shadow: inset -1px 0 #17a2b8, inset 0 -1px #17a2b8, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);5512}
5513
5514.pace-mac-osx-info .pace .pace-activity {5515background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);5516height: 12px;5517}
5518
5519.pace-progress-color-info .pace-progress {5520color: #17a2b8;5521}
5522
5523.pace-warning .pace .pace-progress {5524background: #ffc107;5525}
5526
5527.pace-barber-shop-warning .pace {5528background: #1f2d3d;5529}
5530
5531.pace-barber-shop-warning .pace .pace-progress {5532background: #ffc107;5533}
5534
5535.pace-barber-shop-warning .pace .pace-activity {5536background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);5537}
5538
5539.pace-big-counter-warning .pace .pace-progress::after {5540color: rgba(255, 193, 7, 0.2);5541}
5542
5543.pace-bounce-warning .pace .pace-activity {5544background: #ffc107;5545}
5546
5547.pace-center-atom-warning .pace-progress {5548height: 100px;5549width: 80px;5550}
5551
5552.pace-center-atom-warning .pace-progress::before {5553background: #ffc107;5554color: #1f2d3d;5555font-size: .8rem;5556line-height: .7rem;5557padding-top: 17%;5558}
5559
5560.pace-center-atom-warning .pace-activity {5561border-color: #ffc107;5562}
5563
5564.pace-center-atom-warning .pace-activity::after, .pace-center-atom-warning .pace-activity::before {5565border-color: #ffc107;5566}
5567
5568.pace-center-circle-warning .pace .pace-progress {5569background: rgba(255, 193, 7, 0.8);5570color: #1f2d3d;5571}
5572
5573.pace-center-radar-warning .pace .pace-activity {5574border-color: #ffc107 transparent transparent;5575}
5576
5577.pace-center-radar-warning .pace .pace-activity::before {5578border-color: #ffc107 transparent transparent;5579}
5580
5581.pace-center-simple-warning .pace {5582background: #1f2d3d;5583border-color: #ffc107;5584}
5585
5586.pace-center-simple-warning .pace .pace-progress {5587background: #ffc107;5588}
5589
5590.pace-material-warning .pace {5591color: #ffc107;5592}
5593
5594.pace-corner-indicator-warning .pace .pace-activity {5595background: #ffc107;5596}
5597
5598.pace-corner-indicator-warning .pace .pace-activity::after,
5599.pace-corner-indicator-warning .pace .pace-activity::before {5600border: 5px solid #1f2d3d;5601}
5602
5603.pace-corner-indicator-warning .pace .pace-activity::before {5604border-right-color: rgba(255, 193, 7, 0.2);5605border-left-color: rgba(255, 193, 7, 0.2);5606}
5607
5608.pace-corner-indicator-warning .pace .pace-activity::after {5609border-top-color: rgba(255, 193, 7, 0.2);5610border-bottom-color: rgba(255, 193, 7, 0.2);5611}
5612
5613.pace-fill-left-warning .pace .pace-progress {5614background-color: rgba(255, 193, 7, 0.2);5615}
5616
5617.pace-flash-warning .pace .pace-progress {5618background: #ffc107;5619}
5620
5621.pace-flash-warning .pace .pace-progress-inner {5622box-shadow: 0 0 10px #ffc107, 0 0 5px #ffc107;5623}
5624
5625.pace-flash-warning .pace .pace-activity {5626border-top-color: #ffc107;5627border-left-color: #ffc107;5628}
5629
5630.pace-loading-bar-warning .pace .pace-progress {5631background: #ffc107;5632color: #ffc107;5633box-shadow: 120px 0 #1f2d3d, 240px 0 #1f2d3d;5634}
5635
5636.pace-loading-bar-warning .pace .pace-activity {5637box-shadow: inset 0 0 0 2px #ffc107, inset 0 0 0 7px #1f2d3d;5638}
5639
5640.pace-mac-osx-warning .pace .pace-progress {5641background-color: #ffc107;5642box-shadow: inset -1px 0 #ffc107, inset 0 -1px #ffc107, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);5643}
5644
5645.pace-mac-osx-warning .pace .pace-activity {5646background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);5647height: 12px;5648}
5649
5650.pace-progress-color-warning .pace-progress {5651color: #ffc107;5652}
5653
5654.pace-danger .pace .pace-progress {5655background: #dc3545;5656}
5657
5658.pace-barber-shop-danger .pace {5659background: #fff;5660}
5661
5662.pace-barber-shop-danger .pace .pace-progress {5663background: #dc3545;5664}
5665
5666.pace-barber-shop-danger .pace .pace-activity {5667background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);5668}
5669
5670.pace-big-counter-danger .pace .pace-progress::after {5671color: rgba(220, 53, 69, 0.2);5672}
5673
5674.pace-bounce-danger .pace .pace-activity {5675background: #dc3545;5676}
5677
5678.pace-center-atom-danger .pace-progress {5679height: 100px;5680width: 80px;5681}
5682
5683.pace-center-atom-danger .pace-progress::before {5684background: #dc3545;5685color: #fff;5686font-size: .8rem;5687line-height: .7rem;5688padding-top: 17%;5689}
5690
5691.pace-center-atom-danger .pace-activity {5692border-color: #dc3545;5693}
5694
5695.pace-center-atom-danger .pace-activity::after, .pace-center-atom-danger .pace-activity::before {5696border-color: #dc3545;5697}
5698
5699.pace-center-circle-danger .pace .pace-progress {5700background: rgba(220, 53, 69, 0.8);5701color: #fff;5702}
5703
5704.pace-center-radar-danger .pace .pace-activity {5705border-color: #dc3545 transparent transparent;5706}
5707
5708.pace-center-radar-danger .pace .pace-activity::before {5709border-color: #dc3545 transparent transparent;5710}
5711
5712.pace-center-simple-danger .pace {5713background: #fff;5714border-color: #dc3545;5715}
5716
5717.pace-center-simple-danger .pace .pace-progress {5718background: #dc3545;5719}
5720
5721.pace-material-danger .pace {5722color: #dc3545;5723}
5724
5725.pace-corner-indicator-danger .pace .pace-activity {5726background: #dc3545;5727}
5728
5729.pace-corner-indicator-danger .pace .pace-activity::after,
5730.pace-corner-indicator-danger .pace .pace-activity::before {5731border: 5px solid #fff;5732}
5733
5734.pace-corner-indicator-danger .pace .pace-activity::before {5735border-right-color: rgba(220, 53, 69, 0.2);5736border-left-color: rgba(220, 53, 69, 0.2);5737}
5738
5739.pace-corner-indicator-danger .pace .pace-activity::after {5740border-top-color: rgba(220, 53, 69, 0.2);5741border-bottom-color: rgba(220, 53, 69, 0.2);5742}
5743
5744.pace-fill-left-danger .pace .pace-progress {5745background-color: rgba(220, 53, 69, 0.2);5746}
5747
5748.pace-flash-danger .pace .pace-progress {5749background: #dc3545;5750}
5751
5752.pace-flash-danger .pace .pace-progress-inner {5753box-shadow: 0 0 10px #dc3545, 0 0 5px #dc3545;5754}
5755
5756.pace-flash-danger .pace .pace-activity {5757border-top-color: #dc3545;5758border-left-color: #dc3545;5759}
5760
5761.pace-loading-bar-danger .pace .pace-progress {5762background: #dc3545;5763color: #dc3545;5764box-shadow: 120px 0 #fff, 240px 0 #fff;5765}
5766
5767.pace-loading-bar-danger .pace .pace-activity {5768box-shadow: inset 0 0 0 2px #dc3545, inset 0 0 0 7px #fff;5769}
5770
5771.pace-mac-osx-danger .pace .pace-progress {5772background-color: #dc3545;5773box-shadow: inset -1px 0 #dc3545, inset 0 -1px #dc3545, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);5774}
5775
5776.pace-mac-osx-danger .pace .pace-activity {5777background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);5778height: 12px;5779}
5780
5781.pace-progress-color-danger .pace-progress {5782color: #dc3545;5783}
5784
5785.pace-light .pace .pace-progress {5786background: #f8f9fa;5787}
5788
5789.pace-barber-shop-light .pace {5790background: #1f2d3d;5791}
5792
5793.pace-barber-shop-light .pace .pace-progress {5794background: #f8f9fa;5795}
5796
5797.pace-barber-shop-light .pace .pace-activity {5798background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);5799}
5800
5801.pace-big-counter-light .pace .pace-progress::after {5802color: rgba(248, 249, 250, 0.2);5803}
5804
5805.pace-bounce-light .pace .pace-activity {5806background: #f8f9fa;5807}
5808
5809.pace-center-atom-light .pace-progress {5810height: 100px;5811width: 80px;5812}
5813
5814.pace-center-atom-light .pace-progress::before {5815background: #f8f9fa;5816color: #1f2d3d;5817font-size: .8rem;5818line-height: .7rem;5819padding-top: 17%;5820}
5821
5822.pace-center-atom-light .pace-activity {5823border-color: #f8f9fa;5824}
5825
5826.pace-center-atom-light .pace-activity::after, .pace-center-atom-light .pace-activity::before {5827border-color: #f8f9fa;5828}
5829
5830.pace-center-circle-light .pace .pace-progress {5831background: rgba(248, 249, 250, 0.8);5832color: #1f2d3d;5833}
5834
5835.pace-center-radar-light .pace .pace-activity {5836border-color: #f8f9fa transparent transparent;5837}
5838
5839.pace-center-radar-light .pace .pace-activity::before {5840border-color: #f8f9fa transparent transparent;5841}
5842
5843.pace-center-simple-light .pace {5844background: #1f2d3d;5845border-color: #f8f9fa;5846}
5847
5848.pace-center-simple-light .pace .pace-progress {5849background: #f8f9fa;5850}
5851
5852.pace-material-light .pace {5853color: #f8f9fa;5854}
5855
5856.pace-corner-indicator-light .pace .pace-activity {5857background: #f8f9fa;5858}
5859
5860.pace-corner-indicator-light .pace .pace-activity::after,
5861.pace-corner-indicator-light .pace .pace-activity::before {5862border: 5px solid #1f2d3d;5863}
5864
5865.pace-corner-indicator-light .pace .pace-activity::before {5866border-right-color: rgba(248, 249, 250, 0.2);5867border-left-color: rgba(248, 249, 250, 0.2);5868}
5869
5870.pace-corner-indicator-light .pace .pace-activity::after {5871border-top-color: rgba(248, 249, 250, 0.2);5872border-bottom-color: rgba(248, 249, 250, 0.2);5873}
5874
5875.pace-fill-left-light .pace .pace-progress {5876background-color: rgba(248, 249, 250, 0.2);5877}
5878
5879.pace-flash-light .pace .pace-progress {5880background: #f8f9fa;5881}
5882
5883.pace-flash-light .pace .pace-progress-inner {5884box-shadow: 0 0 10px #f8f9fa, 0 0 5px #f8f9fa;5885}
5886
5887.pace-flash-light .pace .pace-activity {5888border-top-color: #f8f9fa;5889border-left-color: #f8f9fa;5890}
5891
5892.pace-loading-bar-light .pace .pace-progress {5893background: #f8f9fa;5894color: #f8f9fa;5895box-shadow: 120px 0 #1f2d3d, 240px 0 #1f2d3d;5896}
5897
5898.pace-loading-bar-light .pace .pace-activity {5899box-shadow: inset 0 0 0 2px #f8f9fa, inset 0 0 0 7px #1f2d3d;5900}
5901
5902.pace-mac-osx-light .pace .pace-progress {5903background-color: #f8f9fa;5904box-shadow: inset -1px 0 #f8f9fa, inset 0 -1px #f8f9fa, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);5905}
5906
5907.pace-mac-osx-light .pace .pace-activity {5908background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);5909height: 12px;5910}
5911
5912.pace-progress-color-light .pace-progress {5913color: #f8f9fa;5914}
5915
5916.pace-dark .pace .pace-progress {5917background: #343a40;5918}
5919
5920.pace-barber-shop-dark .pace {5921background: #fff;5922}
5923
5924.pace-barber-shop-dark .pace .pace-progress {5925background: #343a40;5926}
5927
5928.pace-barber-shop-dark .pace .pace-activity {5929background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);5930}
5931
5932.pace-big-counter-dark .pace .pace-progress::after {5933color: rgba(52, 58, 64, 0.2);5934}
5935
5936.pace-bounce-dark .pace .pace-activity {5937background: #343a40;5938}
5939
5940.pace-center-atom-dark .pace-progress {5941height: 100px;5942width: 80px;5943}
5944
5945.pace-center-atom-dark .pace-progress::before {5946background: #343a40;5947color: #fff;5948font-size: .8rem;5949line-height: .7rem;5950padding-top: 17%;5951}
5952
5953.pace-center-atom-dark .pace-activity {5954border-color: #343a40;5955}
5956
5957.pace-center-atom-dark .pace-activity::after, .pace-center-atom-dark .pace-activity::before {5958border-color: #343a40;5959}
5960
5961.pace-center-circle-dark .pace .pace-progress {5962background: rgba(52, 58, 64, 0.8);5963color: #fff;5964}
5965
5966.pace-center-radar-dark .pace .pace-activity {5967border-color: #343a40 transparent transparent;5968}
5969
5970.pace-center-radar-dark .pace .pace-activity::before {5971border-color: #343a40 transparent transparent;5972}
5973
5974.pace-center-simple-dark .pace {5975background: #fff;5976border-color: #343a40;5977}
5978
5979.pace-center-simple-dark .pace .pace-progress {5980background: #343a40;5981}
5982
5983.pace-material-dark .pace {5984color: #343a40;5985}
5986
5987.pace-corner-indicator-dark .pace .pace-activity {5988background: #343a40;5989}
5990
5991.pace-corner-indicator-dark .pace .pace-activity::after,
5992.pace-corner-indicator-dark .pace .pace-activity::before {5993border: 5px solid #fff;5994}
5995
5996.pace-corner-indicator-dark .pace .pace-activity::before {5997border-right-color: rgba(52, 58, 64, 0.2);5998border-left-color: rgba(52, 58, 64, 0.2);5999}
6000
6001.pace-corner-indicator-dark .pace .pace-activity::after {6002border-top-color: rgba(52, 58, 64, 0.2);6003border-bottom-color: rgba(52, 58, 64, 0.2);6004}
6005
6006.pace-fill-left-dark .pace .pace-progress {6007background-color: rgba(52, 58, 64, 0.2);6008}
6009
6010.pace-flash-dark .pace .pace-progress {6011background: #343a40;6012}
6013
6014.pace-flash-dark .pace .pace-progress-inner {6015box-shadow: 0 0 10px #343a40, 0 0 5px #343a40;6016}
6017
6018.pace-flash-dark .pace .pace-activity {6019border-top-color: #343a40;6020border-left-color: #343a40;6021}
6022
6023.pace-loading-bar-dark .pace .pace-progress {6024background: #343a40;6025color: #343a40;6026box-shadow: 120px 0 #fff, 240px 0 #fff;6027}
6028
6029.pace-loading-bar-dark .pace .pace-activity {6030box-shadow: inset 0 0 0 2px #343a40, inset 0 0 0 7px #fff;6031}
6032
6033.pace-mac-osx-dark .pace .pace-progress {6034background-color: #343a40;6035box-shadow: inset -1px 0 #343a40, inset 0 -1px #343a40, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);6036}
6037
6038.pace-mac-osx-dark .pace .pace-activity {6039background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);6040height: 12px;6041}
6042
6043.pace-progress-color-dark .pace-progress {6044color: #343a40;6045}
6046
6047.pace-lightblue .pace .pace-progress {6048background: #3c8dbc;6049}
6050
6051.pace-barber-shop-lightblue .pace {6052background: #fff;6053}
6054
6055.pace-barber-shop-lightblue .pace .pace-progress {6056background: #3c8dbc;6057}
6058
6059.pace-barber-shop-lightblue .pace .pace-activity {6060background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);6061}
6062
6063.pace-big-counter-lightblue .pace .pace-progress::after {6064color: rgba(60, 141, 188, 0.2);6065}
6066
6067.pace-bounce-lightblue .pace .pace-activity {6068background: #3c8dbc;6069}
6070
6071.pace-center-atom-lightblue .pace-progress {6072height: 100px;6073width: 80px;6074}
6075
6076.pace-center-atom-lightblue .pace-progress::before {6077background: #3c8dbc;6078color: #fff;6079font-size: .8rem;6080line-height: .7rem;6081padding-top: 17%;6082}
6083
6084.pace-center-atom-lightblue .pace-activity {6085border-color: #3c8dbc;6086}
6087
6088.pace-center-atom-lightblue .pace-activity::after, .pace-center-atom-lightblue .pace-activity::before {6089border-color: #3c8dbc;6090}
6091
6092.pace-center-circle-lightblue .pace .pace-progress {6093background: rgba(60, 141, 188, 0.8);6094color: #fff;6095}
6096
6097.pace-center-radar-lightblue .pace .pace-activity {6098border-color: #3c8dbc transparent transparent;6099}
6100
6101.pace-center-radar-lightblue .pace .pace-activity::before {6102border-color: #3c8dbc transparent transparent;6103}
6104
6105.pace-center-simple-lightblue .pace {6106background: #fff;6107border-color: #3c8dbc;6108}
6109
6110.pace-center-simple-lightblue .pace .pace-progress {6111background: #3c8dbc;6112}
6113
6114.pace-material-lightblue .pace {6115color: #3c8dbc;6116}
6117
6118.pace-corner-indicator-lightblue .pace .pace-activity {6119background: #3c8dbc;6120}
6121
6122.pace-corner-indicator-lightblue .pace .pace-activity::after,
6123.pace-corner-indicator-lightblue .pace .pace-activity::before {6124border: 5px solid #fff;6125}
6126
6127.pace-corner-indicator-lightblue .pace .pace-activity::before {6128border-right-color: rgba(60, 141, 188, 0.2);6129border-left-color: rgba(60, 141, 188, 0.2);6130}
6131
6132.pace-corner-indicator-lightblue .pace .pace-activity::after {6133border-top-color: rgba(60, 141, 188, 0.2);6134border-bottom-color: rgba(60, 141, 188, 0.2);6135}
6136
6137.pace-fill-left-lightblue .pace .pace-progress {6138background-color: rgba(60, 141, 188, 0.2);6139}
6140
6141.pace-flash-lightblue .pace .pace-progress {6142background: #3c8dbc;6143}
6144
6145.pace-flash-lightblue .pace .pace-progress-inner {6146box-shadow: 0 0 10px #3c8dbc, 0 0 5px #3c8dbc;6147}
6148
6149.pace-flash-lightblue .pace .pace-activity {6150border-top-color: #3c8dbc;6151border-left-color: #3c8dbc;6152}
6153
6154.pace-loading-bar-lightblue .pace .pace-progress {6155background: #3c8dbc;6156color: #3c8dbc;6157box-shadow: 120px 0 #fff, 240px 0 #fff;6158}
6159
6160.pace-loading-bar-lightblue .pace .pace-activity {6161box-shadow: inset 0 0 0 2px #3c8dbc, inset 0 0 0 7px #fff;6162}
6163
6164.pace-mac-osx-lightblue .pace .pace-progress {6165background-color: #3c8dbc;6166box-shadow: inset -1px 0 #3c8dbc, inset 0 -1px #3c8dbc, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);6167}
6168
6169.pace-mac-osx-lightblue .pace .pace-activity {6170background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);6171height: 12px;6172}
6173
6174.pace-progress-color-lightblue .pace-progress {6175color: #3c8dbc;6176}
6177
6178.pace-navy .pace .pace-progress {6179background: #001f3f;6180}
6181
6182.pace-barber-shop-navy .pace {6183background: #fff;6184}
6185
6186.pace-barber-shop-navy .pace .pace-progress {6187background: #001f3f;6188}
6189
6190.pace-barber-shop-navy .pace .pace-activity {6191background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);6192}
6193
6194.pace-big-counter-navy .pace .pace-progress::after {6195color: rgba(0, 31, 63, 0.2);6196}
6197
6198.pace-bounce-navy .pace .pace-activity {6199background: #001f3f;6200}
6201
6202.pace-center-atom-navy .pace-progress {6203height: 100px;6204width: 80px;6205}
6206
6207.pace-center-atom-navy .pace-progress::before {6208background: #001f3f;6209color: #fff;6210font-size: .8rem;6211line-height: .7rem;6212padding-top: 17%;6213}
6214
6215.pace-center-atom-navy .pace-activity {6216border-color: #001f3f;6217}
6218
6219.pace-center-atom-navy .pace-activity::after, .pace-center-atom-navy .pace-activity::before {6220border-color: #001f3f;6221}
6222
6223.pace-center-circle-navy .pace .pace-progress {6224background: rgba(0, 31, 63, 0.8);6225color: #fff;6226}
6227
6228.pace-center-radar-navy .pace .pace-activity {6229border-color: #001f3f transparent transparent;6230}
6231
6232.pace-center-radar-navy .pace .pace-activity::before {6233border-color: #001f3f transparent transparent;6234}
6235
6236.pace-center-simple-navy .pace {6237background: #fff;6238border-color: #001f3f;6239}
6240
6241.pace-center-simple-navy .pace .pace-progress {6242background: #001f3f;6243}
6244
6245.pace-material-navy .pace {6246color: #001f3f;6247}
6248
6249.pace-corner-indicator-navy .pace .pace-activity {6250background: #001f3f;6251}
6252
6253.pace-corner-indicator-navy .pace .pace-activity::after,
6254.pace-corner-indicator-navy .pace .pace-activity::before {6255border: 5px solid #fff;6256}
6257
6258.pace-corner-indicator-navy .pace .pace-activity::before {6259border-right-color: rgba(0, 31, 63, 0.2);6260border-left-color: rgba(0, 31, 63, 0.2);6261}
6262
6263.pace-corner-indicator-navy .pace .pace-activity::after {6264border-top-color: rgba(0, 31, 63, 0.2);6265border-bottom-color: rgba(0, 31, 63, 0.2);6266}
6267
6268.pace-fill-left-navy .pace .pace-progress {6269background-color: rgba(0, 31, 63, 0.2);6270}
6271
6272.pace-flash-navy .pace .pace-progress {6273background: #001f3f;6274}
6275
6276.pace-flash-navy .pace .pace-progress-inner {6277box-shadow: 0 0 10px #001f3f, 0 0 5px #001f3f;6278}
6279
6280.pace-flash-navy .pace .pace-activity {6281border-top-color: #001f3f;6282border-left-color: #001f3f;6283}
6284
6285.pace-loading-bar-navy .pace .pace-progress {6286background: #001f3f;6287color: #001f3f;6288box-shadow: 120px 0 #fff, 240px 0 #fff;6289}
6290
6291.pace-loading-bar-navy .pace .pace-activity {6292box-shadow: inset 0 0 0 2px #001f3f, inset 0 0 0 7px #fff;6293}
6294
6295.pace-mac-osx-navy .pace .pace-progress {6296background-color: #001f3f;6297box-shadow: inset -1px 0 #001f3f, inset 0 -1px #001f3f, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);6298}
6299
6300.pace-mac-osx-navy .pace .pace-activity {6301background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);6302height: 12px;6303}
6304
6305.pace-progress-color-navy .pace-progress {6306color: #001f3f;6307}
6308
6309.pace-olive .pace .pace-progress {6310background: #3d9970;6311}
6312
6313.pace-barber-shop-olive .pace {6314background: #fff;6315}
6316
6317.pace-barber-shop-olive .pace .pace-progress {6318background: #3d9970;6319}
6320
6321.pace-barber-shop-olive .pace .pace-activity {6322background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);6323}
6324
6325.pace-big-counter-olive .pace .pace-progress::after {6326color: rgba(61, 153, 112, 0.2);6327}
6328
6329.pace-bounce-olive .pace .pace-activity {6330background: #3d9970;6331}
6332
6333.pace-center-atom-olive .pace-progress {6334height: 100px;6335width: 80px;6336}
6337
6338.pace-center-atom-olive .pace-progress::before {6339background: #3d9970;6340color: #fff;6341font-size: .8rem;6342line-height: .7rem;6343padding-top: 17%;6344}
6345
6346.pace-center-atom-olive .pace-activity {6347border-color: #3d9970;6348}
6349
6350.pace-center-atom-olive .pace-activity::after, .pace-center-atom-olive .pace-activity::before {6351border-color: #3d9970;6352}
6353
6354.pace-center-circle-olive .pace .pace-progress {6355background: rgba(61, 153, 112, 0.8);6356color: #fff;6357}
6358
6359.pace-center-radar-olive .pace .pace-activity {6360border-color: #3d9970 transparent transparent;6361}
6362
6363.pace-center-radar-olive .pace .pace-activity::before {6364border-color: #3d9970 transparent transparent;6365}
6366
6367.pace-center-simple-olive .pace {6368background: #fff;6369border-color: #3d9970;6370}
6371
6372.pace-center-simple-olive .pace .pace-progress {6373background: #3d9970;6374}
6375
6376.pace-material-olive .pace {6377color: #3d9970;6378}
6379
6380.pace-corner-indicator-olive .pace .pace-activity {6381background: #3d9970;6382}
6383
6384.pace-corner-indicator-olive .pace .pace-activity::after,
6385.pace-corner-indicator-olive .pace .pace-activity::before {6386border: 5px solid #fff;6387}
6388
6389.pace-corner-indicator-olive .pace .pace-activity::before {6390border-right-color: rgba(61, 153, 112, 0.2);6391border-left-color: rgba(61, 153, 112, 0.2);6392}
6393
6394.pace-corner-indicator-olive .pace .pace-activity::after {6395border-top-color: rgba(61, 153, 112, 0.2);6396border-bottom-color: rgba(61, 153, 112, 0.2);6397}
6398
6399.pace-fill-left-olive .pace .pace-progress {6400background-color: rgba(61, 153, 112, 0.2);6401}
6402
6403.pace-flash-olive .pace .pace-progress {6404background: #3d9970;6405}
6406
6407.pace-flash-olive .pace .pace-progress-inner {6408box-shadow: 0 0 10px #3d9970, 0 0 5px #3d9970;6409}
6410
6411.pace-flash-olive .pace .pace-activity {6412border-top-color: #3d9970;6413border-left-color: #3d9970;6414}
6415
6416.pace-loading-bar-olive .pace .pace-progress {6417background: #3d9970;6418color: #3d9970;6419box-shadow: 120px 0 #fff, 240px 0 #fff;6420}
6421
6422.pace-loading-bar-olive .pace .pace-activity {6423box-shadow: inset 0 0 0 2px #3d9970, inset 0 0 0 7px #fff;6424}
6425
6426.pace-mac-osx-olive .pace .pace-progress {6427background-color: #3d9970;6428box-shadow: inset -1px 0 #3d9970, inset 0 -1px #3d9970, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);6429}
6430
6431.pace-mac-osx-olive .pace .pace-activity {6432background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);6433height: 12px;6434}
6435
6436.pace-progress-color-olive .pace-progress {6437color: #3d9970;6438}
6439
6440.pace-lime .pace .pace-progress {6441background: #01ff70;6442}
6443
6444.pace-barber-shop-lime .pace {6445background: #1f2d3d;6446}
6447
6448.pace-barber-shop-lime .pace .pace-progress {6449background: #01ff70;6450}
6451
6452.pace-barber-shop-lime .pace .pace-activity {6453background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);6454}
6455
6456.pace-big-counter-lime .pace .pace-progress::after {6457color: rgba(1, 255, 112, 0.2);6458}
6459
6460.pace-bounce-lime .pace .pace-activity {6461background: #01ff70;6462}
6463
6464.pace-center-atom-lime .pace-progress {6465height: 100px;6466width: 80px;6467}
6468
6469.pace-center-atom-lime .pace-progress::before {6470background: #01ff70;6471color: #1f2d3d;6472font-size: .8rem;6473line-height: .7rem;6474padding-top: 17%;6475}
6476
6477.pace-center-atom-lime .pace-activity {6478border-color: #01ff70;6479}
6480
6481.pace-center-atom-lime .pace-activity::after, .pace-center-atom-lime .pace-activity::before {6482border-color: #01ff70;6483}
6484
6485.pace-center-circle-lime .pace .pace-progress {6486background: rgba(1, 255, 112, 0.8);6487color: #1f2d3d;6488}
6489
6490.pace-center-radar-lime .pace .pace-activity {6491border-color: #01ff70 transparent transparent;6492}
6493
6494.pace-center-radar-lime .pace .pace-activity::before {6495border-color: #01ff70 transparent transparent;6496}
6497
6498.pace-center-simple-lime .pace {6499background: #1f2d3d;6500border-color: #01ff70;6501}
6502
6503.pace-center-simple-lime .pace .pace-progress {6504background: #01ff70;6505}
6506
6507.pace-material-lime .pace {6508color: #01ff70;6509}
6510
6511.pace-corner-indicator-lime .pace .pace-activity {6512background: #01ff70;6513}
6514
6515.pace-corner-indicator-lime .pace .pace-activity::after,
6516.pace-corner-indicator-lime .pace .pace-activity::before {6517border: 5px solid #1f2d3d;6518}
6519
6520.pace-corner-indicator-lime .pace .pace-activity::before {6521border-right-color: rgba(1, 255, 112, 0.2);6522border-left-color: rgba(1, 255, 112, 0.2);6523}
6524
6525.pace-corner-indicator-lime .pace .pace-activity::after {6526border-top-color: rgba(1, 255, 112, 0.2);6527border-bottom-color: rgba(1, 255, 112, 0.2);6528}
6529
6530.pace-fill-left-lime .pace .pace-progress {6531background-color: rgba(1, 255, 112, 0.2);6532}
6533
6534.pace-flash-lime .pace .pace-progress {6535background: #01ff70;6536}
6537
6538.pace-flash-lime .pace .pace-progress-inner {6539box-shadow: 0 0 10px #01ff70, 0 0 5px #01ff70;6540}
6541
6542.pace-flash-lime .pace .pace-activity {6543border-top-color: #01ff70;6544border-left-color: #01ff70;6545}
6546
6547.pace-loading-bar-lime .pace .pace-progress {6548background: #01ff70;6549color: #01ff70;6550box-shadow: 120px 0 #1f2d3d, 240px 0 #1f2d3d;6551}
6552
6553.pace-loading-bar-lime .pace .pace-activity {6554box-shadow: inset 0 0 0 2px #01ff70, inset 0 0 0 7px #1f2d3d;6555}
6556
6557.pace-mac-osx-lime .pace .pace-progress {6558background-color: #01ff70;6559box-shadow: inset -1px 0 #01ff70, inset 0 -1px #01ff70, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);6560}
6561
6562.pace-mac-osx-lime .pace .pace-activity {6563background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);6564height: 12px;6565}
6566
6567.pace-progress-color-lime .pace-progress {6568color: #01ff70;6569}
6570
6571.pace-fuchsia .pace .pace-progress {6572background: #f012be;6573}
6574
6575.pace-barber-shop-fuchsia .pace {6576background: #fff;6577}
6578
6579.pace-barber-shop-fuchsia .pace .pace-progress {6580background: #f012be;6581}
6582
6583.pace-barber-shop-fuchsia .pace .pace-activity {6584background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);6585}
6586
6587.pace-big-counter-fuchsia .pace .pace-progress::after {6588color: rgba(240, 18, 190, 0.2);6589}
6590
6591.pace-bounce-fuchsia .pace .pace-activity {6592background: #f012be;6593}
6594
6595.pace-center-atom-fuchsia .pace-progress {6596height: 100px;6597width: 80px;6598}
6599
6600.pace-center-atom-fuchsia .pace-progress::before {6601background: #f012be;6602color: #fff;6603font-size: .8rem;6604line-height: .7rem;6605padding-top: 17%;6606}
6607
6608.pace-center-atom-fuchsia .pace-activity {6609border-color: #f012be;6610}
6611
6612.pace-center-atom-fuchsia .pace-activity::after, .pace-center-atom-fuchsia .pace-activity::before {6613border-color: #f012be;6614}
6615
6616.pace-center-circle-fuchsia .pace .pace-progress {6617background: rgba(240, 18, 190, 0.8);6618color: #fff;6619}
6620
6621.pace-center-radar-fuchsia .pace .pace-activity {6622border-color: #f012be transparent transparent;6623}
6624
6625.pace-center-radar-fuchsia .pace .pace-activity::before {6626border-color: #f012be transparent transparent;6627}
6628
6629.pace-center-simple-fuchsia .pace {6630background: #fff;6631border-color: #f012be;6632}
6633
6634.pace-center-simple-fuchsia .pace .pace-progress {6635background: #f012be;6636}
6637
6638.pace-material-fuchsia .pace {6639color: #f012be;6640}
6641
6642.pace-corner-indicator-fuchsia .pace .pace-activity {6643background: #f012be;6644}
6645
6646.pace-corner-indicator-fuchsia .pace .pace-activity::after,
6647.pace-corner-indicator-fuchsia .pace .pace-activity::before {6648border: 5px solid #fff;6649}
6650
6651.pace-corner-indicator-fuchsia .pace .pace-activity::before {6652border-right-color: rgba(240, 18, 190, 0.2);6653border-left-color: rgba(240, 18, 190, 0.2);6654}
6655
6656.pace-corner-indicator-fuchsia .pace .pace-activity::after {6657border-top-color: rgba(240, 18, 190, 0.2);6658border-bottom-color: rgba(240, 18, 190, 0.2);6659}
6660
6661.pace-fill-left-fuchsia .pace .pace-progress {6662background-color: rgba(240, 18, 190, 0.2);6663}
6664
6665.pace-flash-fuchsia .pace .pace-progress {6666background: #f012be;6667}
6668
6669.pace-flash-fuchsia .pace .pace-progress-inner {6670box-shadow: 0 0 10px #f012be, 0 0 5px #f012be;6671}
6672
6673.pace-flash-fuchsia .pace .pace-activity {6674border-top-color: #f012be;6675border-left-color: #f012be;6676}
6677
6678.pace-loading-bar-fuchsia .pace .pace-progress {6679background: #f012be;6680color: #f012be;6681box-shadow: 120px 0 #fff, 240px 0 #fff;6682}
6683
6684.pace-loading-bar-fuchsia .pace .pace-activity {6685box-shadow: inset 0 0 0 2px #f012be, inset 0 0 0 7px #fff;6686}
6687
6688.pace-mac-osx-fuchsia .pace .pace-progress {6689background-color: #f012be;6690box-shadow: inset -1px 0 #f012be, inset 0 -1px #f012be, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);6691}
6692
6693.pace-mac-osx-fuchsia .pace .pace-activity {6694background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);6695height: 12px;6696}
6697
6698.pace-progress-color-fuchsia .pace-progress {6699color: #f012be;6700}
6701
6702.pace-maroon .pace .pace-progress {6703background: #d81b60;6704}
6705
6706.pace-barber-shop-maroon .pace {6707background: #fff;6708}
6709
6710.pace-barber-shop-maroon .pace .pace-progress {6711background: #d81b60;6712}
6713
6714.pace-barber-shop-maroon .pace .pace-activity {6715background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);6716}
6717
6718.pace-big-counter-maroon .pace .pace-progress::after {6719color: rgba(216, 27, 96, 0.2);6720}
6721
6722.pace-bounce-maroon .pace .pace-activity {6723background: #d81b60;6724}
6725
6726.pace-center-atom-maroon .pace-progress {6727height: 100px;6728width: 80px;6729}
6730
6731.pace-center-atom-maroon .pace-progress::before {6732background: #d81b60;6733color: #fff;6734font-size: .8rem;6735line-height: .7rem;6736padding-top: 17%;6737}
6738
6739.pace-center-atom-maroon .pace-activity {6740border-color: #d81b60;6741}
6742
6743.pace-center-atom-maroon .pace-activity::after, .pace-center-atom-maroon .pace-activity::before {6744border-color: #d81b60;6745}
6746
6747.pace-center-circle-maroon .pace .pace-progress {6748background: rgba(216, 27, 96, 0.8);6749color: #fff;6750}
6751
6752.pace-center-radar-maroon .pace .pace-activity {6753border-color: #d81b60 transparent transparent;6754}
6755
6756.pace-center-radar-maroon .pace .pace-activity::before {6757border-color: #d81b60 transparent transparent;6758}
6759
6760.pace-center-simple-maroon .pace {6761background: #fff;6762border-color: #d81b60;6763}
6764
6765.pace-center-simple-maroon .pace .pace-progress {6766background: #d81b60;6767}
6768
6769.pace-material-maroon .pace {6770color: #d81b60;6771}
6772
6773.pace-corner-indicator-maroon .pace .pace-activity {6774background: #d81b60;6775}
6776
6777.pace-corner-indicator-maroon .pace .pace-activity::after,
6778.pace-corner-indicator-maroon .pace .pace-activity::before {6779border: 5px solid #fff;6780}
6781
6782.pace-corner-indicator-maroon .pace .pace-activity::before {6783border-right-color: rgba(216, 27, 96, 0.2);6784border-left-color: rgba(216, 27, 96, 0.2);6785}
6786
6787.pace-corner-indicator-maroon .pace .pace-activity::after {6788border-top-color: rgba(216, 27, 96, 0.2);6789border-bottom-color: rgba(216, 27, 96, 0.2);6790}
6791
6792.pace-fill-left-maroon .pace .pace-progress {6793background-color: rgba(216, 27, 96, 0.2);6794}
6795
6796.pace-flash-maroon .pace .pace-progress {6797background: #d81b60;6798}
6799
6800.pace-flash-maroon .pace .pace-progress-inner {6801box-shadow: 0 0 10px #d81b60, 0 0 5px #d81b60;6802}
6803
6804.pace-flash-maroon .pace .pace-activity {6805border-top-color: #d81b60;6806border-left-color: #d81b60;6807}
6808
6809.pace-loading-bar-maroon .pace .pace-progress {6810background: #d81b60;6811color: #d81b60;6812box-shadow: 120px 0 #fff, 240px 0 #fff;6813}
6814
6815.pace-loading-bar-maroon .pace .pace-activity {6816box-shadow: inset 0 0 0 2px #d81b60, inset 0 0 0 7px #fff;6817}
6818
6819.pace-mac-osx-maroon .pace .pace-progress {6820background-color: #d81b60;6821box-shadow: inset -1px 0 #d81b60, inset 0 -1px #d81b60, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);6822}
6823
6824.pace-mac-osx-maroon .pace .pace-activity {6825background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);6826height: 12px;6827}
6828
6829.pace-progress-color-maroon .pace-progress {6830color: #d81b60;6831}
6832
6833.pace-blue .pace .pace-progress {6834background: #007bff;6835}
6836
6837.pace-barber-shop-blue .pace {6838background: #fff;6839}
6840
6841.pace-barber-shop-blue .pace .pace-progress {6842background: #007bff;6843}
6844
6845.pace-barber-shop-blue .pace .pace-activity {6846background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);6847}
6848
6849.pace-big-counter-blue .pace .pace-progress::after {6850color: rgba(0, 123, 255, 0.2);6851}
6852
6853.pace-bounce-blue .pace .pace-activity {6854background: #007bff;6855}
6856
6857.pace-center-atom-blue .pace-progress {6858height: 100px;6859width: 80px;6860}
6861
6862.pace-center-atom-blue .pace-progress::before {6863background: #007bff;6864color: #fff;6865font-size: .8rem;6866line-height: .7rem;6867padding-top: 17%;6868}
6869
6870.pace-center-atom-blue .pace-activity {6871border-color: #007bff;6872}
6873
6874.pace-center-atom-blue .pace-activity::after, .pace-center-atom-blue .pace-activity::before {6875border-color: #007bff;6876}
6877
6878.pace-center-circle-blue .pace .pace-progress {6879background: rgba(0, 123, 255, 0.8);6880color: #fff;6881}
6882
6883.pace-center-radar-blue .pace .pace-activity {6884border-color: #007bff transparent transparent;6885}
6886
6887.pace-center-radar-blue .pace .pace-activity::before {6888border-color: #007bff transparent transparent;6889}
6890
6891.pace-center-simple-blue .pace {6892background: #fff;6893border-color: #007bff;6894}
6895
6896.pace-center-simple-blue .pace .pace-progress {6897background: #007bff;6898}
6899
6900.pace-material-blue .pace {6901color: #007bff;6902}
6903
6904.pace-corner-indicator-blue .pace .pace-activity {6905background: #007bff;6906}
6907
6908.pace-corner-indicator-blue .pace .pace-activity::after,
6909.pace-corner-indicator-blue .pace .pace-activity::before {6910border: 5px solid #fff;6911}
6912
6913.pace-corner-indicator-blue .pace .pace-activity::before {6914border-right-color: rgba(0, 123, 255, 0.2);6915border-left-color: rgba(0, 123, 255, 0.2);6916}
6917
6918.pace-corner-indicator-blue .pace .pace-activity::after {6919border-top-color: rgba(0, 123, 255, 0.2);6920border-bottom-color: rgba(0, 123, 255, 0.2);6921}
6922
6923.pace-fill-left-blue .pace .pace-progress {6924background-color: rgba(0, 123, 255, 0.2);6925}
6926
6927.pace-flash-blue .pace .pace-progress {6928background: #007bff;6929}
6930
6931.pace-flash-blue .pace .pace-progress-inner {6932box-shadow: 0 0 10px #007bff, 0 0 5px #007bff;6933}
6934
6935.pace-flash-blue .pace .pace-activity {6936border-top-color: #007bff;6937border-left-color: #007bff;6938}
6939
6940.pace-loading-bar-blue .pace .pace-progress {6941background: #007bff;6942color: #007bff;6943box-shadow: 120px 0 #fff, 240px 0 #fff;6944}
6945
6946.pace-loading-bar-blue .pace .pace-activity {6947box-shadow: inset 0 0 0 2px #007bff, inset 0 0 0 7px #fff;6948}
6949
6950.pace-mac-osx-blue .pace .pace-progress {6951background-color: #007bff;6952box-shadow: inset -1px 0 #007bff, inset 0 -1px #007bff, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);6953}
6954
6955.pace-mac-osx-blue .pace .pace-activity {6956background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);6957height: 12px;6958}
6959
6960.pace-progress-color-blue .pace-progress {6961color: #007bff;6962}
6963
6964.pace-indigo .pace .pace-progress {6965background: #6610f2;6966}
6967
6968.pace-barber-shop-indigo .pace {6969background: #fff;6970}
6971
6972.pace-barber-shop-indigo .pace .pace-progress {6973background: #6610f2;6974}
6975
6976.pace-barber-shop-indigo .pace .pace-activity {6977background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);6978}
6979
6980.pace-big-counter-indigo .pace .pace-progress::after {6981color: rgba(102, 16, 242, 0.2);6982}
6983
6984.pace-bounce-indigo .pace .pace-activity {6985background: #6610f2;6986}
6987
6988.pace-center-atom-indigo .pace-progress {6989height: 100px;6990width: 80px;6991}
6992
6993.pace-center-atom-indigo .pace-progress::before {6994background: #6610f2;6995color: #fff;6996font-size: .8rem;6997line-height: .7rem;6998padding-top: 17%;6999}
7000
7001.pace-center-atom-indigo .pace-activity {7002border-color: #6610f2;7003}
7004
7005.pace-center-atom-indigo .pace-activity::after, .pace-center-atom-indigo .pace-activity::before {7006border-color: #6610f2;7007}
7008
7009.pace-center-circle-indigo .pace .pace-progress {7010background: rgba(102, 16, 242, 0.8);7011color: #fff;7012}
7013
7014.pace-center-radar-indigo .pace .pace-activity {7015border-color: #6610f2 transparent transparent;7016}
7017
7018.pace-center-radar-indigo .pace .pace-activity::before {7019border-color: #6610f2 transparent transparent;7020}
7021
7022.pace-center-simple-indigo .pace {7023background: #fff;7024border-color: #6610f2;7025}
7026
7027.pace-center-simple-indigo .pace .pace-progress {7028background: #6610f2;7029}
7030
7031.pace-material-indigo .pace {7032color: #6610f2;7033}
7034
7035.pace-corner-indicator-indigo .pace .pace-activity {7036background: #6610f2;7037}
7038
7039.pace-corner-indicator-indigo .pace .pace-activity::after,
7040.pace-corner-indicator-indigo .pace .pace-activity::before {7041border: 5px solid #fff;7042}
7043
7044.pace-corner-indicator-indigo .pace .pace-activity::before {7045border-right-color: rgba(102, 16, 242, 0.2);7046border-left-color: rgba(102, 16, 242, 0.2);7047}
7048
7049.pace-corner-indicator-indigo .pace .pace-activity::after {7050border-top-color: rgba(102, 16, 242, 0.2);7051border-bottom-color: rgba(102, 16, 242, 0.2);7052}
7053
7054.pace-fill-left-indigo .pace .pace-progress {7055background-color: rgba(102, 16, 242, 0.2);7056}
7057
7058.pace-flash-indigo .pace .pace-progress {7059background: #6610f2;7060}
7061
7062.pace-flash-indigo .pace .pace-progress-inner {7063box-shadow: 0 0 10px #6610f2, 0 0 5px #6610f2;7064}
7065
7066.pace-flash-indigo .pace .pace-activity {7067border-top-color: #6610f2;7068border-left-color: #6610f2;7069}
7070
7071.pace-loading-bar-indigo .pace .pace-progress {7072background: #6610f2;7073color: #6610f2;7074box-shadow: 120px 0 #fff, 240px 0 #fff;7075}
7076
7077.pace-loading-bar-indigo .pace .pace-activity {7078box-shadow: inset 0 0 0 2px #6610f2, inset 0 0 0 7px #fff;7079}
7080
7081.pace-mac-osx-indigo .pace .pace-progress {7082background-color: #6610f2;7083box-shadow: inset -1px 0 #6610f2, inset 0 -1px #6610f2, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);7084}
7085
7086.pace-mac-osx-indigo .pace .pace-activity {7087background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);7088height: 12px;7089}
7090
7091.pace-progress-color-indigo .pace-progress {7092color: #6610f2;7093}
7094
7095.pace-purple .pace .pace-progress {7096background: #6f42c1;7097}
7098
7099.pace-barber-shop-purple .pace {7100background: #fff;7101}
7102
7103.pace-barber-shop-purple .pace .pace-progress {7104background: #6f42c1;7105}
7106
7107.pace-barber-shop-purple .pace .pace-activity {7108background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);7109}
7110
7111.pace-big-counter-purple .pace .pace-progress::after {7112color: rgba(111, 66, 193, 0.2);7113}
7114
7115.pace-bounce-purple .pace .pace-activity {7116background: #6f42c1;7117}
7118
7119.pace-center-atom-purple .pace-progress {7120height: 100px;7121width: 80px;7122}
7123
7124.pace-center-atom-purple .pace-progress::before {7125background: #6f42c1;7126color: #fff;7127font-size: .8rem;7128line-height: .7rem;7129padding-top: 17%;7130}
7131
7132.pace-center-atom-purple .pace-activity {7133border-color: #6f42c1;7134}
7135
7136.pace-center-atom-purple .pace-activity::after, .pace-center-atom-purple .pace-activity::before {7137border-color: #6f42c1;7138}
7139
7140.pace-center-circle-purple .pace .pace-progress {7141background: rgba(111, 66, 193, 0.8);7142color: #fff;7143}
7144
7145.pace-center-radar-purple .pace .pace-activity {7146border-color: #6f42c1 transparent transparent;7147}
7148
7149.pace-center-radar-purple .pace .pace-activity::before {7150border-color: #6f42c1 transparent transparent;7151}
7152
7153.pace-center-simple-purple .pace {7154background: #fff;7155border-color: #6f42c1;7156}
7157
7158.pace-center-simple-purple .pace .pace-progress {7159background: #6f42c1;7160}
7161
7162.pace-material-purple .pace {7163color: #6f42c1;7164}
7165
7166.pace-corner-indicator-purple .pace .pace-activity {7167background: #6f42c1;7168}
7169
7170.pace-corner-indicator-purple .pace .pace-activity::after,
7171.pace-corner-indicator-purple .pace .pace-activity::before {7172border: 5px solid #fff;7173}
7174
7175.pace-corner-indicator-purple .pace .pace-activity::before {7176border-right-color: rgba(111, 66, 193, 0.2);7177border-left-color: rgba(111, 66, 193, 0.2);7178}
7179
7180.pace-corner-indicator-purple .pace .pace-activity::after {7181border-top-color: rgba(111, 66, 193, 0.2);7182border-bottom-color: rgba(111, 66, 193, 0.2);7183}
7184
7185.pace-fill-left-purple .pace .pace-progress {7186background-color: rgba(111, 66, 193, 0.2);7187}
7188
7189.pace-flash-purple .pace .pace-progress {7190background: #6f42c1;7191}
7192
7193.pace-flash-purple .pace .pace-progress-inner {7194box-shadow: 0 0 10px #6f42c1, 0 0 5px #6f42c1;7195}
7196
7197.pace-flash-purple .pace .pace-activity {7198border-top-color: #6f42c1;7199border-left-color: #6f42c1;7200}
7201
7202.pace-loading-bar-purple .pace .pace-progress {7203background: #6f42c1;7204color: #6f42c1;7205box-shadow: 120px 0 #fff, 240px 0 #fff;7206}
7207
7208.pace-loading-bar-purple .pace .pace-activity {7209box-shadow: inset 0 0 0 2px #6f42c1, inset 0 0 0 7px #fff;7210}
7211
7212.pace-mac-osx-purple .pace .pace-progress {7213background-color: #6f42c1;7214box-shadow: inset -1px 0 #6f42c1, inset 0 -1px #6f42c1, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);7215}
7216
7217.pace-mac-osx-purple .pace .pace-activity {7218background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);7219height: 12px;7220}
7221
7222.pace-progress-color-purple .pace-progress {7223color: #6f42c1;7224}
7225
7226.pace-pink .pace .pace-progress {7227background: #e83e8c;7228}
7229
7230.pace-barber-shop-pink .pace {7231background: #fff;7232}
7233
7234.pace-barber-shop-pink .pace .pace-progress {7235background: #e83e8c;7236}
7237
7238.pace-barber-shop-pink .pace .pace-activity {7239background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);7240}
7241
7242.pace-big-counter-pink .pace .pace-progress::after {7243color: rgba(232, 62, 140, 0.2);7244}
7245
7246.pace-bounce-pink .pace .pace-activity {7247background: #e83e8c;7248}
7249
7250.pace-center-atom-pink .pace-progress {7251height: 100px;7252width: 80px;7253}
7254
7255.pace-center-atom-pink .pace-progress::before {7256background: #e83e8c;7257color: #fff;7258font-size: .8rem;7259line-height: .7rem;7260padding-top: 17%;7261}
7262
7263.pace-center-atom-pink .pace-activity {7264border-color: #e83e8c;7265}
7266
7267.pace-center-atom-pink .pace-activity::after, .pace-center-atom-pink .pace-activity::before {7268border-color: #e83e8c;7269}
7270
7271.pace-center-circle-pink .pace .pace-progress {7272background: rgba(232, 62, 140, 0.8);7273color: #fff;7274}
7275
7276.pace-center-radar-pink .pace .pace-activity {7277border-color: #e83e8c transparent transparent;7278}
7279
7280.pace-center-radar-pink .pace .pace-activity::before {7281border-color: #e83e8c transparent transparent;7282}
7283
7284.pace-center-simple-pink .pace {7285background: #fff;7286border-color: #e83e8c;7287}
7288
7289.pace-center-simple-pink .pace .pace-progress {7290background: #e83e8c;7291}
7292
7293.pace-material-pink .pace {7294color: #e83e8c;7295}
7296
7297.pace-corner-indicator-pink .pace .pace-activity {7298background: #e83e8c;7299}
7300
7301.pace-corner-indicator-pink .pace .pace-activity::after,
7302.pace-corner-indicator-pink .pace .pace-activity::before {7303border: 5px solid #fff;7304}
7305
7306.pace-corner-indicator-pink .pace .pace-activity::before {7307border-right-color: rgba(232, 62, 140, 0.2);7308border-left-color: rgba(232, 62, 140, 0.2);7309}
7310
7311.pace-corner-indicator-pink .pace .pace-activity::after {7312border-top-color: rgba(232, 62, 140, 0.2);7313border-bottom-color: rgba(232, 62, 140, 0.2);7314}
7315
7316.pace-fill-left-pink .pace .pace-progress {7317background-color: rgba(232, 62, 140, 0.2);7318}
7319
7320.pace-flash-pink .pace .pace-progress {7321background: #e83e8c;7322}
7323
7324.pace-flash-pink .pace .pace-progress-inner {7325box-shadow: 0 0 10px #e83e8c, 0 0 5px #e83e8c;7326}
7327
7328.pace-flash-pink .pace .pace-activity {7329border-top-color: #e83e8c;7330border-left-color: #e83e8c;7331}
7332
7333.pace-loading-bar-pink .pace .pace-progress {7334background: #e83e8c;7335color: #e83e8c;7336box-shadow: 120px 0 #fff, 240px 0 #fff;7337}
7338
7339.pace-loading-bar-pink .pace .pace-activity {7340box-shadow: inset 0 0 0 2px #e83e8c, inset 0 0 0 7px #fff;7341}
7342
7343.pace-mac-osx-pink .pace .pace-progress {7344background-color: #e83e8c;7345box-shadow: inset -1px 0 #e83e8c, inset 0 -1px #e83e8c, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);7346}
7347
7348.pace-mac-osx-pink .pace .pace-activity {7349background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);7350height: 12px;7351}
7352
7353.pace-progress-color-pink .pace-progress {7354color: #e83e8c;7355}
7356
7357.pace-red .pace .pace-progress {7358background: #dc3545;7359}
7360
7361.pace-barber-shop-red .pace {7362background: #fff;7363}
7364
7365.pace-barber-shop-red .pace .pace-progress {7366background: #dc3545;7367}
7368
7369.pace-barber-shop-red .pace .pace-activity {7370background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);7371}
7372
7373.pace-big-counter-red .pace .pace-progress::after {7374color: rgba(220, 53, 69, 0.2);7375}
7376
7377.pace-bounce-red .pace .pace-activity {7378background: #dc3545;7379}
7380
7381.pace-center-atom-red .pace-progress {7382height: 100px;7383width: 80px;7384}
7385
7386.pace-center-atom-red .pace-progress::before {7387background: #dc3545;7388color: #fff;7389font-size: .8rem;7390line-height: .7rem;7391padding-top: 17%;7392}
7393
7394.pace-center-atom-red .pace-activity {7395border-color: #dc3545;7396}
7397
7398.pace-center-atom-red .pace-activity::after, .pace-center-atom-red .pace-activity::before {7399border-color: #dc3545;7400}
7401
7402.pace-center-circle-red .pace .pace-progress {7403background: rgba(220, 53, 69, 0.8);7404color: #fff;7405}
7406
7407.pace-center-radar-red .pace .pace-activity {7408border-color: #dc3545 transparent transparent;7409}
7410
7411.pace-center-radar-red .pace .pace-activity::before {7412border-color: #dc3545 transparent transparent;7413}
7414
7415.pace-center-simple-red .pace {7416background: #fff;7417border-color: #dc3545;7418}
7419
7420.pace-center-simple-red .pace .pace-progress {7421background: #dc3545;7422}
7423
7424.pace-material-red .pace {7425color: #dc3545;7426}
7427
7428.pace-corner-indicator-red .pace .pace-activity {7429background: #dc3545;7430}
7431
7432.pace-corner-indicator-red .pace .pace-activity::after,
7433.pace-corner-indicator-red .pace .pace-activity::before {7434border: 5px solid #fff;7435}
7436
7437.pace-corner-indicator-red .pace .pace-activity::before {7438border-right-color: rgba(220, 53, 69, 0.2);7439border-left-color: rgba(220, 53, 69, 0.2);7440}
7441
7442.pace-corner-indicator-red .pace .pace-activity::after {7443border-top-color: rgba(220, 53, 69, 0.2);7444border-bottom-color: rgba(220, 53, 69, 0.2);7445}
7446
7447.pace-fill-left-red .pace .pace-progress {7448background-color: rgba(220, 53, 69, 0.2);7449}
7450
7451.pace-flash-red .pace .pace-progress {7452background: #dc3545;7453}
7454
7455.pace-flash-red .pace .pace-progress-inner {7456box-shadow: 0 0 10px #dc3545, 0 0 5px #dc3545;7457}
7458
7459.pace-flash-red .pace .pace-activity {7460border-top-color: #dc3545;7461border-left-color: #dc3545;7462}
7463
7464.pace-loading-bar-red .pace .pace-progress {7465background: #dc3545;7466color: #dc3545;7467box-shadow: 120px 0 #fff, 240px 0 #fff;7468}
7469
7470.pace-loading-bar-red .pace .pace-activity {7471box-shadow: inset 0 0 0 2px #dc3545, inset 0 0 0 7px #fff;7472}
7473
7474.pace-mac-osx-red .pace .pace-progress {7475background-color: #dc3545;7476box-shadow: inset -1px 0 #dc3545, inset 0 -1px #dc3545, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);7477}
7478
7479.pace-mac-osx-red .pace .pace-activity {7480background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);7481height: 12px;7482}
7483
7484.pace-progress-color-red .pace-progress {7485color: #dc3545;7486}
7487
7488.pace-orange .pace .pace-progress {7489background: #fd7e14;7490}
7491
7492.pace-barber-shop-orange .pace {7493background: #1f2d3d;7494}
7495
7496.pace-barber-shop-orange .pace .pace-progress {7497background: #fd7e14;7498}
7499
7500.pace-barber-shop-orange .pace .pace-activity {7501background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);7502}
7503
7504.pace-big-counter-orange .pace .pace-progress::after {7505color: rgba(253, 126, 20, 0.2);7506}
7507
7508.pace-bounce-orange .pace .pace-activity {7509background: #fd7e14;7510}
7511
7512.pace-center-atom-orange .pace-progress {7513height: 100px;7514width: 80px;7515}
7516
7517.pace-center-atom-orange .pace-progress::before {7518background: #fd7e14;7519color: #1f2d3d;7520font-size: .8rem;7521line-height: .7rem;7522padding-top: 17%;7523}
7524
7525.pace-center-atom-orange .pace-activity {7526border-color: #fd7e14;7527}
7528
7529.pace-center-atom-orange .pace-activity::after, .pace-center-atom-orange .pace-activity::before {7530border-color: #fd7e14;7531}
7532
7533.pace-center-circle-orange .pace .pace-progress {7534background: rgba(253, 126, 20, 0.8);7535color: #1f2d3d;7536}
7537
7538.pace-center-radar-orange .pace .pace-activity {7539border-color: #fd7e14 transparent transparent;7540}
7541
7542.pace-center-radar-orange .pace .pace-activity::before {7543border-color: #fd7e14 transparent transparent;7544}
7545
7546.pace-center-simple-orange .pace {7547background: #1f2d3d;7548border-color: #fd7e14;7549}
7550
7551.pace-center-simple-orange .pace .pace-progress {7552background: #fd7e14;7553}
7554
7555.pace-material-orange .pace {7556color: #fd7e14;7557}
7558
7559.pace-corner-indicator-orange .pace .pace-activity {7560background: #fd7e14;7561}
7562
7563.pace-corner-indicator-orange .pace .pace-activity::after,
7564.pace-corner-indicator-orange .pace .pace-activity::before {7565border: 5px solid #1f2d3d;7566}
7567
7568.pace-corner-indicator-orange .pace .pace-activity::before {7569border-right-color: rgba(253, 126, 20, 0.2);7570border-left-color: rgba(253, 126, 20, 0.2);7571}
7572
7573.pace-corner-indicator-orange .pace .pace-activity::after {7574border-top-color: rgba(253, 126, 20, 0.2);7575border-bottom-color: rgba(253, 126, 20, 0.2);7576}
7577
7578.pace-fill-left-orange .pace .pace-progress {7579background-color: rgba(253, 126, 20, 0.2);7580}
7581
7582.pace-flash-orange .pace .pace-progress {7583background: #fd7e14;7584}
7585
7586.pace-flash-orange .pace .pace-progress-inner {7587box-shadow: 0 0 10px #fd7e14, 0 0 5px #fd7e14;7588}
7589
7590.pace-flash-orange .pace .pace-activity {7591border-top-color: #fd7e14;7592border-left-color: #fd7e14;7593}
7594
7595.pace-loading-bar-orange .pace .pace-progress {7596background: #fd7e14;7597color: #fd7e14;7598box-shadow: 120px 0 #1f2d3d, 240px 0 #1f2d3d;7599}
7600
7601.pace-loading-bar-orange .pace .pace-activity {7602box-shadow: inset 0 0 0 2px #fd7e14, inset 0 0 0 7px #1f2d3d;7603}
7604
7605.pace-mac-osx-orange .pace .pace-progress {7606background-color: #fd7e14;7607box-shadow: inset -1px 0 #fd7e14, inset 0 -1px #fd7e14, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);7608}
7609
7610.pace-mac-osx-orange .pace .pace-activity {7611background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);7612height: 12px;7613}
7614
7615.pace-progress-color-orange .pace-progress {7616color: #fd7e14;7617}
7618
7619.pace-yellow .pace .pace-progress {7620background: #ffc107;7621}
7622
7623.pace-barber-shop-yellow .pace {7624background: #1f2d3d;7625}
7626
7627.pace-barber-shop-yellow .pace .pace-progress {7628background: #ffc107;7629}
7630
7631.pace-barber-shop-yellow .pace .pace-activity {7632background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);7633}
7634
7635.pace-big-counter-yellow .pace .pace-progress::after {7636color: rgba(255, 193, 7, 0.2);7637}
7638
7639.pace-bounce-yellow .pace .pace-activity {7640background: #ffc107;7641}
7642
7643.pace-center-atom-yellow .pace-progress {7644height: 100px;7645width: 80px;7646}
7647
7648.pace-center-atom-yellow .pace-progress::before {7649background: #ffc107;7650color: #1f2d3d;7651font-size: .8rem;7652line-height: .7rem;7653padding-top: 17%;7654}
7655
7656.pace-center-atom-yellow .pace-activity {7657border-color: #ffc107;7658}
7659
7660.pace-center-atom-yellow .pace-activity::after, .pace-center-atom-yellow .pace-activity::before {7661border-color: #ffc107;7662}
7663
7664.pace-center-circle-yellow .pace .pace-progress {7665background: rgba(255, 193, 7, 0.8);7666color: #1f2d3d;7667}
7668
7669.pace-center-radar-yellow .pace .pace-activity {7670border-color: #ffc107 transparent transparent;7671}
7672
7673.pace-center-radar-yellow .pace .pace-activity::before {7674border-color: #ffc107 transparent transparent;7675}
7676
7677.pace-center-simple-yellow .pace {7678background: #1f2d3d;7679border-color: #ffc107;7680}
7681
7682.pace-center-simple-yellow .pace .pace-progress {7683background: #ffc107;7684}
7685
7686.pace-material-yellow .pace {7687color: #ffc107;7688}
7689
7690.pace-corner-indicator-yellow .pace .pace-activity {7691background: #ffc107;7692}
7693
7694.pace-corner-indicator-yellow .pace .pace-activity::after,
7695.pace-corner-indicator-yellow .pace .pace-activity::before {7696border: 5px solid #1f2d3d;7697}
7698
7699.pace-corner-indicator-yellow .pace .pace-activity::before {7700border-right-color: rgba(255, 193, 7, 0.2);7701border-left-color: rgba(255, 193, 7, 0.2);7702}
7703
7704.pace-corner-indicator-yellow .pace .pace-activity::after {7705border-top-color: rgba(255, 193, 7, 0.2);7706border-bottom-color: rgba(255, 193, 7, 0.2);7707}
7708
7709.pace-fill-left-yellow .pace .pace-progress {7710background-color: rgba(255, 193, 7, 0.2);7711}
7712
7713.pace-flash-yellow .pace .pace-progress {7714background: #ffc107;7715}
7716
7717.pace-flash-yellow .pace .pace-progress-inner {7718box-shadow: 0 0 10px #ffc107, 0 0 5px #ffc107;7719}
7720
7721.pace-flash-yellow .pace .pace-activity {7722border-top-color: #ffc107;7723border-left-color: #ffc107;7724}
7725
7726.pace-loading-bar-yellow .pace .pace-progress {7727background: #ffc107;7728color: #ffc107;7729box-shadow: 120px 0 #1f2d3d, 240px 0 #1f2d3d;7730}
7731
7732.pace-loading-bar-yellow .pace .pace-activity {7733box-shadow: inset 0 0 0 2px #ffc107, inset 0 0 0 7px #1f2d3d;7734}
7735
7736.pace-mac-osx-yellow .pace .pace-progress {7737background-color: #ffc107;7738box-shadow: inset -1px 0 #ffc107, inset 0 -1px #ffc107, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);7739}
7740
7741.pace-mac-osx-yellow .pace .pace-activity {7742background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);7743height: 12px;7744}
7745
7746.pace-progress-color-yellow .pace-progress {7747color: #ffc107;7748}
7749
7750.pace-green .pace .pace-progress {7751background: #28a745;7752}
7753
7754.pace-barber-shop-green .pace {7755background: #fff;7756}
7757
7758.pace-barber-shop-green .pace .pace-progress {7759background: #28a745;7760}
7761
7762.pace-barber-shop-green .pace .pace-activity {7763background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);7764}
7765
7766.pace-big-counter-green .pace .pace-progress::after {7767color: rgba(40, 167, 69, 0.2);7768}
7769
7770.pace-bounce-green .pace .pace-activity {7771background: #28a745;7772}
7773
7774.pace-center-atom-green .pace-progress {7775height: 100px;7776width: 80px;7777}
7778
7779.pace-center-atom-green .pace-progress::before {7780background: #28a745;7781color: #fff;7782font-size: .8rem;7783line-height: .7rem;7784padding-top: 17%;7785}
7786
7787.pace-center-atom-green .pace-activity {7788border-color: #28a745;7789}
7790
7791.pace-center-atom-green .pace-activity::after, .pace-center-atom-green .pace-activity::before {7792border-color: #28a745;7793}
7794
7795.pace-center-circle-green .pace .pace-progress {7796background: rgba(40, 167, 69, 0.8);7797color: #fff;7798}
7799
7800.pace-center-radar-green .pace .pace-activity {7801border-color: #28a745 transparent transparent;7802}
7803
7804.pace-center-radar-green .pace .pace-activity::before {7805border-color: #28a745 transparent transparent;7806}
7807
7808.pace-center-simple-green .pace {7809background: #fff;7810border-color: #28a745;7811}
7812
7813.pace-center-simple-green .pace .pace-progress {7814background: #28a745;7815}
7816
7817.pace-material-green .pace {7818color: #28a745;7819}
7820
7821.pace-corner-indicator-green .pace .pace-activity {7822background: #28a745;7823}
7824
7825.pace-corner-indicator-green .pace .pace-activity::after,
7826.pace-corner-indicator-green .pace .pace-activity::before {7827border: 5px solid #fff;7828}
7829
7830.pace-corner-indicator-green .pace .pace-activity::before {7831border-right-color: rgba(40, 167, 69, 0.2);7832border-left-color: rgba(40, 167, 69, 0.2);7833}
7834
7835.pace-corner-indicator-green .pace .pace-activity::after {7836border-top-color: rgba(40, 167, 69, 0.2);7837border-bottom-color: rgba(40, 167, 69, 0.2);7838}
7839
7840.pace-fill-left-green .pace .pace-progress {7841background-color: rgba(40, 167, 69, 0.2);7842}
7843
7844.pace-flash-green .pace .pace-progress {7845background: #28a745;7846}
7847
7848.pace-flash-green .pace .pace-progress-inner {7849box-shadow: 0 0 10px #28a745, 0 0 5px #28a745;7850}
7851
7852.pace-flash-green .pace .pace-activity {7853border-top-color: #28a745;7854border-left-color: #28a745;7855}
7856
7857.pace-loading-bar-green .pace .pace-progress {7858background: #28a745;7859color: #28a745;7860box-shadow: 120px 0 #fff, 240px 0 #fff;7861}
7862
7863.pace-loading-bar-green .pace .pace-activity {7864box-shadow: inset 0 0 0 2px #28a745, inset 0 0 0 7px #fff;7865}
7866
7867.pace-mac-osx-green .pace .pace-progress {7868background-color: #28a745;7869box-shadow: inset -1px 0 #28a745, inset 0 -1px #28a745, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);7870}
7871
7872.pace-mac-osx-green .pace .pace-activity {7873background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);7874height: 12px;7875}
7876
7877.pace-progress-color-green .pace-progress {7878color: #28a745;7879}
7880
7881.pace-teal .pace .pace-progress {7882background: #20c997;7883}
7884
7885.pace-barber-shop-teal .pace {7886background: #fff;7887}
7888
7889.pace-barber-shop-teal .pace .pace-progress {7890background: #20c997;7891}
7892
7893.pace-barber-shop-teal .pace .pace-activity {7894background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);7895}
7896
7897.pace-big-counter-teal .pace .pace-progress::after {7898color: rgba(32, 201, 151, 0.2);7899}
7900
7901.pace-bounce-teal .pace .pace-activity {7902background: #20c997;7903}
7904
7905.pace-center-atom-teal .pace-progress {7906height: 100px;7907width: 80px;7908}
7909
7910.pace-center-atom-teal .pace-progress::before {7911background: #20c997;7912color: #fff;7913font-size: .8rem;7914line-height: .7rem;7915padding-top: 17%;7916}
7917
7918.pace-center-atom-teal .pace-activity {7919border-color: #20c997;7920}
7921
7922.pace-center-atom-teal .pace-activity::after, .pace-center-atom-teal .pace-activity::before {7923border-color: #20c997;7924}
7925
7926.pace-center-circle-teal .pace .pace-progress {7927background: rgba(32, 201, 151, 0.8);7928color: #fff;7929}
7930
7931.pace-center-radar-teal .pace .pace-activity {7932border-color: #20c997 transparent transparent;7933}
7934
7935.pace-center-radar-teal .pace .pace-activity::before {7936border-color: #20c997 transparent transparent;7937}
7938
7939.pace-center-simple-teal .pace {7940background: #fff;7941border-color: #20c997;7942}
7943
7944.pace-center-simple-teal .pace .pace-progress {7945background: #20c997;7946}
7947
7948.pace-material-teal .pace {7949color: #20c997;7950}
7951
7952.pace-corner-indicator-teal .pace .pace-activity {7953background: #20c997;7954}
7955
7956.pace-corner-indicator-teal .pace .pace-activity::after,
7957.pace-corner-indicator-teal .pace .pace-activity::before {7958border: 5px solid #fff;7959}
7960
7961.pace-corner-indicator-teal .pace .pace-activity::before {7962border-right-color: rgba(32, 201, 151, 0.2);7963border-left-color: rgba(32, 201, 151, 0.2);7964}
7965
7966.pace-corner-indicator-teal .pace .pace-activity::after {7967border-top-color: rgba(32, 201, 151, 0.2);7968border-bottom-color: rgba(32, 201, 151, 0.2);7969}
7970
7971.pace-fill-left-teal .pace .pace-progress {7972background-color: rgba(32, 201, 151, 0.2);7973}
7974
7975.pace-flash-teal .pace .pace-progress {7976background: #20c997;7977}
7978
7979.pace-flash-teal .pace .pace-progress-inner {7980box-shadow: 0 0 10px #20c997, 0 0 5px #20c997;7981}
7982
7983.pace-flash-teal .pace .pace-activity {7984border-top-color: #20c997;7985border-left-color: #20c997;7986}
7987
7988.pace-loading-bar-teal .pace .pace-progress {7989background: #20c997;7990color: #20c997;7991box-shadow: 120px 0 #fff, 240px 0 #fff;7992}
7993
7994.pace-loading-bar-teal .pace .pace-activity {7995box-shadow: inset 0 0 0 2px #20c997, inset 0 0 0 7px #fff;7996}
7997
7998.pace-mac-osx-teal .pace .pace-progress {7999background-color: #20c997;8000box-shadow: inset -1px 0 #20c997, inset 0 -1px #20c997, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);8001}
8002
8003.pace-mac-osx-teal .pace .pace-activity {8004background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);8005height: 12px;8006}
8007
8008.pace-progress-color-teal .pace-progress {8009color: #20c997;8010}
8011
8012.pace-cyan .pace .pace-progress {8013background: #17a2b8;8014}
8015
8016.pace-barber-shop-cyan .pace {8017background: #fff;8018}
8019
8020.pace-barber-shop-cyan .pace .pace-progress {8021background: #17a2b8;8022}
8023
8024.pace-barber-shop-cyan .pace .pace-activity {8025background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);8026}
8027
8028.pace-big-counter-cyan .pace .pace-progress::after {8029color: rgba(23, 162, 184, 0.2);8030}
8031
8032.pace-bounce-cyan .pace .pace-activity {8033background: #17a2b8;8034}
8035
8036.pace-center-atom-cyan .pace-progress {8037height: 100px;8038width: 80px;8039}
8040
8041.pace-center-atom-cyan .pace-progress::before {8042background: #17a2b8;8043color: #fff;8044font-size: .8rem;8045line-height: .7rem;8046padding-top: 17%;8047}
8048
8049.pace-center-atom-cyan .pace-activity {8050border-color: #17a2b8;8051}
8052
8053.pace-center-atom-cyan .pace-activity::after, .pace-center-atom-cyan .pace-activity::before {8054border-color: #17a2b8;8055}
8056
8057.pace-center-circle-cyan .pace .pace-progress {8058background: rgba(23, 162, 184, 0.8);8059color: #fff;8060}
8061
8062.pace-center-radar-cyan .pace .pace-activity {8063border-color: #17a2b8 transparent transparent;8064}
8065
8066.pace-center-radar-cyan .pace .pace-activity::before {8067border-color: #17a2b8 transparent transparent;8068}
8069
8070.pace-center-simple-cyan .pace {8071background: #fff;8072border-color: #17a2b8;8073}
8074
8075.pace-center-simple-cyan .pace .pace-progress {8076background: #17a2b8;8077}
8078
8079.pace-material-cyan .pace {8080color: #17a2b8;8081}
8082
8083.pace-corner-indicator-cyan .pace .pace-activity {8084background: #17a2b8;8085}
8086
8087.pace-corner-indicator-cyan .pace .pace-activity::after,
8088.pace-corner-indicator-cyan .pace .pace-activity::before {8089border: 5px solid #fff;8090}
8091
8092.pace-corner-indicator-cyan .pace .pace-activity::before {8093border-right-color: rgba(23, 162, 184, 0.2);8094border-left-color: rgba(23, 162, 184, 0.2);8095}
8096
8097.pace-corner-indicator-cyan .pace .pace-activity::after {8098border-top-color: rgba(23, 162, 184, 0.2);8099border-bottom-color: rgba(23, 162, 184, 0.2);8100}
8101
8102.pace-fill-left-cyan .pace .pace-progress {8103background-color: rgba(23, 162, 184, 0.2);8104}
8105
8106.pace-flash-cyan .pace .pace-progress {8107background: #17a2b8;8108}
8109
8110.pace-flash-cyan .pace .pace-progress-inner {8111box-shadow: 0 0 10px #17a2b8, 0 0 5px #17a2b8;8112}
8113
8114.pace-flash-cyan .pace .pace-activity {8115border-top-color: #17a2b8;8116border-left-color: #17a2b8;8117}
8118
8119.pace-loading-bar-cyan .pace .pace-progress {8120background: #17a2b8;8121color: #17a2b8;8122box-shadow: 120px 0 #fff, 240px 0 #fff;8123}
8124
8125.pace-loading-bar-cyan .pace .pace-activity {8126box-shadow: inset 0 0 0 2px #17a2b8, inset 0 0 0 7px #fff;8127}
8128
8129.pace-mac-osx-cyan .pace .pace-progress {8130background-color: #17a2b8;8131box-shadow: inset -1px 0 #17a2b8, inset 0 -1px #17a2b8, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);8132}
8133
8134.pace-mac-osx-cyan .pace .pace-activity {8135background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);8136height: 12px;8137}
8138
8139.pace-progress-color-cyan .pace-progress {8140color: #17a2b8;8141}
8142
8143.pace-white .pace .pace-progress {8144background: #fff;8145}
8146
8147.pace-barber-shop-white .pace {8148background: #1f2d3d;8149}
8150
8151.pace-barber-shop-white .pace .pace-progress {8152background: #fff;8153}
8154
8155.pace-barber-shop-white .pace .pace-activity {8156background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);8157}
8158
8159.pace-big-counter-white .pace .pace-progress::after {8160color: rgba(255, 255, 255, 0.2);8161}
8162
8163.pace-bounce-white .pace .pace-activity {8164background: #fff;8165}
8166
8167.pace-center-atom-white .pace-progress {8168height: 100px;8169width: 80px;8170}
8171
8172.pace-center-atom-white .pace-progress::before {8173background: #fff;8174color: #1f2d3d;8175font-size: .8rem;8176line-height: .7rem;8177padding-top: 17%;8178}
8179
8180.pace-center-atom-white .pace-activity {8181border-color: #fff;8182}
8183
8184.pace-center-atom-white .pace-activity::after, .pace-center-atom-white .pace-activity::before {8185border-color: #fff;8186}
8187
8188.pace-center-circle-white .pace .pace-progress {8189background: rgba(255, 255, 255, 0.8);8190color: #1f2d3d;8191}
8192
8193.pace-center-radar-white .pace .pace-activity {8194border-color: #fff transparent transparent;8195}
8196
8197.pace-center-radar-white .pace .pace-activity::before {8198border-color: #fff transparent transparent;8199}
8200
8201.pace-center-simple-white .pace {8202background: #1f2d3d;8203border-color: #fff;8204}
8205
8206.pace-center-simple-white .pace .pace-progress {8207background: #fff;8208}
8209
8210.pace-material-white .pace {8211color: #fff;8212}
8213
8214.pace-corner-indicator-white .pace .pace-activity {8215background: #fff;8216}
8217
8218.pace-corner-indicator-white .pace .pace-activity::after,
8219.pace-corner-indicator-white .pace .pace-activity::before {8220border: 5px solid #1f2d3d;8221}
8222
8223.pace-corner-indicator-white .pace .pace-activity::before {8224border-right-color: rgba(255, 255, 255, 0.2);8225border-left-color: rgba(255, 255, 255, 0.2);8226}
8227
8228.pace-corner-indicator-white .pace .pace-activity::after {8229border-top-color: rgba(255, 255, 255, 0.2);8230border-bottom-color: rgba(255, 255, 255, 0.2);8231}
8232
8233.pace-fill-left-white .pace .pace-progress {8234background-color: rgba(255, 255, 255, 0.2);8235}
8236
8237.pace-flash-white .pace .pace-progress {8238background: #fff;8239}
8240
8241.pace-flash-white .pace .pace-progress-inner {8242box-shadow: 0 0 10px #fff, 0 0 5px #fff;8243}
8244
8245.pace-flash-white .pace .pace-activity {8246border-top-color: #fff;8247border-left-color: #fff;8248}
8249
8250.pace-loading-bar-white .pace .pace-progress {8251background: #fff;8252color: #fff;8253box-shadow: 120px 0 #1f2d3d, 240px 0 #1f2d3d;8254}
8255
8256.pace-loading-bar-white .pace .pace-activity {8257box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 7px #1f2d3d;8258}
8259
8260.pace-mac-osx-white .pace .pace-progress {8261background-color: #fff;8262box-shadow: inset -1px 0 #fff, inset 0 -1px #fff, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);8263}
8264
8265.pace-mac-osx-white .pace .pace-activity {8266background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);8267height: 12px;8268}
8269
8270.pace-progress-color-white .pace-progress {8271color: #fff;8272}
8273
8274.pace-gray .pace .pace-progress {8275background: #6c757d;8276}
8277
8278.pace-barber-shop-gray .pace {8279background: #fff;8280}
8281
8282.pace-barber-shop-gray .pace .pace-progress {8283background: #6c757d;8284}
8285
8286.pace-barber-shop-gray .pace .pace-activity {8287background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);8288}
8289
8290.pace-big-counter-gray .pace .pace-progress::after {8291color: rgba(108, 117, 125, 0.2);8292}
8293
8294.pace-bounce-gray .pace .pace-activity {8295background: #6c757d;8296}
8297
8298.pace-center-atom-gray .pace-progress {8299height: 100px;8300width: 80px;8301}
8302
8303.pace-center-atom-gray .pace-progress::before {8304background: #6c757d;8305color: #fff;8306font-size: .8rem;8307line-height: .7rem;8308padding-top: 17%;8309}
8310
8311.pace-center-atom-gray .pace-activity {8312border-color: #6c757d;8313}
8314
8315.pace-center-atom-gray .pace-activity::after, .pace-center-atom-gray .pace-activity::before {8316border-color: #6c757d;8317}
8318
8319.pace-center-circle-gray .pace .pace-progress {8320background: rgba(108, 117, 125, 0.8);8321color: #fff;8322}
8323
8324.pace-center-radar-gray .pace .pace-activity {8325border-color: #6c757d transparent transparent;8326}
8327
8328.pace-center-radar-gray .pace .pace-activity::before {8329border-color: #6c757d transparent transparent;8330}
8331
8332.pace-center-simple-gray .pace {8333background: #fff;8334border-color: #6c757d;8335}
8336
8337.pace-center-simple-gray .pace .pace-progress {8338background: #6c757d;8339}
8340
8341.pace-material-gray .pace {8342color: #6c757d;8343}
8344
8345.pace-corner-indicator-gray .pace .pace-activity {8346background: #6c757d;8347}
8348
8349.pace-corner-indicator-gray .pace .pace-activity::after,
8350.pace-corner-indicator-gray .pace .pace-activity::before {8351border: 5px solid #fff;8352}
8353
8354.pace-corner-indicator-gray .pace .pace-activity::before {8355border-right-color: rgba(108, 117, 125, 0.2);8356border-left-color: rgba(108, 117, 125, 0.2);8357}
8358
8359.pace-corner-indicator-gray .pace .pace-activity::after {8360border-top-color: rgba(108, 117, 125, 0.2);8361border-bottom-color: rgba(108, 117, 125, 0.2);8362}
8363
8364.pace-fill-left-gray .pace .pace-progress {8365background-color: rgba(108, 117, 125, 0.2);8366}
8367
8368.pace-flash-gray .pace .pace-progress {8369background: #6c757d;8370}
8371
8372.pace-flash-gray .pace .pace-progress-inner {8373box-shadow: 0 0 10px #6c757d, 0 0 5px #6c757d;8374}
8375
8376.pace-flash-gray .pace .pace-activity {8377border-top-color: #6c757d;8378border-left-color: #6c757d;8379}
8380
8381.pace-loading-bar-gray .pace .pace-progress {8382background: #6c757d;8383color: #6c757d;8384box-shadow: 120px 0 #fff, 240px 0 #fff;8385}
8386
8387.pace-loading-bar-gray .pace .pace-activity {8388box-shadow: inset 0 0 0 2px #6c757d, inset 0 0 0 7px #fff;8389}
8390
8391.pace-mac-osx-gray .pace .pace-progress {8392background-color: #6c757d;8393box-shadow: inset -1px 0 #6c757d, inset 0 -1px #6c757d, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);8394}
8395
8396.pace-mac-osx-gray .pace .pace-activity {8397background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);8398height: 12px;8399}
8400
8401.pace-progress-color-gray .pace-progress {8402color: #6c757d;8403}
8404
8405.pace-gray-dark .pace .pace-progress {8406background: #343a40;8407}
8408
8409.pace-barber-shop-gray-dark .pace {8410background: #fff;8411}
8412
8413.pace-barber-shop-gray-dark .pace .pace-progress {8414background: #343a40;8415}
8416
8417.pace-barber-shop-gray-dark .pace .pace-activity {8418background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);8419}
8420
8421.pace-big-counter-gray-dark .pace .pace-progress::after {8422color: rgba(52, 58, 64, 0.2);8423}
8424
8425.pace-bounce-gray-dark .pace .pace-activity {8426background: #343a40;8427}
8428
8429.pace-center-atom-gray-dark .pace-progress {8430height: 100px;8431width: 80px;8432}
8433
8434.pace-center-atom-gray-dark .pace-progress::before {8435background: #343a40;8436color: #fff;8437font-size: .8rem;8438line-height: .7rem;8439padding-top: 17%;8440}
8441
8442.pace-center-atom-gray-dark .pace-activity {8443border-color: #343a40;8444}
8445
8446.pace-center-atom-gray-dark .pace-activity::after, .pace-center-atom-gray-dark .pace-activity::before {8447border-color: #343a40;8448}
8449
8450.pace-center-circle-gray-dark .pace .pace-progress {8451background: rgba(52, 58, 64, 0.8);8452color: #fff;8453}
8454
8455.pace-center-radar-gray-dark .pace .pace-activity {8456border-color: #343a40 transparent transparent;8457}
8458
8459.pace-center-radar-gray-dark .pace .pace-activity::before {8460border-color: #343a40 transparent transparent;8461}
8462
8463.pace-center-simple-gray-dark .pace {8464background: #fff;8465border-color: #343a40;8466}
8467
8468.pace-center-simple-gray-dark .pace .pace-progress {8469background: #343a40;8470}
8471
8472.pace-material-gray-dark .pace {8473color: #343a40;8474}
8475
8476.pace-corner-indicator-gray-dark .pace .pace-activity {8477background: #343a40;8478}
8479
8480.pace-corner-indicator-gray-dark .pace .pace-activity::after,
8481.pace-corner-indicator-gray-dark .pace .pace-activity::before {8482border: 5px solid #fff;8483}
8484
8485.pace-corner-indicator-gray-dark .pace .pace-activity::before {8486border-right-color: rgba(52, 58, 64, 0.2);8487border-left-color: rgba(52, 58, 64, 0.2);8488}
8489
8490.pace-corner-indicator-gray-dark .pace .pace-activity::after {8491border-top-color: rgba(52, 58, 64, 0.2);8492border-bottom-color: rgba(52, 58, 64, 0.2);8493}
8494
8495.pace-fill-left-gray-dark .pace .pace-progress {8496background-color: rgba(52, 58, 64, 0.2);8497}
8498
8499.pace-flash-gray-dark .pace .pace-progress {8500background: #343a40;8501}
8502
8503.pace-flash-gray-dark .pace .pace-progress-inner {8504box-shadow: 0 0 10px #343a40, 0 0 5px #343a40;8505}
8506
8507.pace-flash-gray-dark .pace .pace-activity {8508border-top-color: #343a40;8509border-left-color: #343a40;8510}
8511
8512.pace-loading-bar-gray-dark .pace .pace-progress {8513background: #343a40;8514color: #343a40;8515box-shadow: 120px 0 #fff, 240px 0 #fff;8516}
8517
8518.pace-loading-bar-gray-dark .pace .pace-activity {8519box-shadow: inset 0 0 0 2px #343a40, inset 0 0 0 7px #fff;8520}
8521
8522.pace-mac-osx-gray-dark .pace .pace-progress {8523background-color: #343a40;8524box-shadow: inset -1px 0 #343a40, inset 0 -1px #343a40, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);8525}
8526
8527.pace-mac-osx-gray-dark .pace .pace-activity {8528background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);8529height: 12px;8530}
8531
8532.pace-progress-color-gray-dark .pace-progress {8533color: #343a40;8534}
8535
8536/**
8537* bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
8538*
8539* @version v3.4 (MODDED)
8540* @homepage https://bttstrp.github.io/bootstrap-switch
8541* @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
8542* @license MIT
8543*/
8544.bootstrap-switch {8545border: 1px solid #ced4da;8546border-radius: 0.25rem;8547cursor: pointer;8548direction: ltr;8549display: inline-block;8550line-height: .5rem;8551overflow: hidden;8552position: relative;8553text-align: left;8554transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;8555-webkit-user-select: none;8556-moz-user-select: none;8557-ms-user-select: none;8558user-select: none;8559vertical-align: middle;8560z-index: 0;8561}
8562
8563.bootstrap-switch .bootstrap-switch-container {8564border-radius: 0.25rem;8565display: inline-block;8566top: 0;8567-webkit-transform: translate3d(0, 0, 0);8568transform: translate3d(0, 0, 0);8569}
8570
8571.bootstrap-switch:focus-within {8572box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);8573}
8574
8575.bootstrap-switch .bootstrap-switch-handle-on,
8576.bootstrap-switch .bootstrap-switch-handle-off,
8577.bootstrap-switch .bootstrap-switch-label {8578box-sizing: border-box;8579cursor: pointer;8580display: table-cell;8581font-size: 1rem;8582font-weight: 500;8583line-height: 1.2rem;8584padding: .25rem .5rem;8585vertical-align: middle;8586}
8587
8588.bootstrap-switch .bootstrap-switch-handle-on,
8589.bootstrap-switch .bootstrap-switch-handle-off {8590text-align: center;8591z-index: 1;8592}
8593
8594.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
8595.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {8596background: #e9ecef;8597color: #1f2d3d;8598}
8599
8600.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
8601.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {8602background: #007bff;8603color: #fff;8604}
8605
8606.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary,
8607.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {8608background: #6c757d;8609color: #fff;8610}
8611
8612.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
8613.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {8614background: #28a745;8615color: #fff;8616}
8617
8618.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
8619.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {8620background: #17a2b8;8621color: #fff;8622}
8623
8624.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
8625.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {8626background: #ffc107;8627color: #1f2d3d;8628}
8629
8630.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
8631.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {8632background: #dc3545;8633color: #fff;8634}
8635
8636.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-light,
8637.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-light {8638background: #f8f9fa;8639color: #1f2d3d;8640}
8641
8642.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark,
8643.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark {8644background: #343a40;8645color: #fff;8646}
8647
8648.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lightblue,
8649.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lightblue {8650background: #3c8dbc;8651color: #fff;8652}
8653
8654.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-navy,
8655.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-navy {8656background: #001f3f;8657color: #fff;8658}
8659
8660.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-olive,
8661.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-olive {8662background: #3d9970;8663color: #fff;8664}
8665
8666.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lime,
8667.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lime {8668background: #01ff70;8669color: #1f2d3d;8670}
8671
8672.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-fuchsia,
8673.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-fuchsia {8674background: #f012be;8675color: #fff;8676}
8677
8678.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-maroon,
8679.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-maroon {8680background: #d81b60;8681color: #fff;8682}
8683
8684.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue,
8685.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {8686background: #007bff;8687color: #fff;8688}
8689
8690.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-indigo,
8691.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-indigo {8692background: #6610f2;8693color: #fff;8694}
8695
8696.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-purple,
8697.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-purple {8698background: #6f42c1;8699color: #fff;8700}
8701
8702.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-pink,
8703.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-pink {8704background: #e83e8c;8705color: #fff;8706}
8707
8708.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red,
8709.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {8710background: #dc3545;8711color: #fff;8712}
8713
8714.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
8715.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {8716background: #fd7e14;8717color: #1f2d3d;8718}
8719
8720.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-yellow,
8721.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-yellow {8722background: #ffc107;8723color: #1f2d3d;8724}
8725
8726.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green,
8727.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {8728background: #28a745;8729color: #fff;8730}
8731
8732.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-teal,
8733.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-teal {8734background: #20c997;8735color: #fff;8736}
8737
8738.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-cyan,
8739.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-cyan {8740background: #17a2b8;8741color: #fff;8742}
8743
8744.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-white,
8745.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-white {8746background: #fff;8747color: #1f2d3d;8748}
8749
8750.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-gray,
8751.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-gray {8752background: #6c757d;8753color: #fff;8754}
8755
8756.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-gray-dark,
8757.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-gray-dark {8758background: #343a40;8759color: #fff;8760}
8761
8762.bootstrap-switch .bootstrap-switch-handle-on {8763border-bottom-left-radius: 0.1rem;8764border-top-left-radius: 0.1rem;8765}
8766
8767.bootstrap-switch .bootstrap-switch-handle-off {8768border-bottom-right-radius: 0.1rem;8769border-top-right-radius: 0.1rem;8770}
8771
8772.bootstrap-switch input[type='radio'],
8773.bootstrap-switch input[type='checkbox'] {8774filter: alpha(opacity=0);8775left: 0;8776margin: 0;8777opacity: 0;8778position: absolute;8779top: 0;8780visibility: hidden;8781z-index: -1;8782}
8783
8784.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
8785.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
8786.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {8787font-size: .875rem;8788line-height: 1.5;8789padding: .1rem .3rem;8790}
8791
8792.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
8793.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
8794.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {8795font-size: .875rem;8796line-height: 1.5;8797padding: .2rem .4rem;8798}
8799
8800.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
8801.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
8802.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {8803font-size: 1.25rem;8804line-height: 1.3333333rem;8805padding: .3rem .5rem;8806}
8807
8808.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {8809cursor: default;8810}
8811
8812.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
8813.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
8814.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
8815.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
8816.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
8817.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
8818.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {8819cursor: default;8820filter: alpha(opacity=50);8821opacity: .5;8822}
8823
8824.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {8825transition: margin-left .5s;8826}
8827
8828.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {8829border-radius: 0 0.1rem 0.1rem 0;8830}
8831
8832.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {8833border-radius: 0.1rem 0 0 0.1rem;8834}
8835
8836.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
8837.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {8838border-bottom-right-radius: 0.1rem;8839border-top-right-radius: 0.1rem;8840}
8841
8842.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
8843.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {8844border-bottom-left-radius: 0.1rem;8845border-top-left-radius: 0.1rem;8846}
8847
8848.dark-mode .bootstrap-switch {8849border-color: #6c757d;8850}
8851
8852.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
8853.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {8854background-color: #3a4047;8855color: #fff;8856border-color: #454d55;8857}
8858
8859.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
8860.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {8861background: #3f6791;8862color: #fff;8863}
8864
8865.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary,
8866.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {8867background: #6c757d;8868color: #fff;8869}
8870
8871.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
8872.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {8873background: #00bc8c;8874color: #fff;8875}
8876
8877.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
8878.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {8879background: #3498db;8880color: #fff;8881}
8882
8883.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
8884.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {8885background: #f39c12;8886color: #1f2d3d;8887}
8888
8889.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
8890.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {8891background: #e74c3c;8892color: #fff;8893}
8894
8895.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-light,
8896.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-light {8897background: #f8f9fa;8898color: #1f2d3d;8899}
8900
8901.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark,
8902.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark {8903background: #343a40;8904color: #fff;8905}
8906
8907.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lightblue,
8908.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lightblue {8909background: #86bad8;8910color: #1f2d3d;8911}
8912
8913.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-navy,
8914.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-navy {8915background: #002c59;8916color: #fff;8917}
8918
8919.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-olive,
8920.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-olive {8921background: #74c8a3;8922color: #1f2d3d;8923}
8924
8925.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lime,
8926.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lime {8927background: #67ffa9;8928color: #1f2d3d;8929}
8930
8931.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-fuchsia,
8932.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-fuchsia {8933background: #f672d8;8934color: #1f2d3d;8935}
8936
8937.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-maroon,
8938.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-maroon {8939background: #ed6c9b;8940color: #1f2d3d;8941}
8942
8943.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue,
8944.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {8945background: #3f6791;8946color: #fff;8947}
8948
8949.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-indigo,
8950.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-indigo {8951background: #6610f2;8952color: #fff;8953}
8954
8955.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-purple,
8956.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-purple {8957background: #6f42c1;8958color: #fff;8959}
8960
8961.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-pink,
8962.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-pink {8963background: #e83e8c;8964color: #fff;8965}
8966
8967.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red,
8968.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {8969background: #e74c3c;8970color: #fff;8971}
8972
8973.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
8974.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {8975background: #fd7e14;8976color: #1f2d3d;8977}
8978
8979.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-yellow,
8980.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-yellow {8981background: #f39c12;8982color: #1f2d3d;8983}
8984
8985.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green,
8986.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {8987background: #00bc8c;8988color: #fff;8989}
8990
8991.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-teal,
8992.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-teal {8993background: #20c997;8994color: #fff;8995}
8996
8997.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-cyan,
8998.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-cyan {8999background: #3498db;9000color: #fff;9001}
9002
9003.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-white,
9004.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-white {9005background: #fff;9006color: #1f2d3d;9007}
9008
9009.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-gray,
9010.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-gray {9011background: #6c757d;9012color: #fff;9013}
9014
9015.dark-mode .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-gray-dark,
9016.dark-mode .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-gray-dark {9017background: #343a40;9018color: #fff;9019}
9020
9021.dark-mode .daterangepicker {9022background-color: #3f474e;9023border: inherit;9024}
9025
9026.dark-mode .daterangepicker::before, .dark-mode .daterangepicker::after {9027border-bottom-color: #3f474e;9028}
9029
9030.dark-mode .daterangepicker td.available:hover,
9031.dark-mode .daterangepicker th.available:hover {9032background-color: #3f474e;9033}
9034
9035.dark-mode .daterangepicker td.in-range {9036background-color: #4b545c;9037color: #fff;9038}
9039
9040.dark-mode .daterangepicker td.off,
9041.dark-mode .daterangepicker td.off.in-range,
9042.dark-mode .daterangepicker td.off.start-date,
9043.dark-mode .daterangepicker td.off.end-date {9044background-color: #292d32;9045color: #fff;9046}
9047
9048.dark-mode .daterangepicker .ranges li:hover {9049background-color: #343a40;9050}
9051
9052.dark-mode .daterangepicker.show-ranges.ltr .drp-calendar {9053border-color: #4b545c;9054}
9055
9056.dark-mode .daterangepicker.show-ranges.ltr .drp-calendar.left, .dark-mode .daterangepicker.show-ranges.ltr .drp-calendar.right {9057border-color: #4b545c;9058padding-top: 0;9059}
9060
9061.dark-mode .daterangepicker .drp-buttons {9062border-color: #4b545c;9063}
9064
9065.dark-mode .daterangepicker .calendar-table {9066background-color: #343a40;9067border-color: #4b545c;9068}
9069
9070.dark-mode .daterangepicker .calendar-table th,
9071.dark-mode .daterangepicker .calendar-table td {9072color: #fff;9073}
9074
9075.dark-mode .daterangepicker .calendar-table .next span,
9076.dark-mode .daterangepicker .calendar-table .prev span {9077border-color: #fff;9078}
9079
9080.dark-mode .daterangepicker select.hourselect,
9081.dark-mode .daterangepicker select.minuteselect,
9082.dark-mode .daterangepicker select.secondselect,
9083.dark-mode .daterangepicker select.ampmselect {9084background-color: #343a40;9085border-color: #4b545c;9086}
9087
9088.jqstooltip {9089height: auto !important;9090padding: 5px !important;9091width: auto !important;9092}
9093
9094.connectedSortable {9095min-height: 100px;9096}
9097
9098.ui-helper-hidden-accessible {9099border: 0;9100clip: rect(0 0 0 0);9101height: 1px;9102margin: -1px;9103overflow: hidden;9104padding: 0;9105position: absolute;9106width: 1px;9107}
9108
9109.sort-highlight {9110background: #f8f9fa;9111border: 1px dashed #dee2e6;9112margin-bottom: 10px;9113}
9114
9115.chart {9116overflow: hidden;9117position: relative;9118}
9119
9120.dark-mode .irs--flat .irs-line {9121background-color: #4b545c;9122}
9123
9124.dark-mode .jsgrid-edit-row > .jsgrid-cell,
9125.dark-mode .jsgrid-filter-row > .jsgrid-cell,
9126.dark-mode .jsgrid-grid-body, .dark-mode .jsgrid-grid-header,
9127.dark-mode .jsgrid-header-row > .jsgrid-header-cell,
9128.dark-mode .jsgrid-insert-row > .jsgrid-cell,
9129.dark-mode .jsgrid-row > .jsgrid-cell,
9130.dark-mode .jsgrid-alt-row > .jsgrid-cell {9131border-color: #6c757d;9132}
9133
9134.dark-mode .jsgrid-header-row > .jsgrid-header-cell,
9135.dark-mode .jsgrid-row > .jsgrid-cell {9136background-color: #343a40;9137}
9138
9139.dark-mode .jsgrid-alt-row > .jsgrid-cell {9140background-color: #3a4047;9141}
9142
9143.dark-mode .jsgrid-selected-row > .jsgrid-cell {9144background-color: #3f474e;9145}
9146/*# sourceMappingURL=adminlte.plugins.css.map */