From 5f961117a3bc56eaab9327cedc718aa9526d4619 Mon Sep 17 00:00:00 2001 From: farahsamaha Date: Sun, 21 Aug 2022 12:54:10 +0300 Subject: [PATCH 01/12] add css & js files --- public/theme_assets/js/dashboard.js | 264 + public/theme_assets/js/main.js | 535 + public/theme_assets/js/map.js | 44 + .../sass/component/_accordion.scss | 107 + .../theme_assets/sass/component/_alerts.scss | 78 + .../theme_assets/sass/component/_badges.scss | 62 + public/theme_assets/sass/component/_btn.scss | 97 + .../theme_assets/sass/component/_cards.scss | 126 + .../sass/component/_datepicker.scss | 81 + .../sass/component/_dropDown.scss | 483 + .../sass/component/_features.scss | 75 + .../theme_assets/sass/component/_forms.scss | 544 + .../theme_assets/sass/component/_modal.scss | 89 + .../sass/component/_pagination.scss | 49 + .../theme_assets/sass/component/_pricing.scss | 81 + .../sass/component/_progressbar.scss | 57 + .../sass/component/_range-slider.scss | 46 + .../theme_assets/sass/component/_social.scss | 114 + .../theme_assets/sass/component/_table.scss | 115 + .../sass/component/components.scss | 19 + .../sass/element/_breadcrumb.scss | 106 + .../sass/element/_content-block.scss | 77 + public/theme_assets/sass/element/_footer.scss | 148 + public/theme_assets/sass/element/_forum.scss | 334 + public/theme_assets/sass/element/_menu.scss | 544 + .../theme_assets/sass/element/_product.scss | 375 + .../theme_assets/sass/element/_sidebar.scss | 616 + public/theme_assets/sass/element/_tab.scss | 164 + public/theme_assets/sass/element/_team.scss | 68 + .../sass/element/_testimonial.scss | 313 + .../theme_assets/sass/element/_timeline.scss | 123 + .../theme_assets/sass/element/elements.scss | 14 + .../theme_assets/sass/general/_general.scss | 512 + .../theme_assets/sass/mixins/_btn-shadow.scss | 18 + .../sass/mixins/_colors-classes.scss | 87 + .../sass/mixins/_custom-scrollbar.scss | 16 + public/theme_assets/sass/mixins/_forms.scss | 31 + .../theme_assets/sass/mixins/_functions.scss | 3 + .../theme_assets/sass/mixins/_gradient.scss | 39 + public/theme_assets/sass/mixins/_helpers.scss | 127 + .../sass/mixins/_media-queries.scss | 98 + public/theme_assets/sass/mixins/_overlay.scss | 15 + .../sass/mixins/_utility-classes.scss | 64 + public/theme_assets/sass/mixins/mixins.scss | 66 + .../theme_assets/sass/modules/_dashboard.scss | 2380 +++ .../sass/modules/_product-single.scss | 829 + public/theme_assets/sass/modules/modules.scss | 5 + public/theme_assets/sass/responsive.scss | 1843 +++ public/theme_assets/sass/style.scss | 14 + .../theme_assets/sass/table-of-contents.scss | 93 + public/theme_assets/sass/themes.scss | 3893 +++++ public/vendor_assets/css/animate.css | 3352 ++++ .../vendor_assets/css/bootstrap/bootstrap.css | 13571 ++++++++++++++++ .../css/bootstrap/bootstrap.scss | 2 + .../css/bootstrap/config.bs.scss | 271 + .../css/bootstrap/maps/bootstrap.css.map | 1 + .../css/bootstrap/scss/_alert.scss | 51 + .../css/bootstrap/scss/_badge.scss | 54 + .../css/bootstrap/scss/_breadcrumb.scss | 41 + .../css/bootstrap/scss/_button-group.scss | 163 + .../css/bootstrap/scss/_buttons.scss | 137 + .../css/bootstrap/scss/_card.scss | 289 + .../css/bootstrap/scss/_carousel.scss | 197 + .../css/bootstrap/scss/_close.scss | 41 + .../css/bootstrap/scss/_code.scss | 48 + .../css/bootstrap/scss/_custom-forms.scss | 507 + .../css/bootstrap/scss/_dropdown.scss | 191 + .../css/bootstrap/scss/_forms.scss | 330 + .../css/bootstrap/scss/_functions.scss | 86 + .../css/bootstrap/scss/_grid.scss | 52 + .../css/bootstrap/scss/_images.scss | 42 + .../css/bootstrap/scss/_input-group.scss | 193 + .../css/bootstrap/scss/_jumbotron.scss | 17 + .../css/bootstrap/scss/_list-group.scss | 149 + .../css/bootstrap/scss/_media.scss | 8 + .../css/bootstrap/scss/_mixins.scss | 47 + .../css/bootstrap/scss/_modal.scss | 229 + .../css/bootstrap/scss/_nav.scss | 120 + .../css/bootstrap/scss/_navbar.scss | 294 + .../css/bootstrap/scss/_pagination.scss | 73 + .../css/bootstrap/scss/_popover.scss | 171 + .../css/bootstrap/scss/_print.scss | 141 + .../css/bootstrap/scss/_progress.scss | 43 + .../css/bootstrap/scss/_reboot.scss | 483 + .../css/bootstrap/scss/_root.scss | 19 + .../css/bootstrap/scss/_spinners.scss | 55 + .../css/bootstrap/scss/_tables.scss | 185 + .../css/bootstrap/scss/_toasts.scss | 44 + .../css/bootstrap/scss/_tooltip.scss | 115 + .../css/bootstrap/scss/_transitions.scss | 20 + .../css/bootstrap/scss/_type.scss | 125 + .../css/bootstrap/scss/_utilities.scss | 17 + .../css/bootstrap/scss/_variables.scss | 1123 ++ .../css/bootstrap/scss/bootstrap-grid.scss | 29 + .../css/bootstrap/scss/bootstrap-reboot.scss | 12 + .../css/bootstrap/scss/bootstrap.scss | 44 + .../css/bootstrap/scss/mixins/_alert.scss | 13 + .../scss/mixins/_background-variant.scss | 21 + .../css/bootstrap/scss/mixins/_badge.scss | 17 + .../bootstrap/scss/mixins/_border-radius.scss | 63 + .../bootstrap/scss/mixins/_box-shadow.scss | 20 + .../bootstrap/scss/mixins/_breakpoints.scss | 123 + .../css/bootstrap/scss/mixins/_buttons.scss | 107 + .../css/bootstrap/scss/mixins/_caret.scss | 62 + .../css/bootstrap/scss/mixins/_clearfix.scss | 7 + .../css/bootstrap/scss/mixins/_deprecate.scss | 10 + .../css/bootstrap/scss/mixins/_float.scss | 14 + .../css/bootstrap/scss/mixins/_forms.scss | 192 + .../css/bootstrap/scss/mixins/_gradients.scss | 45 + .../scss/mixins/_grid-framework.scss | 66 + .../css/bootstrap/scss/mixins/_grid.scss | 51 + .../css/bootstrap/scss/mixins/_hover.scss | 37 + .../css/bootstrap/scss/mixins/_image.scss | 36 + .../bootstrap/scss/mixins/_list-group.scss | 21 + .../css/bootstrap/scss/mixins/_lists.scss | 7 + .../bootstrap/scss/mixins/_nav-divider.scss | 10 + .../bootstrap/scss/mixins/_pagination.scss | 22 + .../bootstrap/scss/mixins/_reset-text.scss | 17 + .../css/bootstrap/scss/mixins/_resize.scss | 6 + .../bootstrap/scss/mixins/_screen-reader.scss | 33 + .../css/bootstrap/scss/mixins/_size.scss | 7 + .../css/bootstrap/scss/mixins/_table-row.scss | 39 + .../bootstrap/scss/mixins/_text-emphasis.scss | 16 + .../css/bootstrap/scss/mixins/_text-hide.scss | 11 + .../bootstrap/scss/mixins/_text-truncate.scss | 8 + .../bootstrap/scss/mixins/_transition.scss | 16 + .../bootstrap/scss/mixins/_visibility.scss | 8 + .../css/bootstrap/scss/utilities/_align.scss | 8 + .../bootstrap/scss/utilities/_background.scss | 19 + .../bootstrap/scss/utilities/_borders.scss | 75 + .../bootstrap/scss/utilities/_clearfix.scss | 3 + .../bootstrap/scss/utilities/_display.scss | 26 + .../css/bootstrap/scss/utilities/_embed.scss | 39 + .../css/bootstrap/scss/utilities/_flex.scss | 51 + .../css/bootstrap/scss/utilities/_float.scss | 11 + .../bootstrap/scss/utilities/_overflow.scss | 5 + .../bootstrap/scss/utilities/_position.scss | 32 + .../scss/utilities/_screenreaders.scss | 11 + .../bootstrap/scss/utilities/_shadows.scss | 6 + .../css/bootstrap/scss/utilities/_sizing.scss | 20 + .../bootstrap/scss/utilities/_spacing.scss | 73 + .../scss/utilities/_stretched-link.scss | 19 + .../css/bootstrap/scss/utilities/_text.scss | 72 + .../bootstrap/scss/utilities/_visibility.scss | 13 + .../css/bootstrap/scss/vendor/_rfs.scss | 204 + public/vendor_assets/css/font-awesome.min.css | 6 + public/vendor_assets/css/jquery-ui.css | 883 + public/vendor_assets/css/line-awesome.min.css | 15 + public/vendor_assets/css/magnific-popup.css | 351 + public/vendor_assets/css/owl.carousel.css | 217 + public/vendor_assets/css/select2.min.css | 632 + .../vendor_assets/css/simple-line-icons.css | 778 + public/vendor_assets/css/slick.css | 117 + public/vendor_assets/css/trumbowyg.min.css | 2 + public/vendor_assets/css/venobox.css | 327 + public/vendor_assets/fonts/FontAwesome.otf | Bin 0 -> 124988 bytes .../vendor_assets/fonts/Simple-Line-Icons.eot | Bin 0 -> 54266 bytes .../vendor_assets/fonts/Simple-Line-Icons.svg | 200 + .../vendor_assets/fonts/Simple-Line-Icons.ttf | Bin 0 -> 54056 bytes .../fonts/Simple-Line-Icons.woff | Bin 0 -> 81332 bytes .../fonts/Simple-Line-Icons.woff2 | Bin 0 -> 30064 bytes .../fonts/fontawesome-webfont.eot | Bin 0 -> 76518 bytes .../fonts/fontawesome-webfont.svg | 685 + .../fonts/fontawesome-webfont.ttf | Bin 0 -> 152796 bytes .../fonts/fontawesome-webfont.woff | Bin 0 -> 90412 bytes .../fonts/fontawesome-webfont.woff2 | Bin 0 -> 71896 bytes public/vendor_assets/fonts/line-awesome.eot | Bin 0 -> 112916 bytes public/vendor_assets/fonts/line-awesome.svg | 2628 +++ public/vendor_assets/fonts/line-awesome.ttf | Bin 0 -> 112728 bytes public/vendor_assets/fonts/line-awesome.woff | Bin 0 -> 57436 bytes public/vendor_assets/fonts/line-awesome.woff2 | Bin 0 -> 45108 bytes .../js/bootstrap/bootstrap.min.js | 7 + public/vendor_assets/js/bootstrap/popper.js | 4 + public/vendor_assets/js/chart.bundle.min.js | 7 + public/vendor_assets/js/grid.min.js | 2 + public/vendor_assets/js/jquery-ui.min.js | 7 + .../vendor_assets/js/jquery.barrating.min.js | 2 + .../vendor_assets/js/jquery.countdown.min.js | 22 + .../vendor_assets/js/jquery.counterup.min.js | 8 + public/vendor_assets/js/jquery.easing1.3.js | 139 + .../js/jquery.magnific-popup.min.js | 4 + .../js/jquery/jquery-1.12.4.min.js | 5 + public/vendor_assets/js/jquery/uikit.min.js | 3 + public/vendor_assets/js/owl.carousel.min.js | 2 + public/vendor_assets/js/select2.full.min.js | 1 + public/vendor_assets/js/slick.min.js | 1 + public/vendor_assets/js/tether.min.js | 1 + public/vendor_assets/js/trumbowyg.min.js | 2 + public/vendor_assets/js/ui/icons.svg | 1 + public/vendor_assets/js/venobox.min.js | 12 + public/vendor_assets/js/waypoints.min.js | 8 + 191 files changed, 48134 insertions(+) create mode 100644 public/theme_assets/js/dashboard.js create mode 100644 public/theme_assets/js/main.js create mode 100644 public/theme_assets/js/map.js create mode 100644 public/theme_assets/sass/component/_accordion.scss create mode 100644 public/theme_assets/sass/component/_alerts.scss create mode 100644 public/theme_assets/sass/component/_badges.scss create mode 100644 public/theme_assets/sass/component/_btn.scss create mode 100644 public/theme_assets/sass/component/_cards.scss create mode 100644 public/theme_assets/sass/component/_datepicker.scss create mode 100644 public/theme_assets/sass/component/_dropDown.scss create mode 100644 public/theme_assets/sass/component/_features.scss create mode 100644 public/theme_assets/sass/component/_forms.scss create mode 100644 public/theme_assets/sass/component/_modal.scss create mode 100644 public/theme_assets/sass/component/_pagination.scss create mode 100644 public/theme_assets/sass/component/_pricing.scss create mode 100644 public/theme_assets/sass/component/_progressbar.scss create mode 100644 public/theme_assets/sass/component/_range-slider.scss create mode 100644 public/theme_assets/sass/component/_social.scss create mode 100644 public/theme_assets/sass/component/_table.scss create mode 100644 public/theme_assets/sass/component/components.scss create mode 100644 public/theme_assets/sass/element/_breadcrumb.scss create mode 100644 public/theme_assets/sass/element/_content-block.scss create mode 100644 public/theme_assets/sass/element/_footer.scss create mode 100644 public/theme_assets/sass/element/_forum.scss create mode 100644 public/theme_assets/sass/element/_menu.scss create mode 100644 public/theme_assets/sass/element/_product.scss create mode 100644 public/theme_assets/sass/element/_sidebar.scss create mode 100644 public/theme_assets/sass/element/_tab.scss create mode 100644 public/theme_assets/sass/element/_team.scss create mode 100644 public/theme_assets/sass/element/_testimonial.scss create mode 100644 public/theme_assets/sass/element/_timeline.scss create mode 100644 public/theme_assets/sass/element/elements.scss create mode 100644 public/theme_assets/sass/general/_general.scss create mode 100644 public/theme_assets/sass/mixins/_btn-shadow.scss create mode 100644 public/theme_assets/sass/mixins/_colors-classes.scss create mode 100644 public/theme_assets/sass/mixins/_custom-scrollbar.scss create mode 100644 public/theme_assets/sass/mixins/_forms.scss create mode 100644 public/theme_assets/sass/mixins/_functions.scss create mode 100644 public/theme_assets/sass/mixins/_gradient.scss create mode 100644 public/theme_assets/sass/mixins/_helpers.scss create mode 100644 public/theme_assets/sass/mixins/_media-queries.scss create mode 100644 public/theme_assets/sass/mixins/_overlay.scss create mode 100644 public/theme_assets/sass/mixins/_utility-classes.scss create mode 100644 public/theme_assets/sass/mixins/mixins.scss create mode 100644 public/theme_assets/sass/modules/_dashboard.scss create mode 100644 public/theme_assets/sass/modules/_product-single.scss create mode 100644 public/theme_assets/sass/modules/modules.scss create mode 100644 public/theme_assets/sass/responsive.scss create mode 100644 public/theme_assets/sass/style.scss create mode 100644 public/theme_assets/sass/table-of-contents.scss create mode 100644 public/theme_assets/sass/themes.scss create mode 100644 public/vendor_assets/css/animate.css create mode 100644 public/vendor_assets/css/bootstrap/bootstrap.css create mode 100644 public/vendor_assets/css/bootstrap/bootstrap.scss create mode 100644 public/vendor_assets/css/bootstrap/config.bs.scss create mode 100644 public/vendor_assets/css/bootstrap/maps/bootstrap.css.map create mode 100644 public/vendor_assets/css/bootstrap/scss/_alert.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_badge.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_breadcrumb.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_button-group.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_buttons.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_card.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_carousel.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_close.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_code.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_custom-forms.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_dropdown.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_forms.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_functions.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_grid.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_images.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_input-group.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_jumbotron.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_list-group.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_media.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_mixins.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_modal.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_nav.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_navbar.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_pagination.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_popover.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_print.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_progress.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_reboot.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_root.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_spinners.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_tables.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_toasts.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_tooltip.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_transitions.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_type.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_utilities.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/_variables.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/bootstrap-grid.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/bootstrap-reboot.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/bootstrap.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_alert.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_background-variant.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_badge.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_border-radius.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_box-shadow.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_breakpoints.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_buttons.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_caret.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_clearfix.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_deprecate.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_float.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_forms.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_gradients.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_grid-framework.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_grid.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_hover.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_image.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_list-group.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_lists.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_nav-divider.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_pagination.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_reset-text.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_resize.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_screen-reader.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_size.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_table-row.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_text-emphasis.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_text-hide.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_text-truncate.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_transition.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/mixins/_visibility.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_align.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_background.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_borders.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_clearfix.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_display.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_embed.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_flex.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_float.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_overflow.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_position.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_screenreaders.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_shadows.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_sizing.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_spacing.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_stretched-link.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_text.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/utilities/_visibility.scss create mode 100644 public/vendor_assets/css/bootstrap/scss/vendor/_rfs.scss create mode 100644 public/vendor_assets/css/font-awesome.min.css create mode 100644 public/vendor_assets/css/jquery-ui.css create mode 100644 public/vendor_assets/css/line-awesome.min.css create mode 100644 public/vendor_assets/css/magnific-popup.css create mode 100644 public/vendor_assets/css/owl.carousel.css create mode 100644 public/vendor_assets/css/select2.min.css create mode 100644 public/vendor_assets/css/simple-line-icons.css create mode 100644 public/vendor_assets/css/slick.css create mode 100644 public/vendor_assets/css/trumbowyg.min.css create mode 100644 public/vendor_assets/css/venobox.css create mode 100644 public/vendor_assets/fonts/FontAwesome.otf create mode 100644 public/vendor_assets/fonts/Simple-Line-Icons.eot create mode 100644 public/vendor_assets/fonts/Simple-Line-Icons.svg create mode 100644 public/vendor_assets/fonts/Simple-Line-Icons.ttf create mode 100644 public/vendor_assets/fonts/Simple-Line-Icons.woff create mode 100644 public/vendor_assets/fonts/Simple-Line-Icons.woff2 create mode 100644 public/vendor_assets/fonts/fontawesome-webfont.eot create mode 100644 public/vendor_assets/fonts/fontawesome-webfont.svg create mode 100644 public/vendor_assets/fonts/fontawesome-webfont.ttf create mode 100644 public/vendor_assets/fonts/fontawesome-webfont.woff create mode 100644 public/vendor_assets/fonts/fontawesome-webfont.woff2 create mode 100644 public/vendor_assets/fonts/line-awesome.eot create mode 100644 public/vendor_assets/fonts/line-awesome.svg create mode 100644 public/vendor_assets/fonts/line-awesome.ttf create mode 100644 public/vendor_assets/fonts/line-awesome.woff create mode 100644 public/vendor_assets/fonts/line-awesome.woff2 create mode 100644 public/vendor_assets/js/bootstrap/bootstrap.min.js create mode 100644 public/vendor_assets/js/bootstrap/popper.js create mode 100644 public/vendor_assets/js/chart.bundle.min.js create mode 100644 public/vendor_assets/js/grid.min.js create mode 100644 public/vendor_assets/js/jquery-ui.min.js create mode 100644 public/vendor_assets/js/jquery.barrating.min.js create mode 100644 public/vendor_assets/js/jquery.countdown.min.js create mode 100644 public/vendor_assets/js/jquery.counterup.min.js create mode 100644 public/vendor_assets/js/jquery.easing1.3.js create mode 100644 public/vendor_assets/js/jquery.magnific-popup.min.js create mode 100644 public/vendor_assets/js/jquery/jquery-1.12.4.min.js create mode 100644 public/vendor_assets/js/jquery/uikit.min.js create mode 100644 public/vendor_assets/js/owl.carousel.min.js create mode 100644 public/vendor_assets/js/select2.full.min.js create mode 100644 public/vendor_assets/js/slick.min.js create mode 100644 public/vendor_assets/js/tether.min.js create mode 100644 public/vendor_assets/js/trumbowyg.min.js create mode 100644 public/vendor_assets/js/ui/icons.svg create mode 100644 public/vendor_assets/js/venobox.min.js create mode 100644 public/vendor_assets/js/waypoints.min.js diff --git a/public/theme_assets/js/dashboard.js b/public/theme_assets/js/dashboard.js new file mode 100644 index 0000000..36b3985 --- /dev/null +++ b/public/theme_assets/js/dashboard.js @@ -0,0 +1,264 @@ +(function ($) { + + if ($('.dashboard-page').length) { + /* legent font family */ + var ctxFont = "'Work Sans', sans-serif", + ctxTickColor = '#8896a5', + months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; + + + + /* set chart js flobal style */ + Chart.defaults.global.defaultFontFamily = ctxFont; + Chart.defaults.global.defaultFontColor = "#898b96"; + Chart.defaults.global.defaultFontSize = 16; + + + + /* custom legend function */ + function customLegend(chart) { + var text = []; + text.push(''); + return text.join(''); + } + + } + + /* Plugin for piechart */ + var piePlugin = { + beforeDraw: function (chart) { + var width = chart.chart.width, + height = chart.chart.height, + ctx = chart.chart.ctx, + p = 0; + chart.data.datasets[0].data.map(function (t) { + if (typeof t === 'number' && !isNaN(t)) { + p += t; + } + }); + + ctx.restore(); + var fontSize = (height / 114).toFixed(2); + ctx.font = fontSize + "em Quicksand"; + ctx.textBaseline = "middle"; + + var text = p + ' Visit', + textX = Math.round((width - ctx.measureText(text).width) / 2), + textY = height / 2; + + ctx.fillText(text, textX, textY); + ctx.save(); + } + }; + + + /* sale view statistics line chart */ + var ctx = $('#myChart'); + var chart = new Chart(ctx, { + // The type of chart we want to create + type: 'line', + + // The data for our dataset + data: { + labels: [0, 5, 10, 15, 20, 25, 30], + datasets: [ + { + label: "Daily Sales", + backgroundColor: 'rgba(0, 71, 193,.5)', + borderColor: '#6E4FF6', + data: [13, 23, 17, 14, 11, 24, 20], + pointBackgroundColor: '#6E4FF6', + pointBorderColor: '#6E4FF6', + fill: false, + borderWidth: 2.5 + }, + { + label: "Daily Views", + backgroundColor: 'rgba(5, 116, 236,.5)', + borderColor: '#1DC9B7', + data: [10, 20, 24, 15, 18, 24, 0], + pointBackgroundColor: '#1DC9B7', + pointBorderColor: '#1DC9B7', + fill: false, + borderWidth: 2.5 + }] + }, + + // Configuration options go here + options: { + scales: { + yAxes: [{ + display: true, + ticks: { + beginAtZero: true, + suggestedMax: 30, + fontColor: ctxTickColor + } + }] + }, + legend: { + display: false + }, + legendCallback: customLegend + } + }); + /* genereate legend for sale view chart */ + var legendSale = chart.generateLegend(); + $('#stat_legend').html(legendSale); + + + + + /* visit statistics pie chart */ + var piechart = $('#piechart'); + var part = new Chart(piechart, { + type: 'pie', + plugins: [piePlugin], + data: { + datasets: [{ + data: [120, 90, 70, 40, 55], + backgroundColor: [ + '#34bfa3', + '#f4516c', + '#36a3f7', + '#ffcd56', + '#ff9f40' + ] + }], + labels: [ + "Google", + "Website", + "Affiliate", + "Organic", + "Others" + ] + }, + options: { + cutoutPercentage: 0, + responsive: true, + legend: { + display: false + }, + legendCallback: customLegend + } + }); + + + /* genereate legend for visitor pie chart */ + var legend = part.generateLegend(); + $('#pie-legend').html(legend); + + + + + /* single item view statistics */ + var item_view = $('#single_item_visit'); + var viewBar = new Chart(item_view, { + type: 'bar', + + data: { + labels: [3, 6, 9, 12, 15, 18, 21, 24, 27, 30], + datasets: [ + { + data: [15, 14, 23, 48, 55, 25, 82, 33, 55, 41, 2], + backgroundColor: '#5867dd' + } + ] + }, + + options: { + scales: { + yAxes: [{ + ticks: { + beginAtZero: true, + suggestedMax: 60 + } + }], + xAxes: [{ + barThickness: 40 + }] + }, + legend: { + display: false + } + } + }); + + + + + /* revenue chart */ + var revenue = $('#revenue'); + var reveChart = new Chart(revenue, { + type: 'line', + + data: { + labels: months, + datasets: [ + { + label: "2018", + data: [5, 5.8, 6.6, 5.9, 5.3, 4.7, 5.7, 6.7, 6.2, 7, 5.8, 6.6], + fill: false, + borderColor: '#34bfa3', + lineTension: 0, + pointBorderColor: '#34bfa3' + } + ] + }, + + options: { + legend: { + display: false + }, + legendCallback: customLegend, + scales: { + yAxes: [{ + ticks: { + suggestedMin: 1, + suggestedMax: 10, + callback: function (value, index, values) { + return value + 'k'; + } + } + }] + }, + elements: { + point: { + backgroundColor: '#fff', + borderWidth: 3 + } + } + } + }); + /* generate revenue chart lagend */ + var visitLegend = reveChart.generateLegend(); + $('#visit_legend').html(visitLegend); + } + +})(jQuery); \ No newline at end of file diff --git a/public/theme_assets/js/main.js b/public/theme_assets/js/main.js new file mode 100644 index 0000000..f0ddb7a --- /dev/null +++ b/public/theme_assets/js/main.js @@ -0,0 +1,535 @@ +/* + Name: Digipro - Digital Products Marketplace + Author: AazzTech + Version: 1.0 +*/ + +(function () { + "use strict"; + + var windowWidth = $(window).width(); + var windowHeight = $(window).height(); + + // Custom nav trigger function for owl carousel + function customTrigger(slideNext, slidePrev, targetSlider) { + $(slideNext).on('click', function () { + targetSlider.trigger('next.owl.carousel'); + }); + $(slidePrev).on('click', function () { + targetSlider.trigger('prev.owl.carousel'); + }); + } + + // Mobile Menu JS + function mobileMenu(triggerElem, dropdown) { + var $dropDownTrigger = $(triggerElem + ' > a'); + + $dropDownTrigger.append(''); + $dropDownTrigger.on('click', function (e) { + e.preventDefault(); + $(this).parents(triggerElem).find(dropdown).slideToggle().parents(triggerElem).siblings().find(dropdown).slideUp(); + }); + } + + if (windowWidth < 991) { + mobileMenu('.has_dropdown', '.dropdown'); + mobileMenu('.has_megamenu', '.dropdown_megamenu'); + } + + + // Header Search + $('.search_trigger').on('click', function () { + $(this).toggleClass('icon-magnifier icon-close'); + $(this).parent('.search_module').children('.search_area').toggleClass('active'); + }); + + // Offcanvas Menu + $('.close_menu').on('click', function () { + $(this).parent('.offcanvas-menu').addClass('closed'); + }); + + $('.menu_icon').on('click', function () { + $(this).siblings('.offcanvas-menu').removeClass('closed'); + }); + + // Filter menu reveal on click + $('.filter__menu_icon').on('click', function () { + $('.filter_dropdown').toggleClass('active'); + }); + + // Click event to scroll to top + /* go top */ + var scrollTop = $('.go_top').hide(); + + $(window).on('scroll', function () { + var distanceFromTop = $(document).scrollTop(); + if (distanceFromTop > 117) { + scrollTop.fadeIn(400); + } + else { + scrollTop.fadeOut(400); + } + }); + scrollTop.on('click', function () { + $('html, body').animate({scrollTop: 0}, 800); + return false; + }); + + // Setting background images + $('.bg_image_holder').each(function () { + var $this = $(this); + var imgLink = $this.children().attr('src'); + $this.css({ + "background-image": "url(" + imgLink + ")", + "opacity": "1" + }).children().attr('alt', imgLink); + }); + + // Counter Up + $('.count_up').counterUp({ + delay: 10, + time: 1000 + }); + + // jquery ui range + var $priceFrom = $('.price-ranges .from'), + $priceTo = $('.price-ranges .to'); + $(".price-range").slider({ + range: true, + min: 0, + max: 500, + values: [30, 300], + slide: function (event, ui) { + $priceFrom.text("$" + ui.values[0]); + $priceTo.text("$" + ui.values[1]); + } + }); + + // Venobox + if ($.prototype.venobox) { + $('.venobox').venobox(); + } + + // Product page edit option js + $(".prod_option .setting-icon").on('click', function () { + $(this).siblings('.options').toggle(); + }); + + // Reply comment area js goes here + var $replyForm = $('.reply-comment'), + $replylink = $('.reply-link'); + $replyForm.hide(); + + $replylink.on('click', function (e) { + e.preventDefault(); + $(this).parents('.media').siblings('.reply-comment').toggle().find('textarea').focus(); + }); + + // Countdown Init + $('.countdown').countdown('2021/6/18', function (event) { + var $this = $(this).html(event.strftime('' + + '
  • %D days
  • ' + + '
  • %H hours
  • ' + + '
  • %M minutes
  • ' + + '
  • %S seconeds
  • ')); + }); + + // Accordion JS + var $accordionTrigger = $('.single_acco_title a'); + $accordionTrigger.on('click', function () { + $accordionTrigger.not(this).removeClass('active').find('.lnr').not($(this).find('.lnr')).removeClass('icon-arrow-down-circle').addClass('icon-arrow-right-circle'); + $(this).toggleClass('active').find('.lnr').toggleClass('icon-arrow-right-circle icon-arrow-down-circle'); + }); + + // Date Picker JS + $('.dattaPikkara').datepicker(); + + // Price Selection JS + var $licenseText = $('.card--pricing2 .pricing-options li p'), + $price = $('.card--pricing2 .price h1 span'); + $licenseText.slideUp(); + + $('.card--pricing2 .custom-radio label').on('click', function () { + var $this = $(this); + $licenseText.slideUp(200); + $this.parents('li').find('p').slideDown(200); + $price.text($this.data('price') + '.00'); + }); + + /* + Removing extra margin from + the last child of + item description-area + */ + $('.tab-content-wrapper').length ? $('#product-details').children().children().last().css({ + 'margin-bottom': 0, + 'padding-bottom': 0 + }) : $('#product-details').children().last().css({'margin-bottom': 0, 'padding-bottom': 0}); + + // Add Credit Page JS + var $amount = $('.amounts ul li'); + $amount.on('click', function () { + $(this).find('p').addClass('selected'); + $(this).siblings($amount).find('p').removeClass('selected'); + $('.selected_price').val($(this).data('price')); + }); + + // Setting Files Name + $('.attachment_field').on('change', function (e) { + var files = e.target.files; + var attached = $('.attached'); + for (var i = 0; files.length > i; i++) { + attached.append('

    ' + files[i].name + '

    '); + } + }); + + // Starring + var starring = $('.actions span.fa'); + starring.on('click', function () { + $(this).toggleClass('fa-star-o fa-star'); + }); + + // Remove Uploaded files name when clicked on Cross + $('.attached').on('click', 'p>span', function () { + $(this).parent().remove(); + }); + + // Followers Following JS + $('.user--following .btn').on('mouseenter', function () { + $(this).text('unfollow'); + }).on('mouseleave', function () { + $(this).text('following'); + }); + + // Bar Rating Plugin Installation + $('.give_rating').barrating({ + theme: 'fontawesome-stars' + }); + + + // Custom Slick Slider Navigation + function slickCustomTrigger(slider, prev, next) { + prev.on('click', function () { + slider.slick('slickNext'); + }); + next.on('click', function () { + slider.slick('slickPrev'); + }); + } + + // Featured Product Slider + var $featuredProd = $('.prod-slider1'); + $featuredProd.owlCarousel({ + items: 1, + autoplay: false + }); + customTrigger('.product__slider-nav .nav_right', '.product__slider-nav .nav_left', $featuredProd); + + var $featuredProd2 = $('.prod-slider2'); + $featuredProd2.owlCarousel({ + items: 1, + autoplay: false + }); + customTrigger('.prod_slide_prev', '.prod_slide_next', $featuredProd2); + + // Testimonial Slider + $('.testimonial-slider').owlCarousel({ + items: 1, + dots: false, + nav: true, + navText: ["", ""], + responsive: { + 0: { + items: 1, + nav: false + }, + 480: { + items: 1, + nav: false + }, + 768: { + items: 1 + }, + 992: { + items: 1 + } + } + }); + + // Sponsors Slider + $('.sponsores').owlCarousel({ + items: 4, + autoplay: true, + margin: 30, + responsive: { + 0: { + items: 1 + }, + 480: { + items: 2 + }, + 768: { + items: 3 + }, + 992: { + items: 4 + } + } + }); + + // Newest Product Slider + var productSlider = $('.product_slider'); + productSlider.owlCarousel({ + items: 3, + margin: 30, + responsive: { + 0: { + items: 1 + }, + 768: { + items: 2 + }, + 992: { + items: 3 + } + } + }); + customTrigger('.follow_feed_nav .nav_right', '.follow_feed_nav .nav_left', productSlider); + + // Partners Slider + $('.partners').owlCarousel({ + items: 5, + autoplay: true, + responsive: { + 0: { + items: 1 + }, + 480: { + items: 2 + }, + 768: { + items: 3 + }, + 992: { + items: 5 + } + } + }); + + // This is product preview slider + $('.item__preview-slider').slick({ + slidesToShow: 1, + slidesToScroll: 1, + arrows: false, + fade: true, + asNavFor: '.thumb-slider' + }); + + var thumbSlider = $('.thumb-slider'); + thumbSlider.slick({ + slidesToShow: 7, + slidesToScroll: 1, + arrows: false, + focusOnSelect: false, + asNavFor: '.item__preview-slider', + responsive: [ + { + breakpoint: 479, + settings: { + slidesToShow: 3 + } + } + ] + }); + + // Assign custom trigger for thumb-Slider + slickCustomTrigger(thumbSlider, $('.thumb-nav .nav-left'), $('.thumb-nav .nav-right')); + + // Dropdown JS + $('.dropdown-trigger').on('click', function (e) { + e.preventDefault(); + var dropdown = $(this).siblings('.dropdown'); + dropdown.toggleClass('active'); + $('.dropdown').not(dropdown).removeClass('active'); + }); + + // Trumbowyg Init + if ($('#trumbowyg-demo').length) { + $('#trumbowyg-demo').trumbowyg(); + } + + // Tooltip Trigger + $(function () { + $('[data-toggle="tooltip"]').tooltip(); + }); + + // Replace all SVG images with inline SVG + $('img.svg').each(function () { + var $img = $(this); + var imgID = $img.attr('id'); + var imgClass = $img.attr('class'); + var imgURL = $img.attr('src'); + + $.get(imgURL, function (data) { + // Get the SVG tag, ignore the rest + var $svg = jQuery(data).find('svg'); + + // Add replaced image's ID to the new SVG + if (typeof imgID !== 'undefined') { + $svg = $svg.attr('id', imgID); + } + // Add replaced image's classes to the new SVG + if (typeof imgClass !== 'undefined') { + $svg = $svg.attr('class', imgClass + ' replaced-svg'); + } + + // Remove any invalid XML tags as per http://validator.w3.org + $svg = $svg.removeAttr('xmlns:a'); + + // Replace image with new SVG + $img.replaceWith($svg); + + }, 'xml'); + + }); + + // Featured Product Slider + $(".product-slide-area").owlCarousel({ + items: 2, + margin: 30, + dots: false, + nav: true, + navText: ["", ""], + responsive: { + 0: { + items: 1 + }, + 480: { + items: 1 + }, + 768: { + items: 2 + }, + 992: { + items: 2 + } + } + }); + + // Testimonial Carousel (Slick) + $('.slider-for').slick({ + slidesToShow: 1, + slidesToScroll: 1, + arrows: true, + prevArrow: "", + nextArrow: "", + fade: true, + asNavFor: '.slider-nav' + }); + $('.slider-nav').slick({ + slidesToShow: 5, + slidesToScroll: 1, + asNavFor: '.slider-for', + dots: false, + centerMode: true, + focusOnSelect: true, + variableWidth: false, + arrows: false, + centerPadding: 15, + responsive: [ + { + breakpoint: 991, + settings: { + slidesToShow: 3 + } + } + ] + }); + + + // Select2 Triggers + $(".select2_default").select2({ + placeholder: "Multiple Select", + width: "100%", + containerCssClass: "form-control" + }); + + $(".select2_tagged").select2({ + multiple: true, + placeholder: "Select options", + containerCssClass: "form-control" + }); + + // Custom Checkbox + $(".custom_checkbox .slider").on("click", function () { + var el = $(this).parents(".custom_checkbox").children(".check-confirm"); + el.text() === el.data("text-swap") + ? el.text(el.data("text-original")) + : el.text(el.data("text-swap")); + }); + + // Dashboard menu toggle on small devices + $(".menu-toggler").on("click", function () { + $(".dashboard_menu").toggleClass("active"); + }); + + //remove preload after window load + $(window).load(function () { + $("body").removeClass("preload"); + }); + + //author social icon break-fix + var lis = $(".author-profile .author-social ul li"); + if(lis.length >= 4){ + lis.addClass("split"); + }; + + //withdrew partial amount - dashboard-withdraw + var p_amount = $("#partial_amount"); + p_amount.hide(); + $('input[name="filter_opt"]').on("change", function () { + if($("input#opt5").is(":checked")){ + p_amount.show(); + }else{ + p_amount.hide(); + } + }); + + //Video Popup + $('.video-iframe').magnificPopup({ + type: 'iframe', + iframe: { + markup: '
    ' + + '
    ' + + '' + + '
    ', + patterns: { + youtube: { + index: 'youtube.com/', + id: function(url) { + var m = url.match(/[\\?\\&]v=([^\\?\\&]+)/); + if ( !m || !m[1] ) return null; + return m[1]; + }, + src: '//www.youtube.com/embed/%id%?rel=0&autoplay=1' + }, + vimeo: { + index: 'vimeo.com/', + id: function(url) { + var m = url.match(/(https?:\/\/)?(www.)?(player.)?vimeo.com\/([a-z]*\/)*([0-9]{6,11})[?]?.*/); + if ( !m || !m[5] ) return null; + return m[5]; + }, + src: '//player.vimeo.com/video/%id%?autoplay=1' + } + }, + srcAction: 'iframe_src' + }, + mainClass: 'mfp-fade' + }); + +})(); + + + + diff --git a/public/theme_assets/js/map.js b/public/theme_assets/js/map.js new file mode 100644 index 0000000..32b3d30 --- /dev/null +++ b/public/theme_assets/js/map.js @@ -0,0 +1,44 @@ +(function ($) { + "use strict"; + + function initialize() { + var myCenter = new google.maps.LatLng(54.085533, -0.194593); + var mapProp = { + center: myCenter, + zoom: 16, + scrollwheel: false, + mapTypeId: google.maps.MapTypeId.ROADMAP, + styles: [{ "featureType": "water", "elementType": "geometry", "stylers": [{ "color": "#e9e9e9" }, { "lightness": 17 }] }, + { "featureType": "landscape", "elementType": "geometry", "stylers": [{ "color": "#f5f5f5" }, { "lightness": 20 }] }, + { "featureType": "road.highway", "elementType": "geometry.fill", "stylers": [{ "color": "#ffffff" }, { "lightness": 17 }] }, + { "featureType": "road.highway", "elementType": "geometry.stroke", "stylers": [{ "color": "#ffffff" }, { "lightness": 29 }, { "weight": 0.2 }] }, + { "featureType": "road.arterial", "elementType": "geometry", "stylers": [{ "color": "#ffffff" }, { "lightness": 18 }] }, + { "featureType": "road.local", "elementType": "geometry", "stylers": [{ "color": "#ffffff" }, { "lightness": 16 }] }, + { "featureType": "poi", "elementType": "geometry", "stylers": [{ "color": "#f5f5f5" }, { "lightness": 21 }] }, + { "featureType": "poi.park", "elementType": "geometry", "stylers": [{ "color": "#dedede" }, { "lightness": 21 }] }, + { "elementType": "labels.text.stroke", "stylers": [{ "visibility": "on" }, { "color": "#ffffff" }, { "lightness": 16 }] }, + { "elementType": "labels.text.fill", "stylers": [{ "saturation": 36 }, { "color": "#333333" }, { "lightness": 40 }] }, + { "elementType": "labels.icon", "stylers": [{ "visibility": "off" }] }, + { "featureType": "transit", "elementType": "geometry", "stylers": [{ "color": "#f2f2f2" }, { "lightness": 19 }] }, + { "featureType": "administrative", "elementType": "geometry.fill", "stylers": [{ "color": "#fefefe" }, { "lightness": 20 }] }, + { "featureType": "administrative", "elementType": "geometry.stroke", "stylers": [{ "color": "#fefefe" }, { "lightness": 17 }, { "weight": 1.2 }] }] + }; + + var map = new google.maps.Map(document.getElementById("map"), mapProp); + + var marker = new google.maps.Marker({ + position: myCenter, + icon: 'img/map-marker.png' + }); + + var infowindow = new google.maps.InfoWindow({ + content: "united-states" + }); + + marker.setMap(map); + } + + if ($('#map').length > 0) { + google.maps.event.addDomListener(window, 'load', initialize); + } +})(jQuery); \ No newline at end of file diff --git a/public/theme_assets/sass/component/_accordion.scss b/public/theme_assets/sass/component/_accordion.scss new file mode 100644 index 0000000..c0286b7 --- /dev/null +++ b/public/theme_assets/sass/component/_accordion.scss @@ -0,0 +1,107 @@ +/***************************** + Accordion Styles +*****************************/ +.accordion { + .card { + margin-bottom: 20px; + + &:last-child { + margin-bottom: 0; + } + } + + .card-body { + border-bottom: 1px solid $border-color; + } + + .accordion__single { + margin-bottom: 20px; + } + + .card, + .accordion__single { + border: 1px solid $border-color; + border-radius: 0; + + .card-header { + background: #fff; + padding: 0; + } + + h4, + h5 { + + a, + button { + line-height: 26px; + display: block; + color: #333; + font-weight: 300; + font-size: 18px; + padding: 15px 27px 15px 80px; + position: relative; + + i.lnr { + position: absolute; + left: 0; + top: 0; + width: 60px; + height: 100%; + border-right: 1px solid $border-color; + padding-top: 18px; + text-align: center; + transition: $transition; + + &:before { + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + position: absolute; + } + } + + &.active { + i.lnr { + border-color: #8a95e7; + } + } + } + + button { + padding: 15px 27px 15px 27px; + width: 100%; + text-align: left; + text-decoration: none; + + &:hover:before { + content: none; + } + } + } + + .single_acco_title { + a { + transition: $transition; + + &.active { + @extend .bg-primary; + color: #fff; + } + } + } + + .panel-body { + p { + margin: 25px 30px; + } + } + } + + .single_accordion_body { + padding: 27px 30px; + + p { + margin: 0; + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_alerts.scss b/public/theme_assets/sass/component/_alerts.scss new file mode 100644 index 0000000..51a4489 --- /dev/null +++ b/public/theme_assets/sass/component/_alerts.scss @@ -0,0 +1,78 @@ +/* Alert Styles */ +.alert{ + padding: 18px 55px 18px 60px; + border-radius: 3px; + font-size: 16px; + margin-bottom: 30px; + position: relative; + &:before{ + position: absolute; + font-family: "Simple-Line-Icons"; + left: 30px; + top: 18px; + } + strong{ + font-weight: 500; + } + .alert_icon{ + margin-right: 15px; + font-size: 16px; + } + &.alert-default{ + @extend .color-primary; + background: transparentize($primary,.9); + .close{ + @extend .color-primary; + } + } + &.alert-primary{ + &:before{ + content: '\e027'; + } + } + &.alert-secondary{ + &:before{ + content: '\e031'; + } + } + &.alert-success{ + background: transparentize($secondary, .9); + border-color: transparentize($secondary, .9); + &:before{ + content: '\e080'; + } + } + &.alert-info{ + background: transparentize($info, .9); + border-color: transparentize($info, .9); + &:before{ + content: '\e055'; + } + } + &.alert-warning{ + background: transparentize($warning, .9); + border-color: transparentize($warning, .9); + &:before{ + content: '\e617'; + } + } + &.alert-danger{ + background: transparentize($danger, .9); + border-color: transparentize($danger, .9); + &:before{ + content: '\e01a'; + } + } + .close{ + font-size: 16px; + opacity: .3; + position: absolute; + right: 20px; + top: 50%; + transform: translateY(-50%); + padding: 0; + &:hover{ + opacity: .5; + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_badges.scss b/public/theme_assets/sass/component/_badges.scss new file mode 100644 index 0000000..d7867b9 --- /dev/null +++ b/public/theme_assets/sass/component/_badges.scss @@ -0,0 +1,62 @@ +/* Badge Page */ +.badges { + .author-badges { + display: flex; + flex-wrap: wrap; + justify-content: center; + .badge-single { + text-align: center; + width: 265px; + padding: 0 15px; + margin-bottom: 30px; + .svg { + width: 160px; + height: 160px; + } + img { + display: inline-block; + + } + h4 { + margin: 20px 0; + } + p { + margin-bottom: 0; + } + } + } + &.author-rank { + padding: 100px 0 65px 0; + border-bottom: 1px solid $border-color; + } + &.community-badges { + padding: 90px 0 70px 0; + .author-badges { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + .badge-single { + width: 20%; + } + } + } + +} + +.badge-single { + svg.locked { + filter: grayscale(1); + opacity: 0.15; + } + .svg_wrapper { + position: relative; + span { + position: absolute; + font-size: 94px; + color: #696a75; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_btn.scss b/public/theme_assets/sass/component/_btn.scss new file mode 100644 index 0000000..aec1872 --- /dev/null +++ b/public/theme_assets/sass/component/_btn.scss @@ -0,0 +1,97 @@ +/* +This _btn.scss file contains all the different btn style used all across the site. +Any specific btn can be modified very easily from this file without +interfering any other css +*/ + +/***************************** + ---BUTTON +*****************************/ +.btn--round{ + border-radius: 100px; +} +.btn{ + margin: 0; + text-transform: capitalize; + font-size: 15px; + font-weight: 400; + display: inline-block; + transition: $transition; + position: relative; + line-height: 45px; + padding: 0 30px; + &:focus,&:active{ + color: #fff; + outline: 0; + } + &:hover{ + color: #fff; + } + &:hover:before{ + opacity: 0.07; + visibility: visible; + } + &.btn--round:hover:before{ + border-radius: 200px; + } +} +.btn.btn--white, .btn-light, .btn--light , +.btn.btn--white:hover, .btn-light:hover, .btn--light:hover { + background: #f9f9f9; + @extend .color-primary; +} +// btn default +.btn--default{ + line-height: 50px; +} +.btn-default{ + line-height: 50px; +} +// btn lg +.btn--lg, .btn-lg{ + line-height: 50px; + font-size: 16px; + padding: 0 40px; +} + +// btn md +.btn--md, .btn-md{ + line-height: 45px; + padding: 0 30px; +} +.btn--xs{ + line-height: 36px; + font-size: 14px; + padding: 0 12px; + +} +.btn--fullwidth{ + width: 100%; +} + +// btn sm +.btn--sm, .btn-sm{ + line-height: 40px; + padding: 0 20px; +} + +// +.btn--icon{ + span{ + margin-right: 5px; + line-height: inherit; + display: inline-block; + } +} + +.btn--faq{ + min-width: 140px; +} + +.search-btn{ + min-width: 223px; + border: 0; + border-radius: 4px; + transition: $transition-base; +} + diff --git a/public/theme_assets/sass/component/_cards.scss b/public/theme_assets/sass/component/_cards.scss new file mode 100644 index 0000000..5bc6875 --- /dev/null +++ b/public/theme_assets/sass/component/_cards.scss @@ -0,0 +1,126 @@ +/*************************************** + START CARD AREA +****************************************/ +/* card style1 */ +.card_style1{ + @extend .cardify; + margin-bottom: 30px; + .card_style1__info{ + img{ + width: 100%; + border-radius: 6px 6px 0 0; + } + .date_place{ + li{ + margin-bottom: 10px; + &:last-child{ + margin-bottom: 0; + } + span{ + @extend .color-primary; + display: inline-block; + font-size: 20px; + } + span,p{ + @include vertically_middle; + } + p{ + display: inline-block; + font-weight: 400; + font-size: 16px; + margin-left: 13px; + margin-bottom: 0; + } + } + } + figcaption{ + border-radius: 0 0 6px 6px; + padding: 22px 30px 28px; + a:hover{ + h3, h4{ + @extend .color-primary; + } + } + h4{ + transition: 0.3s; + line-height: 30px; + margin-bottom: 17px; + } + } + } +} + +/* card style 2 */ +.card_style2{ + @extend .cardify; + padding: 40px 50px 40px 40px; + margin-bottom: 30px; + position: relative; + .card_style2__title{ + color: #000; + margin-bottom: 25px; + line-height: 30px; + } + .card_style2__location_type{ + margin-bottom: 20px; + p,.type{ + display: inline-block; + margin-bottom: 0; + } + p{ + color: #5a6671; + font-size: 16px; + line-height: 30px; + margin-right: 17px; + span{ + @extend .color-primary; + font-size: 20px; + margin-right: 8px; + vertical-align: -3px; + } + } + .type{ + color: #fff; + line-height: 28px; + font-weight: 400; + border-radius: 3px; + padding: 0 15px; + font-size: 12px; + } + } + a{ + font-size: 16px; + line-height: 30px; + @extend .color-primary; + font-weight: 400; + display:flex; + align-items: center; + span{ + padding-left: 7px; + } + } + .save_job{ + position: absolute; + right: 40px; + top: 46px; + width: 32px; + height: 32px; + border-radius: 50%; + background: transparentize($primary, 0.9); + text-align: center; + padding-top: 6px; + transition: $transition; + span{ + cursor: pointer; + font-size: 14px; + @extend .color-primary; + transition: $transition; + } + &:hover{ + background: transparentize($secondary, 0.9); + span{ + @extend .color-secondary; + } + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_datepicker.scss b/public/theme_assets/sass/component/_datepicker.scss new file mode 100644 index 0000000..3bcf8e2 --- /dev/null +++ b/public/theme_assets/sass/component/_datepicker.scss @@ -0,0 +1,81 @@ +/* +this file contains the style for datepicker component +*/ + +/***************************** + --- DATE PICKER +*****************************/ +div#ui-datepicker-div{ + background: #fff; + box-shadow: 0 5px 40px transparentize(#52555a, .8); + .ui-datepicker-title{ + font-size: 18px; + color: #fff; + font-weight: 500; + } + .ui-datepicker-header{ + @extend .bg-primary; + color: #fff; + padding:6px 0; + } + .ui-datepicker-prev{ + left: 10px; + &:before{ + content: '\e875'; + } + } + .ui-datepicker-next{ + text-align: right; + right: 10px; + &:before{ + content: "\e876"; + } + } + .ui-datepicker-prev, + .ui-datepicker-next{ + cursor: pointer; + top: 46%; + transform: translateY(-50%); + &.ui-datepicker-prev-hover, &.ui-datepicker-next-hover{ + top: 46%; + transform: translateY(-50%); + } + &:before{ + font-family: 'Linearicons-Free', sans-serif; + color: #fff; + line-height: 30px; + } + } + + table{ + margin: 0; + } + thead{ + tr{ + th{ + span{ + color: $text-color; + } + } + } + } + tbody{ + tr{ + border-top: 1px solid $border-color; + td+td{ + border-left: 1px solid $border-color; + } + td{ + a{ + color: #54667a; + margin: 0; + text-align: center; + &:hover{ + background: transparentize($info, .8); + @extend .color-primary; + } + } + } + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_dropDown.scss b/public/theme_assets/sass/component/_dropDown.scss new file mode 100644 index 0000000..27c7d58 --- /dev/null +++ b/public/theme_assets/sass/component/_dropDown.scss @@ -0,0 +1,483 @@ +/***************************** + --- DROPDOWN +*****************************/ +.dropdown{ + position: absolute; + min-width: 271px; + background: #fff; + padding: 19px 30px; + z-index: 3; + visibility: hidden; + opacity: 0; + transition: $transition; + border-radius: 0 0 4px 4px; + box-shadow: 0 0 40px transparentize(#52555a, .8); + &.active{ + opacity: 1; + visibility: visible; + } + li{ + a { + font-size: 15px; + line-height: 32px; + display: block; + color: #747b86; + &:hover{ + @extend .color-primary; + } + span{ + float: right; + } + } + } + &:before{ + content: ''; + position: absolute; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + border-bottom: 10px solid #fff; + bottom: 100%; + } + + /* messaginf page dropdown modifier */ + &.messaging_dropdown{ + li{ + a{ + color: #54667a; + span{ + float: none; + padding-right: 10px; + } + &:hover{ + @extend .color-primary; + } + } + } + } +} + +.dropdown{ + &.notification--dropdown{ + width: 370px; + padding: 0; + right: -30px; + &:before{ + bottom: 100%; + right: 25px; + } + .notifications_module{ + .notification{ + padding: 15px 20px 10px; + display: flex; + align-items: center; + justify-content: space-between; + .notification__info{ + .info_avatar{ + margin-right: 12px; + width: 40px; + vertical-align: top; + height: 40px; + } + .info{ + .time{ + margin-top: 0; + } + width: calc(100% - 57px); + p{ + a{ + display: block; + } + } + } + } + .notification__icons{ + .noti_icon{ + margin-right: 0; + line-height: 30px; + width: 30px; + font-size: 15px; + } + } + } + } + } + + &.messaging--dropdown{ + padding: 0; + width: 370px; + right: -25px; + &:before{ + right: 20px; + bottom: 100%; + } + .message{ + padding: 15px 20px; + border-bottom: 1px solid $border-color; + display: flex; + align-items: center; + flex-wrap: wrap; + .message__actions_avatar{ + .avatar{ + height: 40px; + width: 40px; + img{ + width: 100%; + border-radius: 50%; + } + } + } + .message_data{ + flex: 2; + .name_time{ + margin-left: 13px; + .name{ + float: left; + p{ + display: inline-block; + margin-bottom: 0; + font-weight: 400; + color: #333333; + } + span{ + display: inline; + vertical-align: top; + font-size: 15px; + @extend .color-primary; + margin-left: 5px; + } + } + .time{ + float: right; + font-size: 14px; + } + p{ + clear: both; + display: block; + margin: 0; + font-size: 14px; + } + } + } + &.recent{ + .time{ + @extend .color-primary; + } + } + } + } + + &.dropdown--author{ + padding: 0; + right: 0; + border: 0 none; + &:before{ + right: 30px; + } + ul{ + padding: 20px; + li{ + a{ + color: #54667a; + display: block; + font-size: 15px; + border-radius: 4px; + padding:0 10px; + line-height: 40px; + transition: $transition; + &:hover{ + @extend .bg-primary; + color: #fff; + } + span{ + float: none; + margin-right: 15px; + } + } + } + } + .author-credits{ + align-items: center; + padding: 20px; + border-bottom: 1px solid $border-color; + .author__avatar{ + margin-right: 12px; + img{ + max-width: 44px; + } + } + .autor__info{ + p{ + margin: 0; + line-height: inherit; + } + .name{ + color: $title-color; + font-weight: 400; + } + .amount{ + @extend .color-secondary; + font-weight: 500; + font-size: 15px; + } + } + } + } + + &.dropdown--cart{ + width: 400px; + padding: 0; + right: -30px; + &:before{ + right: 20px; + } + .cart_area{ + .cart_product{ + padding: 20px 25px; + border-bottom: 1px solid $border-color; + display: flex; + justify-content: space-between; + .product__info{ + display: flex; + align-items: center; + .thumbn{ + width: 70px; + } + .info{ + width: calc(100% - 87px); + padding-left: 15px; + .title{ + font-weight: 400; + line-height: 20px; + color: #000; + margin-bottom: 5px; + display: inline-block; + font-size: 14px; + &:hover{ + @extend .color-secondary; + } + } + .cat{ + a{ + @extend .color-secondary; + font-size: 14px; + img{ + display: inline-block; + padding-right: 5px; + } + } + } + } + } + + .product__action{ + text-align: center; + a:hover{ + span{ + color: #fff; + @extend .bg-danger; + } + } + span{ + width: 30px; + line-height: 30px; + text-align: center; + font-size: 15px; + display: inline-block; + @extend .color-primary; + background: transparentize($primary, .9); + border-radius: 50%; + } + p{ + background: transparentize($primary, 0.9); + @extend .color-primary; + line-height: 30px; + padding: 0 10px; + margin-bottom: 0; + border-radius: 200px; + margin-top: 10px; + font-weight: 400; + } + } + } + .total{ + text-align: right; + padding: 15px 25px 0; + p{ + font-weight: 400; + color: #000; + font-size: 18px; + margin-bottom: 0; + span{ + margin-right: 30px; + } + } + } + .cart_action{ + padding: 20px 15px; + display: flex; + a{ + margin: 0 5px; + flex: 1; + } + } + } + } + + .notification:hover, .message:hover{ + background: transparentize($primary, 0.95); + } + + .dropdown_module_header{ + overflow: hidden; + padding: 20px 25px; + border-bottom: 1px solid $border-color; + h4{ + float: left; + } + a{ + float: right; + } + } + + /* dropdown menu */ + &.dropdown--menu{ + padding: 20px; + ul{ + li{ + padding: 0; + margin: 0; + display: block; + a{ + padding: 0 10px; + text-transform:capitalize; + font-weight: 400; + color: #54667a; + line-height: 44px; + border-radius: 3px; + transition: 0.2s; + &:hover{ + @extend .color-primary; + } + } + } + } + } +} +.has_dropdown{ + position: relative; + .btn{ + &:focus{ + color: #fff; + @extend .bg-primary; + } + } +} +.has_megamenu{ + position: static!important; + &:hover{ + .dropdown_megamenu{ + visibility: visible; + opacity: 1; + top: 100%; + } + } + .dropdown_megamenu{ + background: #fff; + transition: $transition; + left: 0; + position: absolute; + width: 1110px; + visibility: hidden; + opacity: 0; + top: calc(100% + 20px); + padding: 20px; + z-index: 222; + box-shadow: 0 5px 40px transparentize(#52555a, .8); + border-radius: 0 0 4px 4px; + &.contained{ + width: 600px; + } + } +} +.megamnu_module{ + &+.megamnu_module{ + margin-left: 40px; + } + .menu_items{ + overflow: hidden; + display: flex; + flex-wrap: wrap; + justify-content: space-between; + .menu_column{ + flex: 1; + .title{ + font-weight: 500; + font-size: 17px; + padding: 10px 10px 15px; + color: #000; + display: inline-block; + } + &+ul{ + margin-left: 20px; + } + li{ + position: relative; + a{ + color: #54667a; + font-size: 15px; + line-height: 36px; + padding: 0 10px; + display: block; + border-radius: 4px; + transition: $transition-base; + &:hover{ + @extend .color-primary; + } + } + &.has_badge{ + display: inline-block; + } + } + } + } +} +.custom_dropdown{ + padding: 19px 30px; + min-width: 271px; + box-shadow: 0 5px 40px rgba(82,85,90,.2); + border: 0; + @extend .b-top-1-primary; + border-radius: 0; + position: relative; + top: 10px !important; + &:before{ + content: ''; + position: absolute; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + border-bottom: 10px solid #5867dd; + bottom: 100%; + } + li{ + a{ + font-size: 15px; + line-height: 32px; + display: block; + color: #747b86; + span{ + padding-right: 10px; + } + &:hover{ + @extend .color-primary; + } + } + } + &.custom_drop2{ + li a{ + span{ + float: right; + padding-right: 0; + } + } + } +} diff --git a/public/theme_assets/sass/component/_features.scss b/public/theme_assets/sass/component/_features.scss new file mode 100644 index 0000000..28e9ed8 --- /dev/null +++ b/public/theme_assets/sass/component/_features.scss @@ -0,0 +1,75 @@ +/***************************** + START FEATURE AREA CSS +*****************************/ +.feature_title{ + border-bottom: 1px solid $border-color; + padding-bottom: 20px; +} +/*--- feature 1 ---*/ +.feature{ + text-align: center; + padding: 40px 30px; + .feature__title{ + padding-top: 30px; + padding-bottom: 24px; + } + &:hover{ + box-shadow: 0 2px 50px rgba(0,0,0,0.08); + transition: $transition; + } +} + +/*--- feature 2 ---*/ +.feature2{ + box-shadow: 0 2px 50px transparentize(#000,.92); + position: relative; + margin-bottom: 30px; + background: #fff; + height: 360px; + display: table; + .feature2__count{ + font-size: 48px; + position: absolute; + color: transparentize(#5c87f8, .8); + left: 18px; + top: 4px; + } + .feature2__content{ + text-align: center; + padding: 50px 30px 48px; + span.lnr{ + font-size: 60px; + } + h3{ + padding: 38px 0 25px; + } + p{ + margin: 0; + } + } +} + +/*--- feature 2 ---*/ +.single_feature{ + margin-bottom: 50px; + display:flex; + flex-wrap: wrap; + .feature__icon{ + margin-top: 10px; + span{ + font-size: 48px; + @extend .color-primary; + } + } + .feature__content{ + padding-left: 33px; + flex: 2; + h3 { + line-height: 40px; + } + p{ + line-height: 30px; + margin: 0; + } + } +} diff --git a/public/theme_assets/sass/component/_forms.scss b/public/theme_assets/sass/component/_forms.scss new file mode 100644 index 0000000..86757c4 --- /dev/null +++ b/public/theme_assets/sass/component/_forms.scss @@ -0,0 +1,544 @@ +input[type=date], +input[type=datetime-local], +input[type=email], +input[type=number], +input[type=password], +input[type=search-md], +input[type=search], +input[type=tel], +input[type=text], +input[type=time], +input[type=url], +textarea, +select{ + box-sizing: border-box; + box-shadow: none; + outline: none; + width: 100%; + padding: 0 20px; +} +select.text_field{ + -webkit-appearance: none; + -moz-appearance: none; +} +input, input.form-control, +select, select.form-control, .form-control, textarea{ + height: 50px; + border: 1px solid $border-color; + border-radius: 3px; + color: #747b86; + font-size: 16px; + transition: 0.3s ease; + &:focus, &:active{ + @extend .b-1-primary; + } +} +input[type="radio"], input[type="checkbox"]{ + height: auto; +} +.select-wrap select{ + &:focus, &:active{ + border: 1px solid $border-color !important; + } +} + +label{ + font-weight: 400; + font-size: 16px; + line-height: 26px; + text-transform: capitalize; + margin-bottom: 10px; + color: #000; + span{ + font-weight: 400; + font-size: 15px; + color: #555; + } + sup{ + @extend .color-danger; + } +} +select[multiple]{ + height: 80px; +} +select:focus{ + outline: 0; + @extend .b-primary; +} +.select--field{ + height: 55px; + border: 1px solid #dcdcdc; +} +.text_field { + line-height: 50px; + border: 1px solid $border-color; + color: $text-color2; + font-weight: 300; +} +textarea, textarea.text_field, textarea.form-control{ + line-height: 25px; + padding-top: 15px; + border: 1px solid $border-color; + min-height: 180px; + resize: none; + color: $text-color2; + border-radius: 3px; + transition: $transition-base; +} +.form-control{ + &:focus{ + box-shadow: none; + } +} +.form-group{ + margin-bottom: 20px; + p{ + font-size: 14px; + margin-top: 10px; + margin-bottom: 0; + color: #898f96; + span{ + font-weight: 400; + color: #000; + } + } + p.label{ + @extend label; + margin-top: 0; + clear: right; + padding: 0; + } +} +.form-control-lg { + height: calc(3.533rem + 2px) !important; + font-size: 1.25rem !important; +} +.form-control-sm { + height: calc(1.8125rem + 2px) !important; + font-size: 0.875rem !important; +} + +//Search form +.search-form{ + position: relative; + margin-right: 15px; + input{ + transition: 0.3s ease; + padding: 0 70px 0 20px; + border: 0 none; + visibility: hidden; + opacity: 0; + width: 0; + &:focus{ + border: 0 none; + background: #f9f9f9; + } + } + button{ + position: absolute; + width: 50px; + height: 100%; + right: 0; + top: 0; + cursor: pointer; + color: #8991a5; + background: none; + border: 0 none; + font-size: 16px; + } + &.active{ + input{ + width: 350px; + visibility: visible; + opacity: 1; + } + } +} + +//toggle btn +.toggle-switch{ + position:relative; + display: inline-block; + width: 100%; + input{ + display: none; + } + .slider{ + position: absolute; + top:10px; + right: 0; + bottom: 0; + left:0; + background-color: #cbd0e3; + transition: $transition-base; + cursor: pointer; + width: 54px; + height: 26px; + &:before{ + position: absolute; + content: ""; + height: 20px; + width: 20px; + left: 3px; + bottom: 3px; + background-color: #fff; + transition: $transition-base; + } + } + + input:checked + .slider { + background-color: $primary; + &:before{ + transform: translateX(28px); + } + } + + input:focus + .slider { + box-shadow: 0 0 1px #2196F3; + } + + .slider.round { + border-radius: 25px; + &:before{ + border-radius: 50%; + } + } +} + +#tags{ + min-height: 80px; +} + +// select 2 customization +.select2-container{ + width: 100% !important; +} + +.select2-container .select2-selection--multiple .select2-selection__rendered{ + display: block; + width: 100% !important; +} +.select2-container--default .select2-selection--multiple .select2-selection__choice{ + margin: 3px 5px 0 0; + @extend .bg-primary; + border: 0; + color: #fff; + padding: 0 20px 0 10px; + line-height: 30px; + position: relative; + font-size: 14px; +} +.select2-container .select2-selection--multiple .select2-search input{ + height: auto; + line-height: 32px !important; +} +.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { + color: #fff; + font-weight: 400; + margin-right: 0; + position: absolute; + right: 5px; +} + +/* Input with icons */ +.input_with_icon{ + position: relative; + max-width: 158px; + span{ + position: absolute; + right: 20px; + top: 50%; + color: #747b86; + transform:translateY(-50%) + } +} +.custom-checkbox{ + .custom-control-label{ + color: $text-color; + padding-left: 5px; + &:focus{ + outline: 0; + } + &:checked{ + &:before, &:after{ + &:focus, &:active{ + outline: 0; + border: 0 none; + box-shadow: none; + } + } + } + } +} + +// custom radio button +.custom-checkbox2{ + input[type='checkbox']{ + display: none; + &:checked + label span:before{ + opacity: 1; + visibility: visible; + transform: scale(1); + } + } + label{ + font-size: 15px; + font-weight: 400; + margin: 0; + line-height: 36px; + cursor: pointer; + text-transform: none; + color: $text-color2; + span.square{ + height: 15px; + margin-right: 12px; + vertical-align: middle; + width: 15px; + background: #f6f7fa; + display: inline-block; + border: 1px solid #e6e9ed; + border-radius: 1px; + position: relative; + &:before{ + content: '\f00c'; + font-family: 'FontAwesome',sans-serif; + position: absolute; + height: 15px; + width: 15px; + text-align: center; + font-size: 9px; + bottom: -1px; + transition: 0.2s; + left: -1px; + opacity: 0; + transform: scale(0.5); + border-radius: 1px; + @extend .bg-primary; + color: #fff; + line-height: 16px; + } + } + } +} +.custom-radio{ + @extend .custom-checkbox2; + input[type='radio']{ + display: none; + &:checked + label span:before{ + opacity: 1; + visibility: visible; + transform: scale(1); + } + } + label{ + font-size: 15px; + font-weight: 400; + margin: 0; + line-height: 36px; + cursor: pointer; + text-transform: none; + span.circle{ + height: 20px; + margin-right: 12px; + vertical-align: middle; + width: 20px; + background: #fff; + display: inline-block; + border: 4px solid #e6e9ed; + border-radius: 50%; + position: relative; + &:before{ + content: '\f00c'; + font-family: 'FontAwesome',sans-serif; + position: absolute; + height: 20px; + width: 20px; + text-align: center; + font-size: 12px; + bottom: -4px; + transition: 0.2s; + left: -4px; + opacity: 0; + transform: scale(0.5); + border-radius: 50%; + @extend .bg-primary; + color: #fff; + line-height: 20px; + } + } + } + &.custom_radio--big{ + span.circle{ + height: 30px; + width: 30px; + border-width: 5px; + &:before{ + width: 30px; + height: 30px; + font-size: 16px; + line-height: 30px; + border-width: 5px; + } + } + } +} + +.radio-group{ + .label{ + display: block; + text-align: left; + } + .custom-radio{ + display: inline-block; + } + .custom-radio+.custom-radio{ + margin-left: 30px; + } +} + +.pricing-options2{ + .custom-radio{ + span.circle{ + &:before{ + @extend .bg-secondary; + } + } + } +} + +/* custom checkbox area css*/ +.custom_checkbox{ + position: relative; + margin-top: 10px; + input[type='checkbox']{ + display: none; + &:checked + label .shadow_checkbox{ + border: transparent; + &:before{ + visibility: visible; + } + } + } + label{ + margin-bottom: 0; + .label_text{ + font-weight: 400; + color: #555; + display: inline-block; + vertical-align: middle; + margin-left: 11px; + } + .shadow_checkbox{ + height: 18px; + width: 18px; + top: 0; + border: 1px solid #d3d3d3; + display: inline-block; + vertical-align: middle; + position: relative; + border-radius: 2px; + &:before{ + position: absolute; + height:100%; + width: 100%; + top: 0; + content: '\f00c'; + font-size: 12px; + visibility: hidden; + text-align: center; + color: #fff; + line-height: 18px; + font-family: FontAwesome, sans-serif; + @extend .bg-primary; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + } + } + } +} +/* custom upload field */ +.custom_upload{ + p{ + font-weight: 500; + font-size: 16px; + color: #000; + margin-bottom: 12px; + span{ + font-size: 15px; + line-height: 26px; + font-weight: 400; + color: #555; + } + } + input[type='file']{ + display: none; + } +} + +// input group +.input-group{ + .input-group-addon{ + background: none; + border: none; + font-size: 18px; + color: #555; + padding-left: 0; + } +} + +// Select Wrap +.select-wrap { + position: relative; + select { + border: 1px solid $border-color; + padding: 0 40px 0 20px; + border-radius: 4px; + -moz-appearance: none; + -webkit-appearance: none; + font-size: 16px; + color: $text-color2; + cursor: pointer; + height: 50px; + } + span { + font-size: 10px; + position: absolute; + top: 50%; + transform: translateY(-50%); + right: 18px; + } + &.select-wrap2 { + select { + border: 1px solid $border-color !important; + border-radius: 3px; + } + select[multiple] { + height: 80px; + } + span { + font-size: 12px; + color: #747a86; + } + } +} + +//subscribe forms +.subscribe-form{ + .form-group { + display: flex; + justify-content: center; + margin-bottom: 0; + input { + border-radius: 3px 0 0 3px; + height: 55px; + &::placeholder { + color: #b8bece; + opacity: 1; + } + } + .btn { + border-radius: 0 3px 3px 0; + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_modal.scss b/public/theme_assets/sass/component/_modal.scss new file mode 100644 index 0000000..7026ab7 --- /dev/null +++ b/public/theme_assets/sass/component/_modal.scss @@ -0,0 +1,89 @@ +/* +this page contains style for modal +*/ + +/***************************** + --- MODAL +*****************************/ +.modal{ + .modal-header{ + padding: 23px 30px 30px; + display: block; + p{ + margin: 0; + } + } + .modal-title{ + margin-bottom: 17px; + } + .modal-md{ + width: 750px; + } + .modal-body{ + padding: 30px; + } + .modal_close{ + @extend .bg-secondary; + line-height: 40px; + color: #fff; + margin-left: 10px; + padding: 0 36px; + } +} + +/*item removal modal */ +.item_removal { + .btns{ + text-align: center; + a{ + &+a{ + margin-left: 20px; + } + } + } + .modal-body{ + text-align: center; + padding: 50px 30px; + h4{ + margin-bottom: 40px; + font-size: 24px; + } + } + + .modal-dialog{ + top: 33%; + } +} + +/* author contact */ +.author-contact{ + .modal-title{ + margin: 0; + } + .modal-body{ + padding: 30px 30px 0; + } + .modal-footer{ + border-top: 0; + padding: 14px 30px 30px; + justify-content: flex-start; + } +} + +/* video modal css */ +.video_modal{ + .modal-content{ + iframe{ + width: 600px; + height: 450px; + } + } +} +#myModal.modal.fade .modal-dialog { + top: 50%; + left: 50%; + position: absolute; + -webkit-transform: translate(-50%, -60%); + -ms-transform: translate(-50%, -60%); + transform: translate(-50%, -60%); +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_pagination.scss b/public/theme_assets/sass/component/_pagination.scss new file mode 100644 index 0000000..99fec9c --- /dev/null +++ b/public/theme_assets/sass/component/_pagination.scss @@ -0,0 +1,49 @@ +/* +this file contains for different pagination style +*/ + +/***************************** + --- PAGINATION +*****************************/ +.pagination-default { + margin-top: 30px; +} + +.comments-pagination { + margin-bottom: 30px; +} + +.pagination { + border-radius: 3px; + justify-content: center; + flex-wrap: wrap; + li { + @include xxs{ + margin-top: 5px; + margin-bottom: 5px; + } + &:first-child, &:last-child { + a { + width: auto; + } + } + &:last-child { + margin-right: 0; + } + a { + display: block; + min-width: 42px; + min-height: 42px; + color: $text-color2; + padding-top: 10px; + text-align: center; + border: 1px solid $border-color; + } + &.active { + a { + @extend .bg-secondary; + color: #fff; + } + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_pricing.scss b/public/theme_assets/sass/component/_pricing.scss new file mode 100644 index 0000000..e674e34 --- /dev/null +++ b/public/theme_assets/sass/component/_pricing.scss @@ -0,0 +1,81 @@ +/* +this file contain the style for pricing components +*/ +/***************************** + --- PRICING +*****************************/ +.pricing-wrapper{ + display: flex; +} +.package-single{ + margin-top: 50px; + margin-right: -1px; + margin-bottom: 30px; + padding: 26px 30px 30px; + border: 1px solid $border-color; + flex: 1; + position: relative; + .package-header{ + text-align: center; + .amount{ + padding: 10px 0 25px 0; + border-bottom: 1px solid $border-color; + margin-bottom: 30px; + span{ + font-size: 40px; + font-weight: 500; + display: block; + @extend .color-secondary; + } + } + } + .package-body{ + ul{ + li{ + margin-bottom: 13px; + padding-left: 25px; + position: relative; + color: #7a82a6; + &:last-child{ + margin-bottom: 0; + } + &:before{ + position: absolute; + font-size: 16px; + font-family: "FontAwesome"; + left: 0; + top: -1px; + } + &.yes{ + &:before{ + content: "\f05d"; + @extend .color-secondary; + } + } + &.no{ + &:before{ + content: "\f05c"; + @extend .color-danger; + } + } + } + } + .btn{ + margin-top: 20px; + } + } + &.featured-plan{ + .featured-badge{ + position: absolute; + height: 50px; + @extend .bg-primary; + width: 100%; + left:0; + top: -50px; + display: flex; + align-items: center; + justify-content: center; + color: #fff; + } + } +} diff --git a/public/theme_assets/sass/component/_progressbar.scss b/public/theme_assets/sass/component/_progressbar.scss new file mode 100644 index 0000000..eacdda4 --- /dev/null +++ b/public/theme_assets/sass/component/_progressbar.scss @@ -0,0 +1,57 @@ +/* +this file contains the styles for the progressbar components +*/ +/***************************** + -- PROGRESSBAR +*****************************/ +.progress{ + background: #eff1f5; + box-shadow: none; + .progress-bar{ + border-radius: 200px; + } +} +.progress-single{ + position: relative; + margin-bottom: 35px; + &:last-child{ + margin-bottom: 0; + } + .progress_wrapper{ + padding-right: 70px; + .labels{ + p{ + margin-bottom: 10px; + font-size: 14px; + } + } + } + .upload_cross{ + position: absolute; + right: 0; + top: 50%; + transform: translateY(-50%); + width: 40px; + height: 40px; + border-radius: 50%; + transition: $transition-base; + display: flex; + align-items: center; + justify-content: center; + span{ + .svg{ + width: 10px; + height: 10px; + fill: $danger; + transition: $transition-base; + } + } + &:hover{ + @extend .bg-danger; + cursor: pointer; + span .svg{ + fill: #fff; + } + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_range-slider.scss b/public/theme_assets/sass/component/_range-slider.scss new file mode 100644 index 0000000..17c4f7a --- /dev/null +++ b/public/theme_assets/sass/component/_range-slider.scss @@ -0,0 +1,46 @@ +// range slider +.range-slider.ui-slider{ + height:6px; + background: #efedf3; + border-radius: 6px; + .ui-slider-range{ + @extend .bg-primary; + } + .ui-slider-handle{ + height: 18px; + width: 18px; + @extend .bg-secondary; + border-radius: 50px; + top: -6px; + z-index: 2; + &:focus{ + outline: 0; + } + &:before{ + content: ''; + position: absolute; + height: calc(100% - 8px); + width: calc(100% - 8px); + background: #fff; + left: 4px; + top: 4px; + z-index: -1; + border-radius: 50%; + } + } +} +.price-ranges{ + padding-top: 34px; + text-align: left; + span{ + line-height: 32px; + display: inline-block; + background: transparentize($primary, .9); + width: 80px; + @extend .color-primary; + text-align: center; + } +} +.search-update{ + margin-top:30px; +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_social.scss b/public/theme_assets/sass/component/_social.scss new file mode 100644 index 0000000..b1ca7f6 --- /dev/null +++ b/public/theme_assets/sass/component/_social.scss @@ -0,0 +1,114 @@ +/* +this file contains style for different social sharing option and icon style +*/ +/***************************** + -- SOCIAL +*****************************/ +.module--social{ + padding-bottom: 20px !important; +} +.social{ + display: inline-block; + ul li{ + display: inline-block; + margin: 0 4px 10px; + &:last-child{ + margin-bottom: 0; + } + a { + display: inline-block; + transition: .3s ease; + span{ + line-height: 40px; + width: 40px; + text-align: center; + } + &:hover{ + opacity: 0.8; + } + } + } +} +.author-social{ + ul li a span{ + width: remy(30px); + line-height: remy(30px); + font-size: remy(14px); + } +} +.social--color--filled{ + ul li a{ + color: #fff; + } + span{ + border-radius: 50%; + } + span.fa-facebook{ + background: #395799; + } + span.fa-twitter{ + background: #19b2f5; + } + span.fa-google-plus{ + background: #f05b44; + } + span.fa-pinterest{ + background: #9c0c1c; + } + span.fa-linkedin{ + background: #007bb5; + } + span.fa-dribbble{ + background: #ea4c89; + } + span.fa-instagram{ + background: #bc2a8d; + } + span.fa-vine{ + background: #1ab7ea; + } + span.fa-flickr{ + background: #ff0084; + } + span.fa-skype{ + background: #1ab7ea; + } + span.fa-tumblr{ + background: #2c4762; + } + span.fa-youtube{ + background: #dc0101; + } +} + +// single social area css goes here +.social_icon{ + display: inline-block; + span{ + display: inline-block; + line-height: 45px; + width: 45px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + text-align: center; + border-radius: 50%; + font-size: 16px; + color: #fff; + } + span.fa-facebook{ + background: #395799; + } + + span.fa-twitter{ + background: #19b2f5; + } + span.fa-google-plus{ + background: #f05b44; + } + span.fa-behance{ + background: #0057ff; + } + span.fa-dribbble{ + background: #ea4c89; + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/_table.scss b/public/theme_assets/sass/component/_table.scss new file mode 100644 index 0000000..b133177 --- /dev/null +++ b/public/theme_assets/sass/component/_table.scss @@ -0,0 +1,115 @@ +// this file contains the style for table component +/***************************** + -- TABLE +*****************************/ +/**/ +.table{ + margin-bottom: 0; + thead{ + >tr { + >th { + color: $title-color; + font-size: 16px; + font-weight: 500; + padding: 30px 0 30px 30px; + border: 0; + &:last-child{ + padding-right: 28px !important; + } + } + } + } + + tbody{ + >tr{ + border-bottom: 1px solid $border-color; + &:last-child{ + border-bottom: 0; + } + >td{ + padding: 20px 0 20px 28px; + font-size: 15px; + vertical-align: middle; + font-weight: 300; + color: #333; + &.author{ + color: $title-color; + font-weight: 400; + } + &.detail a{ + @extend .color-primary; + font-weight: 400; + } + &.type span{ + line-height: 24px; + border-radius: 3px; + display: inline-block; + padding: 0 15px; + color: #fff; + font-weight: 400; + font-size: 12px; + &.sale{ + @extend .bg-secondary; + } + &.purchase{ + @extend .bg-warning; + } + &.credited{ + @extend .bg-info; + } + &.withdrawal{ + @extend .bg-danger; + } + } + &.price{ + font-weight: 400; + } + &.earning{ + @extend .color-primary; + &.subtract{ + @extend .color-secondary; + } + font-weight: 400; + } + &.action { + padding: 0; + text-align: center; + a { + line-height: 34px; + padding: 0 15px; + display: inline-block; + margin-left: -4px; + text-transform: capitalize; + font-size: 15px; + font-weight: 400; + @extend .b-1-primary; + border-radius: 3px; + &:hover { + @extend .bg-primary; + color: #fff; + } + } + } + } + } + } + + &.withdraw__table{ + .pending > span, .paid > span{ + font-size: 15px; + line-height: 32px; + padding: 0 20px; + font-weight: 400; + display: inline-block; + border-radius: 3px; + } + .pending > span{ + @extend .bg-primary; + color: #fff; + } + .paid > span{ + @extend .bg-secondary; + color: #fff; + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/component/components.scss b/public/theme_assets/sass/component/components.scss new file mode 100644 index 0000000..7401b1a --- /dev/null +++ b/public/theme_assets/sass/component/components.scss @@ -0,0 +1,19 @@ +@import "../mixins/functions"; +@import "../../../vendor_assets/css/bootstrap/config.bs"; + +@import "accordion"; +@import "alerts"; +@import "btn"; +@import "cards"; +@import "datepicker"; +@import "dropDown"; +@import "features"; +@import "forms"; +@import "modal"; +@import "pagination"; +@import "pricing"; +@import "progressbar"; +@import "social"; +@import "table"; +@import "range-slider"; +@import "badges"; \ No newline at end of file diff --git a/public/theme_assets/sass/element/_breadcrumb.scss b/public/theme_assets/sass/element/_breadcrumb.scss new file mode 100644 index 0000000..8c90f5b --- /dev/null +++ b/public/theme_assets/sass/element/_breadcrumb.scss @@ -0,0 +1,106 @@ +/***************************** + --- BREADCRUMB +*****************************/ +.breadcrumb-area{ + padding-top: 57px!important; + padding-bottom: 57px; + @extend .bg-primary; + .breadcrumb-contents{ + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + } + .breadcrumb ul{ + display: block; + width: 100%; + } + .breadcrumb ul li a{ + line-height: initial; + } + .page-title{ + color: #fff; + font-weight: 500; + margin: 4px 0; + } + &.breadcrumb--center{ + text-align: center; + padding-top: 60px; + padding-bottom: 27px; + .page_title{ + padding-top: 30px; + padding-bottom: 47px; + h1{ + color: #fff; + line-height: 52px; + } + p{ + color: #f3f3f8; + font-size: 36px; + line-height: 52px; + font-weight: 500; + } + p.subtitle{ + font-size: 20px; + } + } + .breadcrumb{ + padding-bottom: 0; + } + } +} +.breadcrumb{ + padding: 0; + background: none; + margin: 14px 0; + ul li{ + display: inline-block; + &:after{ + content: '/'; + color: #fff; + padding: 0 7px; + } + a{ + font-size: 15px; + line-height: 70px; + color: #fff; + &:hover{ + @extend .color-secondary; + } + } + &:last-child{ + &:after{ + display: none; + } + } + &.active a{ + color: #bfcad7; + &:hover{ + @extend .color-secondary; + } + } + } +} + +.search--doc{ + margin-bottom: 30px; + .form-group{ + margin: 0; + position: relative; + input{ + border-radius: 3px; + } + button{ + position: absolute; + right: 0; + top: 0; + border-radius: 0 3px 3px 0; + height: 100%; + padding: 0 25px; + @extend .bg-secondary; + color: #fff; + border: 0 none; + cursor: pointer; + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/element/_content-block.scss b/public/theme_assets/sass/element/_content-block.scss new file mode 100644 index 0000000..bfd64f1 --- /dev/null +++ b/public/theme_assets/sass/element/_content-block.scss @@ -0,0 +1,77 @@ +/* +content blocks scss +*/ + +.content-block-page [class^="content_block"] { + margin-bottom: 50px !important; +} + +/*************************************** + START ABOUT AND MISSION AREA +****************************************/ +.content_block1 { + position: relative; + width: 100%; + padding: 100px 0; + .content_area { + .content_area--title { + line-height: 46px; + margin-bottom: 30px; + color: #000; + .highlight { + @extend .color-primary; + } + } + } + .content_image { + position: absolute; + right: 0; + height: 100%; + width: 50%; + top: 0; + } +} + +.content_block2 { + background: $bgcolor2; + padding: 100px 0; + @extend .content_block1; + .content_area2 { + @extend .content_area; + .content_area2--title { + @extend .content_area--title; + } + } + .content_image2 { + @extend .content_image; + left: 0; + } +} + +.content_block3, .content_block6 { + padding: 100px 0; + h2 { + line-height: 46px; + color: #000000; + padding-bottom: 30px; + } + p { + margin-bottom: 0; + } + .btn { + margin-top: 45px; + } +} + +.content_block4{ + @extend .content_block3; +} + +.content_block1, .content_block2, .content_block3, .content_block5{ + img{ + width: 100%; + } + p{ + margin-bottom: 0; + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/element/_footer.scss b/public/theme_assets/sass/element/_footer.scss new file mode 100644 index 0000000..4d375bc --- /dev/null +++ b/public/theme_assets/sass/element/_footer.scss @@ -0,0 +1,148 @@ +/*************************************** + Start Footer Area +*****************************************/ +.footer-big { + padding: 100px 0 60px 0; + .footer-widget { + margin-bottom: 40px; + } +} + +.footer--light { + background: #e7e8ed; +} + +.footer-big { + p, ul li, .footer-menu ul li a { + color: $text-color2; + } + .footer-menu ul li a { + &:hover { + @extend .color-primary; + } + } +} + +.info-contact { + margin-top: 21px; + li { + font-size: 16px; + margin-bottom: 12px; + .info-icon, .info { + display: inline-block; + vertical-align: middle; + } + .info-icon { + color: #fff; + } + .info { + width: calc(100% - 30px); + padding-left: 8px; + } + } +} + +.info__logo { + margin-bottom: 25px; +} + +.footer-menu { + padding-left: 48px; + ul li { + a { + font-size: 15px; + line-height: 32px; + transition: $transition; + &:hover { + @extend .color-primary; + } + } + } +} + +.footer-menu--1 { + width: 100%; +} + +.footer-widget-title { + line-height: 42px; + margin-bottom: 10px; +} + +// newsetter area +.field-wrapper { + position: relative; + margin-top: 32px; + margin-bottom: 48px; + .relative-field { + line-height: 50px; + height: 50px; + } + .btn { + position: absolute; + right: 0; + height: 100%; + padding: 0 30px; + top: 0; + } +} + +// mini footer area css +.mini-footer { + background: #192027; + text-align: center; + padding: 32px 0; + p { + margin: 0; + line-height: 26px; + font-size: 15px; + color: #999; + a { + @extend .color-primary; + &:hover { + @extend .color-secondary; + } + } + } +} + +.mini-footer2 { + text-align: left; + .copyright-text { + padding-top: 8px; + } + .social { + text-align: right; + width: 100%; + } +} + +//Widget About +.widget-about { + img { + display: block; + margin-bottom: 30px; + width: auto; + } + p { + font-weight: 400; + } + .contact-details { + margin: 30px 0 0 0; + li { + margin-bottom: 10px; + &:last-child { + margin-bottom: 0; + } + span { + padding-right: 12px; + } + a { + @extend .color-primary; + &:hover { + @extend .color-secondary; + } + } + } + } +} diff --git a/public/theme_assets/sass/element/_forum.scss b/public/theme_assets/sass/element/_forum.scss new file mode 100644 index 0000000..0d56e0d --- /dev/null +++ b/public/theme_assets/sass/element/_forum.scss @@ -0,0 +1,334 @@ +/*************************************** + START SUPPORT AREA CSS +****************************************/ +.thread_sort_area { + margin-bottom: 30px; + @extend .cardify; +} +.dwqa-container { + .dwqa-questions-archive { + form.dwqa-search { + position: relative; + margin-bottom: 30px; + &:before { + position: absolute; + content: "\f002"; + right: 17px; + top: 14px; + font-family: "FontAwesome"; + } + input { + border-radius: 3px; + padding-right:40px ; + } + } + .dwqa-question-filter { + display: flex; + align-items: center; + border: 1px solid $border-color; + padding: 25px; + width: 100%; + border-radius: 3px 3px 0 0; + & > span { + padding-right: 15px; + } + a { + padding: 0 15px 0 0; + color: $text-color2; + font-weight: 500; + &.active { + @extend .color-primary; + } + &:hover { + @extend .color-primary; + } + } + select#dwqa-sort-by { + width: auto; + height: 45px; + border: 1px solid $border-color; + border-radius: 3px; + color: $text-color2; + margin-left: auto + } + } + .dwqa-questions-list { + border-right: 1px solid $border-color; + border-bottom: 1px solid $border-color; + border-left: 1px solid $border-color; + border-radius: 0 0 3px 3px; + .dwqa-question-item { + padding: 30px 30px 30px 90px; + border-bottom: 1px solid $border-color; + position: relative; + &:last-child { + border-bottom: 0; + } + } + .dwqa-question-title { + margin-bottom: 15px; + a { + font-size: 16px; + color: $title-color; + &:hover { + @extend .color-primary; + } + } + } + .dwqa-question-meta { + span.dwqa-status { + position: absolute; + left: 26px; + top: 50px; + text-indent: -9999px; + border: 1px solid $border-color; + width: 40px; + height: 40px; + border-radius: 50%; + &:before { + position: absolute; + left: 50%; + top: 50%; + font-family: "FontAwesome"; + font-size: 16px; + text-indent: initial; + transform: translate(-50%, -50%); + } + &.dwqa-status-open { + @extend .b-danger; + &:before { + content: "\f128"; + @extend .color-danger; + } + } + &.dwqa-status-closed { + border-color: $text-color2; + &:before { + content: "\f023"; + color: $text-color2; + } + } + &.dwqa-status-answered { + border-color: $primary; + &:before { + content: "\f112"; + @extend .color-primary; + } + } + &.dwqa-status-resolved { + @extend .b-secondary; + &:before { + content: "\f00c"; + @extend .color-secondary; + } + } + + } + span { + color: $text-color2; + img { + display: inline-block; + padding-right: 10px; + } + } + } + .dwqa-question-stats { + position: absolute; + right: 25px; + top: 50%; + transform: translateY(-50%); + span.dwqa-views-count, span.dwqa-answers-count, span.dwqa-votes-count { + display: inline-block; + padding: 10px; + border: 1px solid $border-color; + text-align: center; + color: $text-color2; + margin-right: 10px; + strong { + display: block; + font-size: 16px; + font-weight: 400; + color: $title-color; + } + } + span.dwqa-votes-count { + margin-right: 0; + } + } + } + .dwqa-questions-footer { + padding: 30px; + border-right: 1px solid $border-color; + border-bottom: 1px solid $border-color; + border-left: 1px solid $border-color; + border-radius: 0 0 3px 3px; + .dwqa-pagination { + border: 1px solid $border-color; + border-radius: 3px; + display: inline-block; + @include xs{ + border: none; + margin: -2.50px; + .dwqa-page-numbers{ + margin: 2.50px; + border: 1px solid $border-color; + border-right:1px solid $border-color !important; + } + } + a, span { + display: inline-block; + padding: 10px 15px; + border-right: 1px solid $border-color; + color: $text-color2; + &:last-child { + border-right: 0; + } + &.dwqa-current { + @extend .bg-secondary; + color: #fff; + } + } + } + } + } +} + +.question-form { + padding: 30px; + border: 1px solid $border-color; + border-radius: 3px; + .form-group { + margin-bottom: 25px; + &:last-child { + margin-bottom: 0; + } + .trumbowyg-box { + margin-top: 0; + } + .attachments { + label { + display: block; + &:last-child { + border: 1px solid $border-color; + line-height: 55px; + padding: 0 20px; + text-align: center; + cursor: pointer; + span { + color: $text-color2; + } + } + } + } + } +} + +/*************************************** + START SUPPORT DETAILS AREA CSS +****************************************/ +.support_details_area { + padding: 100px 0; + .dwqa-container { + border-radius: 3px; + .dwqa-single-question { + .dwqa-breadcrumbs { + padding: 30px; + border: 1px solid $border-color; + span.dwqa-sep { + display: inline-block; + padding: 0 5px; + } + } + } + .dwqa-question-item, .dwqa-answer-item { + padding: 30px 30px 30px 90px; + position: relative; + border: 1px solid $border-color; + .dwqa-question-content { + p { + margin-bottom: 0; + } + } + .dwqa-question-vote, .dwqa-answer-vote { + position: absolute; + left: 25px; + top: 90px; + .dwqa-vote-count { + width: 32px; + text-align: center; + top: 14px; + position: absolute; + display: block; + height: 32px; + line-height: 32px; + } + .dwqa-vote { + display: block; + width: 0; + height: 0; + border: 13px solid transparent !important; + border-bottom-color: #ddd !important; + text-indent: -9999px; + top: -10px; + position: absolute; + text-decoration: none !important; + box-shadow: none !important; + left: 3px; + } + .dwqa-vote-down { + border: 13px solid transparent !important; + border-bottom-color: transparent !important; + border-top-color: #ddd !important; + top: auto; + bottom: -70px; + } + } + .dwqa-question-meta, .dwqa-answer-meta { + a img { + border-radius: 50%; + } + .avatar { + position: absolute; + left: 17px; + top: 30px; + } + span { + display: block; + margin-bottom: 20px; + color: $text-color2; + span.dwqa-label { + display: inline-block; + margin: 0 10px; + @extend .bg-secondary; + color: #fff; + padding: 0 5px; + border-radius: 3px; + } + } + } + .dwqa-answer-content { + p { + margin-bottom: 0; + } + } + } + .dwqa-question-item { + border-top: 0; + } + .dwqa-answer-item { + border-top: 0; + &:last-child { + border-bottom: 1px solid $border-color; + } + } + .dwqa-answers { + margin-top: 50px; + } + .dwqa-answers, .dwqa-answer-content { + .dwqa-answers-title { + padding: 20px 30px; + border: 1px solid $border-color; + } + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/element/_menu.scss b/public/theme_assets/sass/element/_menu.scss new file mode 100644 index 0000000..460acaf --- /dev/null +++ b/public/theme_assets/sass/element/_menu.scss @@ -0,0 +1,544 @@ +/* +This scss file contains the necessary style for menu style 1, +changing this file will result on change of menu containing modifier class .menu--stye1 +*/ + +/***************************** + --- MENU +*****************************/ +.menu--style1{ + .top-menu-area{ + background: #fff; + } + .mainmenu,.mainmenu__menu{ + @extend .bg-primary; + } + .mainmenu__menu ul li { + &:hover{ + a{ + color: #333; + } + } + a{ + color: #fff; + } + } + .searc-wrap input{ + background: transparentize(#fff,.8); + border: 0; + color: #ffffff; + font-weight: 400; + } + .searc-wrap input::-webkit-input-placeholder { + color: #fff; + } + .searc-wrap input::-moz-placeholder{ + color: #fff; + } + .searc-wrap input:-ms-input-placeholder{ + color: #fff; + } + .searc-wrap .search-wrap__btn{ + background: #fff; + @extend .color-primary; + } +} +.shortcode_wrapper+.shortcode_wrapper{ + margin-top: 50px; +} + +.menu--light{ + .top-menu-area{ + background: transparent; + border-bottom: 1px solid rgba(#fff, 0.1); + .logo-top{ + padding: 19px 35px 19px 20px; + border-color: rgba(#fff, 0.1); + } + } + .mainmenu__menu .navbar-nav > li{ + &:hover{ + >a{ + @extend .color-secondary; + } + } + >a{ + color: #fff; + } + } + .search-form button, + .author__notification_area ul li span:first-child{ + color: rgba(255,255,255,0.8); + } + .author__notification_area ul li .notification_count.purch{ + @extend .bg-secondary; + } + .author__notification_area{ + border-color: rgba(#fff, 0.1); + ul li{ + padding: 30px 0; + } + } + .search-wrapper{ + .search_module{ + .search_trigger{ + color: rgba(255, 255, 255, 0.8); + } + } + } +} + +.search-wrapper{ + position: relative; + padding-right: 30px; + .search_module{ + .search_trigger{ + cursor: pointer; + } + .search_area { + position: absolute; + right: 60px; + opacity: 0; + visibility: hidden; + padding: 0 20px; + top: calc(100% - 37px); + background: #ffffff; + border: 1px solid $border-color; + z-index: 2; + transition: .3s ease; + border-radius: 3px; + width: 0; + form{ + .input-group{ + display: flex; + align-items: center; + .icon-left{ + padding-top: 7px; + display: none; + } + input{ + border: 0 none; + padding: 0 0 0 10px; + &:focus{ + border: 0 none !important; + } + } + } + } + } + } +} +.search-wrapper .search_module .search_area.active { + opacity: 1; + visibility: visible; + width: 300px; + form .input-group .icon-left{ + display: block; + } +} + +/***************************** + START MENU AREA +*****************************/ +.top-menu-area { + background: #fff; + border-bottom: 1px solid $border-color; + .menu-fullwidth { + display: flex; + flex-wrap: wrap; + align-items: center; + .menu-container { + flex: 3; + } + .author-menu { + flex: 2; + } + } +} + +.top-menu-area .logo-top { + padding: 22px 35px 22px 20px; + border-right: 1px solid $border-color; +} + +.top-menu-area .d_menu { + padding-left: 35px; +} + +.top-menu-area .top__menu ul li { + display: inline-block; + a { + color: #555; + } +} + +.author-area { + display: flex; + justify-content: flex-end; + align-items: center; + position: relative; +} + +.author-area__seller-btn { + @extend .bg-primary; + color: #fff; + padding: 0 17px; + display: inline-block; + line-height: 39px; + border-radius: 3px; + font-weight: 400; + margin-right: 0; + transition: $transition; + &:hover { + @extend .bg-secondary; + color: #fff; + } +} + +.author__avatar { + position: relative; + &:before { + position: absolute; + content: ""; + width: 15px; + height: 15px; + border-radius: 50%; + right: 0; + bottom: 0; + } + span { + font-size: 14px; + position: absolute; + font-weight: 400; + line-height: 22px; + width: 22px; + text-align: center; + background: #ff0000; + color: #fff; + right: -6px; + top: -7px; + border-radius: 50%; + } + img { + max-width: none; + } + &.online { + &:before { + border: 3px solid #fff; + @extend .bg-secondary; + } + } + &.away { + &:before { + border: 3px solid #fff; + @extend .bg-danger; + } + } + +} + +.author__notification_area { + padding: 0 45px 0 35px; + border-right: 1px solid $border-color; + border-left: 1px solid $border-color; + ul { + display: flex; + justify-content: flex-end; + li { + margin-right: 35px; + padding: 34px 0; + position: relative; + &:last-child { + margin-right: 0; + } + span:first-child { + font-size: 16px; + color: #7e8fa1; + vertical-align: middle; + } + .icon_wrap { + position: relative; + } + .notification_status { + position: absolute; + width: 6px; + height: 6px; + border-radius: 50%; + left: 50%; + top: -5px; + transform: translateX(-50%); + &.noti { + @extend .bg-info; + } + &.msg { + @extend .bg-danger; + } + } + .notification_count { + height: 20px; + border-radius: 50%; + color: #fff; + font-weight: 400; + top: 0; + font-size: 12px; + position: absolute; + padding: 1px 4px; + vertical-align: middle; + right: -6px; + min-width: 20px; + text-align: center; + transform: translate(50%, -50%); + &.noti { + @extend .bg-info; + } + &.msg { + @extend .bg-danger; + } + &.purch { + @extend .bg-primary; + } + } + } + } +} + +.author-author__info { + padding: 20px 20px 20px 35px; +} + +.author__access_area { + padding: 29px 20px 29px 35px; + border-left: 1px solid $border-color; +} + +.author__access_area ul li { + margin-right: 15px; + &:last-child { + margin-right: 0; + } + a { + color: $text-color2; + &:hover { + @extend .color-primary; + } + } +} + +/* start notification dropdown area */ +.has_dropdown { + &.has_megamenu { + position: initial; + } + .icon_wrap { + cursor: pointer; + } + .dropdown { + top: calc(100% + 20px); + @include xxs{ + min-width: 100%; + } + } + &:hover { + .dropdown { + visibility: visible; + opacity: 1; + top: 100%; + + } + } +} + +.has_dropdown, .has_megamenu { + & > a { + position: relative; + &:before { + position: absolute; + content: "\f107"; + font-family: "FontAwesome"; + font-size: 13px; + right: -13px; + top: 50%; + transform: translateY(-50%); + } + } +} + +/* start mainenu area css */ +.mainmenu { + background: $bgcolor; +} + +.mainmenu__menu { + border: none; + margin: 0; + padding: 0; + .navbar-collapse { + padding: 0; + float: left; + } +} + +.mainmenu__menu .navbar-nav > li { + display: inline-block; + padding: 17px 0; + margin-right: 40px; + &:hover { + > a { + @extend .color-primary; + } + } + > a { + font-weight: 500; + padding: 0; + font-size: 16px; + line-height: 42px; + transition: $transition; + color: $text-color; + text-transform: capitalize; + white-space: nowrap; + } +} + +.mainmenu__search { + float: right; + padding: 28px 0; +} + +.searc-wrap { + position: relative; + input { + line-height: 45px; + height: 45px; + border: 1px solid transparent; + width: 360px; + border-radius: 3px; + padding: 0 25px; + background: $bgcolor; + &::placeholder { + color: #b8bece; + } + } + .search-wrap__btn { + position: absolute; + right: 0; + top: 0; + border: 0; + width: 45px; + height: 100%; + text-align: center; + background: none; + color: #b8bece; + border-radius: 50%; + cursor: pointer; + display: flex; + align-items: center; + justify-content: center; + transition: $transition; + &:hover { + @extend .color-primary; + } + } +} + +.mainmenu__help { + padding: 40px 0; + text-align: center; + a { + color: #8991a5; + display: flex; + span { + font-size: 20px; + padding-right: 5px; + } + } +} + +/* mobile menu offcanvas */ +.mobile_content { + position: relative; + .menu_icon { + @extend .bg-secondary; + padding: 0 20px; + line-height: 60px; + color: white; + display: none; + font-size: 16px; + cursor: pointer; + } + span.icon-close { + float: none; + position: absolute; + left: 15px; + top: 15px; + z-index: 1; + cursor: pointer; + } + .author-author__info { + justify-content: center; + .author__avatar { + margin-right: 10px; + img { + border-radius: 50%; + } + } + } + .author__notification_area ul { + justify-content: center; + } + .offcanvas-menu { + @include customScrollbar(&); + position: fixed; + height: 100%; + width: 220px; + top: 0; + right: -10px; + background: #fff; + z-index: 989999; + overflow-y: scroll; + transition: $transition; + box-shadow: 0 -2px 20px transparentize(#000, 0.7); + padding-bottom: 25px; + &.closed { + transform: translateX(100%); + } + span.lnr-cross { + float: left; + top: 10px; + position: absolute; + left: 13px; + } + } + .author-author__info { + background-color: $bgcolor; + text-align: center; + border-bottom: 1px solid $border-color; + padding: 20px 0; + } + .author__notification_area { + margin: 0; + text-align: center; + display: block; + ul { + li { + padding: 27px 12px 14px; + margin: 0 3px; + } + } + } + .dropdown--author { + visibility: visible; + position: relative; + opacity: 1; + min-width: auto; + box-shadow: 0 0 0; + &:before { + display: none; + } + ul li a { + line-height: 35px; + } + } + .author-area__seller-btn { + margin-right: 0; + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/element/_product.scss b/public/theme_assets/sass/element/_product.scss new file mode 100644 index 0000000..b0488c0 --- /dev/null +++ b/public/theme_assets/sass/element/_product.scss @@ -0,0 +1,375 @@ +/**/ +/***************************** + --- PRODUCTS +*****************************/ +/* GENERAL PRODUCT STYLE */ +.products{ + padding: 80px 0; +} +.product{ + background: #fff; + border-radius: 4px; + box-shadow: 0 2px 4px rgba(108,111,115,0.1); + margin-bottom: 30px; + .product__thumbnail{ + img{ + border-radius: 4px 4px 0 0; + width: 100%; + } + position: relative; + &:before{ + position: absolute; + content: ""; + transition: $transition; + height: 100%; + opacity: 0; + z-index: 2; + border-radius: 4px 4px 0 0; + width: 100%; + top: 0; + @include gradient; + left: 0; + } + } + + .prod_btn{ + position: absolute; + top: calc(50% + 40px); + opacity: 0; + transform: translateY(-50%); + z-index: 99; + width: 100%; + text-align: center; + transition: $transition; + a{ + display: inline-block; + color: #fff; + border: 1px solid #fff; + font-weight: 500; + padding: 0 30px; + &:hover{ + @extend .color-primary; + transition: $transition; + background: #fff; + } + } + a+a{ + margin-left: 6px; + } + } + &:hover .prod_btn{ + opacity: 1; + top: 50%; + } + &:hover .product__thumbnail:before{ + opacity: 0.9; + } +} + +// product description +.product-desc{ + padding: 30px; + p{ + margin: 0; + } + ul.titlebtm { + padding-bottom: 23px; + >li { + display: inline-block; + margin-right: 16px; + .by{ + margin-right: 6px; + } + img, p { + display: inline-block; + margin: 0; + } + a { + color: #000000; + font-size: 15px; + &:hover{ + @extend .color-primary; + } + } + a, p { + font-size: 15px; + } + &.product_cat{ + margin-right: 0; + } + } + .rating{ + float: right; + margin-right: 0; + } + .auth-img{ + margin-right: 6px; + height: 30px; + width: 30px; + border-radius: 50%; + } + } + .product_title{ + margin-bottom: 15px; + display: inline-block; + &:hover{ + h4{ + @extend .color-primary; + } + } + h4{ + text-transform: capitalize; + font-weight: 500; + transition: $transition; + } + } + & ul li.product_cat { + a { + @extend .color-secondary; + img{ + margin-right:4px; + width: 15px; + vertical-align: middle; + height: auto; + } + span{ + margin-right: 5px; + } + } + } +} +.product-purchase{ + border-top: 1px solid $border-color; + padding: 15px 30px; + overflow: hidden; + .rating{ + margin-left: 6px; + } + p{ + margin: 0; + font-size: 15px; + display: inline; + color: #555; + } + .price_love{ + display: inline-block; + vertical-align: middle; + &>span{ + background: transparentize($primary, 0.90); + line-height: 32px; + display: inline-block; + padding: 0 15px; + @extend .color-primary; + margin-right: 10px; + font-size: 15px; + font-weight: 500; + border-radius: 100px; + } + p { + span{ + @extend .color-secondary; + font-size: 15px; + } + } + } + .sell{ + float:right; + p{ + span{ + @extend .color-primary; + font-size: 15px; + margin-right: 4px; + } + span.lnr{ + margin-right: 7px; + } + } + display: inline-block; + } +} + + +/*-------- PRODUCT MODIFIERS --------------*/ +.product--card{ + .product-desc{ + height: 222px; + overflow: hidden; + padding-bottom: 0; + } + .product-purchase{ + margin-top: 10px; + } +} +.product--card2{ + .product__thumbnail{ + img{ + border-radius: 4px 4px 0 0; + } + } + .product-desc { + padding-bottom: 15px; + height: 176px; + } + ul.titlebtm{ + overflow: hidden; + padding: 0px 30px 10px; + .product_cat{ + float: left; + } + .rating{ + float: right; + } + } +} + +.product--card3{ + .product-desc ul.titlebtm{ + padding-bottom: 0; + } + .product-desc{ + height: 130px; + padding: 30px 30px 20px; + } +} + +// PRODUCT LIST STYLES +.product--list{ + overflow: hidden; + height: 210px; + .product__thumbnail, .product-desc, .product-meta, .product-purchase{ + @include vertically_middle; + border-right: 1px solid $border-color; + } + .product__thumbnail{ + width: 293px; + float: left; + img{ + width: 100%; + border-radius: 4px 0 0 4px; + } + } + .product__details{ + overflow: hidden; + padding: 25px 0; + .product-desc, .product-meta{ + padding: 0 30px; + } + } + .product-desc{ + width: 353px; + .titlebtm{ + padding-bottom: 0; + padding-top: 24px; + } + } + .product-purchase{ + border: 0; + width: 159px; + text-align: center; + .price_love{ + float: none; + margin-right: 0; + padding-bottom: 25px; + span{ + margin: 0; + } + } + .sell{ + float: none; + display: block; + } + } +} +// product list detail small +.product--list-small{ + .product__thumbnail{ + width: 230px; + } + .prod_btn a{ + line-height: 35px; + margin-left: 0; + &+a{ + margin-top: 15px; + } + } + + .product__details { + .product-desc, + .product-meta{ + padding: 0 20px; + } + .product-desc{ + width: 258px; + .titlebtm{ + padding-top: 18px; + } + } + .product-meta{ + width: 206px; + .love-comments p + p{ + margin-left: 0; + } + } + .product-purchase{ + width: 150px; + padding: 0; + } + } +} + +.product-meta{ + width: 335px; + .author{ + margin-bottom: 25px; + .auth-img{ + display: inline-block; + border-radius: 50%; + height: 28px; + width: 28px; + } + p{ + display: inline-block; + margin: 0; + .by{ + margin-right: 6px; + } + a{ + color: #000; + } + } + } + .love-comments{ + p{ + display: inline-block; + span.lnr{ + @extend .color-secondary; + } + } + p+p{ + margin-left: 20px; + } + } + .product-tags{ + margin-bottom: 14px; + span{ + display: inline-block; + color: #000; + vertical-align: middle; + font-size: 15px; + } + ul{ + display: inline-block; + width: calc(100% - 45px); + vertical-align: middle; + li{ + display: inline-block; + &:after{ + content: ','; + } + &:last-child:after{ + display: none; + } + } + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/element/_sidebar.scss b/public/theme_assets/sass/element/_sidebar.scss new file mode 100644 index 0000000..68b5754 --- /dev/null +++ b/public/theme_assets/sass/element/_sidebar.scss @@ -0,0 +1,616 @@ +// this file contains the style for sidebar and the content in sidebar +/***************************** + -- PRODUCT SIDEBAR +*****************************/ +.sidebar-card { + background: #fff; + border-radius: 4px; + border: 1px solid $border-color; + margin-bottom: 30px; + &:last-child { + margin-bottom: 0; + } + .card-title { + padding: 30px; + border-bottom: 1px solid $border-color; + } +} + +.product--sidebar { + .sidebar-card { + background: #fff; + border-radius: 4px; + margin-bottom: 30px; + &:last-child{ + margin-bottom: 0; + } + .card-title { + padding: 20px 25px; + display: block; + margin-bottom: 0; + &.collapsed { + margin-bottom: 0; + } + span { + float: right; + font-size: 12px; + line-height: 20px; + color: #555; + } + h5{ + display:flex; + justify-content: space-between; + align-items:center; + } + } + .collapsible-content { + padding: 0 25px; + } + .card-content { + padding: 15px 0; + } + } + .card--category { + a { + display: block; + } + ul { + li { + position: relative; + padding-left: 15px; + &:before { + position: absolute; + content: ""; + width: 5px; + height: 5px; + border-radius: 50%; + background: $text-color2; + left: 0; + top: 15px; + } + } + li a { + &:hover { + @extend .color-primary; + } + display: block; + line-height: 36px; + transition: $transition; + color: $text-color2; + span.fa { + font-size: 6px; + margin-right: 10px; + position: relative; + top: -3px; + } + .item-count { + float: right; + } + } + } + } + .card--slider { + .card-content { + padding: 30px 0; + .price-ranges { + padding-top: 25px; + .from { + margin-right: 10px; + } + } + } + } +} + +/* SINGLE PRODUCT SIDEBAR */ +.sidebar-card { + &.card-pricing { + padding: 30px; + .price { + padding: 30px 0; + text-align: center; + margin-bottom: 20px; + border: 3px solid $border-color; + border-radius: 3px; + h1 { + line-height: 30px; + font-weight: 600; + @extend .color-primary; + sup { + font-size: 18px; + } + } + } + .pricing-options { + margin-bottom: 25px; + li { + padding: 10px 0; + } + li + li { + border-top: 1px solid $border-color; + } + .custom-radio label { + font-size: 16px; + .pricing__opt { + color: #333333; + font-weight: 400; + } + } + } + .purchase-button { + .btn { + width: 100%; + font-weight: 400; + } + .btn + .btn { + margin-top: 30px; + } + } + } + + &.card--pricing2 { + padding: 0; + .price { + @extend .bg-primary; + border-radius: 4px 4px 0 0; + h1 { + color: #fff !important; + } + } + .pricing-options { + padding: 0 30px; + li p { + padding-top: 18px; + padding-left: 35px; + } + } + .purchase-button { + padding: 0 30px 30px; + } + } +} + +.card-title { + padding: 30px; + border-bottom: 1px solid $border-color; + margin-bottom: 0; +} + +// card meta data +.card--metadata { + ul.data > li { + padding: 22px 0 22px; + border-bottom: 1px solid $border-color; + overflow: hidden; + line-height: 30px; + &:last-child { + border-bottom: 0; + padding-bottom: 0; + } + p { + float: left; + font-size: 16px; + line-height: inherit; + margin-bottom: 0; + span { + margin-right: 8px; + } + } + > span { + float: right; + font-weight: 400; + font-size: 18px; + color: #333; + } + } + .rating { + text-align: center; + padding-top: 28px; + } +} + +// product information card +.card--product-infos { + padding: 0; + ul.infos { + padding: 19px 30px; + li { + overflow: hidden; + display: flex; + justify-content: space-between; + flex-wrap: wrap; + p { + margin: 0; + font-size: 15px; + vertical-align: top; + line-height: 36px; + } + p.data-label { + &:after { + content: ':'; + margin-left: 2px; + } + width: 40%; + font-weight: 400; + color: #333333; + } + p.info { + width: 58%; + color: #555555; + } + } + } +} + +/* Social Share Card */ +.social-share-card { + display: flex; + align-items: center; + padding: 30px; + p { + margin: 0 15px 0 0; + } + ul { + li { + display: inline-block; + margin-right: 15px; + &:last-child { + margin-right: 0; + } + a { + color: #cfd4e2; + &:hover { + @extend .color-primary; + } + } + } + } +} + +/* SUPPORT PAGE SIDEBAR */ +.support--sidebar { + @extend .product--sidebar; + .card--forum_categories { + @extend .card--category; + } + .login_promot { + @extend .bg-primary; + color: #fff; + margin-bottom: 30px; + font-weight: 400; + font-size: 18px; + border-radius: 4px; + padding: 20px 0; + display: block; + text-align: center; + span { + margin-right: 10px; + } + } + + .card--top_discussion { + .card-content { + li { + position: relative; + padding-left: 23px; + margin-bottom: 10px; + &:before { + position: absolute; + content: ''; + height: 7px; + width: 7px; + -webkit-border-radius: 200px; + -moz-border-radius: 200px; + border-radius: 200px; + background: #c5cad4; + vertical-align: middle; + left: 0; + top: 9px; + } + a { + @extend .color-primary; + line-height: 26px; + &:hover { + @extend .color-primary; + } + span { + display: block; + color: $text-color2; + } + } + } + } + } +} + +/* FAQ SIDEBAR */ +.faq--sidebar { + @extend .support--sidebar; + .faq--card { + border: 0 none; + @extend .card--top_discussion; + .card-content { + li:before { + transform: translateY(0); + top: 13px; + } + a { + font-size: 16px; + } + } + .btn--faq { + text-align: center; + margin-bottom: 38px; + } + } +} + +// this is author card +.author-card { + .card-title { + padding: 30px; + } + &.sidebar-card { + padding: 0; + } + .author-infos { + padding: 30px; + .author-top { + display: flex; + align-items: center; + } + .author_avatar { + width: 100px; + height: 100px; + display: inline-block; + border-radius: 4px; + overflow: hidden; + margin-right: 20px; + } + .author { + h5 { + line-height: 30px; + color: $title-color; + } + p { + line-height: 30px; + padding-top: 6px; + margin: 0; + font-size: 15px; + font-weight: 300; + } + + } + .social { + margin-top: 25px; + margin-bottom: 30px; + } + .author-btn { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + .btn { + &:last-child { + margin-right: 0; + } + } + } + } + &.author-card2 { + text-align: center; + .author-infos { + padding: 50px 0 5px 0; + .author_avatar { + margin-right: 0; + border-radius: 50%; + margin-bottom: 15px; + } + .author p { + line-height: 25px; + } + .social { + display: block; + border-top: 1px solid $border-color; + margin: 35px 0; + padding: 35px 30px 0 30px; + text-align: left; + } + .author-btn { + display: inline-block; + margin-top: 20px; + } + } + } +} + +/* upload page sidebar */ +.upload_sidebar { + .card_content { + padding: 10px 30px 26px; + p { + line-height: 30px; + margin-bottom: 0; + } + ul { + padding-left: 19px; + padding-top: 20px; + li { + list-style-type: disc; + line-height: 30px; + font-size: 16px; + color: $text-color2; + & + li { + margin-top: 13px; + } + } + } + } + .card_info { + h4 { + color: $title-color; + font-weight: 400; + padding-bottom: 20px; + } + } + .card_info + .card_info { + margin-top: 30px; + } +} + +/* CARD BLOG SIDEBAR */ +.sidebar--blog { + @extend .support--sidebar; + .card--blog_sidebar { + ul.post-tab { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + } + .card_content { + padding: 0 25px; + } + } + .card--search { + .searc-wrap input { + width: 100%; + } + .card_content { + padding: 25px; + } + } + + .sidebar--post { + .tab-pane{ + padding-bottom: 25px; + } + .card-title ul { + overflow: hidden; + li { + a { + font-size: 18px; + color: $title-color; + &.active { + @extend .color-primary; + } + } + } + } + .post-list { + li { + padding: 25px 0; + display: flex; + & + li { + border-top: 1px solid $border-color; + } + &:last-child{ + padding-bottom: 0; + } + } + .thumbnail_img { + img { + width: 100%; + } + } + .title_area { + padding-left: 15px; + flex: 2; + a { + display: inline-block; + font-weight: 400; + margin-bottom: 6px; + h6 { + line-height: 24px; + color: #333; + font-weight: 400; + } + } + .date_time { + span { + display: inline-block; + } + p { + margin: 0; + display: inline-block; + color: #898f96; + font-size: 15px; + } + } + } + } + } + + .card--category { + @extend .card--forum_categories; + } + + .card--tags { + .tags { + padding: 25px 20px 11px; + li { + display: inline-block; + margin: 0 5px 14px; + + a { + color: $text-color2; + background: transparentize($primary, 0.93); + line-height: 30px; + display: inline-block; + padding: 0 15px; + border-radius: 3px; + &:hover { + @extend .color-primary; + } + } + } + } + } +} + +.banner { + position: relative; + img { + border-radius: 4px; + width: 100%; + } + &:before { + content: ''; + @include gradient; + position: absolute; + height: 100%; + width: 100%; + border-radius: 4px; + opacity: 0.8; + } + .banner_content { + position: absolute; + width: 100%; + top: 50%; + left: 50%; + text-align: center; + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -o-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + z-index: 1; + h1 { + color: #f9f9f9; + } + p { + margin: 0; + color: #f9f9f9; + } + } +} + + +.card--filter{ + .card-content{ + li{ + margin-bottom: 10px; + &:last-child{ + margin-bottom: 0; + } + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/element/_tab.scss b/public/theme_assets/sass/element/_tab.scss new file mode 100644 index 0000000..8670723 --- /dev/null +++ b/public/theme_assets/sass/element/_tab.scss @@ -0,0 +1,164 @@ +// this file contains the necessary style fr tha tab element +ul.nav-tabs { + border: 0; + display: flex; + justify-content: space-between; + flex-wrap: wrap; + li { + flex: auto; + position: relative; + border-bottom: 1px solid $border-color; + a { + color: $text-color2; + font-size: 16px; + text-transform: capitalize; + display: block; + margin-right: 0; + line-height: 70px; + border: none; + transition: 0.3s; + position: relative; + text-align: center; + font-weight: 300; + &:before { + content: ""; + position: absolute; + height: 3px; + width: 90%; + @extend .bg-primary; + opacity: 0; + left: 5%; + transition: $transition; + visibility: hidden; + bottom: 0; + } + &.active { + @extend .color-primary; + &:before { + opacity: 1; + visibility: visible; + } + border-bottom: 0; + } + a, + a:focus, + a:active, + a:hover { + border: 0; + background: none; + @extend .color-primary; + } + span { + &.icon { + display: inline-block; + padding-right: 5px; + } + } + } + } + &.nav--tabs2 { + display: flex; + justify-content: center; + margin-bottom: -4px; + li { + flex: none; + &::before { + bottom: 0; + } + border: none; + a { + padding: 0 30px; + font-weight: 400; + &:before { + width: 100%; + left: 0; + bottom: 3px; + } + } + } + } +} + +.tab { + .tab-content { + margin-top: 30px; + } +} + +.tab2 { + padding: 0 30px; + .item-navigation { + text-align: center; + border-bottom: 1px solid $border-color; + } +} + +.tab3 { + @extend .tab2; + .item-navigation { + text-align: left; + } + ul.nav-tabs li a { + padding: 0 50px; + span { + padding-right: 7px; + } + } +} + +.tab4 { + padding: 30px; + overflow: hidden; + .item-navigation { + float: left; + width: 20%; + border-bottom: 0; + } + .tab-content { + width: 80%; + float: left; + margin-top: 0; + .tab-pane { + padding-bottom: 0; + } + } + ul.nav-tabs { + justify-content: flex-start; + li { + width: 100%; + a { + line-height: 50px; + text-align: left; + margin-right: 30px; + padding-left: 0; + } + a:before { + width: 3px; + right: 0; + left: auto; + height: calc(100% - 10px); + } + a span { + padding-right: 7px; + } + } + } +} + +.items-tab { + padding: 0 30px; +} + +.tab-content { + margin-bottom: 0; + .tab-pane { + padding: 0 0 30px 0; + .about_author.border-none { + padding: 0 30px; + margin-bottom: 0; + } + p { + margin-bottom: 0; + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/element/_team.scss b/public/theme_assets/sass/element/_team.scss new file mode 100644 index 0000000..709ff16 --- /dev/null +++ b/public/theme_assets/sass/element/_team.scss @@ -0,0 +1,68 @@ +// this file contains the style for the team component +/***************************** + -- TEAM +*****************************/ +/**/ +.team_area { + background: $bgcolor2; + padding: 100px 0 70px 0; +} + +.team-single { + background: #fff; + margin-bottom: 30px; + border-radius: 3px; + figure { + text-align: center; + padding: 30px 30px 25px; + margin: 0; + transition: $transition-base; + &:hover { + box-shadow: $box-shadow-lg2; + } + img { + width: auto; + } + figcaption { + margin-top: 25px; + h5 { + margin: 0 0 15px 0; + } + span.member-title { + display: inline-block; + font-size: 14px; + font-weight: 300; + @extend .bg-secondary; + color: #fff; + padding: 5px 15px; + border-radius: 3px; + line-height: initial; + transition: $transition; + } + ul.team-social { + margin-top: 25px; + li { + display: inline-block; + margin-right: 20px; + &:last-child { + margin-right: 0; + } + a { + color: $text-color2; + &:hover { + @extend .color-primary; + stroke: $primary; + } + } + } + } + } + &:hover { + figcaption { + span.member-title { + @extend .bg-primary; + } + } + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/element/_testimonial.scss b/public/theme_assets/sass/element/_testimonial.scss new file mode 100644 index 0000000..3bce912 --- /dev/null +++ b/public/theme_assets/sass/element/_testimonial.scss @@ -0,0 +1,313 @@ +/*************************************** + Start Testimonial +*****************************************/ +.testimonial2 { + padding: 110px 0 130px 0; + position: relative; + + &:before { + position: absolute; + content: ""; + width: 100%; + height: 100%; + background: rgba(18, 21, 25, 0.7); + left: 0; + top: 0; + } +} + +.slider-for { + position: relative; +} + +.slider-for .tsingle { + text-align: center; + outline: 0; + + span.quotei { + font-size: 30px; + color: #fff; + } + + p { + margin: 50px 0 40px 0; + color: #fff; + font-size: 22px; + line-height: 40px; + } + + h3 { + @extend .color-warning; + margin: 0 0 10px 0; + } + + span.auth-title { + color: #fff; + } +} + +.slider-nav { + .slick-slide { + outline: 0; + cursor: pointer; + text-align: center; + + span { + display: inline-block; + border-radius: 50%; + position: relative; + } + + &.slick-current { + span { + &:before { + position: absolute; + content: ""; + background: transparentize($primary, 0.5); + width: 100%; + height: 100%; + left: 0; + top: 0; + border-radius: 50%; + transition: $transition; + } + } + } + } +} + +.slider-bottom-nav { + position: absolute; + width: 100%; + left: 0; + bottom: 0; + transform: translateY(50%); +} + +.slick-arrow { + color: #fff; + font-size: 20px; +} + +span.slick-prev, +span.slick-next { + position: absolute; + top: 50%; + transform: translateY(-50%); + padding: 20px; + cursor: pointer; + font-size: 13px +} + +span.slick-prev { + left: -100px; +} + +span.slick-next { + right: -100px; +} + +/*************************************** + Testimonial Slider Area +****************************************/ +.testimonial-area { + .testimonials { + margin-bottom: 65px; + + .testimonials--author { + text-align: center; + + img { + width: auto; + display: inline-block; + } + + h4 { + margin: 25px 0 10px 0; + } + + span { + font-size: 15px; + font-weight: 300; + } + } + + .testimonials--text { + margin-top: 40px; + text-align: center; + + p { + font-size: 22px; + font-weight: 300; + line-height: 38px; + margin: 0; + } + } + } + + .owl-controls { + position: absolute; + width: 100%; + left: 0; + top: 50%; + transform: translateY(-50%); + + .owl-nav { + display: flex; + justify-content: space-between; + } + + .owl-prev, + .owl-next { + font-size: 13px; + width: 45px; + height: 45px; + border-radius: 50%; + border: 1px solid $border-color; + text-align: center; + line-height: 44px; + transition: $transition; + + &:hover { + @extend .bg-primary; + border-color: $primary; + color: #fff; + } + } + + .owl-prev { + margin-left: -60px; + } + + .owl-next { + margin-right: -60px; + } + } +} + +/*************************************** + START TESTIMONIAL VIDEO +****************************************/ +.tesimonial-page-area { + background: $bgcolor; + + .testimonial { + margin: 0 0 30px 0; + } +} + +.testimonial_video { + margin-bottom: 30px; + position: relative; + + &:before { + content: ""; + position: absolute; + height: 100%; + width: 100%; + background: transparentize(#000, 0.6); + } + + .video_play { + position: absolute; + top: 50%; + transform: translate(-50%, -50%); + left: 50%; + width: 10%; + + a svg { + fill: #fff; + transition: $transition-base; + + &:hover { + fill: $secondary; + } + } + + button { + background: transparent; + border: none; + cursor: pointer; + } + } +} + +.testimonial_vid .modal-content { + height: 600px; + + iframe { + width: 100%; + height: 100%; + } +} + +.testimonial { + border: 1px solid $border-color; + background: #fff; + margin: 30px 0; + + &:focus { + outline: 0; + } + + .testimonial__text { + padding: 30px 40px 25px; + @include xxs{ + text-align: center; + } + + p { + margin: 0; + } + } + + .testimonial__about { + border-top: 1px solid $border-color; + padding: 25px 40px 30px; + position: relative; + z-index: 2; + + @include xxs { + flex-flow: column; + display: flex; + justify-content: center; + align-items: center; + .name-designation{ + padding-right: 0; + padding-top: 10px; + } + } + + .avatar { + img { + border-radius: 50%; + max-width: 100%; + } + } + + .quote-icon { + position: absolute; + width: 60px; + right: 40px; + z-index: -1; + + .svg { + fill: #eef0fc; + } + } + + .name-designation { + padding-left: 20px; + display: inline-block; + + .name { + margin-bottom: 4px; + } + + .desig { + color: #555; + font-size: 16px; + } + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/element/_timeline.scss b/public/theme_assets/sass/element/_timeline.scss new file mode 100644 index 0000000..9f6e4ee --- /dev/null +++ b/public/theme_assets/sass/element/_timeline.scss @@ -0,0 +1,123 @@ +/* +this file contains the style for the timline component +*/ +/***************************** + -- TIMELINE +*****************************/ +.timeline { + &:before { + top: 0; + } + &:before, &:after { + position: absolute; + content: ''; + height: 18px; + width: 18px; + left: 50%; + -webkit-transform: translateX(-50%); + -moz-transform: translateX(-50%); + -ms-transform: translateX(-50%); + border-radius: 50%; + -o-transform: translateX(-50%); + transform: translateX(-50%); + @extend .bg-secondary; + border: 4px solid #fff; + } + &:after { + @extend .bg-primary; + bottom: 0; + } + + .happening { + &:before, &:after { + content: ''; + display: table; + transition: $transition; + clear: both; + } + .happening--period { + width: 50%; + padding: 60px 54px 0 0; + float: left; + vertical-align: top; + text-align: right; + position: relative; + p { + color: #898f96; + font-size: 18px; + font-weight: 500; + transition: $transition; + margin-bottom: 0; + } + &:before { + position: absolute; + content: ""; + height: 20px; + width: 20px; + background: #fff; + border-radius: 50%; + border: 3px solid #c4cdd8; + right: 0; + transition: $transition; + transform: translateX(50%); + } + } + .happening--detail { + width: 50%; + float: right; + padding: 60px 0 0 50px; + position: relative; + h3 { + margin-bottom: 20px; + } + p { + font-size: 16px; + line-height: 30px; + } + &:before { + position: absolute; + content: ''; + left: 0; + top: 0; + width: 4px; + height: 100%; + background: #ebecf1; + z-index: -1; + transform: translateX(-50%) + } + } + + &:nth-child(2n+2) { + .happening--period { + float: right; + text-align: left; + padding-right: 0; + padding-left: 54px; + &:before { + left: 0; + transform: translateX(-50%); + } + } + + .happening--detail { + text-align: right; + padding: 40px 50px 0 0; + &:before { + left: 100%; + } + } + } + + &:hover { + .happening--period { + &:before { + @extend .bg-primary; + border-color: #fff; + } + p { + @extend .color-primary; + } + } + } + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/element/elements.scss b/public/theme_assets/sass/element/elements.scss new file mode 100644 index 0000000..6302975 --- /dev/null +++ b/public/theme_assets/sass/element/elements.scss @@ -0,0 +1,14 @@ +@import "../mixins/functions"; +@import "../../../vendor_assets/css/bootstrap/config.bs"; + +@import "testimonial"; +@import "forum"; +@import "footer"; +@import "breadcrumb"; +@import "content-block"; +@import "menu"; +@import "product"; +@import "sidebar"; +@import "tab"; +@import "team"; +@import "timeline"; \ No newline at end of file diff --git a/public/theme_assets/sass/general/_general.scss b/public/theme_assets/sass/general/_general.scss new file mode 100644 index 0000000..4085cba --- /dev/null +++ b/public/theme_assets/sass/general/_general.scss @@ -0,0 +1,512 @@ +@import "../mixins/functions"; +@import "../../../vendor_assets/css/bootstrap/config.bs"; + +html { + font-size: 15px; +} + +p { + line-height: remy(26px); +} + +// transition +$transition: 0.3s ease; + +a { + transition: $transition; +} + +//stop preload transition +.preload * { + -webkit-transition: none !important; + -moz-transition: none !important; + -ms-transition: none !important; + -o-transition: none !important; + transition: none !important; +} + +//svg font +svg text { + font-family: "Work Sans", sans-serif !important; +} + +//list-unstyled +ul { + margin: 0; + padding: 0; + + li { + list-style-type: none; + } +} + +// primary colors +.primary { + @extend .color-primary; +} + +.secondary { + @extend .color-secondary; +} + +/* Background Image */ +.bgimage { + position: relative; + + &:before { + z-index: 1; + } +} + +.content_above { + position: relative; + z-index: 2; +} + +/* Background image holder */ +.bg_image_holder { + position: absolute; + height: 100%; + width: 100%; + top: 0; + left: 0; + background-size: cover !important; + background-position: center !important; + background-repeat: no-repeat; + z-index: 0; + transition: opacity .3s linear; + -webkit-transition: opacity .3s linear; + opacity: 0; + + img { + display: none; + } +} + +// multi colors +.secondary { + @extend .color-secondary; +} + +.warning { + @extend .color-warning; +} + +.info { + @extend .color-info; +} + +.danger { + @extend .color-danger; +} + +// multi colors background +.primarybg { + @extend .bg-primary; +} + +.secondarybg { + @extend .bg-secondary; +} + +.mcolorbg1 { + @extend .bg-secondary; +} + +.mcolorbg2 { + @extend .bg-warning; +} + +.mcolorbg3 { + @extend .bg-info; +} + +.mcolorbg4 { + @extend .bg-danger; +} + +.bg-white { + @extend .bg-light; +} + +.dark-bg { + background: $dark-bg; +} + +// multi colors with transparent bg +.primarybg.transparent-bg { + background: transparentize($primary, 0.95); +} + +.secondarybg.transparent-bg { + background: transparentize($secondary, 0.95); +} + +.mcolorbg1.transparent-bg { + background: transparentize($secondary, 0.95); +} + +.mcolorbg2.transparent-bg { + background: transparentize($warning, 0.95); +} + +.mcolorbg3.transparent-bg { + background: transparentize($info, 0.95); +} + +.mcolorbg4.transparent-bg { + background: transparentize($danger, 0.95); +} + +/* tooltip */ +.tooltip { + display: block; + + .tooltip-inner { + font-size: 13px; + text-align: left; + display: block; + @extend .bg-secondary; + border-radius: 2px; + } + + .arrow:before { + border-top-color: $secondary; + } +} + +/* section padding */ +.section--padding { + padding-top: 100px; + padding-bottom: 100px; +} + +.section--padding2 { + padding: 105px 0 75px; +} + +.section--padding3 { + padding-top: 30px; + padding-bottom: 105px; +} + +/* section title */ +.section-title { + text-align: center; + padding-bottom: 45px; + + h1 { + margin-bottom: 24px; + + span { + @extend .color-primary; + } + } + + p { + padding: 0 200px; + line-height: 32px; + margin-bottom: 0; + color: $text-color2; + font-size: 18px; + } +} + +.section-title2 { + margin-bottom: 50px; + + ul { + display: flex; + justify-content: space-between; + margin: 0; + flex-wrap: wrap; + + @include xs { + margin: -10px 0; + } + + li { + display: flex; + align-items: center; + + @include xs { + margin: 10px 0; + } + } + } +} + +.section-title-light { + h1 { + color: #fff; + } +} + +/* Blockquote */ +blockquote, +.blockquote { + background: #f2f8fe; + line-height: 38px; + color: $text-color2; + font-style: normal; + padding: 45px 25px 45px 40px; + @extend .b-left-3-primary; + margin-bottom: 20px; +} + +/* section product title area */ +.product-title-area { + + &:before, + &:after { + display: table; + content: ""; + clear: both; + } + + background: #fff; + padding: 32px 30px 32px; + margin-bottom: 30px; + border-radius: 4px; + + .product__slider-nav { + float: right; + @extend .bg-secondary; + + span { + line-height: 45px; + color: #fff; + cursor: pointer; + width: 52px; + display: inline-block; + text-align: center; + } + } + + .date_area { + form { + display: flex; + flex-wrap: wrap; + } + + p { + float: left; + } + + .input_with_icon, + .select-wrap { + margin-right: 10px; + } + + .select-wrap { + select { + height: 50px; + } + } + + .btn { + height: 48px; + } + + .btn:hover { + @extend .bg-primary; + color: #fff; + } + } + + &.product-title-area2 { + padding: 0 30px; + margin-bottom: 0; + } +} + +.product__title { + float: left; + + h2 { + line-height: 45px; + } +} + +.filter__menu { + float: right; + position: relative; + margin-top: 10px; + + p { + margin-bottom: 0; + display: inline-block; + vertical-align: middle; + color: #747b86; + margin-right: 15px; + } + + .filter__menu_icon { + display: inline-block; + vertical-align: middle; + margin-top: 6px; + width: 17px; + + svg { + height: 16px; + cursor: pointer; + + &:hover { + circle { + fill: #0673ec; + } + } + + circle { + fill: #a3b1c4; + } + } + + .filter_dropdown { + position: absolute; + min-width: 183px; + padding: 20px 27px; + top: 45px; + z-index: 3; + background: #fff; + right: -15px; + box-shadow: 0 5px 40px transparentize(#52555a, .8); + display: none; + + &.active { + display: block; + } + + &:before { + position: absolute; + content: ""; + border-bottom: 10px solid #fff; + border-left: 10px solid transparent; + right: 15px; + bottom: 100%; + border-right: 10px solid transparent; + } + + li { + a { + color: #747b86; + display: block; + transition: $transition; + line-height: 28px; + + &:hover { + @extend .color-primary; + } + } + } + } + } +} + +// transparent bg +.transparent { + background: transparent; +} + +// for rounded area +.rounded { + border-radius: 200px; +} + +// background colors +.bgcolor { + background: $bgcolor; +} + +.bgcolor2 { + background: $bgcolor2; +} + +// rating +.rating { + display: inline-block; + vertical-align: middle; + + ul { + float: left; + + li { + float: left; + margin-right: 3px; + + span.fa-star, + span.fa-star-half-o { + color: #ffc000; + } + + span.fa-star-o { + color: #7e7e7e; + } + } + } + + .rating__count { + display: inline-block; + color: #6f7d8d; + vertical-align: middle; + margin-left: 5px; + } +} + +/* cardify any area */ +.cardify { + @include cardify; +} + +/* common toggle module css */ +.toggle_title { + display: block; + padding: 30px 30px 25px; + + span.lnr { + float: right; + line-height: 20px; + font-size: 14px; + } +} + +/* content area title */ +.content_title { + @extend .cardify; + padding: 30px; + border-radius: 4px; + margin-bottom: 30px; +} + +.shortcode_module_title { + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px 30px; + background: #fff; + margin-bottom: 30px; + border-radius: 3px; +} + +//go top scss +.go_top { + line-height: 40px; + cursor: pointer; + width: 40px; + @extend .bg-primary; + color: #fff; + position: fixed; + box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); + border-radius: 50%; + right: calc((100% - 1110px) / 2); + z-index: 111; + bottom: 72px; + font-size: 13px; + + span { + display: inline-block; + } +} + +@include customScrollbar(messages); +@include customScrollbar(offcanvas-menu); \ No newline at end of file diff --git a/public/theme_assets/sass/mixins/_btn-shadow.scss b/public/theme_assets/sass/mixins/_btn-shadow.scss new file mode 100644 index 0000000..333e2ac --- /dev/null +++ b/public/theme_assets/sass/mixins/_btn-shadow.scss @@ -0,0 +1,18 @@ +@import "../../../vendor_assets/css/bootstrap/config.bs"; + +@each $key, $color in ($theme-colors) { + .btn-shadow-#{$key} { + -webkit-box-shadow: 0 10px 20px transparentize($color, 0.8); + -moz-box-shadow: 0 10px 20px transparentize($color, 0.8); + box-shadow: 0 10px 20px transparentize($color, 0.8); + } +} + +//border opacity +@each $key, $color in ($theme-colors) { + .outline-lg-#{$key} { + border: 2px solid $color; + background: none; + color: $color; + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/mixins/_colors-classes.scss b/public/theme_assets/sass/mixins/_colors-classes.scss new file mode 100644 index 0000000..e25a43c --- /dev/null +++ b/public/theme_assets/sass/mixins/_colors-classes.scss @@ -0,0 +1,87 @@ +// generates theming classes based on theme color from $theme-colors map in bootstrap +@each $key, $color in ($theme-colors) { + .color-#{$key}{ + color: #{$color}; + } + .bg-#{$key} { + background: #{$color}; + } + .iborder-#{$key}{ + color: #{$color}; + } + .outline-#{$key}{ + border: 1px solid #{$color}; + color: #{$color} + } + .active-color-#{$key}{ + label input:checked + span { + background: #{$color}; + border-color: #{$color}; + } + } + //generate bg with opacity and and text color + .circle-#{$key}{ + color: #{$color}; + background: rgba($color, 0.1); + } + + //generate border color + .border-#{$key}{ + border: 1px solid #{$color}; + } + .b-#{$key}{ + border-color: #{$color} !important; + } + .b-bottom-10-#{$key}{ + border-bottom: 10px solid #{$color}; + } +} + +// generating classes based on other colors used in the theme +@each $key, $color in ($other-colors) { + .color-#{$key}{ + color: #{$color}; + } + .bg-#{$key} { + background: #{$color}; + } +} + +//generate social colors +@each $key, $color in ($social-colors){ + .color-#{$key}{ + color: #{$color}; + } +} + +//Generate border colors with four directions +@mixin border_generator($from, $to, $jump, $side){ + @for $i from $from through $to{ + @if $i%$jump == 0{ + @each $key, $color in ($theme-colors){ + .b-#{$side}-#{$i}-#{$key}{ + border-#{$side}: #{$i}px solid #{$color}; + } + } + } + } + +} +@include border_generator(0, 5, 1, top); +@include border_generator(0, 5, 1, right); +@include border_generator(0, 5, 1, bottom); +@include border_generator(0, 5, 1, left); + +//Generate border colors +@mixin border_generator2($from, $to, $jump){ + @for $i from $from through $to{ + @if $i%$jump == 0{ + @each $key, $color in ($theme-colors){ + .b-#{$i}-#{$key}{ + border: #{$i}px solid #{$color} !important; + } + } + } + } +} +@include border_generator2(0, 5, 1); \ No newline at end of file diff --git a/public/theme_assets/sass/mixins/_custom-scrollbar.scss b/public/theme_assets/sass/mixins/_custom-scrollbar.scss new file mode 100644 index 0000000..fc13231 --- /dev/null +++ b/public/theme_assets/sass/mixins/_custom-scrollbar.scss @@ -0,0 +1,16 @@ +// this file contains the necessaru scss for the custm scrollbar +@mixin custom_scroll($selector){ + #{$selector}::-webkit-scrollbar-track { + background-color: rgba($dark, .05); + } + #{$selector}::-webkit-scrollbar { + width: 6px; + background-color: transparent + } + + #{$selector}::-webkit-scrollbar-thumb { + background-color: $border-color; + -webkit-border-radius: 5px; + border-radius: 5px + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/mixins/_forms.scss b/public/theme_assets/sass/mixins/_forms.scss new file mode 100644 index 0000000..fbc3df2 --- /dev/null +++ b/public/theme_assets/sass/mixins/_forms.scss @@ -0,0 +1,31 @@ +//checkbox solid bg +@each $key, $color in ($theme-colors){ + .checkbox-#{$key}{ + .custom-control-label::before{ + background: #{$color}; + } + .custom-control-input:checked ~ .custom-control-label::before{ + background: #{$color}; + border: 1px solid #{$color}; + } + .custom-control-input:checked ~ .custom-control-label::after{ + color: $light; + } + } +} + +//checkbox outline generator +@each $key, $color in ($theme-colors){ + .checkbox-outline-#{$key}{ + .custom-control-label:before{ + border: 1px solid $border-color; + } + .custom-control-input:checked ~ .custom-control-label::before{ + border: 1px solid #{$color}; + background: #{$color}; + } + .custom-control-input:checked ~ .custom-control-label::after{ + color: #fff; + } + } +} diff --git a/public/theme_assets/sass/mixins/_functions.scss b/public/theme_assets/sass/mixins/_functions.scss new file mode 100644 index 0000000..480f729 --- /dev/null +++ b/public/theme_assets/sass/mixins/_functions.scss @@ -0,0 +1,3 @@ +@function remy($value, $base: 15px) { + @return ($value / $base) * 1rem; +} diff --git a/public/theme_assets/sass/mixins/_gradient.scss b/public/theme_assets/sass/mixins/_gradient.scss new file mode 100644 index 0000000..95dee4d --- /dev/null +++ b/public/theme_assets/sass/mixins/_gradient.scss @@ -0,0 +1,39 @@ +@mixin linear-gradient($from, $to) { + background: $from; + background: -moz-linear-gradient(to right, $from, $to); + background: -webkit-linear-gradient(to right, $from, $to); + background: -o-linear-gradient(to right, $from, $to); + background: linear-gradient(to right, $from, $to); + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#{$from}, endColorstr=#{$to}) +} + +// gradient +//$gradient: linear-gradient(to left, $secondary 0%, $primary 100%); +@mixin gradient{ + background-image: linear-gradient(to left, $secondary 0%, $primary 100%); + /* Fallback (could use .jpg/.png alternatively) */ + background-color: $secondary; + + /* SVG fallback for IE 9 (could be data URI, or could use filter) */ + background: $primary; + + /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */ + background-image: + -webkit-gradient(linear, left top, right top, from($secondary), to($primary)); + + /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */ + background-image: + -webkit-linear-gradient(left, $secondary, $primary); + + /* Firefox 3.6 - 15 */ + background-image: + -moz-linear-gradient(left, $secondary, $primary); + + /* Opera 11.1 - 12 */ + background-image: + -o-linear-gradient(left, $secondary, $primary); + + /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */ + background-image: + linear-gradient(to right, $secondary, $primary); +} \ No newline at end of file diff --git a/public/theme_assets/sass/mixins/_helpers.scss b/public/theme_assets/sass/mixins/_helpers.scss new file mode 100644 index 0000000..10d7d37 --- /dev/null +++ b/public/theme_assets/sass/mixins/_helpers.scss @@ -0,0 +1,127 @@ +//Normal responsive font size + +@mixin ofs($size, $lineHeight, $weight) { + @if $size !=null { + @include rfs($size); //Added responsive font size for use bootstrap.Just include this mixin and normally put the font size + } + @if $lineHeight !=null { + line-height: $lineHeight; + } + @if $weight !=null { + font-weight: $weight; + } + +} + +@mixin padding_tb($top, $bottom){ + padding-top: $top; + padding-bottom: $bottom; +} + +@mixin radius($width){ + -webkit-border-radius: remy($width); + -moz-border-radius: remy($width); + border-radius: remy($width); +} + +.content-center{ + display: flex; + align-items: center; + justify-content: center; +} + + +//center mixin +@mixin centered{ + display: flex; + align-items: center; + justify-content: center; +} + +/* HELPER CLASSES: this file contains classes for quick uses */ +/***************************** + -- HELPER +*****************************/ +.no-padding{ + padding: 0 !important; +} +.no-margin{ + margin: 0; +} +.padding-left0{ + padding-left: 0; +} +.r-padding{ + padding-right: 100px; +} +.l-padding{ + padding-left: 100px; +} +.ltr{ + text-align: right; +} +.rtl{ + text-align: left; +} +.br_0{ + border-right: none!important; +} +.bt1{ + border-top: 1px solid #e4e4e4; +} +.btop{ + border-top: 1px solid $border-color !important; + border-right: 0 !important; + border-bottom: 0 !important; + border-left: 0 !important; +} +.bbottom{ + border-top: 0 !important; + border-right: 0 !important; + border-bottom: 1px solid $border-color !important; + border-left: 0 !important; +} +.v_middle{ + display: inline-block; + vertical-align: middle; + margin-right: -3px; + float: none; +} +.inline{ + display: inline-block; +} +.text--white{ + color: #fff; +} +.rounded{ + border-radius: 200px; +} + +// border +.border-right1{ + border-right: 1px solid $border-color; +} + +.border-default{ + border: 1px solid $border-color; +} + +.border-none{ + border: 0 none !important; +} + +.big-border{ + border: 3px solid $border-color; +} + +.bold{ + font-weight: 500; +} + + + +/* vertically middle */ +.ver_mid{ + display: table-cell; + vertical-align: middle; +} \ No newline at end of file diff --git a/public/theme_assets/sass/mixins/_media-queries.scss b/public/theme_assets/sass/mixins/_media-queries.scss new file mode 100644 index 0000000..a132864 --- /dev/null +++ b/public/theme_assets/sass/mixins/_media-queries.scss @@ -0,0 +1,98 @@ + +// Device Screen Breakpoint +$desktop-width-1: 1599px; +$desktop-width-2: 1399px; + +$laptop-width-1: 1199px; + +$tablet-width-1: 991px; +$tablet-width-2: 767px; + +$mobile-width-1: 575px; +$mobile-width-2: 479px; +$mobile-width-3: 375px; + +// Media Queries + +// XX. Extra Small Devices (less than 380px) +@mixin xxs() { + @media only screen and (max-width: #{$mobile-width-3}){ + @content + } +} + +// XX. Small Devices (less than 480px) +@mixin xs() { + @media only screen and (max-width: #{$mobile-width-2}){ + @content + } +} + + + +// XX. Medium Devices (less than 576px) +@mixin ssm() { + @media only screen and (max-width: #{$mobile-width-1}){ + @content + } +} + + + +// XX. Medium Devices (less than 768px) +@mixin sm() { + @media only screen and (max-width: #{$tablet-width-2}){ + @content + } +} + + + +// XX. Medium Devices (less than 991px) +@mixin md() { + @media only screen and (max-width: #{$tablet-width-1}){ + @content + } +} + + + +// XX. Large Devices (less than 1200px) +@mixin lg() { + @media only screen and (max-width: #{$laptop-width-1}){ + @content + } +} + + + +// XX. Extra Large Devices (Less than 1400px) +@mixin xl() { + @media only screen and (max-width: #{$desktop-width-2}) { + @content + } +} + + +// XX. Extra Large Devices (Less than 1600px) +@mixin xxl() { + @media only screen and (max-width: #{$desktop-width-1}) { + @content + } +} + + + +// XX. Custom Devices +@mixin cMq($min-width, $max-width){ + @media only screen and (min-width: $min-width) and (max-width: $max-width){ + @content + } +} + +// XX. Custom Devices 2 +@mixin cMq2($max-width) { + @media only screen and (max-width: $max-width) { + @content + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/mixins/_overlay.scss b/public/theme_assets/sass/mixins/_overlay.scss new file mode 100644 index 0000000..bcb89f3 --- /dev/null +++ b/public/theme_assets/sass/mixins/_overlay.scss @@ -0,0 +1,15 @@ +@mixin overlay($color, $opacity){ + &:before{ + background: rgba($color, $opacity); + } +} +@mixin overlay-gradient($from, $to){ + &:before{ + background: $from; + background: -moz-linear-gradient(to right, $from, $to); + background: -webkit-linear-gradient(to right, $from, $to); + background: -o-linear-gradient(to right, $from, $to); + background: linear-gradient(to right, $from, $to); + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#{$from}, endColorstr=#{$to}) + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/mixins/_utility-classes.scss b/public/theme_assets/sass/mixins/_utility-classes.scss new file mode 100644 index 0000000..e8761be --- /dev/null +++ b/public/theme_assets/sass/mixins/_utility-classes.scss @@ -0,0 +1,64 @@ +@import "../../../vendor_assets/css/bootstrap/config.bs"; + +// @margin_generator generates a series of margin css classes based on three parameter +// $from defines the start point +// $to defines the end point +// $side defines a particular side, like left, right, top, bottom +// $jump defines the difference between each class +@mixin margin_generator($from, $to, $jump ,$side){ + @for $i from $from through $to{ + @if $i%$jump == 0{ + .m-#{$side}-#{$i}{ + margin-#{$side}: #{$i}px; + } + } + } +} +@include margin_generator(0, 150, 5 ,top); +@include margin_generator(0, 150, 5 ,right); +@include margin_generator(0, 150, 5 ,bottom); +@include margin_generator(0, 150, 5 ,left); + +// @padding_generator generates a series of padding css classes based on three parameter +// $from defines the start point +// $to defines the end point +// $side defines a particular side, like left, right, top, bottom +// $jump defines the difference between each class +@mixin padding_generator($from, $to, $jump ,$side){ + @for $i from $from through $to{ + @if $i%$jump == 0{ + .p-#{$side}-#{$i}{ + padding-#{$side}: #{$i}px; + } + } + } +} +@include padding_generator(0, 150, 5 , left); +@include padding_generator(0, 150, 5 , right); +@include padding_generator(0, 150, 5 , top); +@include padding_generator(0, 150, 5 , bottom); + + +@mixin height_generator($from, $to, $jump){ + @for $i from $from through $to{ + @if $i%$jump == 0{ + .h-#{$i}{ + height: #{$i}px; + } + } + } +} +@include height_generator(5, 150, 5); + +//width height generator +@mixin area_generator($from, $to, $jump){ + @for $i from $from through $to{ + @if $i%$jump == 0{ + .icon-#{$i}x#{$i}{ + width: #{$i}px; + height: #{$i}px; + } + } + } +} +@include area_generator(10, 100, 10); diff --git a/public/theme_assets/sass/mixins/mixins.scss b/public/theme_assets/sass/mixins/mixins.scss new file mode 100644 index 0000000..113d336 --- /dev/null +++ b/public/theme_assets/sass/mixins/mixins.scss @@ -0,0 +1,66 @@ +// this file is the access point for composing all the available mixins +@import "../../../vendor_assets/css/bootstrap/config.bs"; + +@import "functions"; +@import "utility-classes"; +@import "colors-classes"; +@import "overlay"; +@import "btn-shadow"; +@import "forms"; +@import "custom-scrollbar"; +@import "helpers"; +@import "gradient"; +@import "media-queries"; + + +/* container sizes for various devices */ +$container-size: 1170px; + +@mixin vertically_middle{ + display: inline-block; + vertical-align: middle; + margin-right: -3px; +} +@mixin cardShadow{ + -webkit-box-shadow: 0 2px 4px transparentize(#6c6f73, .9); + -moz-box-shadow: 0 2px 4px transparentize(#6c6f73, .9); + box-shadow: 0 2px 4px transparentize(#6c6f73, .9); +} + +@mixin cardify{ + background: #fff; + border-radius: 4px; + //@include cardShadow; +} + +@mixin rounded{ + border-radius: 200px; +} + +@mixin gradient{ + background: linear-gradient(to left, $secondary, $primary); +} +// @param $parent is the parent of the element that will get focus on click +@mixin focusOnClick($focusecondary){ + &:active{ + background: darken($focusecondary, 3%); + } +} + + +/* Custom scrollbar */ +@mixin customScrollbar($bla){ + #{$bla}::-webkit-scrollbar-track{ + background-color: transparent; + } + #{$bla}::-webkit-scrollbar{ + width: 6px; + background-color: transparent; + } + #{$bla}::-webkit-scrollbar-thumb{ + background-color: #e9eef2; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + } +} \ No newline at end of file diff --git a/public/theme_assets/sass/modules/_dashboard.scss b/public/theme_assets/sass/modules/_dashboard.scss new file mode 100644 index 0000000..23a2974 --- /dev/null +++ b/public/theme_assets/sass/modules/_dashboard.scss @@ -0,0 +1,2380 @@ +/*************************************** + START DASHBOARD AREA +****************************************/ +.dashboard-area { + background: $bgcolor; +} + +.dashboard_menu_area { + box-shadow: 0 3px 10px transparentize(#798796, .9); + background: darken($primary, 2%); + + .dashboard_menu { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + + li { + &:last-child { + margin-right: 0; + } + + a { + color: rgba(#fff, 0.6); + font-size: 16px; + padding: 8px 0; + display: inline-block; + line-height: 70px; + + &:hover { + color: #fff; + } + + span.lnr { + font-size: 18px; + margin-right: 10px; + } + } + + &:first-child { + a { + padding-left: 0; + } + } + + &:last-child { + a { + padding-right: 0; + } + } + + &.active { + a { + color: #fff; + border-bottom: 3px solid #fff; + } + } + } + } + + .dashboard_menu--two { + justify-content: flex-start; + + li { + margin-right: 30px; + + &:last-child { + margin-right: 0; + } + } + } +} + +.dashboard_contents { + &.padding-0 { + padding: 0; + } + + .dashboard_title_area { + @extend .product-title-area; + display: flex; + align-items: center; + } +} + +.author-info--dashboard { + background: #fff; + padding: 30px; + min-height: 150px; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + margin-bottom: 30px; + border-radius: 4px; + text-align: center; + + h1 { + margin: 7px 0; + } + + p { + margin-bottom: 0; + } +} + +/* DEFAULT DASHBOARD PAGE OR AREA */ +.dashboard_module { + @include cardify; + margin-bottom: 30px; + + .dashboard__title { + padding: 26px 30px 24px; + border-bottom: 1px solid $border-color; + overflow: hidden; + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; + @include xs{ + justify-content: center; + } + + h5 { + flex: 1; + } + + .select-wrap { + .period_selector { + width: auto; + height: auto; + border: 0 none; + line-height: 15px; + border-radius: 2px; + &:focus{ + outline: none; + border: none !important; + } + } + } + } + + .loading { + a { + display: flex; + align-items: center; + @extend .color-secondary; + + span { + margin-left: 5px; + } + } + + a:hover { + @extend .color-primary; + } + } + + .dashboard__content { + padding: 0 28px 30px; + + >ul { + li { + padding-top: 25px; + } + } + } + + &.recent_message { + .dashboard__content { + .messages { + .message { + .actions { + display: none; + } + + padding: 30px 0; + + .message_data { + width: calc(100% - 56px); + } + } + } + } + } +} + +/* dashboard statistics area */ +.statistics_module { + .dashboard__title { + border-bottom: 1px solid $border-color; + margin-bottom: 25px; + } + + .select-wrap, + #stat_legend { + flex: 1; + } + + .select-wrap { + display: flex; + justify-content: flex-end; + } + + #stat_legend { + margin-top: 0; + + ul { + display: flex; + justify-content: center; + flex-wrap: wrap; + + li { + margin-right: 20px; + + &:last-child { + margin-right: 0; + } + + div { + span:last-child { + width: auto; + } + } + + &>span { + display: none; + } + } + } + } +} + +.statistics_data { + border-top: 1px solid $border-color; + padding-top: 25px; + margin-top: 25px; + display: flex; + justify-content: space-between; + flex-wrap: wrap; + + .row { + width: 100%; + } + + .single_stat_data { + display: inline-block; + text-align: center; + + .single_stat__title { + line-height: 30px; + font-weight: 500; + } + + p { + margin: 7px 0 0 0; + } + } +} + +/*dashboard statistic area 2*/ +.legend { + margin-top: 20px; + + ul { + li { + display: inline-block; + margin-right: 30px; + color: #747a86; + + span { + height: 12px; + width: 12px; + display: inline-block; + border-radius: 50%; + margin-right: 3px; + } + } + } +} + +/*chart*/ +.visit_data { + .select-wrap { + select { + padding-right: 15px; + } + + span { + right: 0; + } + + .period_selector { + width: auto; + height: auto; + border: 0 none; + line-height: 15px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + } + } + + .dashboard__content { + padding: 0; + } + + .tab-content .tab-pane { + padding-bottom: 0; + } + + .v_refer { + padding: 26px 30px 0; + margin-bottom: 30px; + border-bottom: 1px solid $border-color; + + .nav.nav-tabs { + li { + border: none; + display: inline-block; + margin-right: 30px; + + &:last-child { + margin-right: 0; + } + + a { + padding-bottom: 17px; + font-size: 18px; + color: #363940; + font-weight: 500; + + &.active { + &:before { + height: 1px; + width: 100%; + left: 0; + bottom: -1px; + } + } + } + + &:before { + display: none; + } + } + } + + .select-wrap { + float: right; + } + } + + .charts { + padding: 0 13px 30px 30px; + } + + .referrals_data { + padding-right: 17px; + + ul { + li { + overflow: hidden; + padding: 15px 0; + border-bottom: 1px solid $border-color; + + &:first-child { + border-top: 1px solid $border-color; + } + + &:last-child { + border-bottom: 0; + padding-bottom: 0; + } + + p { + margin-bottom: 0; + color: #747a86; + line-height: 28px; + + img { + margin-right: 10px; + } + } + + .site { + float: left; + } + + .visit { + float: right; + color: #000; + + span { + margin-right: 6px; + color: #747a86; + text-transform: capitalize; + } + } + } + } + } + + #pie-legend { + width: 100%; + height: 100%; + overflow: hidden; + + .piechart1-legend { + display: flex; + flex-wrap: wrap; + height: 103px; + width: 100%; + overflow-y: scroll; + box-sizing: content-box; + + /* width */ + &::-webkit-scrollbar { + width: 10px; + } + + /* Track */ + &::-webkit-scrollbar-track { + box-shadow: none; + border-radius: 10px; + border: 1px solid $border-color; + } + + /* Handle */ + &::-webkit-scrollbar-thumb { + background: #c7c7c7; + border-radius: 10px; + } + + li { + width: 100%; + display: flex; + justify-content: space-between; + padding-bottom: 10px; + margin-right: 10px; + margin-bottom: 9px; + border-bottom: 1px solid $border-color; + + &:last-child { + padding-bottom: 0; + margin-bottom: 0; + border-bottom: 0 none; + } + + &>span { + width: auto; + } + } + } + } +} + +.chart_top { + .v_refer { + .nav-tabs { + display: inline-block; + border-bottom: 0; + + li { + &.active { + a { + color: #000; + } + } + + a { + &:hover { + background: none; + } + + border: 0; + font-size: 22px; + line-height: 28px; + font-weight: 400; + color: #747a86; + } + } + } + } +} + +/* country visit statistic */ +.country_statistics { + .select-wrap { + select { + padding-right: 15px; + } + + span { + right: 0; + } + } + + .dashboard__content { + padding: 0 28px; + } + + table { + margin-bottom: 0; + + thead { + tr { + th { + border-bottom: 1px solid $border-color; + padding: 15px 0; + color: #333; + border-top: 0; + + &:last-child { + text-align: right; + padding-right: 0 !important; + } + } + } + } + + tbody { + tr { + border-bottom: 0; + + &+tr { + border-top: 0 none; + } + + td { + color: #747a86; + font-size: 16px; + padding: 15px 0; + border: 0; + white-space: nowrap; + + &:nth-child(2) { + @extend .color-secondary; + } + + &:last-child { + text-align: right; + @extend .color-primary; + } + + .country_flag { + height: 40px; + width: 40px; + display: inline-block; + + img { + -webkit-border-radius: 200px; + -moz-border-radius: 200px; + border-radius: 200px; + width: 100%; + } + } + + span { + line-height: 28px; + padding-left: 16px; + } + } + } + } + } + + .dashboard__content { + padding: 0 28px 25px; + } + + .select-wrap { + float: right; + + .period_selector { + width: auto; + height: auto; + border: 0 none; + line-height: 15px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + } + } +} + +/* recent sells */ +.recent_sells { + .single_sell { + overflow: hidden; + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; + + .single_sell__thumb-title { + flex-grow: 4; + display: flex; + align-items: center; + + .prod_thumbnail { + img { + max-width: 100%; + border-radius: 3px; + } + } + + .prod_title { + padding-left: 20px; + + h6 { + line-height: 24px; + padding-bottom: 4px; + } + + .category { + color: $text-color2; + font-weight: 300; + } + } + } + + .ammount { + padding-top: 15px; + flex-grow: 1; + display: flex; + justify-content: flex-end; + + p { + line-height: 28px; + margin-bottom: 0; + + &:last-child { + margin-right: 0; + @extend .color-primary; + } + } + } + } +} + +/* popular sells */ +.popular_sells { + @extend .recent_sells; + + .single_sell .ammount { + justify-content: space-between; + } +} + +/* recent activity */ +.recent_activity { + ul { + li { + display: flex; + + &+li { + padding-top: 20px !important; + } + + &:last-child { + .icon:before { + content: none; + } + } + + .icon { + margin-right: 13px; + position: relative; + + &:before { + position: absolute; + content: ''; + width: 1px; + top: 30px; + left: 50%; + border: 1px dashed #ebedf2; + height: 100%; + transform: translateX(-50%); + } + + span { + width: 30px; + height: 30px; + display: flex; + align-items: center; + justify-content: center; + font-weight: 500; + color: #fff; + border-radius: 50%; + } + } + + .activity-contents { + h6 { + margin-bottom: 5px; + } + + p { + line-height: 20px; + margin-bottom: 8px; + } + + p, + span { + font-size: 13px; + display: block; + } + } + } + } +} + +/* single item visitor*/ +.single_item_visitor { + .dashboard__title { + margin-bottom: 37px; + + #visit_legend { + float: right; + } + } + + .dashboard__content { + .item_info { + .select-wrap { + select { + min-height: 48px; + border: 1px solid $border-color; + } + + span { + right: 15px; + } + } + + margin-bottom: 28px; + overflow: hidden; + + .select-wrap { + float: left; + margin-top: 9px; + + select { + font-weight: 400; + color: $title-color; + } + } + + .info { + float: right; + text-align: right; + + h2 { + line-height: 36px; + font-weight: 500; + @extend .color-secondary; + } + + p { + margin-bottom: 0; + font-size: 15px; + line-height: 30px; + color: $text-color; + } + } + } + } +} + +/* total revenue */ +.total_revenue { + .dashboard__title #visit_legend { + margin-top: 0; + + ul li>span { + display: none; + } + } +} + +/* recent buyers */ +.recent_buyers { + .single_buyer { + overflow: hidden; + + .buyer__thumb_title { + overflow: hidden; + float: left; + + h6 { + line-height: 28px; + font-weight: 400; + } + + .thumb { + float: left; + height: 50px; + width: 50px; + + img { + -webkit-border-radius: 200px; + -moz-border-radius: 200px; + border-radius: 200px; + max-width: 1000%; + } + } + + .title { + float: left; + padding-left: 20px; + + p { + color: #747a86; + margin-bottom: 0; + font-size: 14px; + line-height: 18px; + } + } + } + + .price { + float: right; + padding-top: 15px; + @extend .color-primary; + + p { + margin: 0; + } + } + } +} + +/* recent comment */ +.recent_comment { + .dashboard__content { + .thread { + .single-thread { + &:last-child { + .media { + padding-bottom: 0; + } + } + + &+.single-thread { + border-bottom: 0; + border-top: 1px solid $border-color; + } + + display: block; + + .media { + padding: 30px 0; + + .media-left { + a { + width: 50px; + height: 50px; + + img { + border-radius: 50%; + } + } + } + + .media-body { + .media-content { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + + .media-heading { + div a { + h4 { + display: inline-block; + font-weight: 500; + } + } + + .comment-tag { + color: #fff; + } + + p { + padding-top: 4px; + } + } + } + + a.reply-link { + padding-top: 0; + margin-left: 15px; + } + } + + &.depth-2 { + margin-left: 0; + padding-top: 0; + border-top: 0; + margin-top: 6px; + } + } + } + } + } +} + +/* product que */ +.product_que { + ul { + li { + display: flex; + justify-content: space-between; + + } + } + + .uploaded_product { + padding-right: 15px; + + h6 { + line-height: 24px; + } + + p { + margin-bottom: 0; + font-size: 15px; + } + } + + .cross { + @extend .color-danger; + font-size: 14px; + + span { + width: 35px; + height: 35px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + transition: $transition-base; + } + + &:hover { + span { + @extend .bg-danger; + color: #fff; + } + } + } +} + +/* DASHBOARD SETTING AREA */ +.information_module { + @include cardify; + margin-bottom: 30px; + + .information__set { + border-top: 1px solid $border-color; + + .information_wrapper { + padding: 30px; + + &.form--fields { + padding: 30px; + } + } + } + + #authbio { + height: 180px; + } +} + +// profile images module +.profile_images { + .information_wrapper { + padding: 40px !important; + } + + input[type='file'] { + visibility: hidden; + opacity: 0; + position: absolute; + } + + p { + margin-bottom: 0; + } + + .subtitle { + font-size: 14px; + color: #898f96; + } + + .bold { + color: #000; + } + + .profile_image_area { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + align-items: center; + + .upload_btn { + margin-bottom: 0; + + .btn-danger { + margin-left: 4px; + } + } + + .img_info, + img { + display: inline-block; + vertical-align: middle; + } + + .img_info { + @include xs{ + padding: 10px 0; + } + } + + img { + border-radius: 50%; + padding-right: 14px; + } + } + + .prof_img_upload { + img { + width: 100%; + } + + p { + display: inline-block; + } + + .bold { + padding-bottom: 9px; + } + + .upload_title { + overflow: hidden; + padding-top: 20px; + + p { + padding-top: 10px; + } + } + + .upload_btn { + padding: 0; + } + } +} + +// Social profiles module +.social_profile { + .social__single { + margin-bottom: 30px; + display: flex; + + .link_field { + width: 100%; + padding-left: 12px; + } + } + + .social__single:last-child { + margin-bottom: 0; + } +} + +/* Mail setting area */ +.mail_setting { + .information_wrapper { + padding: 15px 30px 12px !important; + } + + .custom_checkbox { + position: relative; + padding-bottom: 18px; + margin-top: 15px; + border-bottom: 1px solid #e8ebf0; + + &:last-child { + border-bottom: 0; + } + + label { + cursor: pointer; + + .radio_title { + display: block; + font-weight: 500; + color: #000; + padding-left: 75px; + } + + .shadow_checkbox { + position: absolute; + top: 5px; + } + + .desc { + padding-left: 75px; + font-size: 14px; + color: #898f96; + } + + .circle { + position: absolute; + left: 0; + top: 5px; + } + + span { + line-height: 26px; + font-size: 16px; + } + } + } +} + +.dashboard_setting_btn { + text-align: left; + margin: -5px; + margin-top: 20px; + + .btn { + margin: 5px; + } +} + +/*---- end dashboard settigs area ----*/ + +/* DASHBOARD PURCHASE AREA */ +.dashboard_purchase { + .modules__content { + border-radius: 4px; + } + + .dashboard_menu { + display: flex; + + li.active { + a { + @extend .b-bottom-2-primary; + } + } + } + + .dashboard_contents { + .table_module { + .table_header { + border-bottom: 1px solid $border-color; + + h3 { + padding: 25px; + } + } + } + } + + .dashboard__title { + padding: 30px 0; + } + + .filter__option { + margin-right: 28px; + margin-left: 0; + } + + .filter-bar .filter__option p { + font-size: 18px; + } +} + +.product_archive { + background: #fff; + @include cardify; + + .title_area { + padding: 30px; + border-bottom: 1px solid $border-color; + } + + .add_info { + padding-left: 35px; + } + + &.added_to__cart { + padding-bottom: 40px; + + .single_product { + padding: 0; + } + + .cart_calculation { + padding: 25px 30px 0 0; + } + + .product__price_download .item_action { + float: none; + } + + .short_desc a { + h5 { + transition: $transition; + } + + &:hover { + h4 { + @extend .color-primary; + } + } + } + } + + .pagination-default { + margin-bottom: 30px; + } +} + +.single_product { + padding: 30px 45px; + border-bottom: 1px solid $border-color; + + .product__description { + display: flex; + align-items: center; + + img { + border-radius: 4px; + } + + .short_desc { + padding-left: 20px; + flex: 2; + + h5 { + line-height: 28px; + + a { + color: inherit; + + &:hover { + @extend .color-primary; + } + } + } + + p { + margin: 5px 0 0 0; + } + } + } + + .product__additional_info { + padding-left: 35px; + height: 100%; + display: flex; + align-items: center; + + ul li a { + &:hover { + @extend .color-secondary; + } + + img { + margin-right: 5px; + } + } + + p { + span { + color: #555; + } + + margin: 0; + color: #000; + } + } + + .license p { + @extend .color-primary; + font-weight: 400; + } + + .product__price_download { + display: table; + width: 100%; + height: 100%; + align-items: center; + + .item_price { + display: table-cell; + + span { + line-height: 32px; + display: inline-block; + padding: 0 15px; + color: $title-color; + margin-right: 10px; + font-size: 24px; + font-weight: 400; + } + } + + .item_action { + float: right; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + flex-wrap: wrap; + + .btn { + display: block; + + &+.btn { + margin-top: 12px; + } + } + + .rating--btn { + position: relative; + background: none; + @extend .b-1-secondary; + min-width: 154px; + + &:focus { + outline: 0; + } + + .rating { + position: relative; + -webkit-transition: 0.2s; + -moz-transition: 0.2s; + -ms-transition: 0.2s; + -o-transition: 0.2s; + transition: 0.2s; + top: 0; + + ul li { + &+li { + margin-left: 5px; + margin-right: 0; + } + + span.fa-star-o { + color: #898f96; + } + } + } + + .rate_it { + position: absolute; + opacity: 0; + visibility: hidden; + left: 0; + margin-bottom: 0; + top: -10%; + text-align: center; + -webkit-transition: 0.2s; + -moz-transition: 0.2s; + -ms-transition: 0.2s; + -o-transition: 0.2s; + transition: 0.2s; + width: 100%; + } + } + + .not--rated:hover { + .rate_it { + visibility: visible; + opacity: 1; + top: 50%; + transform: translateY(-50%); + @extend .color-secondary; + } + + .rating { + top: 20px; + opacity: 0; + visibility: hidden; + } + } + + .remove_from_cart { + &:hover { + span { + @extend .bg-danger; + color: #fff; + } + } + + span { + font-size: 18px; + transition: 0.2s; + line-height: 50px; + width: 50px; + text-align: center; + background: transparentize($primary, 0.9); + border-radius: 50%; + display: inline-block; + @extend .color-primary; + } + } + } + } +} + +// dashboard purchase modal content +.rating_modal { + .modal-header { + display: block; + + h4 { + display: inline-block; + font-weight: 400; + } + + P { + display: inline-block; + margin-left: 14px; + + a { + @extend .color-primary; + } + } + } + + .modal-body { + ul li { + margin-bottom: 30px; + + p { + min-width: 138px; + display: inline-block; + margin-bottom: 0; + color: #333; + font-weight: 400; + + &:after { + content: ':'; + } + } + + .right_content { + display: inline-block; + background: none; + border: 1px solid $border-color; + } + + &:last-child { + .right_content { + border: 0 none; + } + } + } + + .rating_field { + label { + margin-bottom: 16px; + } + } + + .text_field { + border-radius: 4px; + height: 200px; + margin-bottom: 20px; + padding: 15px 25px; + } + + .notice { + margin-bottom: 35px; + } + } +} + +/*---- end dashboard PURCHASE area ----*/ +.btn .br-wrapper { + position: relative; + z-index: 1; +} + +/***************************** + DASHBOARD ADD CREDIT AREA + *****************************/ +.shortcode_modules { + @extend .credit_modules; + + .btn { + margin-bottom: 25px; + margin-left: 6px; + } + + .form-group { + margin-bottom: 45px; + } + + .typog { + + h1, + h2, + h3, + h4, + h5, + h6 { + margin-bottom: 30px; + } + + h6 { + margin-bottom: 20px; + } + } +} + +.credit_modules { + margin-bottom: 30px; + @extend .cardify; + + .modules__title { + border-bottom: 1px solid $border-color; + padding: 30px; + } + + .custom_amount { + .input-group-addon { + font-weight: 500; + font-size: 22px; + } + + input { + height: 55px; + font-size: 20px; + font-weight: 400; + background: $section-bg; + border: 0 none; + } + } + + .modules__content { + padding: 30px 30px 10px 30px; + + &.credit--contents { + display: flex; + align-items: center; + padding: 30px 30px 40px; + } + + .subtitle { + font-size: 16px; + color: $text-color; + margin-bottom: 25px; + } + + .amounts { + display: flex; + + ul { + display: flex; + justify-content: flex-start; + flex-wrap: wrap; + + li { + margin-right: 20px; + + &:last-child { + margin-right: 0; + } + + p { + font-size: 30px; + line-height: normal; + cursor: pointer; + font-weight: 400; + background: $section-bg; + padding: 10px 20px; + text-align: center; + border-radius: 3px; + color: $title-color; + margin: 0; + + &.selected { + @extend .bg-primary; + color: #fff; + } + } + } + + span { + font-weight: 300; + font-size: 20px; + color: $text-color2; + padding-top: 15px; + } + } + + .or { + font-size: 20px; + @extend .color-secondary; + font-weight: 500; + padding: 12px 30px; + } + } + + .payment_method { + li { + display: inline-block; + margin-right: 15px; + margin-bottom: 30px; + } + } + + .custom_radio--big { + label { + text-align: center; + + img { + display: block; + max-width: 192px; + height: 123px; + border: 3px solid #e0e3ea; + } + + span.circle { + margin-top: 20px; + } + } + } + } + + .payment_info { + padding-top: 0; + + .btn { + margin-top: 30px; + } + } +} + +.payment_module { + @extend .cardify; + + .modules__title { + border-bottom: 1px solid $border-color; + padding: 30px; + } + + .payment_tabs { + padding: 30px 30px 10px; + position: relative; + + ul.nav-tabs { + position: absolute; + display: block; + left: 30px; + top: 30px; + + li { + display: inline-block; + border: 0; + + a { + border: 1px solid $border-color; + padding: 0 40px; + border-radius: 25px; + line-height: 50px; + color: $title-color; + + &.active { + color: #fff; + @extend .bg-secondary; + @extend .bg-secondary; + position: relative; + z-index: 1; + + &:before { + content: none; + } + } + } + + &+li { + margin-left: -38px; + } + } + } + + .modules__content { + .cards-logo { + display: flex; + justify-content: flex-end; + margin-bottom: 40px; + @include xs{ + margin: -5px; + margin-bottom: 40px; + flex-wrap: wrap; + li{ + margin:5px; + } + } + + li { + margin-right: 10px; + + &:last-child { + margin-right: 0; + } + } + } + + .payment_info { + .select-wrap select { + border-radius: 2px; + } + } + } + } +} + +/* END DASHBOARD ADD CREDIT AREA */ + +/* DASHBOARD STATEMENT AREA */ +.dashboard_title_area .dashboard__title { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + width: 100%; + + h3 { + line-height: 47px; + } +} + +.dashboard_title_area .add-payment-btn { + width: 27%; +} + +.statement_info_card { + @extend .cardify; + width: 100%; + margin-bottom: 30px; + + .info_wrap { + display: flex; + justify-content: center; + align-items: center; + min-height: 150px; + padding: 0 20px; + } + + .icon { + @include rounded; + line-height: 60px; + margin-right: 15px; + width: 60px; + display: inline-block; + text-align: center; + font-size: 24px; + } + + .info { + display: inline-block; + @extend .v_middle; + + p { + font-size: 30px; + line-height: 34px; + font-weight: 500; + margin-bottom: 5px; + } + + span { + color: #54667a; + font-size: 18px; + font-weight: 300; + display: block; + } + } +} + +.statement_table { + @extend .cardify; + + .pagination-default { + margin-bottom: 30px; + margin-right: 28px; + } +} + +/*---- end dashboard statement area ----*/ + +/* DASHBOARD INVOICE AREA */ +.invoice-page { + .dashboard_title_area { + padding: 25px 30px 25px; + } + + .dashboard__title { + h3 { + line-height: 45px; + } + } +} + +.print_btn { + margin-right: 20px; + + span { + margin-right: 8px; + } +} + +.invoice { + @include cardify; + + .invoice__head { + overflow: hidden; + padding: 30px; + border-bottom: 1px solid $border-color; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + + .invoice_logo {} + + .info { + text-align: right; + + h4 { + margin-bottom: 5px; + line-height: 32px; + color: #333; + font-weight: 500; + } + + p { + margin-bottom: 0; + } + } + } + + .invoice__meta { + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; + + p { + line-height: 30px; + } + + .address { + h5 { + color: #000; + line-height: 30px; + } + } + + .date_info { + text-align: right; + + p { + span { + color: #000; + font-weight: 500; + margin-right: 5px; + + &:after { + content: ':'; + margin-left: 2px; + } + } + + &.status { + @extend .color-secondary; + } + } + } + } + + .invoice__meta { + padding: 45px 30px; + + p { + margin-bottom: 0; + } + } + + .pricing_info { + padding: 0 30px 30px; + margin-top: 30px; + text-align: right; + + p { + margin: 0; + color: #000; + line-height: 36px; + } + + .bold { + font-size: 18px; + } + } + + .invoice__detail { + margin-top: 100px; + + table { + display: inline-table; + } + } +} + +/*---- end dashboard statement area ----*/ + +/* DASHBOARD UPLOAD AREA */ +.upload_modules { + @include cardify; + @extend .credit_modules; + + .form-group { + margin-bottom: 30px; + + p { + margin: 0; + } + } + + .custom-radio { + label { + font-size: 16px; + } + } + + &.pricing--info { + .modules__content { + padding: 30px 30px 10px; + } + + .form-group { + .input-group { + position: relative; + + input { + padding-left: 26px; + } + + span { + position: absolute; + left: 15px; + top: 50%; + transform: translateY(-50%); + font-size: 16px; + color: $text-color; + } + } + } + } + + .modules__content { + .pricing-single { + .pricing-wrapper { + p { + color: red; + } + } + } + + .checkbox-outline { + border: 1px solid $border-color; + height: 50px; + border-radius: 3px; + + .toggle-switch .slider { + top: -5px; + left: auto; + right: 20px; + } + + .toggle-switch input:checked+.slider { + @extend .bg-secondary; + } + + .check-confirm { + position: absolute; + top: 50%; + transform: translateY(-50%); + left: 20px; + } + } + } +} + +/* DASHBOARD EDIT PAGE */ +.dashboard-edit { + .product { + .product__thumbnail { + &:before { + display: none; + } + } + + .prod_option { + position: absolute; + top: 20px; + left: 20px; + + &.open { + .options.dropdown-menu { + visibility: visible; + opacity: 1; + } + } + + .setting-icon { + font-size: 20px; + line-height: 45px; + width: 45px; + text-align: center; + background: #000; + color: #fff; + display: inline-block; + @extend .bg-primary; + -webkit-border-radius: 200px; + -moz-border-radius: 200px; + border-radius: 200px; + cursor: pointer; + } + + .options { + position: absolute; + width: 120px; + background: #fff; + padding: 20px; + border-radius: 4px; + opacity: 0; + display: initial; + transition: $transition; + visibility: hidden; + top: calc(100% + 20px); + + &:before { + content: ''; + position: absolute; + bottom: 100%; + left: 10px; + border-bottom: 10px solid #fff; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + } + + ul { + li { + a { + color: #54667a; + padding: 5px 0; + transition: $transition; + display: inline-block; + + span { + margin-right: 5px; + font-size: 14px; + } + + &:hover { + @extend .color-primary; + } + + &.delete:hover { + @extend .color-danger; + } + } + } + } + } + } + } +} + +/* trumboyg*/ +.trumbowyg-button-pane { + background: #e1e7ee; +} + +.trumbowyg-box, +.trumbowyg-editor { + border: none; + min-height: 200px; + background: #f4f5f8; + margin-bottom: 0; +} + +.upload_wrapper { + >p { + font-weight: 500; + margin-top: 0; + color: #000; + margin-bottom: 6px; + font-size: 16px; + + span { + font-size: 15px; + color: #555; + font-weight: 400; + margin-left: 10px; + } + } + + label { + margin-bottom: 0; + } + + .upload-field { + display: flex; + align-items: center; + flex-wrap: wrap; + + .custom_upload { + margin-right: 45px; + flex: 2; + + span i { + margin-right: 8px; + position: relative; + top: 2px; + } + } + + p { + flex: 3; + margin: 0; + } + } +} + +.filter-bar.dashboard_title_area { + padding: 24px 30px; + + .dashboard__title { + h3 { + line-height: 45px; + } + } + + .filter__option { + margin-right: 0; + padding: 0; + + p { + font-size: 18px; + } + } +} + +/*dashboard withdraw page */ +.dashboard-withdraw { + .dashboard_title_area { + padding: 23px 30px; + + h3 { + line-height: 45px; + } + } +} + +.withdraw_module { + @extend .upload_modules; + background: transparent; + + .modules__content { + .subtitle { + font-size: 20px; + line-height: 28px; + font-weight: 400; + + a { + @extend .color-primary; + } + } + } + + .option-single { + padding-bottom: 30px; + border-bottom: 1px solid $border-color; + margin-bottom: 30px; + display: flex; + flex-wrap: wrap; + justify-content: space-between; + align-items: center; + position: relative; + + &:last-child { + border-bottom: 0; + margin-bottom: 0; + } + + .custom-radio { + margin-bottom: 0; + } + + .op_action { + display: flex; + align-items: center; + + .exp_date { + padding-right: 45px; + + &.expired { + color: $red; + } + } + + .ac_btn { + position: absolute; + right: 0; + top: 5px; + + .dropdown-menu { + left: auto !important; + right: 0; + border-radius: 0; + box-shadow: 0 3px 15px rgba(0, 0, 0, 0.13); + border: 0 none; + padding: 15px 0; + + .dropdown-item { + &:hover { + @extend .color-primary; + background: none; + } + } + } + + .dropdown-toggle { + width: 40px; + height: 40px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + transition: $transition-base; + + &:hover, + &:focus { + @extend .bg-primary; + + .svg { + fill: #fff; + } + } + } + + .dropdown-toggle { + &:after { + content: none; + } + + span { + width: 18px; + display: block; + margin-right: -3px; + + .svg { + fill: $text-color; + transition: $transition-base; + width: 14px; + } + } + } + } + } + } + + .custom-radio { + margin-bottom: 10px; + + label { + color: #333; + + .card-name { + margin-left: 20px; + } + + .c_active { + margin-left: 20px; + line-height: 30px; + } + } + + .bold { + font-size: 16px; + } + + &:last-child { + margin-bottom: 0; + } + } + + .withdraw_amount { + margin-top: 15px; + display: flex; + flex-wrap: wrap; + align-items: center; + margin-bottom: 15px; + + .input-group { + width: auto; + position: relative; + + .input-group-addon { + width: auto; + position: absolute; + left: 15px; + font-size: 16px; + top: 50%; + transform: translateY(-50%); + color: $text-color; + } + + input { + width: 235px; + font-weight: 400; + background: #eff1f5; + border: 0 none; + padding-left: 27px; + } + } + + .fee { + display: block; + margin-left: 15px; + color: #555; + } + } + + .button_wrapper { + margin-top: 40px; + + a { + margin-left: 6px; + } + } +} + +.withdraw_history { + padding-bottom: 10px; +} + +.withdraw_table_header { + padding: 33px 25px 30px; + border-bottom: 1px solid $border-color; +} + +.withdraw__table { + tbody { + tr { + td { + + &:nth-child(1), + &:nth-child(2) { + color: $text-color; + } + } + } + } + + thead>tr>th { + padding: 20px 30px; + } +} + +/* end dashboard withdraw page*/ \ No newline at end of file diff --git a/public/theme_assets/sass/modules/_product-single.scss b/public/theme_assets/sass/modules/_product-single.scss new file mode 100644 index 0000000..9586290 --- /dev/null +++ b/public/theme_assets/sass/modules/_product-single.scss @@ -0,0 +1,829 @@ +/* Product single styles */ + +.product-single { + padding: 30px; + background: #fff; + position: relative; + overflow: hidden; + border-radius: 3px; +} + +.product-single .featured-badge { + position: absolute; + line-height: 35px; + width: 200px; + @extend .bg-warning; + text-align: center; + left: -60px; + top: 20px; + transform: rotate(-45deg); + z-index: 2; + color: #333; +} + +.product-single .product-thumb { + position: relative; + border-radius: 4px 4px 0 0; + overflow: hidden; + /* Promotion Badge */ + .s-promotion { + position: absolute; + right: 0; + top: 15px; + @extend .bg-danger; + color: #fff; + line-height: 36px; + padding: 0 20px; + border-radius: 25px 0 0 25px; + z-index: 2; + } + + /* Product rating */ + .product-rating2 { + position: absolute; + padding: 10px 20px; + background: #fff; + border-radius: 0 25px 25px 0; + left: 0; + bottom: 7px; + ul { + li { + font-size: 15px; + @extend .color-warning; + line-height: 0; + } + } + } + + figure { + position: relative; + margin: 0; + img { + width: 100%; + } + ul li a { + &:hover { + color: #fff; + @extend .bg-secondary; + } + } + &:hover { + figcaption { + visibility: visible; + background: rgba(88, 103, 221, 0.9); + ul { + top: 50%; + opacity: 1; + } + } + } + .prod_option { + position: absolute; + top: 20px; + left: 20px; + .dropdown-toggle { + &:after { + content: none; + } + } + .setting-icon { + font-size: 20px; + line-height: 45px; + width: 45px; + text-align: center; + color: #fff; + display: inline-block; + @extend .bg-primary; + -webkit-border-radius: 200px; + border-radius: 200px; + cursor: pointer; + } + .options { + width: 120px; + background: #fff; + padding: 15px 20px; + -webkit-border-radius: 4px; + border-radius: 4px; + -webkit-transition: 0.3s; + -o-transition: 0.3s; + transition: 0.3s; + top: 25px !important; + position: relative; + &:before { + position: absolute; + content: ""; + bottom: 100%; + left: 7%; + border-bottom: 10px solid #fff; + border-right: 10px solid transparent; + border-left: 10px solid transparent; + } + ul li { + padding: 0; + &:focus, &:active, &:hover { + background: none; + } + + a { + color: #54667a; + padding: 2px 0; + -webkit-transition: 0.3s; + -o-transition: 0.3s; + transition: 0.3s; + display: inline-block; + font-size: 14px; + span { + display: inline-block; + padding-right: 5px; + } + &:hover { + @extend .color-primary; + background: none; + } + &.delete:hover { + @extend .color-danger; + } + } + } + + } + + } + figcaption { + position: absolute; + width: 100%; + left: 0; + top: 0; + height: 100%; + background: rgba(88, 103, 221, 0); + visibility: hidden; + transition: $transition; + border-radius: 4px 4px 0 0; + z-index: 1; + ul { + position: absolute; + width: 100%; + top: 65%; + transform: translateY(-50%); + left: 0; + text-align: center; + transition: $transition; + opacity: 0; + li { + display: inline-block; + a { + display: block; + background: #fff; + @extend .color-primary; + padding: 15px 20px; + border-radius: 3px; + } + &:first-child { + margin-right: 10px; + } + } + } + } + } +} + +.product-excerpt { + padding: 10px 0 0; + h3 { + margin: 15px 0 13px 0; + padding-bottom: 0 !important; + line-height: 30px; + text-align: left; + a { + color: $title-color; + &:hover { + @extend .color-primary; + } + } + } + ul.titlebtm { + display: flex; + justify-content: flex-start; + align-items: center; + flex-wrap: wrap; + li { + color: #b8bece; + margin-bottom: 8px; + &:last-child { + margin-right: 0; + margin-left: 10px; + } + img, p { + display: inline-block; + margin-bottom: 0; + } + img { + margin-right: 5px; + width: 25px; + height: 25px; + } + a { + color: $text-color2; + &:hover { + @extend .color-primary; + } + } + } + } + .product-facts { + padding-top: 20px; + margin-top: 12px; + border-top: 1px solid #ebedf2; + display: flex; + align-items: center; + flex-wrap: wrap; + li { + margin-right: 15px; + &:last-child { + margin-right: 0; + } + &.price { + @extend .color-primary; + line-height: 30px; + padding: 0 10px; + font-size: 16px; + background: rgba($primary, 0.08); + border-radius: 3px; + } + &.sells { + color: $title-color; + span { + padding-right: 10px; + color: $text-color2; + } + } + &.product-fav { + position: relative; + margin-left: 15px; + &::before { + position: absolute; + content: ""; + height: 20px; + width: 1px; + background: #ececec; + left: -15px; + top: 0; + } + span { + color: $text-color2; + padding: 0 5px; + cursor: pointer; + } + } + &.product-rating { + margin-left: auto; + @include xxs{ + margin-left: unset; + margin-top: 10px; + margin-bottom: 10px; + } + ul { + display: flex; + align-items: center; + li { + display: flex; + margin-right: 1px; + span { + &.rate_active{ + &:before{ + content: '\f318'; + font-family: "LineAwesome"; + } + } + &.rate_disabled{ + &:before{ + content: '\f31b'; + font-family: "LineAwesome"; + } + } + @extend .color-warning; + } + &.total-rating { + color: $text-color2; + } + } + } + } + } + } +} + +.single--vendor .product-excerpt ul.titlebtm li { + margin-left: 0; +} + +.more-item-btn { + text-align: center; + margin-top: 50px; +} + +/* Featured Products 2 */ +.featured-products2 { + border-bottom: 1px solid $border-color; + .product-single { + padding: 0; + .product-excerpt { + border: 1px solid $border-color; + } + } +} + +/*************************************** + START SINGLE PRODUCT DESCRIPTION AREA +****************************************/ +.single-product-desc { + padding: 100px 0; +} + +.single-product-desc2 { + .item-navigation { + text-align: center; + border-bottom: 1px solid $border-color; + } + .item-info { + padding: 0 30px 30px; + } + .sidebar--single-product .card-pricing .price { + box-shadow: none; + } + .item-info .tab-content #product-details .item_social_share { + border-top: 1px solid $border-color; + p, img { + margin-bottom: 0; + } + .social { + ul { + padding-bottom: 0; + li:before { + display: none; + } + } + } + } +} + +/* ********* items preview area ********** */ +.item-prev-area { + position: relative; + .prev-nav { + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); + padding: 0 30px; + width: 100%; + display: flex; + justify-content: space-between; + } +} +.item-preview--excerpt{ + padding: 0 30px 30px; +} +.item__preview-img{ + position: relative; +} +.item-preview { + padding:0; + .prev-slide img { + border-radius: 4px 4px 0 0; + } + img { + max-width: 100%; + } + @extend .sidebar-card; + .item__preview-thumb { + padding: 30px 30px 0; + .thumb-slider { + width: 100%; + } + .item-thumb { + margin-right: 3px; + cursor: pointer; + outline: 0; + text-align: center; + } + } + .prev-nav { + span { + line-height: 40px; + font-size: 13px; + padding: 0 15px; + background: #fff; + cursor: pointer; + display: inline-block; + border-radius: 3px; + @include focusOnClick($secondary); + &:hover { + @extend .bg-primary; + transition: $transition; + color: #fff; + } + } + span + span { + margin-left: 16px; + } + } + + .item-preview--action { + border-top: 1px solid $border-color; + padding-top: 30px; + margin-top: 30px; + text-align: center; + a + a { + margin-left: 25px; + } + &.border-none { + padding-top: 0; + } + } + + .item_social_share { + padding-top: 30px; + text-align: center; + p { + margin-right: 30px; + display: inline-block; + img { + width: 20px; + } + span { + display: inline-block; + vertical-align: middle; + line-height: 20px; + } + } + } + + /* item preview2 style */ + &.item-preview2 { + .item-preview--action { + padding-top: 0; + border-top: 0; + border-bottom: 1px solid $border-color; + padding-bottom: 30px; + } + } +} +/* Item Activity */ +.item-preview--activity { + display: flex; + justify-content: space-between; + margin-top: 30px; + padding-top: 30px; + border-top: 1px solid $border-color; + + @include md{ + margin: -15px; + flex-wrap: wrap; + justify-content: center; + margin-top: 30px; + } + .activity-single { + padding: 10px 0; + width: calc(40% - 60px); + margin-right: 30px; + border: 3px solid $border-color; + border-radius: 3px; + text-align: center; + display: flex; + flex-direction: column; + justify-content: center; + @include md{ + width: unset; + padding: 10px 30px; + margin: 15px; + } + &:last-child { + margin-right: 0; + } + p { + font-size: 15px; + font-weight: 300; + margin: 0; + span { + @extend .color-primary; + margin-right: 8px; + } + &:last-child { + font-weight: 400; + color: $title-color; + font-size: 18px; + margin-top: 5px; + } + } + ul { + display: flex; + justify-content: center; + margin-top: 7px; + li { + color: $text-color2; + &:first-child { + margin-right: 7px; + @extend .color-warning; + } + } + } + } +} + +/* ********* items detail information area ********** */ +.item-info { + border: 1px solid $border-color; + border-radius: 4px; + background: #fff; + .tab-content-wrapper { + padding: 30px 30px 0; + } +} + +.tab-content-wrapper { + padding: 30px; +} + +#product-details { + h1 { + padding-bottom: 35px; + } + h2 + p, p:last-child { + margin-bottom: 62px; + } + img { + margin-bottom: 35px; + margin-top: 5px; + width: 100%; + } + h3 { + padding-bottom: 20px; + line-height: normal; + } + li { + font-size: 16px; + line-height: 34px; + } + .item_social_share { + img { + margin-bottom: 0; + } + } + .social { + ul li:before { + display: none; + } + } + ol { + padding-left: 20px; + padding-bottom: 30px; + margin-bottom: 0; + li { + list-style: decimal; + color: $text-color2; + font-weight: 300; + } + } + ul { + padding-bottom: 30px; + li { + position: relative; + padding-left: 20px; + color: $text-color2; + font-weight: 300; + &:before { + position: absolute; + content: ""; + width: 6px; + height: 6px; + border-radius: 50%; + left: 0; + top: 13px; + background: #b8bece; + } + } + } + iframe { + width: 100%; + } +} + +/* ********* items comment area********** */ +.thread { + .thread-list { + .single-thread { + border-bottom: 1px solid $border-color; + &:last-child { + border-bottom: 0 none; + } + .media { + padding: 30px 30px 26px; + } + .media-left { + padding-right: 19px; + a { + display: inline-block; + height: 70px; + width: 70px; + img { + max-width: 100%; + } + } + } + .media-body { + .media-heading, .comment-tag { + display: inline-block; + } + .media-heading { + h4 { + margin-bottom: 5px; + line-height: 26px; + } + span { + color: #7e7e7e; + font-size: 15px; + line-height: 26px; + } + } + .comment-tag { + vertical-align: top; + font-size: 12px; + color: #fff; + line-height: 28px; + text-transform: capitalize; + border-radius: 3px; + font-weight: 400; + padding: 0 10px; + margin-left: 15px; + &.buyer { + @extend .bg-secondary; + } + &.author { + @extend .bg-primary; + } + } + a.reply-link { + float: right; + display: inline-block; + font-size: 16px; + @extend .color-primary; + padding-top: 18px; + &:hover { + @extend .color-secondary; + } + } + p { + padding-top: 14px; + margin-bottom: 0; + } + } + + /* nested comment area css */ + .depth-2 { + margin-left: 93px; + border-top: 1px solid $border-color; + border-bottom: 0; + } + } + } + + /* ********* items review area********** */ + &.thread_review { + .thread-list { + .single-thread { + &.depth-2 { + .media-body .media-heading { + display: inline-block; + span { + margin: 0; + } + } + } + .media-body { + position: relative; + .media-heading { + display: block; + a { + display: inline-block; + } + span { + margin-left: 20px; + } + .rev_item { + margin-left: 15px; + @extend .color-secondary; + } + + } + p { + padding-top: 18px; + } + .rating { + display: inline-block; + } + } + } + + .review_tag { + background: rgba($primary, 0.2); + border-radius: 3px; + line-height: 25px; + padding: 0 10px; + display: inline-block; + color: #222; + font-weight: 400; + margin-left: 10px; + font-size: 13px; + } + + } + } + + /* thread review2 */ + &.thread_review2 { + border: 1px solid $border-color; + background: #fff; + border-radius: 4px; + .rev_time { + font-size: 15px; + color: #7e7e7e; + line-height: 26px; + margin-left: auto; + } + } +} + +/* comment reply form */ +.comment-reply-form { + textarea { + height: 79px; + border: 1px solid $border-color; + resize: none; + border-radius: 4px; + padding: 15px; + } + button { + margin-top: 20px; + } +} + +.comment-form-area { + padding: 30px 30px 0; + h4 { + line-height: 26px; + padding-bottom: 30px; + } + .media-left { + padding-right: 15px; + } + .comment-form { + @extend .comment-reply-form; + } + .support__comment { + .trumbowyg-box { + margin-top: 0; + } + } +} + +/* ********* item support area ********** */ +.support { + .support__title { + padding: 30px; + border-bottom: 1px solid $border-color; + h3 { + line-height: 26px; + padding-bottom: 0; + } + } + .support__form { + padding: 30px 30px 0; + .usr-msg { + p { + color: #333; + margin-bottom: 26px; + a { + @extend .color-primary; + } + } + } + label { + font-size: 16px; + line-height: 32px; + margin-bottom: 15px; + } + } +} + +/* ********* related item area ********** */ +.more_product_area { + border-top: 1px solid $border-color; + .section-title h2 { + margin-bottom: 0; + span { + @extend .color-primary; + } + } +} +/* END PRODUCT DESCRIPTION AREA */ \ No newline at end of file diff --git a/public/theme_assets/sass/modules/modules.scss b/public/theme_assets/sass/modules/modules.scss new file mode 100644 index 0000000..1795e19 --- /dev/null +++ b/public/theme_assets/sass/modules/modules.scss @@ -0,0 +1,5 @@ +@import "../mixins/functions"; +@import "../../../vendor_assets/css/bootstrap/config.bs"; + +@import "dashboard"; +@import "product-single"; diff --git a/public/theme_assets/sass/responsive.scss b/public/theme_assets/sass/responsive.scss new file mode 100644 index 0000000..0309533 --- /dev/null +++ b/public/theme_assets/sass/responsive.scss @@ -0,0 +1,1843 @@ +/***************************** + RESPONSIVE +*****************************/ +/**/ +/*this is responsive scss*/ +$tablet: 768px; +$laptop: 1070px; +$ipad: 992px; + +/* 1200 TO 1399 */ +@media (min-width: 1200px) and (max-width: 1399px) { + .has_megamenu .dropdown_megamenu { + width: 150%; + } + .mainmenu__menu .navbar-nav > li { + margin-right: 30px; + } + .top-menu-area .logo-top { + padding-right: 25px; + } + .top-menu-area .d_menu { + padding-left: 25px; + } +} + + +@media (min-width: 991px) { + .mainmenu__menu .navbar-nav > li > a span{ + display: none; + } + } + +/* 992 TO 1199 */ +@media (min-width: $ipad) and (max-width: 1199px) { + .mobile_content { + display: flex; + justify-content: flex-end; + .menu_icon { + display: inline-block; + } + } + .author-area { + display: none; + } + .top-menu-area .menu-fullwidth .author-menu { + flex: inherit; + margin-right: 20px; + } + + /* menu area scss */ + .mainmenu__menu .navbar-nav > li { + margin-right: 30px; + } + .has_megamenu .dropdown_megamenu { + width: 100%; + } + .searc-wrap input { + width: 300px; + } + .search_box .text_field { + width: 100%; + } + .search_box .search__select { + width: 50%; + } + .search_box .search-btn { + min-width: 190px; + } + .search_box2 .text_field { + flex: 2; + } + .product-excerpt .product-facts li.product-fav { + margin-left: 0; + } + .product-excerpt .product-facts li { + margin-right: 5px; + } + .product-excerpt .product-facts li.product-fav::before { + content: none; + } + .dashboard_menu_area .dashboard_menu { + justify-content: flex-start; + li { + margin-right: 30px; + &:last-child { + margin-right: 0; + } + } + } + + .cta2 .cta-content { + display: block; + text-align: center; + } + .cta-content .cta-text h2 { + line-height: 15px; + } + .cta-content .cta-text { + margin-bottom: 30px; + } + .blog--card .blog__meta .comment_view { + text-align: left; + padding-left: 10px; + p.view { + margin-left: 10px; + } + } + .featured_event .countdown li { + padding: 15px 15px; + } + .featured_event .date_place, + .featured_event h1 { + margin-bottom: 20px; + } + .single_speaker .speaker__thumbnail { + width: 150px; + height: 150px; + } + .single_speaker .speaker__detail { + width: calc(100% - 150px); + } + .author-card .author-infos .author-btn .btn:first-child { + margin-bottom: 15px; + } + .author-card .author-infos { + padding: 15px; + } + .clients-logo .logo-single { + width: 25%; + text-align: center; + } + .section-title p { + padding: 0 130px; + } + .product-excerpt h2 a { + line-height: 30px; + } + .latest-single .product-excerpt { + padding: 20px; + } + .go_top { + right: calc((100% - 991px) / 2); + } + .product-slide-area .owl-nav { + position: relative; + top: 0; + display: flex; + justify-content: center; + margin-top: 50px; + z-index: 1; + } + .product-slide-area .owl-nav .owl-prev, .product-slide-area .owl-nav .owl-next { + float: none !important; + margin: 0; + } + .product-slide-area .owl-nav .owl-prev { + margin-right: 20px; + } + .messaging_sidebar .messaging__header { + padding: 25px; + } + .card_style2 .card_style2__location_type { + margin-bottom: 0; + p, .type { + margin-bottom: 15px; + } + } + .credit_modules .modules__content .amounts ul li p { + font-size: 25px; + line-height: 55px; + padding: 0 17px; + } + .dwqa-container .dwqa-questions-archive .dwqa-questions-list .dwqa-question-stats { + position: static; + left: 0; + top: 0; + transform: none; + margin-top: 20px; + } + .google_map .location_address { + left: calc((100vw - 930px) / 2); + } + .featured_event .featured_event_detail { + padding-left: 0; + } +} + +/* 991 */ +@media (max-width: $ipad - 1) { + + .top-menu-area .menu-fullwidth { + justify-content: space-between; + position: relative; + } + .top-menu-area .menu-fullwidth .logo-wrapper { + width: auto; + order: 1; + .logo-top { + justify-content: center; + } + } + .top-menu-area .menu-fullwidth .menu-container { + order: 0; + flex: inherit; + margin-top: 0; + } + .top-menu-area .menu-fullwidth .author-menu { + order: 2; + flex: inherit; + } + .logo { + padding: 10px 14px; + } + .top-menu-area .d_menu { + padding-left: 15px; + } + .top-menu-area .d_menu .navbar { + position: static; + } + .menu--light .mainmenu__menu .navbar-toggler { + border-color: #bababa; + } + .menu--light .mainmenu__menu .navbar-toggler .icon-menu { + color: #bababa; + } + + /* MOBILE MENU AREA */ + .navbar-header { + .navbar-toggle { + z-index: 5; + float: left; + span { + font-size: 22px; + width: 40px; + line-height: 40px; + background: #fff; + display: inline-block; + border-radius: 5px; + color: #000; + border: 1px solid $border-color; + } + } + .mainmenu__search { + position: relative; + z-index: 1; + padding: 18px 0; + .searc-wrap { + input { + width: 210px; + line-height: 40px; + } + } + } + } + .mainmenu__menu { + min-height: 0; + .navbar-collapse { + .navbar-nav { + margin: 0; + } + position: absolute; + top: 100%; + left: 0; + width: 100%; + z-index: 5; + height: 280px; + background: #fff; + padding: 15px 15px 0; + overflow: scroll; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); + } + .navbar-nav > li { + display: block; + padding: 0; + margin-right: 0; + a { + line-height: 40px; + } + } + .has_dropdown, .has_megamenu { + .dropdown, .dropdown_megamenu { + position: initial; + display: none; + box-shadow: 0 0 0; + opacity: 1; + padding: 5px; + visibility: visible; + transition: 0s; + ul { + li a { + line-height: 35px; + } + } + } + & a{ + display: block; + position: relative; + &:before{ + content: none; + } + span { + position: absolute; + right: 0; + top: 50%; + -webkit-transform: translateY(-50%); + -moz-transform: translateY(-50%); + -ms-transform: translateY(-50%); + -o-transform: translateY(-50%); + transform: translateY(-50%); + display: inline-block; + cursor: pointer; + line-height: normal; + } + } + } + .has_megamenu .dropdown_megamenu { + display: none; + &.contained { + width: 100%; + } + } + .megamnu_module { + float: none; + .menu_items { + display: block; + } + } + } + .menu--light .mainmenu__menu .navbar-nav > li > a { + color: inherit; + } + .mainmenu__menu { + padding: 15px 0; + .navbar-toggler { + border: 1px solid $text-color2; + padding: 3px; + } + .icon-menu { + line-height: 30px; + color: $text-color2; + } + } + .logo img { + width: 70%; + } + .top-menu-area .logo-top { + padding: 10px 0; + } + .mobile_content .menu_icon { + position: relative; + right: 15px; + top: 0; + transform: none; + } + .megamnu_module .menu_items .menu_column { + width: 100%; + } + .megamnu_module .menu_items { + overflow: scroll; + height: 180px; + } + .searc-wrap { + position: relative; + display: none; + } + .sidebar .sidebar-card .searc-wrap { + display: block; + } + + .has_megamenu .dropdown_megamenu { + width: 100%; + } + + .mobile_content { + display: flex; + justify-content: flex-end; + .menu_icon { + display: inline-block; + } + } + .author-area { + display: none; + } + .top-menu-area .menu-fullwidth .logo-wrapper { + width: 50%; + } + .top-menu-area .logo-top { + border-right: 0 none; + } + .top-menu-area .d_menu { + padding-left: 20px; + } + + /* Hero Search */ + .search-area .text_field, .search-area .search__select { + margin-right: 0; + } + .search-area .search__select { + width: 42%; + margin-left: 10px; + margin-right: 10px; + } + .search_box .search-btn { + float: none; + width: auto; + } + .search_box form { + flex-wrap: wrap; + justify-content: center; + } + .search_box .search__select span { + top: 40%; + } + .search_box .text_field { + width: 50%; + } + + /* section title */ + .section-title p { + padding: 0; + } + + /* latest product */ + .product-excerpt .product-facts li.product-fav { + margin-left: 10px; + } + .product-list .pagination-2 { + margin-bottom: 0; + } + + /* Footer */ + .footer-menu { + padding-left: 0; + } + + .dashboard_menu_area .dashboard_menu { + justify-content: flex-start; + padding: 30px 0 20px 0; + li { + margin-right: 30px; + margin-bottom: 10px; + &:last-child { + margin-right: 0; + } + } + } + .dashboard_menu_area .dashboard_menu li a { + line-height: 30px; + } + .cta2 .cta-content { + display: block; + text-align: center; + } + .cta-content .cta-text h2 { + line-height: normal; + } + .cta-content .cta-text { + margin-bottom: 30px; + } + .user_area .user_single .user__status { + margin-top: 30px; + } + .user_area .user_single .user__short_desc, + .user_area .user_single .user__meta, + .user_area .user_single .user__status { + max-width: 100%; + display: block; + margin-right: 0; + border: 0 none; + } + .user_area .user_single .user__meta, + .user_area .user_single .user__status { + margin-left: 86px; + } + .card_style2 .save_job { + right: 20px; + } + .content_block5_content { + margin-bottom: 30px; + } + .product_archive h4 { + padding: 15px 0; + } + .product_archive .add_info { + padding-left: 0; + } + .single_product .product__additional_info { + padding-left: 0; + margin: 15px 0 10px 0; + } + .single_product .product__price_download { + display: flex; + align-items: center; + } + .single_product .product__price_download .item_price span { + padding: 0 20px 0 0; + } + .contact_form { + border: 0 none; + } + .single_product .product__description .short_desc { + width: 100%; + } + .product__price_download .item_action .btn--md { + max-width: 100% !important; + } + .single_product { + padding: 30px; + } + .dashboard-area .single_product .product__description { + margin-bottom: 30px; + } + .dashboard-area .single_product .product__description .short_desc { + width: auto; + } + .upload_sidebar { + margin-top: 30px; + } + .featured_event .col-md-12 { + padding-right: 0; + } + .featured_event .event_img { + margin-bottom: 0; + padding-right: 0; + img { + width: 100%; + } + } + .featured_event .featured_event_detail { + padding: 30px; + } + .event_module .list_item { + width: 100%; + } + .how_it_works_module .area_image { + margin: 20px 0; + } + .job_detail_module .job__content .informations li { + width: 50%; + } + .dwqa-container .dwqa-questions-archive .dwqa-questions-list .dwqa-question-stats { + position: relative; + right: auto; + top: auto; + transform: translateY(0); + margin: -7.50px; + margin-top: 40px; + span{ + margin: 7.50px; + } + } + .pricing-wrapper .package-single { + padding: 20px 20px 25px; + } + .product-excerpt h2 a { + line-height: 30px; + } + + .author-social { + margin-top: 30px; + width: 100%; + ul { + display: flex; + flex-wrap: wrap; + justify-content: center; + li { + margin-right: 30px; + margin-left: 0; + &:last-child { + margin-right: 0; + } + } + } + } + .go_top { + right: calc((100% - 780px) / 2); + } + .product-filter-area { + margin-bottom: 25px; + .filter-bar .filter__option { + padding: 0 0 15px 0; + } + } + .statistics_module { + .dashboard__title { + h4 { + flex: 1; + width: 100%; + } + #stat_legend { + margin-top: 15px; + flex: auto; + width: 100%; + } + .select-wrap { + justify-content: flex-start; + display: inline-flex; + flex: auto; + margin-top: 15px; + span { + position: relative; + margin-top: 10px; + } + select { + padding-left: 0; + } + } + } + } + .statistics_module #stat_legend ul { + justify-content: flex-start; + li { + margin-right: 0; + } + } + .m-bottom-md { + margin-bottom: 40px !important; + } + .m-top-md { + margin-top: 40px; + } + .p-bottom-sm{ + padding-bottom: 30px !important; + } + + .single_speaker .speaker__thumbnail { + width: 150px; + height: 150px; + margin: 0 auto; + display: block; + text-align: center; + margin-bottom: 20px; + img { + display: inline-block; + } + } + .single_speaker .speaker__detail { + width: 100%; + text-align: center; + padding-left: 0; + } + .tab4 .item-navigation { + width: 30%; + } + .tab4 .tab-content { + width: 70%; + margin-top: 10px; + } + .sidebar--single-product { + margin-top: 60px; + } + .sidebar--single-product .sidebar-card.card-pricing .purchase-button { + display: flex; + .btn { + margin: 0 5px !important; + } + } + .author-card .author-infos .author-btn { + justify-content: flex-start; + .btn { + margin-right: 10px; + &:last-child { + margin-right: 0; + } + } + } + .author-profile .author-stats ul li { + margin-bottom: 15px; + } + .chat_area { + margin-top: 30px; + } + .chat_area .chat_area--conversation .body { + padding-left: 0 !important; + } + .profile_images .profile_image_area .upload_btn { + margin-top: 15px; + } + .product_archive .single_product .product__additional_info { + margin: 0 0 30px 0; + } + .filter-bar.filter-bar2 .filter__option { + padding: 0 0 30px 0; + } + .filter-bar.filter-bar2 .filter--text, + .filter-bar.filter-bar2 .filter--select { + padding: 0; + } + .credit_modules .modules__content.credit--contents { + display: block; + } + .credit_modules .modules__content .amounts { + margin-bottom: 30px; + } + .credit_modules .modules__content .amounts ul li p { + font-size: 25px; + line-height: 55px; + padding: 0 17px; + } + .credit_modules .modules__content .subtitle { + margin-bottom: 15px; + } + .payment_module .payment_tabs .tab-pane { + padding-bottom: 0; + } + .dashboard_statement_area .dashboard_title_area .dashboard__title h3 { + margin-bottom: 15px; + } + .withdraw_module .option-single.active .op_action { + margin: 15px 0 0 35px; + } + .support--sidebar { + margin-top: 45px; + } + .support--sidebar .sidebar-card:last-child { + margin-bottom: 0; + } + .how_it_works { + .how_it_works_module { + padding: 100px 0; + } + } + .content_block1 .content_area .content_area--title, + .content_block2 .content_area .content_area--title { + margin-bottom: 25px; + } + .testimonial-slider .owl-nav { + display: none !important; + } + .affliate_rule_module { + margin-top: 0; + } + .badges.community-badges .author-badges .badge-single { + width: 33.3333%; + } + //testimonial + .testimonial2 { + padding: 80px 0 110px 0; + .section-title h1 { + margin-bottom: 0; + } + } + .slider-for .tsingle p { + font-size: 18px; + line-height: 32px; + margin: 20px 0 30px 0; + } + .about_hero { + padding: 120px 0; + } + .content_block1{ + padding: 50px 0; + } + .content_block2{ + padding: 80px 0; + } + .author-info-tabs ul.nav li a{ + padding: 0 20px; + } +} + +/* 768 TO 992*/ +@media (min-width: $tablet) and (max-width: $ipad - 1px) { + /*--------------- General scss goes here -------------- */ + /* search area */ + .search-area { + .search_box { + text-align: center; + padding: 30px; + .search-btn { + margin-top: 0; + } + } + .text_field { + margin-bottom: 20px; + } + .search_box2 { + .text_field { + margin-bottom: 0; + } + } + } + + .hero-area2 .search_box .search-btn { + margin-top: 0; + } + .hero-area2 .search_box .text_field { + margin-bottom: 0; + } + + /* hero area */ + .hero-content { + .hero__content__title h1 { + font-size: 50px; + line-height: 60px; + } + } + .hero-area4, .hero-area2 { + .hero-content { + .hero__content__title h1 { + font-size: 36px; + line-height: normal; + margin-bottom: 30px; + } + } + } + + /* Top Menu */ + .searc-wrap input { + width: 100%; + } + .top-menu-area .logo-top { + display: flex; + align-items: center; + height: 90%; + } + .author-area__seller-btn { + padding: 0 10px; + font-size: 14px; + } + + /* Testimonial Carousel */ + span.slick-prev { + left: 0; + top: auto; + bottom: 0; + z-index: 1; + } + span.slick-next { + right: 0; + top: auto; + bottom: 0; + z-index: 1; + } + + /* Clients logo */ + .clients-logo .logo-single { + width: 33.3333%; + text-align: center; + } + + /* Featured Product Slider */ + .product-excerpt .product-facts li { + margin-right: 10px; + } + .product-excerpt .product-facts li.product-rating ul li.total-rating { + display: none; + } + .product-excerpt .product-facts li.product-fav::before { + left: -5px; + } + + .product-slide-area .owl-nav { + position: relative; + top: 0; + display: flex; + justify-content: center; + margin-top: 50px; + z-index: 1; + } + .product-slide-area .owl-nav .owl-prev, .product-slide-area .owl-nav .owl-next { + float: none !important; + margin: 0; + } + .product-slide-area .owl-nav .owl-prev { + margin-right: 20px; + } + .google_map .location_address { + left: calc((100vw - 750px) / 2); + } + + .messaging_sidebar .messaging__contents .messages .message { + padding: 15px; + } + .messaging_sidebar .messaging__contents .messages .message_data .time { + position: relative; + font-size: 13px; + top: 5px; + } + .chat_area .chat_area--conversation .body { + padding-left: 30px; + } + .chat_area .message_composer .attached-files li { + margin-bottom: 15px; + } + .chat_area .message_composer .btns { + margin-top: 15px; + } + .messaging_sidebar .messaging__header .messaging_action .btn { + padding: 0 15px; + .text { + display: none; + } + } + .messaging_sidebar .messaging__header { + padding: 15px; + } + .messaging_sidebar .messaging__header .messaging_action .icon-refresh { + display: none; + } + .r-padding { + padding-right: 50px; + } + .l-padding { + padding-left: 50px; + } + .author-profile .author-social ul li.split{ + width: 33.33%; + } +} + + +/* 767 */ +@media screen and (max-width: $tablet - 1) { + + /* typography */ + h1 { + font-size: 30px; + } + h2 { + font-size: 26px; + } + h3 { + font-size: 22px; + } + + /*-------------- general scss ----------------*/ + + .top-menu-area .menu-fullwidth { + justify-content: space-between; + position: relative; + } + .top-menu-area .menu-fullwidth .logo-wrapper { + width: auto; + order: 1; + } + .top-menu-area .menu-fullwidth .menu-container { + order: 0; + flex: inherit; + margin-top: 0; + } + .top-menu-area .menu-fullwidth .author-menu { + order: 2; + flex: inherit; + } + .logo { + padding: 10px 14px; + } + .top-menu-area .d_menu { + padding-left: 15px; + } + .top-menu-area .d_menu .navbar { + position: static; + } + + /* MOBILE MENU AREA */ + .navbar-header { + .navbar-toggle { + z-index: 5; + float: left; + span { + font-size: 22px; + width: 40px; + line-height: 40px; + background: #fff; + display: inline-block; + border-radius: 5px; + color: #000; + border: 1px solid $border-color; + } + } + .mainmenu__search { + position: relative; + z-index: 1; + padding: 18px 0; + .searc-wrap { + input { + width: 210px; + line-height: 40px; + } + } + } + } + .mainmenu__menu { + min-height: 0; + .navbar-collapse { + .navbar-nav { + margin: 0; + } + position: absolute; + top: 100%; + left: 0; + width: 100%; + z-index: 5; + height: 280px; + background: #fff; + padding: 15px 15px 0; + overflow: scroll; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); + } + .navbar-nav > li { + display: block; + padding: 0; + margin-right: 0; + a { + line-height: 40px; + } + } + .has_dropdown, .has_megamenu { + .dropdown, .dropdown_megamenu { + position: initial; + display: none; + box-shadow: 0 0 0; + opacity: 1; + padding: 5px; + visibility: visible; + transition: 0s; + ul { + li a { + line-height: 35px; + } + } + } + & a span { + float: right; + display: inline-block; + cursor: pointer; + line-height: normal; + } + } + .has_megamenu .dropdown_megamenu { + display: none; + &.contained { + width: 100%; + } + } + .megamnu_module { + float: none; + .menu_items { + display: block; + } + } + } + .menu--light .mainmenu__menu .navbar-nav > li > a { + color: inherit; + } + .mainmenu__menu { + padding: 15px 0; + .navbar-toggler { + border: 1px solid $text-color2; + padding: 3px; + } + .icon-menu { + line-height: 30px; + color: $text-color2; + } + } + .logo img { + width: 70%; + } + .menu--light .top-menu-area .logo-top, + .top-menu-area .logo-top { + padding: 10px 0; + } + .mobile_content .menu_icon { + position: relative; + right: 15px; + top: 0; + transform: none; + } + .megamnu_module .menu_items .menu_column { + width: 100%; + } + .megamnu_module .menu_items { + overflow: scroll; + height: 180px; + } + .searc-wrap { + position: relative; + display: none; + } + .sidebar .sidebar-card .searc-wrap { + display: block; + } + + .dashboard_menu_area { + padding: 20px 0; + .menu-toggler { + background: none; + color: #bfcad7; + border: 1px solid #bfcad7; + display: flex; + align-items: center; + padding: 10px 15px; + border-radius: 3px; + span { + padding-right: 10px; + } + } + .dashboard_menu { + display: block; + height: 0; + overflow: hidden; + transition: $transition-base; + position: absolute; + width: 100%; + left: 0; + top: 60px; + background: #6645f6; + z-index: 2; + padding: 0 20px; + &.active { + height: 250px; + overflow: scroll; + padding: 15px 20px 10px; + } + } + } + + /*--------------- components sccs ---------------*/ + /*btn*/ + .btn--lg { + min-width: 165px; + line-height: 50px; + } + .m-bottom-sm{ + margin-bottom: 20px; + } + span.slick-prev, span.slick-next { + display: none !important; + } + /* Hero Area */ + .hero__content__title h1 { + font-size: 45px; + line-height: 60px; + } + .search_box .text_field, + .search_box .search__select { + width: 100%; + margin-bottom: 15px; + margin-left: 0; + margin-right: 0; + } + .mobile_content { + margin-right: 0; + } + .hero-area2 .search_box .text_field { + margin-bottom: 0; + } + .hero-area2, .hero-area4 { + .hero__content__title h1 { + font-size: 36px; + line-height: normal; + margin-bottom: 30px; + } + } + .search-area .text_field { + margin-right: 0; + } + .search_box .search__select span { + top: 50%; + } + .hero-area2 .search_box .search-btn { + margin-top: 20px; + } + .hero-area2 .search_box .text_field, + .hero-area2 .search_box .search-btn { + border-radius: 3px; + } + + /* Newest Products */ + .product-single .product-thumb figure img { + width: 100%; + } + + /* Counter Up area */ + .counter-up .counter { + width: 50%; + flex: auto; + &:nth-child(1), &:nth-child(2) { + margin-bottom: 50px; + } + } + + /* How It Works Area */ + .working-process .step-single .step-text, + .working-process .step-single .step-image { + padding-left: 15px; + padding-right: 15px; + text-align: center; + div { + width: 100%; + } + } + .working-process .step-single .step-text h2 { + margin: 20px 0; + } + .working-process .step-single .step-count:before { + content: none; + } + .working-process .step-single .step-count span:last-child { + bottom: -20px; + } + + /* Call To Action */ + .cta .cta-divider { + margin: 50px 0; + } + + /* Clients Logo */ + .clients-logo .logo-single { + width: 50%; + text-align: center; + } + .product-slide-area .owl-nav { + position: relative; + top: 0; + display: flex; + justify-content: center; + margin-top: 50px; + z-index: 1; + } + .product-slide-area .owl-nav .owl-prev, .product-slide-area .owl-nav .owl-next { + float: none !important; + margin: 0; + } + .product-slide-area .owl-nav .owl-prev { + margin-right: 15px; + } + .product-excerpt .product-facts li.product-rating ul li.total-rating { + display: none; + } + .product-excerpt .product-facts li.product-fav::before { + left: -5px; + } + + .timeline { + .happening { + &:nth-child(2n+2) { + .happening--detail { + padding: 50px 30px 0 0; + } + } + .happening--period { + padding: 45px 30px 0 0; + } + .happening--detail { + padding: 45px 0 0 30px; + } + } + } + .gallery_area .gallery_contents h3 { + font-size: 28px; + line-height: 40px; + margin-bottom: 20px; + } + .dashboard_contents .dashboard_title_area .date_area .input_with_icon { + margin-bottom: 10px; + } + .withdraw_module .payment-method-module { + margin-bottom: 30px; + } + .featured_event .countdown { + text-align: center; + li { + margin: 0 15px 15px 15px; + } + } + .google_map .location_address { + position: initial; + top: auto; + left: auto; + transform: translate(0); + text-align: center; + width: 100%; + } + .google_map .location_address .addres_module { + background: #f7f7f7; + } + .single_speaker { + width: 100%; + margin-bottom: 80px; + &:last-child{ + margin-bottom: 50px; + } + } + .single_speaker:nth-child(2n+1), .single_speaker:nth-child(2n+2) { + padding-left: 0; + padding-right: 0; + } + .single_speaker .speaker__thumbnail { + width: 150px; + height: 150px; + margin: 0 auto; + display: block; + text-align: center; + margin-bottom: 15px; + img { + display: inline-block; + } + } + .single_speaker .speaker__detail { + width: 100%; + text-align: center; + padding-left: 0; + .ocuup{ + margin-bottom: 10px; + } + .speaker_social{ + margin-top:20px; + } + } + .event_module .event_module__title { + text-align: left; + } + + .job_detail_module .job__content .informations li { + width: 100%; + } + + .chat_area { + margin-top: 30px; + } + .notifications_module .notification .notification__icons { + .icon-close { + position: absolute; + right: 30px; + top: 30px; + } + } + .single-product-desc ul.nav-tabs { + li { + flex: auto; + width: 50%; + } + } + .item-preview .item-activity { + flex-wrap: wrap; + } + .item-preview .item-activity .activity-single { + margin-right: 0; + width: 100%; + margin-bottom: 15px; + } + .dwqa-container .dwqa-questions-archive .dwqa-question-filter { + flex-wrap: wrap; + justify-content: flex-start; + } + .dwqa-container .dwqa-questions-archive .dwqa-question-filter select#dwqa-sort-by { + margin-left: 0; + margin-top: 15px; + } + .pricing-wrapper { + display: block; + } + .pricing-wrapper .package-single { + margin-top: 0; + } + .pricing-wrapper .package-single.featured-plan { + margin-top: 80px; + } + .author-social ul { + margin-bottom: 30px; + justify-content: flex-start; + } + //shopping cart + .single_product .product__description .p_image { + display: none; + } + .single_product .product__description .short_desc { + padding-left: 0; + } + .go_top { + right: calc((100% - 576px) / 2); + } + .working-process .step-single { + margin-bottom: 80px; + padding: 30px 15px 50px 15px; + } + .cta .section-title h1 { + margin-bottom: 0; + } + .single_item_visitor .dashboard__content .item_info .info { + margin-top: 20px; + } + .statistics_data { + justify-content: center; + .single_stat_data { + margin: 15px 15px; + } + } + .thread.thread_review .thread-list .single-thread .media-body .media-heading { + margin-bottom: 10px; + .rev_item { + margin-left: 0; + } + } + .thread.thread_review2 .rev_time { + margin-left: 0; + margin-top: 10px; + float: left !important; + } + .tab4 .item-navigation { + float: none; + width: 100%; + } + .tab4 .tab-content { + width: 100%; + } + ul.nav-tabs.nav--tabs2 li a { + padding: 0 25px; + } + .author-profile .author-stats ul { + align-items: center; + } + .author-profile .author-stats ul li { + margin-bottom: 0; + } + .product_archive .title_area { + padding-bottom: 15px; + h5 { + margin-bottom: 10px; + } + } + .dashboard-area .single_product .product__description .short_desc { + margin-left: 15px; + } + .recent_sells .single_sell .ammount { + justify-content: flex-start; + } + .popular_sells .single_sell .ammount { + p { + margin-right: 15px; + &:last-child { + margin-right: 0; + } + } + } + .filter-bar.filter-bar2 .filter__option { + padding: 0 0 20px 0; + margin-right: 0; + width: 100%; + } + .credit_modules .modules__content .amounts { + display: block; + .or { + padding: 10px 0 0 0; + } + } + .credit_modules .modules__content .amounts ul li { + margin-bottom: 20px; + } + .payment_module .payment_tabs ul.nav-tabs { + position: relative; + left: 0; + top: 0; + margin-bottom: 30px; + } + .payment_module .payment_tabs .modules__content .cards-logo { + justify-content: flex-start; + } + .withdraw_module .option-single .op_action { + margin: 15px 0 0 35px; + } + .event_module .list_item li { + width: 100%; + } + .event_module .list_item li:nth-child(2n + 1) { + padding-right: 0; + } + .google_map .location_address .addres_module h3 { + margin-bottom: 30px; + } + .badges.community-badges .author-badges .badge-single { + width: 50%; + } + .menu--light .mainmenu__menu .navbar-toggler { + border-color: #bababa; + .icon-menu { + color: #bababa; + } + } + .withdraw_module .custom-radio label .c_active { + margin-left: 37px; + } + .withdraw_module .custom-radio label { + padding-right: 40px; + } + .withdraw_module .option-single .op_action .ac_btn .dropdown-menu { + right: -20px; + } + .dashboard_contents .dashboard_title_area { + flex-wrap: wrap; + .add-payment-btn{ + margin-left: 0 !important; + } + } + .filter-bar.filter-bar2 .filter__items { + width: 100%; + } + .filter-bar.filter-bar2{ + padding-right: 30px; + padding-bottom: 20px; + } + .dashboard_contents .dashboard_title_area .date_area form div{ + flex: 1; + } + .withdraw_module .withdraw_amount{ + display: block; + .fee{ + margin: 10px 0 0 0; + } + } + .how_it_works .how_it_works_module{ + padding: 60px 0; + } + .contact_form .contact_form--wrapper{ + padding-bottom: 0; + } +} + +/* 320 TO 576 */ +@media screen and (max-width: 575px) { + /* section padding */ + .section--padding { + padding: 80px 0; + } + .xs-fullwidth { + width: 100%; + } + .logo img { + width: 70%; + } + .hero__content__title h1 { + font-size: 32px; + line-height: 46px; + } + .hero-area2 .search_box .text_field { + width: 97%; + border-radius: 3px; + } + .hero-area2 .search_box .search-btn { + width: auto; + margin-top: 15px; + border-radius: 3px; + } + .hero__content__title p.tagline { + font-size: 18px; + } + .hero-area4 .hero-content .search_box2 { + box-shadow: none; + } + .hero-area3 { + padding: 50px 0; + } + .search_box2 { + form { + flex-direction: column; + align-items: center; + .text_field { + margin-bottom: 15px; + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); + } + .text_field, .search-btn { + border-radius: 3px; + } + } + } + .product-sorting ul li { + margin-right: 0; + margin-bottom: 15px; + width: 100%; + } + .about_hero .about_hero_contents .about_hero_btns { + display: flex; + justify-content: center; + flex-wrap: wrap; + .play_btn { + margin-left: 28px; + } + .btn { + margin-bottom: 15px; + } + } + .cta-content .cta-text h2 { + line-height: 40px; + } + .filter-bar.filter-bar2 .filter__option { + margin-bottom: 50px; + } + + .product-title-area .date_area .input_with_icon, .dashboard_contents .dashboard_title_area .date_area .input_with_icon, .product-title-area .date_area .select-wrap, .dashboard_contents .dashboard_title_area .date_area .select-wrap { + max-width: 100%; + margin-right: 0; + margin-bottom: 10px; + float: none; + } + .dashboard_contents .dashboard_title_area .date_area { + width: 100%; + } + + .messaging_sidebar .messaging__header .messaging_action .btn { + .text { + display: none; + } + } + .chat_area .chat_area--conversation .name_time h4 { + display: block; + } + .chat_area .chat_area--conversation .name_time p { + float: none; + } + .item-preview .item-action a { + margin-bottom: 10px; + } + .item-preview .item-action a + a { + margin-left: 0; + margin-top: 0; + } + .clients-logo .logo-single { + width: 100%; + } + .go_top { + right: 15px; + } + .services { + padding: 80px 0 30px 0; + } + .gradient_overlay .search_box2 { + box-shadow: none; + } + .product-filter-area .filter-bar .filter__option, + .filter-bar .dropdown-trigger { + width: 100%; + } + ul.nav-tabs { + padding: 30px 0 0 0 !important; + li { + width: 100%; + margin-bottom: 15px; + &:last-child { + margin-bottom: 0; + } + a { + text-align: left; + line-height: normal; + padding: 0 0 20px 0 !important; + } + } + } + .author-info-tabs ul.nav-tabs li a { + padding-left: 25px !important; + } + .tab4 ul.nav-tabs { + padding-top: 0 !important; + } + .tab4 ul.nav-tabs li a { + margin-right: 0; + line-height: 35px; + } + .tab4 ul.nav-tabs li a:before { + left: 0; + width: 100%; + height: 3px; + } + .tab4 .tab-content { + width: 100%; + } + .thread .thread-list .single-thread .media-left { + display: none; + } + .thread .thread-list .single-thread .media-body .d-flex { + display: block; + } + .filter-area2 .filter-bar .filter__option { + margin-left: 0; + } + .single-product-desc ul.nav-tabs li { + width: 100%; + padding: 0 30px; + a:before { + left: 0; + width: 100%; + } + } + .thread .thread-list .single-thread .depth-2 { + margin-left: 40px; + } + .sidebar--single-product .sidebar-card.card-pricing .purchase-button { + flex-wrap: wrap; + .btn { + margin-bottom: 10px !important; + } + } + .author-card .author-infos .author-btn .btn { + margin-bottom: 10px; + } + .author-profile .author-stats ul li { + margin-bottom: 15px; + margin-right: 30px; + &:last-child { + margin-right: 0; + } + } + .chat_area .message_composer.composing .cancel_btn { + margin-left: 0; + } + .chat_area .message_composer .btns { + label { + margin-right: 15px; + } + .btn, label { + margin-bottom: 10px; + } + } + .card_style2 .card_style2__location_type { + margin-bottom: 0; + p, .type { + margin-bottom: 15px; + } + } + .recent_sells .single_sell .ammount { + justify-content: flex-start; + } + .popular_sells .single_sell .ammount { + p { + margin-right: 30px; + &:last-child { + margin-right: 0; + } + } + } + .popular_sells .single_sell .single_sell__thumb-title { + width: 100%; + } + .single_product .product__price_download .item_action .btn { + margin-right: 10px; + margin-bottom: 10px; + } + .single_product .product__price_download .item_action .btn + .btn { + margin-top: 0; + } + .single_product .product__price_download { + display: block; + } + .single_product .product__price_download .item_action, + .single_product .product__price_download .item_price { + display: block; + float: none; + } + .single_product .product__price_download .item_action { + margin-top: 20px; + } + .filter-bar.filter-bar2 .filter__option.filter--search { + margin-bottom: 0; + } + .payment_module .payment_tabs ul.nav-tabs { + padding-top: 0 !important; + } + .payment_module .payment_tabs ul.nav-tabs li a { + border-radius: 4px; + padding: 0 15px !important; + } + .payment_module .payment_tabs ul.nav-tabs li + li { + margin-left: 0; + } + .dashboard_contents .dashboard_title_area .date_area .input_with_icon, + .dashboard_contents .dashboard_title_area .date_area .select-wrap { + width: 100%; + } + .upload_wrapper .upload-field .custom_upload { + margin-right: 30px; + } + .dashboard-area .dashboard_contents .btns button { + margin-bottom: 15px; + } + .filter-bar.filter-bar2 .dashboard__title { + flex: auto; + } + .filter-bar.filter-bar2 .filter--text, .filter-bar.filter-bar2 .filter--select { + margin-bottom: 0; + } + .withdraw_module .custom-radio label .c_active { + margin-top: 10px; + } + .withdraw_module .withdraw_amount .fee { + margin: 15px 0 0 0; + } + .featured_event .countdown { + li { + min-width: 130px; + + } + } + .event_detail_breadcrumb .social-share { + width: 100%; + border-radius: 0; + } + .badges.community-badges .author-badges .badge-single { + width: 100%; + } + /* Counter Up area */ + .counter-up .counter { + width: 100%; + flex: auto; + margin-bottom: 50px; + &:last-child { + margin-bottom: 0; + } + } + + .profile_images #cover_photo { + width: 240px; + } + .profile_images .profile_image_area .upload_btn { + .btn { + margin-top: 15px; + } + } + .withdraw_module .option-single .op_action .ac_btn .dropdown-menu { + right: -70px; + } + .dashboard_contents .dashboard_title_area { + flex-wrap: wrap; + .ml-auto { + margin-left: 0 !important; + } + } + .invoice .invoice__meta .date_info { + text-align: left; + } + .dashboard_contents .dashboard_title_area .date_area form div{ + flex: auto; + } + + .top-menu-area .d_menu { + padding-left: 0; +} +.mobile_content .menu_icon{ + right: 0; +} + +} \ No newline at end of file diff --git a/public/theme_assets/sass/style.scss b/public/theme_assets/sass/style.scss new file mode 100644 index 0000000..c2114dc --- /dev/null +++ b/public/theme_assets/sass/style.scss @@ -0,0 +1,14 @@ +@import "table-of-contents"; +@import "mixins/mixins"; +@import "general/general"; +@import "element/elements"; +@import "component/components"; +@import "modules/modules"; + +@import "../../vendor_assets/css/bootstrap/config.bs"; + +// theme specific scss +@import "themes"; + +// responsive styles +@import "responsive"; diff --git a/public/theme_assets/sass/table-of-contents.scss b/public/theme_assets/sass/table-of-contents.scss new file mode 100644 index 0000000..bce8a0f --- /dev/null +++ b/public/theme_assets/sass/table-of-contents.scss @@ -0,0 +1,93 @@ +/* + Name: Digipro - Digital Products Marketplace + Author: AazzTech + Version: 2.1.0 + Website: https://www.aazztech.com +*/ + +/** ** +** TABLE OF CONTENTS ** +** ** +-----------------------------------*/ +/* + 01.COMMON + -- General + -- Helper + -- Mixins + -- Reset + + 02.COMPONENTS + -- Accordion + -- Alerts + -- Breadcrumbs + -- BTNs + -- Cards + -- Content Block + -- Datepicker + -- Dropdown + -- Features + -- Forms + -- Menu + -- Modal + -- Pagination + -- Pricing + -- Product + -- Progressbar + -- Sidebar + -- Social + -- Tabs + -- Tables + -- Team + -- Timeline + + 03. MENU AREA + 04. HERO AREA + 05. PRODUCT SORTING + 06. FEATURED AREA + 07. LATEST PRODUCT + 08. SERVICES + 09. COUNTER UP + 10. HOW IT WORKS + 11. TESTIMONIAL + 12. CALL TO ACTION + 13. CLIENTS LOGO + 14. SUBSCRIBE + 15. FOOTER AREA + 16. FILTER AREA + 17. SINGLE PRODUCT DESC AREA + 18. AUTHOR AREA + 19. DASHBOARD + 20. DASHBOARD ADD CREDIT + 21. DASHBOARD STATEMENT + 22. DASHBOARD INVOICE + 23. DASHBOARD UPLOAD + 24. DASHBOARD EDIT PAGE + 25. DASHBOARD WITHDRAW + 26. NOTIFICATION + 27. MESSAGE AREA + 28. SHOPPING CART + 29. CHECKOUT + 30. HOW IT WORKS + 31. ABOUT US + 32. PARTNERS AREA + 33. TESTIMONIAL + 34. FAQ AREA + 35. AFFILIATE PAGE + 36. TERMS & CONDITION + 37. CONTACT AREA + 38. ORDER CONFIRMATION + 39. LOGIN + 40. SIGNUP + 41. SUPPORT + 42. SUPPORT DETAILS + 43. 404 + 44. CAREER + 45. CAREER DETAILS + 46. APPLY FORM + 47. EVENT AREA + 48. EVENT DETAILS + 49. MAP + 50. BLOG + 51. BADGES + 52. RESPONSIVE CSS +***************************/ \ No newline at end of file diff --git a/public/theme_assets/sass/themes.scss b/public/theme_assets/sass/themes.scss new file mode 100644 index 0000000..ed3c562 --- /dev/null +++ b/public/theme_assets/sass/themes.scss @@ -0,0 +1,3893 @@ +/***************************** + Start Hero Area +******************************/ +.hero-area { + position: relative; + min-height: 723px; + width: 100%; + display: flex; + justify-content: center; + align-items: center; + + &::before { + position: absolute; + height: 100%; + width: 100%; + content: ''; + background: rgba(0, 0, 0, 0.8); + top: 0; + left: 0; + } +} + +.hero-content { + width: 100%; + + @include xxs { + padding: 30px 0; + } +} + +.hero__content__title { + text-align: center; + + h1 { + color: #fff; + line-height: 65px; + } + + h3 { + color: #fff; + } +} + +.hero__content__title p.tagline { + margin: 30px 0 55px 0; + font-size: 20px; + color: #fff; +} + +.search_box { + background: rgba(255, 255, 255, 1); + padding: 30px; + border-radius: 3px; + + form { + display: flex; + } +} + +.search_box .text_field { + width: 57%; + margin-right: 12px; + height: 55px; + padding: 0 30px; + background: #fff; + border-radius: 3px; + font-weight: 400; + + &::placeholder { + opacity: 0.8; + } +} + +.search_box .search__select { + width: 20%; + margin-right: 12px; + position: relative; + + .select--field { + border-radius: 3px; + appearance: none; + -webkit-appearance: none; + color: #8991a5; + cursor: pointer; + height: 55px; + + &:focus, + &:active { + box-shadow: none; + border: 1px solid $border-color !important; + } + } + + span { + position: absolute; + right: 20px; + top: 52%; + transform: translateY(-50%); + font-size: 10px; + color: #8991a5; + } + + option { + padding: 15px 0; + } +} + +.search_box .search-btn { + width: 22%; + min-width: auto; + cursor: pointer; +} + +.search_box2 { + margin-top: 20px; + + form { + display: flex; + flex-wrap: wrap; + } + + .text_field { + border-radius: 3px 0 0 3px; + border: 0 none; + flex: 3; + height: 60px; + + @include ssm { + flex: unset; + } + + &:focus { + border: 0 none !important; + } + } + + .search-btn { + border-radius: 0 3px 3px 0; + padding: 0 25px; + min-width: auto; + height: 60px; + cursor: pointer; + } +} + +.hero-area2 { + @extend .hero-area; + min-height: 500px; + + .hero__content__title { + p.tagline { + font-size: 18px; + font-weight: 400; + margin: 5px 0 35px 0; + color: rgba(#fff, 0.7); + } + } +} + +.hero-area3 { + min-height: 260px; + padding-bottom: 20px; + + .hero__content__title { + h3 { + line-height: 40px; + } + } +} + +.hero-area4 { + @extend .hero-area; + min-height: 500px; + background: #fff; + + &:before { + content: none; + } + + .hero-content { + .hero__content__title { + h1 { + color: $title-color; + + span { + @extend .color-primary; + } + } + + .tagline { + color: inherit; + margin: 7px 0 40px; + } + } + + .search_box2 { + box-shadow: $box-shadow-lg2; + } + } +} + +.intro-area { + position: relative; + @extend .bg-primary; + + .menu-area {} + + .hero-area { + &:before { + content: none; + } + } + +} + +.gradient_overlay { + &:before { + background: linear-gradient(to right, rgba(#f8f9fd, 1), rgba(#f8f9fd, 1), rgba(255, 255, 255, 0)); + } + + .hero__content__title { + h1 { + color: $title-color; + + span { + @extend .color-primary; + } + } + + p.tagline { + color: $text-color; + opacity: 1; + } + } + + .search_box2 { + box-shadow: $box-shadow-lg2; + } +} + +/***************************** + Product Sorting +******************************/ +.product-sorting { + padding: 40px 0 25px 0; + box-shadow: $box-shadow-lg2; + + ul { + text-align: center; + display: flex; + justify-content: center; + flex-wrap: wrap; + + li { + margin-right: 40px; + margin-bottom: 15px; + + &:last-child { + margin-right: 0; + } + + span { + font-size: 18px; + @extend .color-primary; + margin-right: 10px; + } + + a { + color: $text-color2; + + &:hover { + @extend .color-primary; + } + } + + span, + a { + display: inline-block; + vertical-align: middle; + line-height: 20px; + } + + &.active { + a { + @extend .color-primary; + } + } + } + } +} + +/***************************** + Start Featured Area +******************************/ +.product-slide-area { + position: relative; + + .owl-nav { + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); + width: 100%; + z-index: 0; + + .owl-prev, + .owl-next { + float: left; + width: 50px; + height: 50px; + border-radius: 50%; + background: #fff; + color: #b8bece; + transition: $transition; + font-size: 13px; + display: flex !important; + justify-content: center; + align-items: center; + box-shadow: 0 3px 5px rgba(#6c757d, .05); + + &:hover { + @extend .bg-primary; + color: #fff; + } + } + + .owl-prev { + margin-left: -60px; + + @include xl { + margin-left: -30px; + } + } + + .owl-next { + float: right; + margin-right: -60px; + + @include xl { + margin-right: -30px; + } + } + } +} + + + +/***************************** + Start Latest Product +******************************/ +.product-list { + .more-item-btn { + margin-top: 0; + } + + .tab-content .tab-pane { + padding-bottom: 0; + } +} + +.nav__product-list { + border: 1px solid #ebedf2; + padding: 30px 0 17px; + text-align: center; + display: block; + margin-bottom: 35px; + + li { + display: inline-block; + margin-right: 7px; + margin-left: 7px; + margin-bottom: 13px; + + a { + background: $bgcolor; + color: $text-color2; + line-height: 30px; + font-size: 15px; + padding: 0 15px; + border-radius: 3px; + transition: $transition; + + &:hover, + &.active { + @extend .bg-primary; + color: #fff; + } + } + } +} + +.latest-single { + padding: 0; + margin-bottom: 30px; + + .product-excerpt { + padding: 17px 25px 15px; + border: 1px solid #ebedf2; + border-radius: 0 0 4px 4px; + + h5 { + margin-top: 0; + margin-bottom: 12px; + + a { + color: inherit; + display: block; + + &:hover { + @extend .color-primary; + } + } + } + + } +} + +/***************************** + Start Services +******************************/ +.services { + padding: 100px 0 50px 0; + border-top: 1px solid $border-color; +} + +.service-single { + text-align: center; + margin-bottom: 50px; + + span { + @extend .color-primary; + display: block; + margin-bottom: 30px; + font-size: 36px; + } + + h4 { + margin: 0 0 20px 0; + } + + p { + margin-bottom: 0; + } +} + +/*************************************** + Start Counter Up CSS +*****************************************/ +.counter-up-area { + position: relative; + + &:before { + position: absolute; + content: ''; + height: 100%; + width: 100%; + background: transparentize(#0d0f13, 0.2); + } + + &.counter-up--area2 { + background-image: none; + + &:before { + display: none; + } + + .counter-up { + padding: 60px 0px; + + .counter { + p { + color: #555; + } + } + } + } +} + +span.counter { + display: block; +} + +.counter-up { + overflow: hidden; + padding: 96px 0; + display: flex; + justify-content: space-between; + flex-wrap: wrap; + + .counter { + flex: 1; + + span { + display: block; + font-size: 48px; + } + + .count_up { + font-size: 36px; + margin-top: 35px; + } + + p { + color: #ffffff; + margin-top: 7px; + font-size: 18px; + margin-bottom: 0; + } + + text-align: center; + } +} + +/*************************************** + Start How It Works +****************************************/ +.step-single { + position: relative; + padding: 30px 15px 50px 15px; + margin-bottom: 30px; + + &:last-child { + margin-bottom: 0; + } + + .step-count { + position: absolute; + left: 50%; + transform: translateX(-50%); + top: 0; + width: 100px; + height: 100%; + + &:before { + position: absolute; + content: ""; + left: 50%; + transform: translateX(-50%); + width: 1px; + height: 92%; + background: $border-color; + bottom: 5px; + } + + span:first-child { + position: absolute; + left: 50%; + top: 0; + width: 100%; + @extend .color-primary; + line-height: 32px; + padding: 0 25px; + border-radius: 15px; + background: #eef0fc; + transform: translateX(-50%); + text-align: center; + } + + span:last-child { + position: absolute; + left: 50%; + bottom: 0; + color: $info; + transform: translateX(-50%); + } + } + + .step-count2 { + span:first-child { + background: #ebf6fe; + @extend .color-info; + } + + span:last-child { + @extend .color-danger; + } + } + + .step-last { + span:first-child { + background: #feedf0; + @extend .color-danger; + } + + span:last-child { + @extend .color-secondary; + font-size: 30px; + border-radius: 50%; + padding: 20px; + background: #eaf8f6; + } + } + + .step-text, + .step-image { + display: flex; + align-items: center; + } + + .step-text { + h2 { + margin: 0 0 25px 0; + } + + p { + margin: 0; + color: $text-color2; + line-height: 30px; + } + } +} + + +/*************************************** + Start Call To Action +*****************************************/ +.cta { + padding: 135px 0 100px 0; +} + +.cta-single { + text-align: center; + + h3 { + margin: 0 0 30px 0; + } + + p { + color: $text-color2; + line-height: 30px; + margin-bottom: 30px; + } +} + +.cta-divider { + display: flex; + align-items: center; + text-align: center; + + span { + width: 60px; + height: 60px; + border-radius: 50%; + background: #fddde3; + display: block; + margin: 0 auto; + position: relative; + padding-top: 20px; + @extend .color-danger; + + &:before { + position: absolute; + content: ""; + width: 70px; + height: 70px; + background: rgba(244, 81, 108, 0.1); + border-radius: 50%; + left: -5px; + top: -5px; + } + } +} + +/*************************************** + Start Clients Logo +*****************************************/ +.clients-logo { + padding: 80px 0 70px; + border-top: 1px solid $border-color; + + .partners { + margin-top: 0; + } +} + +/*************************************** + Start Subscribe +*****************************************/ +.subscribe { + padding: 90px 0; + background-color: #121519; + + .envelope-svg { + width: 80px; + height: 80px; + margin: 0 auto 50px auto; + + svg { + fill: $secondary; + } + } + + p { + margin-bottom: 44px; + text-align: center; + color: #fff; + font-size: 18px; + font-weight: 300; + opacity: 0.6; + } +} + + +// filter area +.filter-area { + position: relative; +} + +.filter-bar { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + + .filter__option { + padding: 0 0 40px 0; + + p { + font-size: 24px; + color: #000; + line-height: 46px; + margin-bottom: 0; + + span { + font-weight: 500; + } + } + } + + .dropdown-trigger { + font-size: 16px; + line-height: 46px; + display: inline-block; + padding: 0 30px; + width: 220px; + color: $text-color2; + position: relative; + border-radius: 3px; + border: 1px solid $border-color; + + span { + font-size: 10px; + position: absolute; + right: 30px; + top: 50%; + transform: translateY(-50%); + } + } + + .dropdown-toggle::after { + content: none; + } + + .filter--dropdown { + &.filter--range { + .dropdown { + width: 350px; + + .range-slider.ui-slider { + margin-top: 14px; + } + } + } + + position: relative; + + .dropdown { + opacity: 1; + transform: translate(0); + visibility: visible; + position: relative; + top: 100%; + } + } + + .filter--dropdown:first-child { + .dropdown-trigger { + display: block; + } + } + + .filter--select { + width: 217px; + } + + .filter--text { + a { + font-size: 16px; + color: #555555; + line-height: 42px; + transition: $transition; + + &:hover { + @extend .color-primary; + } + } + + a+a { + margin-left: 40px; + } + } + + &.filter-bar2 { + background: #fff; + border-radius: 4px; + margin-bottom: 30px; + padding-left: 30px; + display: flex; + justify-content: space-between; + + .filter__option { + padding: 20px 0; + } + + .dashboard__title { + flex: 1; + } + + .filter__items { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + + p { + margin-right: 30px; + } + } + } + + .filter--search { + form { + position: relative; + + input { + padding-right: 65px; + border-radius: 4px; + } + + button { + position: absolute; + right: 0; + top: 0; + height: 100%; + width: 50px; + background: none; + border: 0; + color: $text-color; + } + } + } +} + +// filter option for layout control +.filter__option.filter--layout { + padding: 10px 20px; + border: 1px solid $border-color; + border-radius: 4px; + margin: 29px 0; + + .svg-icon { + display: inline-block; + width: 20px; + height: 20px; + cursor: pointer; + + .svg { + fill: #747b86; + } + + } + + .svg-icon+.svg-icon { + margin-left: 10px; + } +} + +.product-filter-area { + margin-top: 100px; +} + +.filter-area2 .filter-bar { + justify-content: flex-end; +} + +.filter-area2 .filter-bar .filter__option { + margin-left: 30px; +} + +/* Call To Action 2 */ +.cta2 { + padding: 90px 0 70px 0; + @extend .bg-secondary; +} + +.cta2 .cta-content { + display: flex; + justify-content: space-between; + align-items: center; +} + +.cta-content .cta-text { + h2 { + line-height: 34px; + color: #fff; + margin: 0 0 20px 0; + } + + p { + color: rgba(255, 255, 255, 0.7); + font-size: 18px; + margin: 0; + font-weight: 300; + } +} + + + +/*************************************** + START AUTHOR AREA +****************************************/ +.author-profile-area { + padding: 100px 0 40px; + background: $section-bg; + + .product-title-area { + background: none; + padding: 0; + margin: 0; + + .btn { + float: right; + } + } +} + +.author-profile { + background: $light; + padding: 30px; + border-radius: 4px 4px 0 0; + + .row { + align-items: center; + } + + .author-desc { + display: flex; + align-items: center; + flex-wrap: wrap; + + img { + border-radius: 50%; + margin-right: 18px; + } + + .infos { + @include xs{ + padding: 10px 0; + } + + h4 { + margin-bottom: 5px; + } + + &>span { + margin-bottom: 15px; + display: block; + } + + ul { + display: flex; + + li { + margin-right: 6px; + + &:last-child { + margin-right: 0; + } + } + } + } + } + + .author-social { + ul { + display: flex; + align-items: center; + flex-wrap: wrap; + + li { + display: block; + margin: 5px 0; + width: 100%; + + &.split { + width: 50%; + } + + a { + color: $text-color; + font-size: remy(14px); + + span { + color: #fff; + margin-right: 4px; + } + } + } + } + } + + .author-stats { + ul { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + + .t_items, + .t_sells { + span { + font-size: 24px; + font-weight: 500; + } + + p { + color: $title-color; + margin: 0; + } + } + + .t_items { + span { + @extend .color-primary; + } + } + + .t_sells { + span { + @extend .color-secondary; + } + } + + .t_reviews { + .ratings { + color: #ffc000; + } + + .avg_r { + font-size: 13px; + color: $title-color; + padding-left: 3px; + } + + p { + margin: 3px 0 0 0; + } + } + + li { + margin-bottom: 33px; + + &:last-child { + margin-bottom: 0; + } + } + } + } +} + +.author-info-tabs { + ul.nav { + border-top: 1px solid $border-color; + border-radius: 0 0 4px 4px; + margin-bottom: 30px; + display: flex; + justify-content: flex-start; + background: $light; + padding: 0 40px; + + li { + flex: none; + border-bottom: 0; + + a { + padding: 0 30px; + font-weight: 400; + } + } + } +} + +/**/ +.author_module { + border: 1px solid $border-color; + background: #fff; +} + +.tab-pane { + h3 { + line-height: 48px; + padding-bottom: 22px; + + span { + font-weight: 500; + @extend .color-primary; + } + } + + .pagination-default { + margin-bottom: 5px; + } +} + +.about_author { + padding: 25px 30px 30px; + border-radius: 4px; + margin-bottom: 50px; + + p+p { + margin-bottom: 0; + } +} + +.tab-pane .author_featured_items { + h2 span { + @extend .color-primary; + } +} + +/* AUTHOR FOLLOWERS AREA */ +.user-single { + border: 0 none; + background: $light; + margin-bottom: 30px; + + &.card--dark { + background: $section-bg; + + .card-footer { + background: $section-bg; + } + } + + .card-body { + padding: 30px; + text-align: center; + + h6 { + font-weight: 500; + margin: 20px 0 5px; + } + + p { + margin: 8px; + } + + .ratings { + span i { + color: #ffc000; + } + + span:last-child { + font-size: 13px; + } + } + } + + .card-footer { + background: $light; + display: flex; + flex-wrap: wrap; + justify-content: space-between; + align-items: center; + padding: 15px 20px; + + .stats { + p { + margin: 0; + + span { + @extend .color-primary; + } + + &:last-child { + span { + @extend .color-secondary; + } + } + } + } + + .user__status { + .btn { + margin: 0; + } + } + + .user--following { + .btn { + min-width: 116px; + } + + .btn:hover { + @extend .bg-danger; + border-color: $danger; + } + } + } +} + +/*************************************** + END AUTHOR AREA +****************************************/ + + +/*************************************** + START NOTIFICATIONS AREA +****************************************/ +.notifications_module { + padding-bottom: 30px; + + .notification__unread { + .info_avatar { + position: relative; + + &:before { + position: absolute; + content: ""; + width: 12px; + height: 12px; + border: 2px solid #fff; + @extend .bg-danger; + border-radius: 50%; + top: 0; + right: 0; + } + } + + .info { + p.time { + @extend .color-secondary; + } + } + } + + .notification { + overflow: hidden; + padding: 20px 30px; + border-bottom: 1px solid $border-color; + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + + &:last-child { + border-bottom: 0; + } + + .line { + width: 13px; + left: 0; + height: 2px; + top: 50%; + -webkit-transform: translateY(-50%); + -moz-transform: translateY(-50%); + -ms-transform: translateY(-50%); + -o-transform: translateY(-50%); + transform: translateY(-50%); + @extend .bg-primary; + position: absolute; + display: inline-block; + + &:before, + &:after { + width: 18px; + height: 2px; + content: ''; + position: absolute; + @extend .bg-primary; + } + + &:before { + top: -7px; + } + + &:after { + top: 7px; + } + } + + .notification__info { + flex: 2; + display: flex; + align-items: center; + + p { + margin: 0; + } + + .info_avatar { + height: 50px; + width: 50px; + margin-right: 16px; + + img { + border-radius: 50%; + width: 100%; + } + } + + .info { + p { + color: #747a86; + font-size: 14px; + line-height: 23px; + + span { + color: #000; + font-weight: 400; + } + + a { + @extend .color-primary; + } + } + + .time { + font-size: 13px; + margin-top: 5px; + color: #747a86; + } + } + } + + .notification__icons { + .noti_icon { + line-height: 40px; + width: 40px; + text-align: center; + font-size: 16px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + display: inline-block; + margin-right: 10px; + border-radius: 50%; + + &.loved { + background: transparentize($primary, 0.9); + @extend .color-primary; + } + + &.commented { + background: transparentize($secondary, 0.9); + @extend .color-secondary; + } + + &.purchased { + @extend .color-danger; + background: transparentize($danger, 0.9); + } + + &.reviewed { + @extend .color-secondary; + background: transparentize($secondary, 0.9); + } + } + + span.icon-close { + color: #c1c7d2; + font-size: 16px; + cursor: pointer; + + &:hover { + @extend .color-secondary; + } + } + } + } + + .pagination-area { + border-bottom: 0; + } +} + +.dashboard_contents { + .notifications_module .notification .notification__info .info { + padding-right: 30px; + + p { + font-size: 16px; + } + } +} + +/*************************************** + END NOTIFICATIONS AREA +****************************************/ + +/*************************************** + START MESSAGE AREA +****************************************/ +.message_area { + background: $section-bg; + padding: 100px 0; +} + +.messaging_sidebar { + position: relative; + + .messaging__header { + @extend .bg-primary; + border-radius: 3px 3px 0 0; + padding: 30px; + position: absolute; + width: 100%; + z-index: 1; + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; + @include xxs{ + position: unset; + } + + .messaging_menu { + color: #fff; + font-size: 16px; + + a { + color: #fff; + } + + .msg { + line-height: 20px; + width: 20px; + display: inline-block; + text-align: center; + margin: 0 10px; + color: #fff; + @extend .bg-danger; + -webkit-border-radius: 50%; + font-size: 14px; + -moz-border-radius: 50%; + border-radius: 50%; + } + + .icon-arrow-down { + font-size: 12px; + color: #fff; + cursor: pointer; + } + + span { + margin-right: 10px; + } + + .dropdown { + top: 99px !important; + transform: translate(0) !important; + + a { + color: $text-color2; + + &:hover { + @extend .color-primary; + } + } + + &:before { + border-bottom: 10px solid #fff; + } + } + + a.dropdown-toggle:after { + content: none; + } + } + + .messaging_action { + color: #fff; + @include xxs{ + margin: 10px 0; + } + + .icon-trash { + margin-right: 5px; + } + + .btn { + margin-left: 10px; + + span { + margin-right: 5px; + } + } + + a { + @extend .color-primary; + } + } + } + + .messaging__contents { + padding-top: 102px; + @include xxs{ + padding-top: 0; + } + + .message_search { + position: relative; + + input { + border-left: none; + border-right: none; + border-top: none; + padding-left: 50px; + border-bottom: 1px solid $border-color; + line-height: 50px; + } + + span { + position: absolute; + left: 25px; + top: 50%; + -webkit-transform: translateY(-50%); + -moz-transform: translateY(-50%); + -ms-transform: translateY(-50%); + -o-transform: translateY(-50%); + transform: translateY(-50%); + font-size: 15px; + color: #898f96; + } + } + + .messages { + &.active { + background: #f5fafe; + } + + max-height: 1094px; + overflow-Y: scroll; + margin-right: 2px; + + /* width */ + &::-webkit-scrollbar { + width: 10px; + } + + /* Track */ + &::-webkit-scrollbar-track { + box-shadow: none; + border-radius: 10px; + border: 1px solid $border-color; + } + + /* Handle */ + &::-webkit-scrollbar-thumb { + background: #c7c7c7; + border-radius: 10px; + } + + .message__actions_avatar { + display: inline-block; + vertical-align: middle; + + .actions, + .avatar { + display: inline-block; + vertical-align: middle; + } + + .avatar { + height: 50px; + width: 50px; + } + + .actions { + margin-right: 13px; + + span.fa { + margin-left: 3px; + + &.fa-star { + color: #ffc000; + } + + &.fa-star-o { + color: #b9b9b9; + } + } + } + + .avatar { + img { + width: 50px; + height: 50px; + border-radius: 50%; + } + } + } + + .message_data { + display: inline-block; + width: calc(100% - 90px); + cursor: pointer; + padding-left: 10px; + vertical-align: middle; + + .name_time { + @include xs{ + display: grid; + } + >p { + margin-bottom: 0; + margin-top: 10px; + } + } + + .name { + display: inline-block; + + p { + display: inline-block; + font-weight: 400; + color: #000; + margin-bottom: 0; + } + + span { + display: inline-block; + @extend .color-primary; + font-size: 15px; + margin-left: 10px; + } + } + + .time { + float: right; + @extend .color-primary; + font-size: 15px; + } + } + + .message { + padding: 30px; + border-bottom: 1px solid $border-color; + display: flex; + + &.active { + background: #f5fafe; + position: relative; + + &:before { + content: ""; + height: 100%; + width: 3px; + @extend .bg-primary; + position: absolute; + top: 0; + left: 0; + } + } + } + } + } +} + +.chat_area { + .chat_area--title { + background: #fff; + padding: 36px 28px; + box-shadow: 0 3px 6px rgba(108, 111, 115, 0.15); + position: relative; + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; + + h3 { + display: inline-block; + line-height: 28px; + + span { + font-weight: 400; + @extend .color-primary; + } + } + + .message_toolbar { + position: relative; + + span { + color: #54667a; + margin-right: 12px; + font-size: 16px; + line-height: 28px; + } + + a { + &:hover { + span { + @extend .color-primary; + } + } + } + + a.dropdown-toggle:after { + content: none; + } + + ul.dropdown { + width: 120px; + top: 62px !important; + right: 0; + transform: translateX(-50%) !important; + } + } + + .dropdown { + right: 0; + left: auto; + top: 100%; + min-width: 195px; + + &:before { + right: 20px; + } + } + } + + .chat_area--conversation { + padding: 30px; + + .conversation { + border-bottom: 1px solid $border-color; + padding-bottom: 26px; + + &+.conversation { + padding-top: 30px; + } + + .head { + display: flex; + } + } + + .chat_avatar { + img { + width: 50px; + height: 50px; + border-radius: 50%; + } + } + + .name_time { + padding-left: 15px; + flex: 2; + + div { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + width: 100%; + } + + h4 { + display: inline-block; + font-weight: 400; + } + + p { + margin-bottom: 0; + color: #747a86; + font-size: 15px; + } + + .email { + color: #54667a; + margin-top: 5px; + display: inline-block; + } + } + + .body { + padding-left: 66px; + margin-top: 19px; + + p { + margin-bottom: 0; + } + + .attachments { + margin-top: 30px; + + .attachment_head { + p { + display: inline-block; + font-size: 15px; + line-height: 26px; + color: #54667a; + } + + a { + display: inline-block; + @extend .color-primary; + margin-left: 20px; + } + } + + .attachment { + margin-top: 15px; + + ul { + margin: -13px; + li { + display: inline-block; + margin: 13px; + } + } + + } + } + } + } + + .message_composer { + padding: 0 30px 30px; + + .trumbowyg-box { + margin-top: 0; + } + + .attached { + margin-top: 20px; + + p { + display: inline-block; + font-size: 15px; + font-weight: 500; + line-height: 36px; + @extend .color-primary; + background: #f2f4f8; + padding: 0 15px; + border-radius: 3px; + margin-right: 13px; + margin-bottom: 13px; + + span { + font-size: 16px; + vertical-align: middle; + display: inline-block; + color: #647485; + margin-left: 14px; + cursor: pointer; + } + } + } + + .attached-files { + display: flex; + align-items: center; + flex-wrap: wrap; + + li { + margin-right: 15px; + display: flex; + align-items: center; + padding: 10px; + background: #f2f4f8; + border-radius: 3px; + + &:last-child { + margin-right: 0; + } + + a { + @extend .color-primary; + font-weight: 500; + line-height: 0; + + span { + color: $text-color2; + } + + &:last-child { + margin-left: 15px; + } + } + } + } + + .composer_field { + min-height: 140px; + } + + .btns { + margin-top: 17px; + display: flex; + align-items: center; + flex-wrap: wrap; + + .send { + margin-right: 16px; + padding: 0 40px; + } + + label { + @extend .color-primary; + font-weight: 400; + font-size: 15px; + margin-bottom: 0; + cursor: pointer; + + span { + @extend .color-primary; + } + + input { + display: none; + } + } + } + + &.composing { + padding-top: 30px; + + .recipient_field { + line-height: 38px; + border: 1px solid #d0d9e2; + border-radius: 3px; + margin-bottom: 20px; + } + + .cancel_btn { + @extend .bg-secondary; + margin-left: auto; + } + } + } +} + +/*************************************** + END MESSAGE AREA +****************************************/ + +/* bar rating scss */ +.br-theme-fontawesome-stars { + .br-widget { + white-space: nowrap; + + a { + font: normal normal normal 15px/1 FontAwesome; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + text-decoration: none; + margin-right: 2px; + + &+a { + margin-left: 2px; + } + } + + a:after { + content: "\f006"; + color: #898f96; + } + + a.br-active:after { + color: #ffc000; + content: "\f005"; + } + + a.br-selected:after { + color: #ffc000; + content: "\f005"; + } + + .br-current-rating { + display: none; + } + } + + .br-readonly { + a { + cursor: default; + } + } +} + +//Shopping Cart +.cart_area { + .single_product { + padding: 0; + } + + .table thead>tr>th { + font-weight: 500; + } + + tbody { + tr td { + padding: 30px 0 30px 30px; + } + + .item_price span { + color: #363940; + font-size: 24px; + font-weight: 500; + } + + .item_action .remove_from_cart span { + font-size: 18px; + -webkit-transition: .2s; + -o-transition: .2s; + transition: .2s; + line-height: 50px; + width: 50px; + text-align: center; + background: rgba(88, 103, 221, .1); + -webkit-border-radius: 50%; + border-radius: 50%; + display: inline-block; + @extend .color-primary; + + &:hover { + color: #fff; + @extend .bg-danger; + } + } + } + + .cart_calculation { + padding: 25px 30px 0 0; + + .cart--subtotal, + .cart--total { + p { + color: #333; + + span { + display: inline-block; + padding-right: 30px; + color: $text-color2; + } + } + } + } +} + +/*************************************** + START CHECKOUT CSS +****************************************/ +.order_summary { + ul { + li { + padding: 24px 30px; + border-top: 1px solid $border-color; + + &.item { + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; + + a { + @extend .color-primary; + font-size: 16px; + line-height: 28px; + font-weight: 400; + } + } + + &.total_ammount { + font-weight: 500; + font-size: 22px; + + p { + font-size: 22px; + font-weight: 500; + color: #000; + } + } + + p { + display: inline-block; + margin-bottom: 0; + } + + span { + color: #333; + } + } + } +} + +.payment_options { + ul { + li { + padding: 30px; + border-top: 1px solid $border-color; + + .custom-radio { + display: inline-block; + + label { + font-size: 16px; + color: #333; + } + } + + img, + p { + float: right; + line-height: 37px; + + span { + font-weight: 500; + color: #000; + } + } + } + } + + .payment_info { + padding: 0 30px 30px; + } +} + +/*************************************** + END CHECKOUT CSS +****************************************/ + +/*************************************** + START HOW IT WORKS +****************************************/ +.how_it_works { + h2 { + line-height: 46px; + color: #000000; + padding-bottom: 30px; + } + + p { + margin-bottom: 20px; + } +} + +.content_block3 { + padding: 100px 0; + + .area_content { + a:hover { + @extend .bg-primary; + color: #fff; + } + + p { + margin: 0; + } + + .btn { + margin-top: 40px; + } + } +} + +/*************************************** + END HOW IT WORKS +****************************************/ + +/*************************************** + START ABOUT US HERO AREA CSS +****************************************/ +.about_hero { + position: relative; + text-align: center; + padding: 191px 0; + + &:before { + content: ''; + position: absolute; + height: 100%; + left: 0; + top: 0; + width: 100%; + background: rgba(18, 21, 25, 0.8); + opacity: 0.8; + } + + .about_hero_contents { + h1 { + span { + @extend .color-secondary; + } + } + + h1, + p { + line-height: 62px; + color: #fff; + } + + p { + span { + font-weight: 500; + } + } + + .about_hero_btns { + padding-top: 44px; + + .play_btn { + color: #fff; + font-size: 16px; + margin-right: 28px; + display: inline-block; + + span { + display: inline-block; + margin-right: 8px; + } + } + + a { + display: inline-block; + vertical-align: middle; + } + } + } +} + +/*************************************** + END ABOUT US HERO AREA CSS +****************************************/ + +/*************************************** + ABOUT_MISSION CSS +****************************************/ +.about_mission { + .content_block1 { + padding-bottom: 100px; + } + + .content_block2 { + padding-top: 100px; + } + + .content_area { + h1 { + margin: 0 0 40px 0; + + span { + @extend .color-primary; + } + } + } +} + +.counter-up--area2 { + .counter-up { + .counter { + span:first-child { + margin-bottom: 30px; + } + + span.count { + font-size: 36px; + } + } + } +} + +/*************************************** + START PARTNER AREA +****************************************/ +.partner-area { + background: $bgcolor2 no-repeat center; + + &.partner--area2 { + background: #fff no-repeat center; + border-bottom: 1px solid $border-color; + } +} + +.partners { + margin-top: 30px; + + .owl-item { + text-align: center; + height: 100%; + } +} + +.partners .partner { + display: inline-block; +} + +.partners .partner+.partner { + margin-left: 90px; +} + +/*************************************** + END PARTNER AREA + ****************************************/ + +/*************************************** + START FAQ AREA +*****************************************/ +.faq-area { + padding: 100px 0 70px 0; + + .faq-box { + margin-bottom: 30px; + border: 1px solid $border-color; + border-radius: 3px; + + .faq-head { + padding: 30px; + border-bottom: 1px solid $border-color; + + h4 { + @extend .color-primary; + } + } + + .faq-content { + padding: 30px; + + ul { + li { + margin-bottom: 30px; + padding-left: 22px; + position: relative; + + &:last-child { + margin-bottom: 0; + } + + &:before { + position: absolute; + content: ""; + width: 7px; + height: 7px; + border-radius: 50%; + background: #898b96; + left: 0; + top: 8px; + } + + a { + font-size: 16px; + font-weight: 300; + color: $text-color2; + + &:hover { + @extend .color-primary; + } + } + } + } + + a.link-more { + margin-top: 30px; + display: block; + } + + span.icon { + display: inline-block; + padding-left: 5px; + } + + p { + &:last-child { + margin: 0; + } + } + + img { + margin: 10px 0 30px 0; + } + } + } + + .faq-votes { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + padding: 30px; + margin-bottom: 30px; + border: 1px solid $border-color; + align-items: center; + + p { + margin-bottom: 0; + } + + ul { + li { + display: inline-block; + margin-right: 10px; + + &:last-child { + margin-right: 0; + } + + a span { + display: inline-block; + padding-right: 5px; + } + } + } + } +} + +/*************************************** + START AFFILIATE PAGE +****************************************/ +.affiliate_area { + .affiliate_form { + padding: 30px; + border: 1px solid $border-color; + } + + .generated { + text-align: center; + background: transparentize($secondary, .9); + padding: 30px; + border-radius: 2px; + margin-top: 50px; + + p { + margin-bottom: 0; + color: #010101; + font-weight: 500; + } + + .link { + @extend .color-secondary; + } + } +} + +.affliate_rules { + border-top: 1px solid $border-color; + padding-bottom: 75px; +} + +.affliate_rule_module { + margin-bottom: 30px; + @extend .faq--sidebar; + border: 1px solid $border-color; + + .affiliate_title { + padding: 37px 30px 25px; + border-bottom: 1px solid $border-color; + + span { + font-size: 24px; + vertical-align: middle; + margin-right: 13px; + } + + span.lnr-checkmark-circle { + @extend .color-primary; + } + + span.lnr-cross-circle { + @extend .color-danger; + } + + h3 { + display: inline-block; + vertical-align: middle; + } + } + + .collapsible-content { + padding: 25px 30px; + + ul li a { + color: $text-color2 !important; + + &:hover { + @extend .color-primary; + } + } + } +} + +/*************************************** + Start Terms & Condition +****************************************/ +.term-condition-area { + padding: 100px 0; + + .content-block { + margin-bottom: 55px; + + &:last-child { + margin-bottom: 0; + } + + h3 { + margin: 0 0 15px 0; + } + + p { + margin: 0; + } + + ul { + margin: 25px 0 0 40px; + + li { + padding-left: 22px; + position: relative; + color: $text-color2; + + &:last-child { + margin-bottom: 0; + } + + &:before { + position: absolute; + content: ""; + width: 7px; + height: 7px; + border-radius: 50%; + background: #898b96; + left: 0; + top: 8px; + } + } + } + } +} + +/*************************************** + START CONTACT AREA +****************************************/ +.contact_tile { + padding: 55px 38px 45px; + border: 1px solid $border-color; + @extend .cardify; + margin-bottom: 30px; + text-align: center; + + .tiles__icon { + font-size: 36px; + @extend .color-primary; + width: 80px; + height: 80px; + border-radius: 50%; + display: inline-block; + background: transparentize($primary, 0.9); + padding-top: 20px; + } + + .tiles__title { + padding: 25px 0 20px 0; + line-height: 30px; + margin: 0; + } + + .tiles__content { + p { + margin-bottom: 0; + } + } +} + +.contact_form { + border: 1px solid $border-color; + margin-top: 0; + + .contact_form__title { + padding: 26px 30px 30px; + border-bottom: 1px solid $border-color; + text-align: center; + } + + .form-group { + margin-bottom: 30px; + } + + .contact_form--wrapper { + padding: 50px 0; + } + + input { + line-height: 48px; + height: 48px; + color: #9e9e9e; + border: 1px solid #e7e7e7; + } + + textarea { + border: 1px solid #e7e7e7; + padding-top: 20px; + height: 129px; + transition: $transition; + } + + .sub_btn { + text-align: center; + margin-top: 30px; + } +} + +// Google Map +#map { + height: 400px; +} + +/*************************************** + Start Order Confirmation +****************************************/ +.order-confirm-area { + padding: 100px 0; + + .order-confirm-wrapper { + text-align: center; + background: #fff; + border-radius: 3px; + padding: 100px 30px; + + h2 { + margin: 0 0 30px 0; + } + + p { + margin: 0 0 30px 0; + } + } +} + +/*************************************** + Start Login CSS +****************************************/ +.login_area { + background: $section-bg; +} + +.login { + padding: 45px 0 43px; + + .login--header { + border-bottom: 1px solid $border-color; + text-align: center; + padding: 0 50px 26px; + + h3 { + padding-bottom: 15px; + } + + p { + margin-bottom: 0; + line-height: 28px; + } + } + + .login--form { + padding: 25px 50px 0; + } + + .login_assist { + margin-top: 40px; + + p a { + @extend .color-secondary; + } + + p:last-child { + margin-bottom: 0; + } + } +} + +/*************************************** + START SIGNUP CSS +****************************************/ +.signup_area { + @extend .login_area; + + .register_btn { + margin-top: 10px; + } +} + +.signup_form { + @extend .login; +} + +.pass_recover_area { + @extend .login_area; +} + +.recover_pass { + padding-bottom: 50px; + @extend .login; + + .login--header { + text-align: left; + } +} + +/*************************************** + START 404 AREA +****************************************/ +.not_found { + margin-top: 20px; + + h2 { + line-height: 80px; + color: #000; + margin-bottom: 16px; + } +} + +/*************************************** + END 404 AREA +****************************************/ + +/*************************************** + START JOB HERO HERO +****************************************/ +.job_hero_area { + padding-top: 130px; + padding-bottom: 140px; + position: relative; + text-align: center; + + &:before { + position: absolute; + content: ''; + height: 100%; + width: 100%; + top: 0; + left: 0; + background: transparentize(#171c23, 0.2); + } + + h1 { + color: #fff; + line-height: 62px; + + .highlight { + @extend .color-primary; + } + } + + p { + padding: 30px 0 73px; + color: #fff; + font-size: 20px; + line-height: 34px; + } +} + +/*************************************** + START JOB AREA +****************************************/ +.job_area { + background: $bgcolor3; +} + +/*************************************** + START FEATURE AREA +****************************************/ +.feature_area { + padding-bottom: 45px; +} + +.content_block5 { + .content_block5_content { + h1 { + line-height: 46px; + margin-bottom: 34px; + + span { + @extend .color-primary; + } + } + + p { + margin: 0; + } + + .btn { + margin-top: 45px; + } + } +} + +/*************************************** + START JOB DETAIL +****************************************/ +.job_detail { + .je_hero_content { + margin-bottom: 55px; + + .je_date { + display: inline-block; + margin-top: 22px; + + p { + padding: 0 25px; + display: inline-block; + color: #d7d7d7; + font-size: 18px; + margin-bottom: 0; + } + } + } +} + +.job_detail_module { + @include cardify; + + &.dark-bg { + background: $dark-bg; + + .job__title { + color: #fff !important; + border-bottom: 1px solid #424852; + padding: 18px 30px 15px; + } + } + + .job__title { + padding: 23px 0 11px; + line-height: 50px; + } + + .job__content { + padding: 0 0 16px; + + .informations { + overflow: hidden; + + li { + float: left; + width: 33%; + margin-bottom: 34px; + + .info_title, + .info { + display: inline-block; + } + + .info_title { + min-width: calc(100% - 228px); + + span { + display: inline-block; + font-size: 18px; + @extend .color-secondary; + vertical-align: middle; + margin-right: 12px; + width: 40px; + height: 40px; + border-radius: 50%; + background: transparentize($secondary, 0.9); + text-align: center; + padding-top: 10px; + } + + p { + display: inline-block; + margin-bottom: 0; + font-weight: 400; + color: #fff; + line-height: 30px; + vertical-align: middle; + } + } + + .info { + p { + margin-bottom: 0; + } + } + } + } + + .content_list { + padding-left: 30px; + margin-top: 25px; + + li { + padding-left: 26px; + position: relative; + line-height: 30px; + color: $text-color2; + + &:before { + content: ""; + height: 7px; + width: 7px; + background: #c5cad4; + position: absolute; + left: 0; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + border-radius: 50%; + top: 50%; + -webkit-transform: translateY(-50%); + -moz-transform: translateY(-50%); + -ms-transform: translateY(-50%); + -o-transform: translateY(-50%); + transform: translateY(-50%); + } + } + } + + .social-share { + margin-top: 45px; + border: 1px solid $border-color; + padding: 20px 30px; + border-radius: 3px; + display: inline-flex; + align-items: center; + + p { + display: inline-block; + font-weight: 400; + color: $text-color2; + margin-right: 20px; + margin-bottom: 0; + } + + ul { + li { + padding-right: 15px; + display: inline-block; + + &:last-child { + margin-right: 0; + } + + a { + color: $text-color2; + + &:hover { + @extend .color-primary; + } + } + } + } + } + } + + &.information { + margin-bottom: 40px; + + .job__title { + @extend .color-primary; + } + + .job__content { + padding: 34px 30px 0; + } + } + + .apply-btn { + margin-top: 60px; + } +} + +/*************************************** + START APPLY FORM +****************************************/ +.apply_area { + border-top: 1px solid $border-color; +} + +.apply_form { + @extend .contact_form; + border: 0 none; +} + +.cv_upload { + width: 100%; + border: 1px solid $border-color; + height: 48px; + padding: 0 20px; + margin-bottom: 0; + + input { + width: 100%; + display: none; + } + + span { + line-height: 48px; + } + + .up_icon { + float: right; + font-size: 16px; + @extend .color-primary; + } +} + +/*************************************** + START EVENT AREA +****************************************/ +.event_area { + .date_place { + span { + @extend .color-secondary; + } + + li:last-child { + margin-bottom: 0; + } + } + + .card_style1__info { + figcaption { + border: 1px solid $border-color; + } + } +} + +.featured_event { + overflow: hidden; + background: $dark-bg; + @extend .cardify; + margin: 0 15px 30px; + + .col-md-12 { + padding: 0; + } + + .event_img { + padding-right: 15px; + border-radius: 4px 0 0 4px; + + img { + max-width: 100%; + } + } + + .featured_event_detail { + padding-left: 7px; + } + + h2 { + line-height: 40px; + margin-bottom: 32px; + + a { + color: #fff; + + &:hover { + @extend .color-secondary; + } + } + } + + .date_place { + margin-bottom: 40px; + + li { + &+li { + margin-left: 32px; + } + + display: inline-block; + + span, + p { + display: inline-block; + @include vertically_middle; + } + + span { + @extend .color-secondary; + font-size: 20px; + margin-right: 12px; + } + + p { + font-size: 18px; + font-weight: 400; + margin-bottom: 0; + } + } + } + + .countdown { + li { + display: inline-block; + @extend .color-secondary; + font-size: 40px; + font-weight: 400; + text-align: center; + padding: 20px 25px; + background: transparentize($secondary, 0.9); + + &+li { + margin-left: 15px; + } + + span { + display: block; + font-size: 16px; + color: #fff; + line-height: 20px; + text-transform: capitalize; + } + } + } +} + +/*************************************** + START EVENT DETAIL AREA +****************************************/ +.event_details_intro { + @extend .job_hero_area; + @extend .job_detail; + + &:before { + background: transparentize(#171c23, 0.6); + } + + .social-share { + position: absolute; + left: 50%; + bottom: 0; + transform: translate(-50%, 50%); + box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08); + padding: 20px 30px; + border-radius: 3px; + display: inline-flex; + align-items: center; + background: #fff; + flex-wrap: wrap; + + p { + display: inline-block; + font-weight: 400; + color: $text-color2; + margin-right: 20px; + margin-bottom: 0; + padding: 0; + font-size: 15px; + } + + ul { + li { + padding-right: 15px; + display: inline-block; + + &:last-child { + margin-right: 0; + } + + a { + color: #cfd4e2; + font-size: 16px; + + &:hover { + @extend .color-primary; + } + } + } + } + } +} + +.module--upload { + .modules__content { + padding-bottom: 30px + } +} + +.event_module { + border-bottom: 1px solid $border-color; + padding-bottom: 32px; + margin-bottom: 80px; + + &:before, + &:after { + content: ''; + display: table; + clear: both; + } + + .event_module__title { + line-height: 40px; + padding-bottom: 43px; + color: $title-color; + } + + .list_item { + width: 100%; + padding-top: 23px; + display: flex; + flex-wrap: wrap; + + li { + width: 50%; + position: relative; + padding-left: 25px; + + &:nth-child(2n + 1) { + padding-right: 15px; + } + + &:before { + content: "\f00c"; + font-family: FontAwesome, sans-serif; + @extend .color-primary; + position: absolute; + left: 0; + top: 0; + } + + color: #333; + font-weight: 400; + font-size: 16px; + line-height: 26px; + margin-bottom: 15px; + } + } + + &.sponsor--area { + border-bottom: 0; + padding-bottom: 0; + } +} + +.sponsores { + text-align: center; + + li { + background: #fff; + border: 1px solid $border-color; + + img { + max-width: 250px; + } + + &+li { + margin-left: 40px; + } + } +} + +.single_speaker { + width: 50%; + float: left; + margin-bottom: 60px; + + .speaker__thumbnail { + height: 263px; + width: 263px; + @include vertically_middle; + + img { + border: 1px solid $border-color; + width: 100% + } + } + + .speaker__detail { + @include vertically_middle; + padding-left: 30px; + + h3 { + line-height: 30px; + margin-bottom: 5px; + } + + p { + line-height: 30px; + } + + .ocuup { + color: #555; + font-weight: 400; + line-height: 30px; + margin-bottom: 15px; + font-size: 18px; + display: inline-block; + } + + width: calc(100% - 268px); + } + + .speaker_social { + margin-top: 30px; + + ul { + li { + display: inline-block; + margin-right: 4px; + + a:hover { + span { + @extend .bg-primary; + color: #fff; + } + } + + span { + transition: $transition; + line-height: 40px; + color: transparentize($primary, 0.5); + width: 40px; + border-radius: 50%; + text-align: center; + background: transparentize($primary, 0.9); + } + } + } + } + + &:nth-child(2n+2) { + padding-left: 15px; + } + + &:nth-child(2n+1) { + padding-right: 15px; + } +} + +.sign_up_area { + padding-top: 90px; + + .sign_up_title { + line-height: 40px; + padding-bottom: 55px; + } +} + +/*************************************** + START GOOGLE MAP AREA +****************************************/ +.google_map { + position: relative; + + #map { + height: 500px; + } + + .location_address { + position: absolute; + top: 50%; + transform: translateY(-50%); + width: 361px; + left: calc((100vw - 1110px) / 2); + + z-index: 1; + + .addres_module { + @extend .cardify; + padding: 50px 40px; + box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.08); + + h3 { + line-height: 34px; + margin-bottom: 55px; + } + + p { + font-weight: 400; + font-size: 18px; + margin-bottom: 0; + + &+p { + margin-top: 15px; + } + + span { + @extend .color-primary; + margin-right: 12px; + } + } + } + } +} + +/*************************************** + START BLOG AREA +****************************************/ +.blog_area { + + .date_time, + .comment_view, + .author { + span { + color: $text-color2 !important; + } + } +} + +.single_blog { + @include cardify; + border: 1px solid $border-color; + border-radius: 4px; + + figure { + img { + border-radius: 4px 4px 0 0; + width: 100%; + } + } + + .blog__content { + padding-left: 30px; + padding-right: 30px; + } + + .blog__title { + h3 { + color: $title-color; + transition: 0.3s; + } + + &:hover { + h3 { + @extend .color-primary; + } + } + } +} + +/* Blog Card Modifier */ +.blog--card { + margin-bottom: 30px; + + figure { + margin: 0; + } + + .blog__content { + padding-top: 30px; + padding-bottom: 26px; + + p { + margin-bottom: 0; + } + } + + .blog__title { + display: inline-block; + margin-bottom: 15px; + + h4 { + transition: $transition-base; + + &:hover { + @extend .color-primary; + } + } + } + + .blog__meta { + padding: 13px 30px; + border-top: 1px solid $border-color; + + &:before, + &:after { + content: ''; + display: table; + clear: both; + } + + .date_time, + .comment_view { + width: 50%; + float: left; + + p { + display: inline-block; + margin-bottom: 0; + color: #7e7e7e; + font-size: 15px; + line-height: 30px; + + span { + margin-right: 6px; + } + } + } + + .date_time { + text-align: left; + position: relative; + + span { + @extend .color-primary; + vertical-align: middle; + line-height: 30px; + } + + &:before { + content: ''; + width: 1px; + height: 100%; + right: 0; + top: 0; + background: $border-color; + position: absolute; + } + } + + .comment_view { + text-align: right; + + p+p { + margin-left: 26px; + } + } + } +} + +/* Blog default */ +.blog--default { + margin-bottom: 30px; + + figure { + margin: 0; + } + + .blog__title { + padding-top: 23px; + display: inline-block; + padding-bottom: 10px; + + h3 { + line-height: 32px; + } + } + + .blog__content { + border-bottom: 1px solid $border-color; + padding-bottom: 10px; + + .blog__meta { + + .date_time, + .comment_view, + .author { + display: inline-block; + + p { + display: inline-block; + margin-right: 25px; + color: #898f96; + + span { + margin-right: 6px; + } + } + } + + .author { + .lnr-user { + margin-right: 7px; + } + } + + .date_time { + span { + margin-right: 6px; + } + } + } + } + + .btn_text { + padding: 25px 30px 30px; + + .btn { + margin-top: 10px; + } + } +} + +.single_blog_content { + padding: 25px 30px 30px; + + p { + line-height: 30px; + } + + h1, + h2, + h3, + h4, + h5, + h6 { + margin-top: 10px; + margin-bottom: 20px; + } + + ol { + margin-bottom: 30px; + + li { + list-style-type: decimal; + line-height: 32px; + font-size: 16px; + color: #555; + } + } + + img { + margin-bottom: 20px; + width: 100%; + } + + ul { + margin: 0 0 30px 30px; + + li { + line-height: 32px; + font-size: 16px; + position: relative; + padding-left: 27px; + color: $text-color2; + + &:before { + content: ''; + height: 8px; + width: 8px; + position: absolute; + border-radius: 50px; + background: #555555; + left: 0; + top: 50%; + transform: translateY(-50%); + } + } + } + + .share_tags { + background: $bgcolor; + padding: 20px; + margin-top: 45px; + position: relative; + border-radius: 3px; + + ul { + margin: 0; + } + + li { + display: inline-block; + + &:before { + display: none; + } + + padding-left: 0; + } + + .share { + display: flex; + align-items: center; + + p { + color: #777; + margin: 0 15px 0 0; + } + + .social_share { + display: inline-block; + + ul { + li { + margin-right: 10px; + + a { + color: #b1b3b5; + + &:hover { + @extend .color-primary; + } + } + } + } + } + } + + .tags { + float: right; + margin-top: 4px; + + ul { + li { + display: inline-block; + + &+li { + padding-left: 10px; + } + + a { + font-size: 15px; + @extend .color-primary; + background: transparentize($primary, .93); + line-height: 30px; + padding: 0 14px; + display: inline-block; + -webkit-border-radius: 200px; + -moz-border-radius: 200px; + border-radius: 200px; + } + } + } + } + + overflow: hidden; + } +} + +.author_info { + @extend .cardify; + display: flex; + flex-wrap: wrap; + margin-bottom: 30px; + padding: 36px 26px; + + .author__img { + img { + min-width: 100%; + border-radius: 50%; + } + } + + .author__info { + flex: 2; + padding-left: 30px; + + h4 { + margin-bottom: 20px; + } + + ul { + li { + display: inline-block; + + &+li { + margin-left: 16px; + } + } + + a { + font-size: 14px; + color: #a9a9a9; + transition: 0.3s; + + &:hover { + @extend .color-primary; + } + } + } + + p { + margin-bottom: 15px; + } + } +} + +.comment_area { + @extend .cardify; + + &.comment--form { + margin-top: 40px; + } + + .comment__title { + padding: 28px 30px 19px 0; + border-bottom: 1px solid #ececec; + + h4 { + line-height: 42px; + } + } + + .comment___wrapper { + .media-list { + li { + &+li { + border-top: 1px solid $border-color; + } + } + + .media { + padding-bottom: 15px; + padding-top: 24px; + } + + .cmnt_avatar { + height: 90px; + width: 90px; + + img { + border-radius: 200px; + max-width: 100%; + } + } + + .media_top { + overflow: hidden; + margin-bottom: 15px; + display: flex; + justify-content: space-between; + } + + .media-heading { + font-size: 18px; + line-height: 28px; + color: #000; + } + + .media-body { + padding-left: 20px; + } + + .heading_left { + a { + h4 { + line-height: 28px; + margin-bottom: 0; + } + } + + span { + color: #555; + font-size: 15px; + line-height: 28px; + } + } + + .reply.visible-xs-m { + display: none; + } + + .children>.depth-2 { + padding-left: 114px; + + .media { + border-top: 1px solid $border-color; + } + } + } + } + + .commnet_form_wrapper { + padding: 30px 0; + } + + .cmnt_reply_form { + @extend .contact_form; + border: 0 none; + } +} + + +/*************************************** + END BLOG AREA +****************************************/ + + + +//charts// + +.visit_data { + ul.nav-tabs { + padding: 0 !important; + } +} + +.visit_data .v_refer .select-wrap { + @include xs { + float: unset; + + .period_selector { + padding: 10px 0; + margin: 10px 0; + width: 100%; + } + } +} + +//404 page +.four_o_four_area img{ + width: 100%; +} \ No newline at end of file diff --git a/public/vendor_assets/css/animate.css b/public/vendor_assets/css/animate.css new file mode 100644 index 0000000..ce3fce0 --- /dev/null +++ b/public/vendor_assets/css/animate.css @@ -0,0 +1,3352 @@ +@charset "UTF-8"; + +/*! +Animate.css - http://daneden.me/animate +Licensed under the MIT license - http://opensource.org/licenses/MIT + +Copyright (c) 2015 Daniel Eden +*/ + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.bounceIn, +.animated.bounceOut { + -webkit-animation-duration: .75s; + animation-duration: .75s; +} + +.animated.flipOutX, +.animated.flipOutY { + -webkit-animation-duration: .75s; + animation-duration: .75s; +} + +@-webkit-keyframes bounce { + 0%, 20%, 53%, 80%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + -webkit-transform: translate3d(0,0,0); + transform: translate3d(0,0,0); + } + + 40%, 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0,-4px,0); + transform: translate3d(0,-4px,0); + } +} + +@keyframes bounce { + 0%, 20%, 53%, 80%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + -webkit-transform: translate3d(0,0,0); + transform: translate3d(0,0,0); + } + + 40%, 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0,-4px,0); + transform: translate3d(0,-4px,0); + } +} + +.bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + 0%, 50%, 100% { + opacity: 1; + } + + 25%, 75% { + opacity: 0; + } +} + +@keyframes flash { + 0%, 50%, 100% { + opacity: 1; + } + + 25%, 75% { + opacity: 0; + } +} + +.flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + 0%, 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, 30%, 50%, 70%, 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, 40%, 60%, 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@keyframes shake { + 0%, 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, 30%, 50%, 70%, 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, 40%, 60%, 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + 100% { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + 100% { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, 20% { + -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + } + + 30%, 50%, 70%, 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, 60%, 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + 0% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, 20% { + -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); + } + + 30%, 50%, 70%, 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, 60%, 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + 100% { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + 0% { + -webkit-transform: none; + transform: none; + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes wobble { + 0% { + -webkit-transform: none; + transform: none; + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + 11.1% { + -webkit-transform: none; + transform: none + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg) + } + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg) + } + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg) + } + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg) + } + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg) + } + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg) + } + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg) + } + 100% { + -webkit-transform: none; + transform: none + } +} + +@keyframes jello { + 11.1% { + -webkit-transform: none; + transform: none + } + + 22.2% { + + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg) + } + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg) + } + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg) + } + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg) + } + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg) + } + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg) + } + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg) + } + 100% { + -webkit-transform: none; + transform: none + } +} + + + +.jello{ + -webkit-animation-name:jello; + animation-name:jello; + -webkit-transform-origin: center; + + transform-origin: center +} + +@-webkit-keyframes bounceIn { + 0%, 20%, 40%, 60%, 80%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(.97, .97, .97); + transform: scale3d(.97, .97, .97); + } + + 100% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + 0%, 20%, 40%, 60%, 80%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(.97, .97, .97); + transform: scale3d(.97, .97, .97); + } + + 100% { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.bounceIn { + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + 0%, 60%, 75%, 90%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes bounceInDown { + 0%, 60%, 75%, 90%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + 0%, 60%, 75%, 90%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes bounceInLeft { + 0%, 60%, 75%, 90%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + 0%, 60%, 75%, 90%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +@keyframes bounceInRight { + 0%, 60%, 75%, 90%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + 100% { + -webkit-transform: none; + transform: none; + } +} + +.bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + 0%, 60%, 75%, 90%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + 0%, 60%, 75%, 90%, 100% { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInUp { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut { + 20% { + -webkit-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + + 50%, 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } +} + +@keyframes bounceOut { + 20% { + -webkit-transform: scale3d(.9, .9, .9); + transform: scale3d(.9, .9, .9); + } + + 50%, 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } +} + +.bounceOut { + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +@keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +.fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes fadeInDown { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes fadeInDownBig { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + 0% { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes fadeInLeft { + 0% { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + 0% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes fadeInLeftBig { + 0% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + 0% { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes fadeInRight { + 0% { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + 0% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes fadeInRightBig { + 0% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes fadeInUp { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes fadeInUpBig { + 0% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +@keyframes fadeOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + } +} + +.fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes fadeOutDown { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes fadeOutDownBig { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes fadeOutLeft { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes fadeOutLeftBig { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes fadeOutRight { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes fadeOutRightBig { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes fadeOutUp { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes fadeOutUpBig { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + 0% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(.95, .95, .95); + transform: perspective(400px) scale3d(.95, .95, .95); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + 0% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(.95, .95, .95); + transform: perspective(400px) scale3d(.95, .95, .95); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + 0% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + 0% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInX { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInX; + animation-name: flipInX; +} + +@-webkit-keyframes Rx-width-50 { + 0% { + width: 0%; + } + + 100% { + width: 50%; + } +} + +@keyframes Rx-width-50 { + 0% { + width: 0%; + } + + 100% { + width: 50%; + } +} + +@-webkit-keyframes Rx-width-75 { + 0% { + width: 0%; + } + + 100% { + width: 75%; + } +} + +@keyframes Rx-width-75 { + 0% { + width: 0%; + } + + 100% { + width: 75%; + } +} + +@-webkit-keyframes Rx-width-65 { + 0% { + width: 0%; + } + + 100% { + width: 65%; + } +} + +@keyframes Rx-width-65 { + 0% { + width: 0%; + } + + 100% { + width: 65%; + } +} + +@-webkit-keyframes Rx-width-60 { + 0% { + width: 0%; + } + + 100% { + width: 60%; + } +} + +@keyframes Rx-width-60 { + 0% { + width: 0%; + } + + 100% { + width: 60%; + } +} + +@-webkit-keyframes flipInY { + 0% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + 0% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + 100% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInY; + animation-name: flipInY; +} + +@-webkit-keyframes flipOutX { + 0% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + 0% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.flipOutX { + -webkit-animation-name: flipOutX; + animation-name: flipOutX; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-webkit-keyframes flipOutY { + 0% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + 0% { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + 100% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.flipOutY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + 0% { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + opacity: 1; + } + + 100% { + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes lightSpeedIn { + 0% { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + opacity: 1; + } + + 100% { + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + 0% { + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + 0% { + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateIn { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +@keyframes rotateInUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: none; + transform: none; + opacity: 1; + } +} + +.rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + 0% { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + 100% { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + 0% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + 0% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + 100% { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + 100% { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.hinge { + -webkit-animation-name: hinge; + animation-name: hinge; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + 0% { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +@keyframes rollIn { + 0% { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + 100% { + opacity: 1; + -webkit-transform: none; + transform: none; + } +} + +.rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + 0% { + opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.rollOut { + -webkit-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn { + 0% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 50% { + opacity: 1; + } +} + +@keyframes zoomIn { + 0% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 50% { + opacity: 1; + } +} + +.zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown { + 0% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +@keyframes zoomInDown { + 0% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.zoomInDown { + -webkit-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft { + 0% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +@keyframes zoomInLeft { + 0% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.zoomInLeft { + -webkit-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight { + 0% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +@keyframes zoomInRight { + 0% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.zoomInRight { + -webkit-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp { + 0% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +@keyframes zoomInUp { + 0% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.zoomInUp { + -webkit-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut { + 0% { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 100% { + opacity: 0; + } +} + +@keyframes zoomOut { + 0% { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(.3, .3, .3); + transform: scale3d(.3, .3, .3); + } + + 100% { + opacity: 0; + } +} + +.zoomOut { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +@keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); + transform: scale(.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); + transform: scale(.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(2000px, 0, 0); + transform: scale(.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); + } + + 100% { + opacity: 0; + -webkit-transform: scale(.1) translate3d(2000px, 0, 0); + transform: scale(.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +@keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); + } + + 100% { + opacity: 0; + -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); + } +} + +.zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + 0% { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + 0% { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInDown { + -webkit-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft { + 0% { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + 0% { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInLeft { + -webkit-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight { + 0% { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + 0% { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp { + 0% { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + 0% { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + 0% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 100% { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} diff --git a/public/vendor_assets/css/bootstrap/bootstrap.css b/public/vendor_assets/css/bootstrap/bootstrap.css new file mode 100644 index 0000000..bba8de9 --- /dev/null +++ b/public/vendor_assets/css/bootstrap/bootstrap.css @@ -0,0 +1,13571 @@ +@charset "UTF-8"; +/*! + * Bootstrap v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +:root { + --blue: #007bff; + --indigo: #6610f2; + --purple: #6f42c1; + --pink: #e83e8c; + --red: #dc3545; + --orange: #fd7e14; + --yellow: #ffc107; + --green: #28a745; + --teal: #20c997; + --cyan: #17a2b8; + --white: #fff; + --gray: #6c757d; + --gray-dark: #343a40; + --primary: #6E4FF6; + --secondary: #1DC9B7; + --success: #4caf50; + --info: #36A3F7; + --warning: #FFB822; + --danger: #F4516C; + --light: #ffffff; + --dark: #202428; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + +*, +*::before, +*::after { + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +html { + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; +} + +body { + margin: 0; + font-family: "Work Sans", sans-serif; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #6F7495; + text-align: left; + background-color: #fff; +} + +[tabindex="-1"]:focus { + outline: 0 !important; +} + +hr { + -webkit-box-sizing: content-box; + box-sizing: content-box; + height: 0; + overflow: visible; +} + +h1, h2, h3, h4, h5, h6 { + margin-top: 0; + margin-bottom: 0; +} + +p { + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title], +abbr[data-original-title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; + text-decoration-skip-ink: none; +} + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: .5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +b, +strong { + font-weight: bolder; +} + +small { + font-size: 80%; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -.25em; +} + +sup { + top: -.5em; +} + +a { + color: #6E4FF6; + text-decoration: none; + background-color: transparent; +} + +a:hover { + color: #0056b3; + text-decoration: none; +} + +a:not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { + color: inherit; + text-decoration: none; +} + +a:not([href]):not([tabindex]):focus { + outline: 0; +} + +pre, +code, +kbd, +samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-size: 1em; +} + +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; +} + +figure { + margin: 0 0 1rem; +} + +img { + vertical-align: middle; + border-style: none; +} + +svg { + overflow: hidden; + vertical-align: middle; +} + +table { + border-collapse: collapse; +} + +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #6c757d; + text-align: left; + caption-side: bottom; +} + +th { + text-align: inherit; +} + +label { + display: inline-block; + margin-bottom: 0.5rem; +} + +button { + -webkit-border-radius: 0; + border-radius: 0; +} + +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +input { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +select { + word-wrap: normal; +} + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +button:not(:disabled), +[type="button"]:not(:disabled), +[type="reset"]:not(:disabled), +[type="submit"]:not(:disabled) { + cursor: pointer; +} + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + padding: 0; + border-style: none; +} + +input[type="radio"], +input[type="checkbox"] { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} + +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + -webkit-appearance: listbox; +} + +textarea { + overflow: auto; + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: .5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal; +} + +@media (max-width: 1200px) { + legend { + font-size: calc(1.275rem + 0.3vw) ; + } +} + +progress { + vertical-align: baseline; +} + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +[type="search"] { + outline-offset: -2px; + -webkit-appearance: none; +} + +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +summary { + display: list-item; + cursor: pointer; +} + +template { + display: none; +} + +[hidden] { + display: none !important; +} + +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { + margin-bottom: 0; + font-weight: 500; + line-height: 1.2; + color: #313342; +} + +h1, .h1 { + font-size: 2.4rem; +} + +@media (max-width: 1200px) { + h1, .h1 { + font-size: calc(1.365rem + 1.38vw) ; + } +} + +h2, .h2 { + font-size: 2rem; +} + +@media (max-width: 1200px) { + h2, .h2 { + font-size: calc(1.325rem + 0.9vw) ; + } +} + +h3, .h3 { + font-size: 1.6rem; +} + +@media (max-width: 1200px) { + h3, .h3 { + font-size: calc(1.285rem + 0.42vw) ; + } +} + +h4, .h4 { + font-size: 1.33rem; +} + +@media (max-width: 1200px) { + h4, .h4 { + font-size: calc(1.258rem + 0.096vw) ; + } +} + +h5, .h5 { + font-size: 1.2rem; +} + +h6, .h6 { + font-size: 1.1rem; +} + +.lead { + font-size: 1.33rem; + font-weight: 400; +} + +@media (max-width: 1200px) { + .lead { + font-size: calc(1.258rem + 0.096vw) ; + } +} + +.display-1 { + font-size: 4rem; + font-weight: 500; + line-height: 1.2; +} + +@media (max-width: 1200px) { + .display-1 { + font-size: calc(1.525rem + 3.3vw) ; + } +} + +.display-2 { + font-size: 3.6rem; + font-weight: 500; + line-height: 1.2; +} + +@media (max-width: 1200px) { + .display-2 { + font-size: calc(1.485rem + 2.82vw) ; + } +} + +.display-3 { + font-size: 3.2rem; + font-weight: 500; + line-height: 1.2; +} + +@media (max-width: 1200px) { + .display-3 { + font-size: calc(1.445rem + 2.34vw) ; + } +} + +.display-4 { + font-size: 2.8rem; + font-weight: 500; + line-height: 1.2; +} + +@media (max-width: 1200px) { + .display-4 { + font-size: calc(1.405rem + 1.86vw) ; + } +} + +hr { + margin-top: 4.67rem; + margin-bottom: 4.67rem; + border: 0; + border-top: 1px solid #e9ebf4; +} + +small, +.small { + font-size: 80%; + font-weight: 400; +} + +mark, +.mark { + padding: 0.2em; + background-color: #fcf8e3; +} + +.list-unstyled { + padding-left: 0; + list-style: none; +} + +.list-inline { + padding-left: 0; + list-style: none; +} + +.list-inline-item { + display: inline-block; +} + +.list-inline-item:not(:last-child) { + margin-right: 0.5rem; +} + +.initialism { + font-size: 90%; + text-transform: uppercase; +} + +.blockquote { + margin-bottom: 1rem; + font-size: 1.25rem; +} + +.blockquote-footer { + display: block; + font-size: 80%; + color: #6c757d; +} + +.blockquote-footer::before { + content: "\2014\00A0"; +} + +.img-fluid { + max-width: 100%; + height: auto; +} + +.img-thumbnail { + padding: 0.25rem; + background-color: #fff; + border: 1px solid #dee2e6; + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); + max-width: 100%; + height: auto; +} + +.figure { + display: inline-block; +} + +.figure-img { + margin-bottom: 0.5rem; + line-height: 1; +} + +.figure-caption { + font-size: 90%; + color: #6c757d; +} + +code { + font-size: 87.5%; + color: #e83e8c; + word-break: break-word; +} + +a > code { + color: inherit; +} + +kbd { + padding: 0.2rem 0.4rem; + font-size: 87.5%; + color: #fff; + background-color: #212529; + -webkit-border-radius: 0.2rem; + border-radius: 0.2rem; + -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); +} + +kbd kbd { + padding: 0; + font-size: 100%; + font-weight: 700; + -webkit-box-shadow: none; + box-shadow: none; +} + +pre { + display: block; + font-size: 87.5%; + color: #212529; +} + +pre code { + font-size: inherit; + color: inherit; + word-break: normal; +} + +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} + +.container { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .container { + max-width: 540px; + } +} + +@media (min-width: 768px) { + .container { + max-width: 720px; + } +} + +@media (min-width: 992px) { + .container { + max-width: 960px; + } +} + +@media (min-width: 1200px) { + .container { + max-width: 1140px; + } +} + +.container-fluid { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +.row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} + +.no-gutters { + margin-right: 0; + margin-left: 0; +} + +.no-gutters > .col, +.no-gutters > [class*="col-"] { + padding-right: 0; + padding-left: 0; +} + +.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, +.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, +.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, +.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, +.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, +.col-xl-auto { + position: relative; + width: 100%; + padding-right: 15px; + padding-left: 15px; +} + +.col { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; +} + +.col-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; +} + +.col-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.33333%; + flex: 0 0 8.33333%; + max-width: 8.33333%; +} + +.col-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; +} + +.col-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; +} + +.col-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; + max-width: 33.33333%; +} + +.col-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.66667%; + flex: 0 0 41.66667%; + max-width: 41.66667%; +} + +.col-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; +} + +.col-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.33333%; + flex: 0 0 58.33333%; + max-width: 58.33333%; +} + +.col-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; + max-width: 66.66667%; +} + +.col-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; +} + +.col-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33333%; + flex: 0 0 83.33333%; + max-width: 83.33333%; +} + +.col-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.66667%; + flex: 0 0 91.66667%; + max-width: 91.66667%; +} + +.col-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; +} + +.order-first { + -webkit-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; +} + +.order-last { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; +} + +.order-0 { + -webkit-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; +} + +.order-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} + +.order-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} + +.order-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} + +.order-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; +} + +.order-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; +} + +.order-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; +} + +.order-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; +} + +.order-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; +} + +.order-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; +} + +.order-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; +} + +.order-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; +} + +.order-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; +} + +.offset-1 { + margin-left: 8.33333%; +} + +.offset-2 { + margin-left: 16.66667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.33333%; +} + +.offset-5 { + margin-left: 41.66667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.33333%; +} + +.offset-8 { + margin-left: 66.66667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.33333%; +} + +.offset-11 { + margin-left: 91.66667%; +} + +@media (min-width: 576px) { + .col-sm { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-sm-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-sm-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.33333%; + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-sm-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-sm-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-sm-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-sm-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.66667%; + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-sm-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-sm-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.33333%; + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-sm-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-sm-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-sm-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33333%; + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-sm-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.66667%; + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-sm-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-sm-first { + -webkit-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; + } + .order-sm-last { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-sm-0 { + -webkit-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; + } + .order-sm-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .order-sm-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-sm-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-sm-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-sm-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-sm-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-sm-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-sm-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-sm-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-sm-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-sm-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-sm-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .offset-sm-0 { + margin-left: 0; + } + .offset-sm-1 { + margin-left: 8.33333%; + } + .offset-sm-2 { + margin-left: 16.66667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.33333%; + } + .offset-sm-5 { + margin-left: 41.66667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.33333%; + } + .offset-sm-8 { + margin-left: 66.66667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.33333%; + } + .offset-sm-11 { + margin-left: 91.66667%; + } +} + +@media (min-width: 768px) { + .col-md { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-md-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-md-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.33333%; + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-md-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-md-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-md-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-md-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.66667%; + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-md-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-md-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.33333%; + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-md-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-md-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-md-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33333%; + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-md-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.66667%; + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-md-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-md-first { + -webkit-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; + } + .order-md-last { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-md-0 { + -webkit-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; + } + .order-md-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .order-md-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-md-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-md-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-md-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-md-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-md-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-md-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-md-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-md-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-md-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-md-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .offset-md-0 { + margin-left: 0; + } + .offset-md-1 { + margin-left: 8.33333%; + } + .offset-md-2 { + margin-left: 16.66667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.33333%; + } + .offset-md-5 { + margin-left: 41.66667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.33333%; + } + .offset-md-8 { + margin-left: 66.66667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.33333%; + } + .offset-md-11 { + margin-left: 91.66667%; + } +} + +@media (min-width: 992px) { + .col-lg { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-lg-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-lg-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.33333%; + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-lg-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-lg-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-lg-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-lg-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.66667%; + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-lg-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-lg-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.33333%; + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-lg-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-lg-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-lg-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33333%; + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-lg-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.66667%; + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-lg-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-lg-first { + -webkit-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; + } + .order-lg-last { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-lg-0 { + -webkit-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; + } + .order-lg-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .order-lg-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-lg-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-lg-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-lg-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-lg-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-lg-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-lg-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-lg-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-lg-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-lg-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-lg-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .offset-lg-0 { + margin-left: 0; + } + .offset-lg-1 { + margin-left: 8.33333%; + } + .offset-lg-2 { + margin-left: 16.66667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.33333%; + } + .offset-lg-5 { + margin-left: 41.66667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.33333%; + } + .offset-lg-8 { + margin-left: 66.66667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.33333%; + } + .offset-lg-11 { + margin-left: 91.66667%; + } +} + +@media (min-width: 1200px) { + .col-xl { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-xl-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-xl-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.33333%; + flex: 0 0 8.33333%; + max-width: 8.33333%; + } + .col-xl-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; + } + .col-xl-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-xl-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33333%; + flex: 0 0 33.33333%; + max-width: 33.33333%; + } + .col-xl-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.66667%; + flex: 0 0 41.66667%; + max-width: 41.66667%; + } + .col-xl-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-xl-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.33333%; + flex: 0 0 58.33333%; + max-width: 58.33333%; + } + .col-xl-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66667%; + flex: 0 0 66.66667%; + max-width: 66.66667%; + } + .col-xl-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-xl-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33333%; + flex: 0 0 83.33333%; + max-width: 83.33333%; + } + .col-xl-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.66667%; + flex: 0 0 91.66667%; + max-width: 91.66667%; + } + .col-xl-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-xl-first { + -webkit-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; + } + .order-xl-last { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-xl-0 { + -webkit-box-ordinal-group: 1; + -ms-flex-order: 0; + order: 0; + } + .order-xl-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .order-xl-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-xl-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-xl-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-xl-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-xl-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-xl-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-xl-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-xl-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-xl-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-xl-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-xl-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .offset-xl-0 { + margin-left: 0; + } + .offset-xl-1 { + margin-left: 8.33333%; + } + .offset-xl-2 { + margin-left: 16.66667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.33333%; + } + .offset-xl-5 { + margin-left: 41.66667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.33333%; + } + .offset-xl-8 { + margin-left: 66.66667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.33333%; + } + .offset-xl-11 { + margin-left: 91.66667%; + } +} + +.table { + width: 100%; + margin-bottom: 1rem; + color: #212529; +} + +.table th, +.table td { + padding: 0.75rem; + vertical-align: top; + border-top: 1px solid #dee2e6; +} + +.table thead th { + vertical-align: bottom; + border-bottom: 2px solid #dee2e6; +} + +.table tbody + tbody { + border-top: 2px solid #dee2e6; +} + +.table-sm th, +.table-sm td { + padding: 0.3rem; +} + +.table-bordered { + border: 1px solid #dee2e6; +} + +.table-bordered th, +.table-bordered td { + border: 1px solid #dee2e6; +} + +.table-bordered thead th, +.table-bordered thead td { + border-bottom-width: 2px; +} + +.table-borderless th, +.table-borderless td, +.table-borderless thead th, +.table-borderless tbody + tbody { + border: 0; +} + +.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(0, 0, 0, 0.05); +} + +.table-hover tbody tr:hover { + color: #212529; + background-color: rgba(0, 0, 0, 0.075); +} + +.table-primary, +.table-primary > th, +.table-primary > td { + background-color: #d6cefc; +} + +.table-primary th, +.table-primary td, +.table-primary thead th, +.table-primary tbody + tbody { + border-color: #b4a3fa; +} + +.table-hover .table-primary:hover { + background-color: #c2b6fb; +} + +.table-hover .table-primary:hover > td, +.table-hover .table-primary:hover > th { + background-color: #c2b6fb; +} + +.table-secondary, +.table-secondary > th, +.table-secondary > td { + background-color: #c0f0eb; +} + +.table-secondary th, +.table-secondary td, +.table-secondary thead th, +.table-secondary tbody + tbody { + border-color: #89e3da; +} + +.table-hover .table-secondary:hover { + background-color: #abebe4; +} + +.table-hover .table-secondary:hover > td, +.table-hover .table-secondary:hover > th { + background-color: #abebe4; +} + +.table-success, +.table-success > th, +.table-success > td { + background-color: #cde9ce; +} + +.table-success th, +.table-success td, +.table-success thead th, +.table-success tbody + tbody { + border-color: #a2d5a4; +} + +.table-hover .table-success:hover { + background-color: #bbe1bd; +} + +.table-hover .table-success:hover > td, +.table-hover .table-success:hover > th { + background-color: #bbe1bd; +} + +.table-info, +.table-info > th, +.table-info > td { + background-color: #c7e5fd; +} + +.table-info th, +.table-info td, +.table-info thead th, +.table-info tbody + tbody { + border-color: #96cffb; +} + +.table-hover .table-info:hover { + background-color: #aedafc; +} + +.table-hover .table-info:hover > td, +.table-hover .table-info:hover > th { + background-color: #aedafc; +} + +.table-warning, +.table-warning > th, +.table-warning > td { + background-color: #ffebc1; +} + +.table-warning th, +.table-warning td, +.table-warning thead th, +.table-warning tbody + tbody { + border-color: #ffda8c; +} + +.table-hover .table-warning:hover { + background-color: #ffe3a8; +} + +.table-hover .table-warning:hover > td, +.table-hover .table-warning:hover > th { + background-color: #ffe3a8; +} + +.table-danger, +.table-danger > th, +.table-danger > td { + background-color: #fcced6; +} + +.table-danger th, +.table-danger td, +.table-danger thead th, +.table-danger tbody + tbody { + border-color: #f9a5b3; +} + +.table-hover .table-danger:hover { + background-color: #fbb6c2; +} + +.table-hover .table-danger:hover > td, +.table-hover .table-danger:hover > th { + background-color: #fbb6c2; +} + +.table-light, +.table-light > th, +.table-light > td { + background-color: white; +} + +.table-light th, +.table-light td, +.table-light thead th, +.table-light tbody + tbody { + border-color: white; +} + +.table-hover .table-light:hover { + background-color: #f2f2f2; +} + +.table-hover .table-light:hover > td, +.table-hover .table-light:hover > th { + background-color: #f2f2f2; +} + +.table-dark, +.table-dark > th, +.table-dark > td { + background-color: #c1c2c3; +} + +.table-dark th, +.table-dark td, +.table-dark thead th, +.table-dark tbody + tbody { + border-color: #8b8d8f; +} + +.table-hover .table-dark:hover { + background-color: #b4b5b6; +} + +.table-hover .table-dark:hover > td, +.table-hover .table-dark:hover > th { + background-color: #b4b5b6; +} + +.table-active, +.table-active > th, +.table-active > td { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover { + background-color: rgba(0, 0, 0, 0.075); +} + +.table-hover .table-active:hover > td, +.table-hover .table-active:hover > th { + background-color: rgba(0, 0, 0, 0.075); +} + +.table .thead-dark th { + color: #fff; + background-color: #343a40; + border-color: #454d55; +} + +.table .thead-light th { + color: #495057; + background-color: #e9ecef; + border-color: #dee2e6; +} + +.table-dark { + color: #fff; + background-color: #343a40; +} + +.table-dark th, +.table-dark td, +.table-dark thead th { + border-color: #454d55; +} + +.table-dark.table-bordered { + border: 0; +} + +.table-dark.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(255, 255, 255, 0.05); +} + +.table-dark.table-hover tbody tr:hover { + color: #fff; + background-color: rgba(255, 255, 255, 0.075); +} + +@media (max-width: 575.98px) { + .table-responsive-sm { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-sm > .table-bordered { + border: 0; + } +} + +@media (max-width: 767.98px) { + .table-responsive-md { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-md > .table-bordered { + border: 0; + } +} + +@media (max-width: 991.98px) { + .table-responsive-lg { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-lg > .table-bordered { + border: 0; + } +} + +@media (max-width: 1199.98px) { + .table-responsive-xl { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .table-responsive-xl > .table-bordered { + border: 0; + } +} + +.table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +.table-responsive > .table-bordered { + border: 0; +} + +.form-control { + display: block; + width: 100%; + height: 3.2rem; + padding: 0.375rem 1.2rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #ebedf2; + -webkit-border-radius: 0.2rem; + border-radius: 0.2rem; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .form-control { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.form-control::-ms-expand { + background-color: transparent; + border: 0; +} + +.form-control:focus { + color: #495057; + background-color: #fff; + border-color: #80bdff; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.form-control::-webkit-input-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control::-moz-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control::-ms-input-placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control::placeholder { + color: #6c757d; + opacity: 1; +} + +.form-control:disabled, .form-control[readonly] { + background-color: #e9ecef; + opacity: 1; +} + +select.form-control:focus::-ms-value { + color: #495057; + background-color: #fff; +} + +.form-control-file, +.form-control-range { + display: block; + width: 100%; +} + +.col-form-label { + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.5; +} + +.col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.25rem; + line-height: 1.5; +} + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.875rem; + line-height: 1.5; +} + +.form-control-plaintext { + display: block; + width: 100%; + padding-top: 0.375rem; + padding-bottom: 0.375rem; + margin-bottom: 0; + line-height: 1.5; + color: #212529; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; +} + +.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { + padding-right: 0; + padding-left: 0; +} + +.form-control-sm { + height: 2.8rem; + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; + -webkit-border-radius: 0.2rem; + border-radius: 0.2rem; +} + +.form-control-lg { + height: 3.47rem; + padding: 0.5rem 1rem; + font-size: 1.25rem; + line-height: 1.5; + -webkit-border-radius: 0.3rem; + border-radius: 0.3rem; +} + +select.form-control[size], select.form-control[multiple] { + height: auto; +} + +textarea.form-control { + height: auto; +} + +.form-group { + margin-bottom: 1rem; +} + +.form-text { + display: block; + margin-top: 0.66rem; +} + +.form-row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -5px; + margin-left: -5px; +} + +.form-row > .col, +.form-row > [class*="col-"] { + padding-right: 5px; + padding-left: 5px; +} + +.form-check { + position: relative; + display: block; + padding-left: 1.25rem; +} + +.form-check-input { + position: absolute; + margin-top: 0.3rem; + margin-left: -1.25rem; +} + +.form-check-input:disabled ~ .form-check-label { + color: #6c757d; +} + +.form-check-label { + margin-bottom: 0; +} + +.form-check-inline { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding-left: 0; + margin-right: 0.75rem; +} + +.form-check-inline .form-check-input { + position: static; + margin-top: 0; + margin-right: 0.3125rem; + margin-left: 0; +} + +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #28a745; +} + +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: .1rem; + font-size: 0.875rem; + line-height: 1.5; + color: #fff; + background-color: rgba(40, 167, 69, 0.9); + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; +} + +.was-validated .form-control:valid, .form-control.is-valid { + border-color: #28a745; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: center right calc(0.375em + 0.1875rem); + -webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { + border-color: #28a745; + -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.was-validated .form-control:valid ~ .valid-feedback, +.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, +.form-control.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} + +.was-validated .custom-select:valid, .custom-select.is-valid { + border-color: #28a745; + padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { + border-color: #28a745; + -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.was-validated .custom-select:valid ~ .valid-feedback, +.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, +.custom-select.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-control-file:valid ~ .valid-feedback, +.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, +.form-control-file.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #28a745; +} + +.was-validated .form-check-input:valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, +.form-check-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { + color: #28a745; +} + +.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { + border-color: #28a745; +} + +.was-validated .custom-control-input:valid ~ .valid-feedback, +.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, +.custom-control-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { + border-color: #34ce57; + background-color: #34ce57; +} + +.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { + -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { + border-color: #28a745; +} + +.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { + border-color: #28a745; +} + +.was-validated .custom-file-input:valid ~ .valid-feedback, +.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, +.custom-file-input.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { + border-color: #28a745; + -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); +} + +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #dc3545; +} + +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: .1rem; + font-size: 0.875rem; + line-height: 1.5; + color: #fff; + background-color: rgba(220, 53, 69, 0.9); + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; +} + +.was-validated .form-control:invalid, .form-control.is-invalid { + border-color: #dc3545; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); + background-repeat: no-repeat; + background-position: center right calc(0.375em + 0.1875rem); + -webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { + border-color: #dc3545; + -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated .form-control:invalid ~ .invalid-feedback, +.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, +.form-control.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} + +.was-validated .custom-select:invalid, .custom-select.is-invalid { + border-color: #dc3545; + padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem); + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} + +.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { + border-color: #dc3545; + -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated .custom-select:invalid ~ .invalid-feedback, +.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, +.custom-select.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-control-file:invalid ~ .invalid-feedback, +.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, +.form-control-file.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #dc3545; +} + +.was-validated .form-check-input:invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, +.form-check-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { + color: #dc3545; +} + +.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { + border-color: #dc3545; +} + +.was-validated .custom-control-input:invalid ~ .invalid-feedback, +.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, +.custom-control-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { + border-color: #e4606d; + background-color: #e4606d; +} + +.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { + -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { + border-color: #dc3545; +} + +.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { + border-color: #dc3545; +} + +.was-validated .custom-file-input:invalid ~ .invalid-feedback, +.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, +.custom-file-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { + border-color: #dc3545; + -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); +} + +.form-inline { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.form-inline .form-check { + width: 100%; +} + +@media (min-width: 576px) { + .form-inline label { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-bottom: 0; + } + .form-inline .form-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin-bottom: 0; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .form-control-plaintext { + display: inline-block; + } + .form-inline .input-group, + .form-inline .custom-select { + width: auto; + } + .form-inline .form-check { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: auto; + padding-left: 0; + } + .form-inline .form-check-input { + position: relative; + -ms-flex-negative: 0; + flex-shrink: 0; + margin-top: 0; + margin-right: 0.25rem; + margin-left: 0; + } + .form-inline .custom-control { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + } + .form-inline .custom-control-label { + margin-bottom: 0; + } +} + +.btn { + display: inline-block; + font-weight: 600; + color: #6F7495; + text-align: center; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: 0 1.33rem; + font-size: 0.933rem; + line-height: 2.875rem; + -webkit-border-radius: 0.1875rem; + border-radius: 0.1875rem; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .btn { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.btn:hover { + color: #6F7495; + text-decoration: none; +} + +.btn:focus, .btn.focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.btn.disabled, .btn:disabled { + opacity: 0.65; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +a.btn.disabled, +fieldset:disabled a.btn { + pointer-events: none; +} + +.btn-primary { + color: #fff; + background-color: #6E4FF6; + border-color: #6E4FF6; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-primary:hover { + color: #fff; + background-color: #502bf4; + border-color: #461ef4; +} + +.btn-primary:focus, .btn-primary.focus { + -webkit-box-shadow: none, 0 0 0 0.2rem rgba(132, 105, 247, 0.5); + box-shadow: none, 0 0 0 0.2rem rgba(132, 105, 247, 0.5); +} + +.btn-primary.disabled, .btn-primary:disabled { + color: #fff; + background-color: #6E4FF6; + border-color: #6E4FF6; +} + +.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, +.show > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #461ef4; + border-color: #3c12f3; +} + +.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-primary.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(132, 105, 247, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(132, 105, 247, 0.5); +} + +.btn-secondary { + color: #fff; + background-color: #1DC9B7; + border-color: #1DC9B7; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-secondary:hover { + color: #fff; + background-color: #18a899; + border-color: #179c8e; +} + +.btn-secondary:focus, .btn-secondary.focus { + -webkit-box-shadow: none, 0 0 0 0.2rem rgba(63, 209, 194, 0.5); + box-shadow: none, 0 0 0 0.2rem rgba(63, 209, 194, 0.5); +} + +.btn-secondary.disabled, .btn-secondary:disabled { + color: #fff; + background-color: #1DC9B7; + border-color: #1DC9B7; +} + +.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, +.show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #179c8e; + border-color: #159184; +} + +.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-secondary.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 209, 194, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 209, 194, 0.5); +} + +.btn-success { + color: #fff; + background-color: #4caf50; + border-color: #4caf50; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-success:hover { + color: #fff; + background-color: #409444; + border-color: #3d8b40; +} + +.btn-success:focus, .btn-success.focus { + -webkit-box-shadow: none, 0 0 0 0.2rem rgba(103, 187, 106, 0.5); + box-shadow: none, 0 0 0 0.2rem rgba(103, 187, 106, 0.5); +} + +.btn-success.disabled, .btn-success:disabled { + color: #fff; + background-color: #4caf50; + border-color: #4caf50; +} + +.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, +.show > .btn-success.dropdown-toggle { + color: #fff; + background-color: #3d8b40; + border-color: #39833c; +} + +.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-success.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(103, 187, 106, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(103, 187, 106, 0.5); +} + +.btn-info { + color: #fff; + background-color: #36A3F7; + border-color: #36A3F7; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-info:hover { + color: #fff; + background-color: #1192f6; + border-color: #0a8cf0; +} + +.btn-info:focus, .btn-info.focus { + -webkit-box-shadow: none, 0 0 0 0.2rem rgba(84, 177, 248, 0.5); + box-shadow: none, 0 0 0 0.2rem rgba(84, 177, 248, 0.5); +} + +.btn-info.disabled, .btn-info:disabled { + color: #fff; + background-color: #36A3F7; + border-color: #36A3F7; +} + +.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, +.show > .btn-info.dropdown-toggle { + color: #fff; + background-color: #0a8cf0; + border-color: #0985e4; +} + +.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-info.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(84, 177, 248, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(84, 177, 248, 0.5); +} + +.btn-warning { + color: #212529; + background-color: #FFB822; + border-color: #FFB822; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-warning:hover { + color: #212529; + background-color: #fbaa00; + border-color: #eea200; +} + +.btn-warning:focus, .btn-warning.focus { + -webkit-box-shadow: none, 0 0 0 0.2rem rgba(222, 162, 35, 0.5); + box-shadow: none, 0 0 0 0.2rem rgba(222, 162, 35, 0.5); +} + +.btn-warning.disabled, .btn-warning:disabled { + color: #212529; + background-color: #FFB822; + border-color: #FFB822; +} + +.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, +.show > .btn-warning.dropdown-toggle { + color: #212529; + background-color: #eea200; + border-color: #e19900; +} + +.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-warning.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 162, 35, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 162, 35, 0.5); +} + +.btn-danger { + color: #fff; + background-color: #F4516C; + border-color: #F4516C; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-danger:hover { + color: #fff; + background-color: #f22d4e; + border-color: #f12143; +} + +.btn-danger:focus, .btn-danger.focus { + -webkit-box-shadow: none, 0 0 0 0.2rem rgba(246, 107, 130, 0.5); + box-shadow: none, 0 0 0 0.2rem rgba(246, 107, 130, 0.5); +} + +.btn-danger.disabled, .btn-danger:disabled { + color: #fff; + background-color: #F4516C; + border-color: #F4516C; +} + +.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, +.show > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #f12143; + border-color: #f01539; +} + +.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-danger.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(246, 107, 130, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(246, 107, 130, 0.5); +} + +.btn-light { + color: #212529; + background-color: #ffffff; + border-color: #ffffff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-light:hover { + color: #212529; + background-color: #ececec; + border-color: #e6e6e6; +} + +.btn-light:focus, .btn-light.focus { + -webkit-box-shadow: none, 0 0 0 0.2rem rgba(222, 222, 223, 0.5); + box-shadow: none, 0 0 0 0.2rem rgba(222, 222, 223, 0.5); +} + +.btn-light.disabled, .btn-light:disabled { + color: #212529; + background-color: #ffffff; + border-color: #ffffff; +} + +.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, +.show > .btn-light.dropdown-toggle { + color: #212529; + background-color: #e6e6e6; + border-color: #dfdfdf; +} + +.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-light.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5); +} + +.btn-dark { + color: #fff; + background-color: #202428; + border-color: #202428; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-dark:hover { + color: #fff; + background-color: #0f1113; + border-color: #090b0c; +} + +.btn-dark:focus, .btn-dark.focus { + -webkit-box-shadow: none, 0 0 0 0.2rem rgba(65, 69, 72, 0.5); + box-shadow: none, 0 0 0 0.2rem rgba(65, 69, 72, 0.5); +} + +.btn-dark.disabled, .btn-dark:disabled { + color: #fff; + background-color: #202428; + border-color: #202428; +} + +.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, +.show > .btn-dark.dropdown-toggle { + color: #fff; + background-color: #090b0c; + border-color: #040405; +} + +.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-dark.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 69, 72, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 69, 72, 0.5); +} + +.btn-outline-primary { + color: #6E4FF6; + border-color: #6E4FF6; +} + +.btn-outline-primary:hover { + color: #fff; + background-color: #6E4FF6; + border-color: #6E4FF6; +} + +.btn-outline-primary:focus, .btn-outline-primary.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 79, 246, 0.5); + box-shadow: 0 0 0 0.2rem rgba(110, 79, 246, 0.5); +} + +.btn-outline-primary.disabled, .btn-outline-primary:disabled { + color: #6E4FF6; + background-color: transparent; +} + +.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, +.show > .btn-outline-primary.dropdown-toggle { + color: #fff; + background-color: #6E4FF6; + border-color: #6E4FF6; +} + +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-primary.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(110, 79, 246, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(110, 79, 246, 0.5); +} + +.btn-outline-secondary { + color: #1DC9B7; + border-color: #1DC9B7; +} + +.btn-outline-secondary:hover { + color: #fff; + background-color: #1DC9B7; + border-color: #1DC9B7; +} + +.btn-outline-secondary:focus, .btn-outline-secondary.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); + box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); +} + +.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { + color: #1DC9B7; + background-color: transparent; +} + +.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, +.show > .btn-outline-secondary.dropdown-toggle { + color: #fff; + background-color: #1DC9B7; + border-color: #1DC9B7; +} + +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-secondary.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(29, 201, 183, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(29, 201, 183, 0.5); +} + +.btn-outline-success { + color: #4caf50; + border-color: #4caf50; +} + +.btn-outline-success:hover { + color: #fff; + background-color: #4caf50; + border-color: #4caf50; +} + +.btn-outline-success:focus, .btn-outline-success.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); + box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); +} + +.btn-outline-success.disabled, .btn-outline-success:disabled { + color: #4caf50; + background-color: transparent; +} + +.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, +.show > .btn-outline-success.dropdown-toggle { + color: #fff; + background-color: #4caf50; + border-color: #4caf50; +} + +.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-success.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 175, 80, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 175, 80, 0.5); +} + +.btn-outline-info { + color: #36A3F7; + border-color: #36A3F7; +} + +.btn-outline-info:hover { + color: #fff; + background-color: #36A3F7; + border-color: #36A3F7; +} + +.btn-outline-info:focus, .btn-outline-info.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5); + box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5); +} + +.btn-outline-info.disabled, .btn-outline-info:disabled { + color: #36A3F7; + background-color: transparent; +} + +.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, +.show > .btn-outline-info.dropdown-toggle { + color: #fff; + background-color: #36A3F7; + border-color: #36A3F7; +} + +.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-info.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(54, 163, 247, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(54, 163, 247, 0.5); +} + +.btn-outline-warning { + color: #FFB822; + border-color: #FFB822; +} + +.btn-outline-warning:hover { + color: #212529; + background-color: #FFB822; + border-color: #FFB822; +} + +.btn-outline-warning:focus, .btn-outline-warning.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5); + box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5); +} + +.btn-outline-warning.disabled, .btn-outline-warning:disabled { + color: #FFB822; + background-color: transparent; +} + +.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, +.show > .btn-outline-warning.dropdown-toggle { + color: #212529; + background-color: #FFB822; + border-color: #FFB822; +} + +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-warning.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 184, 34, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 184, 34, 0.5); +} + +.btn-outline-danger { + color: #F4516C; + border-color: #F4516C; +} + +.btn-outline-danger:hover { + color: #fff; + background-color: #F4516C; + border-color: #F4516C; +} + +.btn-outline-danger:focus, .btn-outline-danger.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5); + box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5); +} + +.btn-outline-danger.disabled, .btn-outline-danger:disabled { + color: #F4516C; + background-color: transparent; +} + +.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, +.show > .btn-outline-danger.dropdown-toggle { + color: #fff; + background-color: #F4516C; + border-color: #F4516C; +} + +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-danger.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 81, 108, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 81, 108, 0.5); +} + +.btn-outline-light { + color: #ffffff; + border-color: #ffffff; +} + +.btn-outline-light:hover { + color: #212529; + background-color: #ffffff; + border-color: #ffffff; +} + +.btn-outline-light:focus, .btn-outline-light.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); +} + +.btn-outline-light.disabled, .btn-outline-light:disabled { + color: #ffffff; + background-color: transparent; +} + +.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, +.show > .btn-outline-light.dropdown-toggle { + color: #212529; + background-color: #ffffff; + border-color: #ffffff; +} + +.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-light.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5); +} + +.btn-outline-dark { + color: #202428; + border-color: #202428; +} + +.btn-outline-dark:hover { + color: #fff; + background-color: #202428; + border-color: #202428; +} + +.btn-outline-dark:focus, .btn-outline-dark.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 36, 40, 0.5); + box-shadow: 0 0 0 0.2rem rgba(32, 36, 40, 0.5); +} + +.btn-outline-dark.disabled, .btn-outline-dark:disabled { + color: #202428; + background-color: transparent; +} + +.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, +.show > .btn-outline-dark.dropdown-toggle { + color: #fff; + background-color: #202428; + border-color: #202428; +} + +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, +.show > .btn-outline-dark.dropdown-toggle:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(32, 36, 40, 0.5); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(32, 36, 40, 0.5); +} + +.btn-link { + font-weight: 400; + color: #6E4FF6; + text-decoration: none; +} + +.btn-link:hover { + color: #0056b3; + text-decoration: none; +} + +.btn-link:focus, .btn-link.focus { + text-decoration: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-link:disabled, .btn-link.disabled { + color: #6c757d; + pointer-events: none; +} + +.btn-lg, .btn-group-lg > .btn { + padding: 0 2.33rem; + font-size: 1.133rem; + line-height: 3.5rem; + -webkit-border-radius: 0.3rem; + border-radius: 0.3rem; +} + +.btn-sm, .btn-group-sm > .btn { + padding: 0 1rem; + font-size: 0.875rem; + line-height: 2.375rem; + -webkit-border-radius: 0.2rem; + border-radius: 0.2rem; +} + +.btn-block { + display: block; + width: 100%; +} + +.btn-block + .btn-block { + margin-top: 0.5rem; +} + +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} + +.fade { + -webkit-transition: opacity 0.15s linear; + -o-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; +} + +@media (prefers-reduced-motion: reduce) { + .fade { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.fade:not(.show) { + opacity: 0; +} + +.collapse:not(.show) { + display: none; +} + +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height 0.35s ease; + -o-transition: height 0.35s ease; + transition: height 0.35s ease; +} + +@media (prefers-reduced-motion: reduce) { + .collapsing { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.dropup, +.dropright, +.dropdown, +.dropleft { + position: relative; +} + +.dropdown-toggle { + white-space: nowrap; +} + +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 1rem; + color: #212529; + text-align: left; + list-style: none; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; + -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); +} + +.dropdown-menu-left { + right: auto; + left: 0; +} + +.dropdown-menu-right { + right: 0; + left: auto; +} + +@media (min-width: 576px) { + .dropdown-menu-sm-left { + right: auto; + left: 0; + } + .dropdown-menu-sm-right { + right: 0; + left: auto; + } +} + +@media (min-width: 768px) { + .dropdown-menu-md-left { + right: auto; + left: 0; + } + .dropdown-menu-md-right { + right: 0; + left: auto; + } +} + +@media (min-width: 992px) { + .dropdown-menu-lg-left { + right: auto; + left: 0; + } + .dropdown-menu-lg-right { + right: 0; + left: auto; + } +} + +@media (min-width: 1200px) { + .dropdown-menu-xl-left { + right: auto; + left: 0; + } + .dropdown-menu-xl-right { + right: 0; + left: auto; + } +} + +.dropup .dropdown-menu { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0.125rem; +} + +.dropright .dropdown-menu { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: 0.125rem; +} + +.dropright .dropdown-toggle::after { + vertical-align: 0; +} + +.dropleft .dropdown-menu { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: 0.125rem; +} + +.dropleft .dropdown-toggle::before { + vertical-align: 0; +} + +.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { + right: auto; + bottom: auto; +} + +.dropdown-divider { + height: 0; + margin: 0.5rem 0; + overflow: hidden; + border-top: 1px solid #e9ecef; +} + +.dropdown-item { + display: block; + width: 100%; + padding: 0.25rem 1.5rem; + clear: both; + font-weight: 400; + color: #212529; + text-align: inherit; + white-space: nowrap; + background-color: transparent; + border: 0; +} + +.dropdown-item:hover, .dropdown-item:focus { + color: #16181b; + text-decoration: none; + background-color: #f8f9fa; +} + +.dropdown-item.active, .dropdown-item:active { + color: #fff; + text-decoration: none; + background-color: #007bff; +} + +.dropdown-item.disabled, .dropdown-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: transparent; +} + +.dropdown-menu.show { + display: block; +} + +.dropdown-header { + display: block; + padding: 0.5rem 1.5rem; + margin-bottom: 0; + font-size: 0.875rem; + color: #6c757d; + white-space: nowrap; +} + +.dropdown-item-text { + display: block; + padding: 0.25rem 1.5rem; + color: #212529; +} + +.btn-group, +.btn-group-vertical { + position: relative; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover { + z-index: 1; +} + +.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, +.btn-group-vertical > .btn:focus, +.btn-group-vertical > .btn:active, +.btn-group-vertical > .btn.active { + z-index: 1; +} + +.btn-toolbar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.btn-toolbar .input-group { + width: auto; +} + +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) { + margin-left: -1px; +} + +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn-group:not(:last-child) > .btn { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; +} + +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) > .btn { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; +} + +.dropdown-toggle-split { + padding-right: 0.9975rem; + padding-left: 0.9975rem; +} + +.dropdown-toggle-split::after, +.dropup .dropdown-toggle-split::after, +.dropright .dropdown-toggle-split::after { + margin-left: 0; +} + +.dropleft .dropdown-toggle-split::before { + margin-right: 0; +} + +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { + padding-right: 0.75rem; + padding-left: 0.75rem; +} + +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { + padding-right: 1.7475rem; + padding-left: 1.7475rem; +} + +.btn-group.show .dropdown-toggle { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.btn-group.show .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-group-vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group { + width: 100%; +} + +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) { + margin-top: -1px; +} + +.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group-vertical > .btn-group:not(:last-child) > .btn { + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; +} + +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) > .btn { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; +} + +.btn-group-toggle > .btn, +.btn-group-toggle > .btn-group > .btn { + margin-bottom: 0; +} + +.btn-group-toggle > .btn input[type="radio"], +.btn-group-toggle > .btn input[type="checkbox"], +.btn-group-toggle > .btn-group > .btn input[type="radio"], +.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; +} + +.input-group { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + width: 100%; +} + +.input-group > .form-control, +.input-group > .form-control-plaintext, +.input-group > .custom-select, +.input-group > .custom-file { + position: relative; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + width: 1%; + margin-bottom: 0; +} + +.input-group > .form-control + .form-control, +.input-group > .form-control + .custom-select, +.input-group > .form-control + .custom-file, +.input-group > .form-control-plaintext + .form-control, +.input-group > .form-control-plaintext + .custom-select, +.input-group > .form-control-plaintext + .custom-file, +.input-group > .custom-select + .form-control, +.input-group > .custom-select + .custom-select, +.input-group > .custom-select + .custom-file, +.input-group > .custom-file + .form-control, +.input-group > .custom-file + .custom-select, +.input-group > .custom-file + .custom-file { + margin-left: -1px; +} + +.input-group > .form-control:focus, +.input-group > .custom-select:focus, +.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { + z-index: 3; +} + +.input-group > .custom-file .custom-file-input:focus { + z-index: 4; +} + +.input-group > .form-control:not(:last-child), +.input-group > .custom-select:not(:last-child) { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .form-control:not(:first-child), +.input-group > .custom-select:not(:first-child) { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; +} + +.input-group > .custom-file { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.input-group > .custom-file:not(:last-child) .custom-file-label, +.input-group > .custom-file:not(:last-child) .custom-file-label::after { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .custom-file:not(:first-child) .custom-file-label { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; +} + +.input-group-prepend, +.input-group-append { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.input-group-prepend .btn, +.input-group-append .btn { + position: relative; + z-index: 2; +} + +.input-group-prepend .btn:focus, +.input-group-append .btn:focus { + z-index: 3; +} + +.input-group-prepend .btn + .btn, +.input-group-prepend .btn + .input-group-text, +.input-group-prepend .input-group-text + .input-group-text, +.input-group-prepend .input-group-text + .btn, +.input-group-append .btn + .btn, +.input-group-append .btn + .input-group-text, +.input-group-append .input-group-text + .input-group-text, +.input-group-append .input-group-text + .btn { + margin-left: -1px; +} + +.input-group-prepend { + margin-right: -1px; +} + +.input-group-append { + margin-left: -1px; +} + +.input-group-text { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0.375rem 1.2rem; + margin-bottom: 0; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + text-align: center; + white-space: nowrap; + background-color: #e9ecef; + border: 1px solid #ced4da; + -webkit-border-radius: 0.2rem; + border-radius: 0.2rem; +} + +.input-group-text input[type="radio"], +.input-group-text input[type="checkbox"] { + margin-top: 0; +} + +.input-group-lg > .form-control:not(textarea), +.input-group-lg > .custom-select { + height: 3.47rem; +} + +.input-group-lg > .form-control, +.input-group-lg > .custom-select, +.input-group-lg > .input-group-prepend > .input-group-text, +.input-group-lg > .input-group-append > .input-group-text, +.input-group-lg > .input-group-prepend > .btn, +.input-group-lg > .input-group-append > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + line-height: 1.5; + -webkit-border-radius: 0.3rem; + border-radius: 0.3rem; +} + +.input-group-sm > .form-control:not(textarea), +.input-group-sm > .custom-select { + height: 2.8rem; +} + +.input-group-sm > .form-control, +.input-group-sm > .custom-select, +.input-group-sm > .input-group-prepend > .input-group-text, +.input-group-sm > .input-group-append > .input-group-text, +.input-group-sm > .input-group-prepend > .btn, +.input-group-sm > .input-group-append > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; + -webkit-border-radius: 0.2rem; + border-radius: 0.2rem; +} + +.input-group-lg > .custom-select, +.input-group-sm > .custom-select { + padding-right: 1.75rem; +} + +.input-group > .input-group-prepend > .btn, +.input-group > .input-group-prepend > .input-group-text, +.input-group > .input-group-append:not(:last-child) > .btn, +.input-group > .input-group-append:not(:last-child) > .input-group-text, +.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group > .input-group-append > .btn, +.input-group > .input-group-append > .input-group-text, +.input-group > .input-group-prepend:not(:first-child) > .btn, +.input-group > .input-group-prepend:not(:first-child) > .input-group-text, +.input-group > .input-group-prepend:first-child > .btn:not(:first-child), +.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; +} + +.custom-control { + position: relative; + display: block; + min-height: 1.5rem; + padding-left: 1.5rem; +} + +.custom-control-inline { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + margin-right: 1rem; +} + +.custom-control-input { + position: absolute; + z-index: -1; + opacity: 0; +} + +.custom-control-input:checked ~ .custom-control-label::before { + color: #fff; + border-color: #007bff; + background-color: #007bff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.custom-control-input:focus ~ .custom-control-label::before { + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { + border-color: #80bdff; +} + +.custom-control-input:not(:disabled):active ~ .custom-control-label::before { + color: #fff; + background-color: #b3d7ff; + border-color: #b3d7ff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.custom-control-input:disabled ~ .custom-control-label { + color: #6c757d; +} + +.custom-control-input:disabled ~ .custom-control-label::before { + background-color: #e9ecef; +} + +.custom-control-label { + position: relative; + margin-bottom: 0; + vertical-align: top; +} + +.custom-control-label::before { + position: absolute; + top: 0.25rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + pointer-events: none; + content: ""; + background-color: #fff; + border: #adb5bd solid 1px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.custom-control-label::after { + position: absolute; + top: 0.25rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + content: ""; + background: no-repeat 50% / 50% 50%; +} + +.custom-checkbox .custom-control-label::before { + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; +} + +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); +} + +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { + border-color: #007bff; + background-color: #007bff; + -webkit-box-shadow: none; + box-shadow: none; +} + +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); +} + +.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-radio .custom-control-label::before { + -webkit-border-radius: 50%; + border-radius: 50%; +} + +.custom-radio .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); +} + +.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-switch { + padding-left: 2.25rem; +} + +.custom-switch .custom-control-label::before { + left: -2.25rem; + width: 1.75rem; + pointer-events: all; + -webkit-border-radius: 0.5rem; + border-radius: 0.5rem; +} + +.custom-switch .custom-control-label::after { + top: calc(0.25rem + 2px); + left: calc(-2.25rem + 2px); + width: calc(1rem - 4px); + height: calc(1rem - 4px); + background-color: #adb5bd; + -webkit-border-radius: 0.5rem; + border-radius: 0.5rem; + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .custom-switch .custom-control-label::after { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.custom-switch .custom-control-input:checked ~ .custom-control-label::after { + background-color: #fff; + -webkit-transform: translateX(0.75rem); + -ms-transform: translateX(0.75rem); + transform: translateX(0.75rem); +} + +.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); +} + +.custom-select { + display: inline-block; + width: 100%; + height: calc(1.5em + 0.75rem + 2px); + padding: 0.375rem 1.75rem 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + vertical-align: middle; + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; + background-color: #fff; + border: 1px solid #ced4da; + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +.custom-select:focus { + border-color: #80bdff; + outline: 0; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-select:focus::-ms-value { + color: #495057; + background-color: #fff; +} + +.custom-select[multiple], .custom-select[size]:not([size="1"]) { + height: auto; + padding-right: 0.75rem; + background-image: none; +} + +.custom-select:disabled { + color: #6c757d; + background-color: #e9ecef; +} + +.custom-select::-ms-expand { + display: none; +} + +.custom-select-sm { + height: calc(1.5em + 0.5rem + 2px); + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 0.875rem; +} + +.custom-select-lg { + height: calc(1.5em + 1rem + 2px); + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + font-size: 1.25rem; +} + +.custom-file { + position: relative; + display: inline-block; + width: 100%; + height: calc(1.5em + 0.75rem + 2px); + margin-bottom: 0; +} + +.custom-file-input { + position: relative; + z-index: 2; + width: 100%; + height: calc(1.5em + 0.75rem + 2px); + margin: 0; + opacity: 0; +} + +.custom-file-input:focus ~ .custom-file-label { + border-color: #80bdff; + -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-file-input:disabled ~ .custom-file-label { + background-color: #e9ecef; +} + +.custom-file-input:lang(en) ~ .custom-file-label::after { + content: "Browse"; +} + +.custom-file-input ~ .custom-file-label[data-browse]::after { + content: attr(data-browse); +} + +.custom-file-label { + position: absolute; + top: 0; + right: 0; + left: 0; + z-index: 1; + height: calc(1.5em + 0.75rem + 2px); + padding: 0.375rem 0.75rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + border: 1px solid #ced4da; + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.custom-file-label::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + z-index: 3; + display: block; + height: calc(1.5em + 0.75rem); + padding: 0.375rem 0.75rem; + line-height: 1.5; + color: #495057; + content: "Browse"; + background-color: #e9ecef; + border-left: inherit; + -webkit-border-radius: 0 0.25rem 0.25rem 0; + border-radius: 0 0.25rem 0.25rem 0; +} + +.custom-range { + width: 100%; + height: calc(1rem + 0.4rem); + padding: 0; + background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +.custom-range:focus { + outline: none; +} + +.custom-range:focus::-webkit-slider-thumb { + -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-range:focus::-ms-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.custom-range::-moz-focus-outer { + border: 0; +} + +.custom-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #007bff; + border: 0; + -webkit-border-radius: 1rem; + border-radius: 1rem; + -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); + box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + appearance: none; +} + +@media (prefers-reduced-motion: reduce) { + .custom-range::-webkit-slider-thumb { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.custom-range::-webkit-slider-thumb:active { + background-color: #b3d7ff; +} + +.custom-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + -webkit-border-radius: 1rem; + border-radius: 1rem; + -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); + box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); +} + +.custom-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #007bff; + border: 0; + border-radius: 1rem; + box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -moz-appearance: none; + appearance: none; +} + +@media (prefers-reduced-motion: reduce) { + .custom-range::-moz-range-thumb { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.custom-range::-moz-range-thumb:active { + background-color: #b3d7ff; +} + +.custom-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; + box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); +} + +.custom-range::-ms-thumb { + width: 1rem; + height: 1rem; + margin-top: 0; + margin-right: 0.2rem; + margin-left: 0.2rem; + background-color: #007bff; + border: 0; + border-radius: 1rem; + box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + appearance: none; +} + +@media (prefers-reduced-motion: reduce) { + .custom-range::-ms-thumb { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.custom-range::-ms-thumb:active { + background-color: #b3d7ff; +} + +.custom-range::-ms-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: transparent; + border-color: transparent; + border-width: 0.5rem; + box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); +} + +.custom-range::-ms-fill-lower { + background-color: #dee2e6; + border-radius: 1rem; +} + +.custom-range::-ms-fill-upper { + margin-right: 15px; + background-color: #dee2e6; + border-radius: 1rem; +} + +.custom-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; +} + +.custom-range:disabled::-webkit-slider-runnable-track { + cursor: default; +} + +.custom-range:disabled::-moz-range-thumb { + background-color: #adb5bd; +} + +.custom-range:disabled::-moz-range-track { + cursor: default; +} + +.custom-range:disabled::-ms-thumb { + background-color: #adb5bd; +} + +.custom-control-label::before, +.custom-file-label, +.custom-select { + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .custom-control-label::before, + .custom-file-label, + .custom-select { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.nav { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav-link { + display: block; + padding: 0.5rem 1rem; +} + +.nav-link:hover, .nav-link:focus { + text-decoration: none; +} + +.nav-link.disabled { + color: #6c757d; + pointer-events: none; + cursor: default; +} + +.nav-tabs { + border-bottom: 1px solid #dee2e6; +} + +.nav-tabs .nav-item { + margin-bottom: -1px; +} + +.nav-tabs .nav-link { + border: 1px solid transparent; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; +} + +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { + border-color: #e9ecef #e9ecef #dee2e6; +} + +.nav-tabs .nav-link.disabled { + color: #6c757d; + background-color: transparent; + border-color: transparent; +} + +.nav-tabs .nav-link.active, +.nav-tabs .nav-item.show .nav-link { + color: #1DC9B7; + background-color: #ffffff; + border-color: #dee2e6 #dee2e6 #fff; +} + +.nav-tabs .dropdown-menu { + margin-top: -1px; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; +} + +.nav-pills .nav-link { + -webkit-border-radius: 13.33rem; + border-radius: 13.33rem; +} + +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: #fff; + background-color: #6E4FF6; +} + +.nav-fill .nav-item { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + text-align: center; +} + +.nav-justified .nav-item { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + text-align: center; +} + +.tab-content > .tab-pane { + display: none; +} + +.tab-content > .active { + display: block; +} + +.navbar { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 1.3rem 1rem; +} + +.navbar > .container, +.navbar > .container-fluid { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.navbar-brand { + display: inline-block; + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; + margin-right: 1rem; + font-size: 1.25rem; + line-height: inherit; + white-space: nowrap; +} + +.navbar-brand:hover, .navbar-brand:focus { + text-decoration: none; +} + +.navbar-nav { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.navbar-nav .nav-link { + padding-right: 0; + padding-left: 0; +} + +.navbar-nav .dropdown-menu { + position: static; + float: none; +} + +.navbar-text { + display: inline-block; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.navbar-collapse { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +.navbar-toggler { + padding: 0.25rem 0.75rem; + font-size: 1.25rem; + line-height: 1; + background-color: transparent; + border: 1px solid transparent; + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; +} + +.navbar-toggler:hover, .navbar-toggler:focus { + text-decoration: none; +} + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + content: ""; + background: no-repeat center center; + -webkit-background-size: 100% 100%; + background-size: 100% 100%; +} + +@media (max-width: 575.98px) { + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 576px) { + .navbar-expand-sm { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-sm .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-sm .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-sm .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } +} + +@media (max-width: 767.98px) { + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 768px) { + .navbar-expand-md { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-md .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-md .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-md .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-md .navbar-toggler { + display: none; + } +} + +@media (max-width: 991.98px) { + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 992px) { + .navbar-expand-lg { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-lg .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-lg .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-lg .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } +} + +@media (max-width: 1199.98px) { + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { + padding-right: 0; + padding-left: 0; + } +} + +@media (min-width: 1200px) { + .navbar-expand-xl { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } + .navbar-expand-xl .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-xl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } + .navbar-expand-xl .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } +} + +.navbar-expand { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.navbar-expand > .container, +.navbar-expand > .container-fluid { + padding-right: 0; + padding-left: 0; +} + +.navbar-expand .navbar-nav { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} + +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} + +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.navbar-expand > .container, +.navbar-expand > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} + +.navbar-expand .navbar-collapse { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + -ms-flex-preferred-size: auto; + flex-basis: auto; +} + +.navbar-expand .navbar-toggler { + display: none; +} + +.navbar-light .navbar-brand { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { + color: rgba(0, 0, 0, 0.9); +} + +.navbar-light .navbar-nav .nav-link { + color: #202428; +} + +.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { + color: #6E4FF6; +} + +.navbar-light .navbar-nav .nav-link.disabled { + color: rgba(0, 0, 0, 0.3); +} + +.navbar-light .navbar-nav .show > .nav-link, +.navbar-light .navbar-nav .active > .nav-link, +.navbar-light .navbar-nav .nav-link.show, +.navbar-light .navbar-nav .nav-link.active { + color: #6E4FF6; +} + +.navbar-light .navbar-toggler { + color: #202428; + border-color: rgba(0, 0, 0, 0.1); +} + +.navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} + +.navbar-light .navbar-text { + color: #202428; +} + +.navbar-light .navbar-text a { + color: #6E4FF6; +} + +.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { + color: #6E4FF6; +} + +.navbar-dark .navbar-brand { + color: #fff; +} + +.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { + color: #fff; +} + +.navbar-dark .navbar-nav .nav-link { + color: rgba(255, 255, 255, 0.7); +} + +.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { + color: #ffffff; +} + +.navbar-dark .navbar-nav .nav-link.disabled { + color: rgba(255, 255, 255, 0.25); +} + +.navbar-dark .navbar-nav .show > .nav-link, +.navbar-dark .navbar-nav .active > .nav-link, +.navbar-dark .navbar-nav .nav-link.show, +.navbar-dark .navbar-nav .nav-link.active { + color: #fff; +} + +.navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.7); + border-color: rgba(255, 255, 255, 0.1); +} + +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} + +.navbar-dark .navbar-text { + color: rgba(255, 255, 255, 0.7); +} + +.navbar-dark .navbar-text a { + color: #fff; +} + +.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { + color: #fff; +} + +.card { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + min-width: 0; + word-wrap: break-word; + background-color: #fff; + -webkit-background-clip: border-box; + background-clip: border-box; + border: 1px solid #ebedf2; + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; +} + +.card > hr { + margin-right: 0; + margin-left: 0; +} + +.card > .list-group:first-child .list-group-item:first-child { + -webkit-border-top-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; + -webkit-border-top-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.card > .list-group:last-child .list-group-item:last-child { + -webkit-border-bottom-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.card-body { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 2.66rem; +} + +.card-title { + margin-bottom: 0.75rem; +} + +.card-subtitle { + margin-top: -0.375rem; + margin-bottom: 0; +} + +.card-text:last-child { + margin-bottom: 0; +} + +.card-link:hover { + text-decoration: none; +} + +.card-link + .card-link { + margin-left: 2.66rem; +} + +.card-header { + padding: 0.75rem 2.66rem; + margin-bottom: 0; + background-color: #fff; + border-bottom: 1px solid #ebedf2; +} + +.card-header:first-child { + -webkit-border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; +} + +.card-header + .list-group .list-group-item:first-child { + border-top: 0; +} + +.card-footer { + padding: 0.75rem 2.66rem; + background-color: #fff; + border-top: 1px solid #ebedf2; +} + +.card-footer:last-child { + -webkit-border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); + border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); +} + +.card-header-tabs { + margin-right: -1.33rem; + margin-bottom: -0.75rem; + margin-left: -1.33rem; + border-bottom: 0; +} + +.card-header-pills { + margin-right: -1.33rem; + margin-left: -1.33rem; +} + +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1.25rem; +} + +.card-img { + width: 100%; + -webkit-border-radius: calc(0.25rem - 1px); + border-radius: calc(0.25rem - 1px); +} + +.card-img-top { + width: 100%; + -webkit-border-top-left-radius: calc(0.25rem - 1px); + border-top-left-radius: calc(0.25rem - 1px); + -webkit-border-top-right-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} + +.card-img-bottom { + width: 100%; + -webkit-border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-right-radius: calc(0.25rem - 1px); + -webkit-border-bottom-left-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} + +.card-deck { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} + +.card-deck .card { + margin-bottom: 15px; +} + +@media (min-width: 576px) { + .card-deck { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + margin-right: -15px; + margin-left: -15px; + } + .card-deck .card { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + margin-right: 15px; + margin-bottom: 0; + margin-left: 15px; + } +} + +.card-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} + +.card-group > .card { + margin-bottom: 15px; +} + +@media (min-width: 576px) { + .card-group { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + .card-group > .card { + -webkit-box-flex: 1; + -ms-flex: 1 0 0%; + flex: 1 0 0%; + margin-bottom: 0; + } + .card-group > .card + .card { + margin-left: 0; + border-left: 0; + } + .card-group > .card:not(:last-child) { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-top, + .card-group > .card:not(:last-child) .card-header { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-bottom, + .card-group > .card:not(:last-child) .card-footer { + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + } + .card-group > .card:not(:first-child) { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-top, + .card-group > .card:not(:first-child) .card-header { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-bottom, + .card-group > .card:not(:first-child) .card-footer { + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + } +} + +.card-columns .card { + margin-bottom: 0.75rem; +} + +@media (min-width: 576px) { + .card-columns { + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; + -webkit-column-gap: 1.25rem; + -moz-column-gap: 1.25rem; + column-gap: 1.25rem; + orphans: 1; + widows: 1; + } + .card-columns .card { + display: inline-block; + width: 100%; + } +} + +.accordion > .card { + overflow: hidden; +} + +.accordion > .card:not(:first-of-type) .card-header:first-child { + -webkit-border-radius: 0; + border-radius: 0; +} + +.accordion > .card:not(:first-of-type):not(:last-of-type) { + border-bottom: 0; + -webkit-border-radius: 0; + border-radius: 0; +} + +.accordion > .card:first-of-type { + border-bottom: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; +} + +.accordion > .card:last-of-type { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; +} + +.accordion > .card .card-header { + margin-bottom: -1px; +} + +.breadcrumb { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding: 0 0; + margin-bottom: 0; + list-style: none; + background-color: none; + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; +} + +.breadcrumb-item + .breadcrumb-item { + padding-left: 0.5rem; +} + +.breadcrumb-item + .breadcrumb-item::before { + display: inline-block; + padding-right: 0.5rem; + color: #ffffff; + content: ""; +} + +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: underline; +} + +.breadcrumb-item + .breadcrumb-item:hover::before { + text-decoration: none; +} + +.breadcrumb-item.active { + color: #c9cfe4; +} + +.pagination { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding-left: 0; + list-style: none; + -webkit-border-radius: 0.1875rem; + border-radius: 0.1875rem; +} + +.page-link { + position: relative; + display: block; + padding: 0.8rem 1rem; + margin-left: -1px; + line-height: 1.25; + color: #007bff; + background-color: #fff; + border: 1px solid #dee2e6; +} + +.page-link:hover { + z-index: 2; + color: #1DC9B7; + text-decoration: none; + background-color: none; + border-color: inherit; +} + +.page-link:focus { + z-index: 2; + outline: 0; + -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} + +.page-item:first-child .page-link { + margin-left: 0; + -webkit-border-top-left-radius: 0.1875rem; + border-top-left-radius: 0.1875rem; + -webkit-border-bottom-left-radius: 0.1875rem; + border-bottom-left-radius: 0.1875rem; +} + +.page-item:last-child .page-link { + -webkit-border-top-right-radius: 0.1875rem; + border-top-right-radius: 0.1875rem; + -webkit-border-bottom-right-radius: 0.1875rem; + border-bottom-right-radius: 0.1875rem; +} + +.page-item.active .page-link { + z-index: 1; + color: #fff; + background-color: #1DC9B7; + border-color: #1DC9B7; +} + +.page-item.disabled .page-link { + color: #6c757d; + pointer-events: none; + cursor: auto; + background-color: #fff; + border-color: #ebedf2; +} + +.pagination-lg .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.25rem; + line-height: 1.5; +} + +.pagination-lg .page-item:first-child .page-link { + -webkit-border-top-left-radius: 0.3rem; + border-top-left-radius: 0.3rem; + -webkit-border-bottom-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; +} + +.pagination-lg .page-item:last-child .page-link { + -webkit-border-top-right-radius: 0.3rem; + border-top-right-radius: 0.3rem; + -webkit-border-bottom-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; +} + +.pagination-sm .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + line-height: 1.5; +} + +.pagination-sm .page-item:first-child .page-link { + -webkit-border-top-left-radius: 0.2rem; + border-top-left-radius: 0.2rem; + -webkit-border-bottom-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; +} + +.pagination-sm .page-item:last-child .page-link { + -webkit-border-top-right-radius: 0.2rem; + border-top-right-radius: 0.2rem; + -webkit-border-bottom-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; +} + +.badge { + display: inline-block; + padding: 0.3rem 0.66rem; + font-size: 0.7rem; + font-weight: 600; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + -webkit-border-radius: 0.133rem; + border-radius: 0.133rem; + -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; + -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .badge { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +a.badge:hover, a.badge:focus { + text-decoration: none; +} + +.badge:empty { + display: none; +} + +.btn .badge { + position: relative; + top: -1px; +} + +.badge-pill { + padding-right: 0.86rem; + padding-left: 0.86rem; + -webkit-border-radius: 10rem; + border-radius: 10rem; +} + +.badge-primary { + color: #fff; + background-color: #6E4FF6; +} + +a.badge-primary:hover, a.badge-primary:focus { + color: #fff; + background-color: #461ef4; +} + +a.badge-primary:focus, a.badge-primary.focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 79, 246, 0.5); + box-shadow: 0 0 0 0.2rem rgba(110, 79, 246, 0.5); +} + +.badge-secondary { + color: #fff; + background-color: #1DC9B7; +} + +a.badge-secondary:hover, a.badge-secondary:focus { + color: #fff; + background-color: #179c8e; +} + +a.badge-secondary:focus, a.badge-secondary.focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); + box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); +} + +.badge-success { + color: #fff; + background-color: #4caf50; +} + +a.badge-success:hover, a.badge-success:focus { + color: #fff; + background-color: #3d8b40; +} + +a.badge-success:focus, a.badge-success.focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); + box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); +} + +.badge-info { + color: #fff; + background-color: #36A3F7; +} + +a.badge-info:hover, a.badge-info:focus { + color: #fff; + background-color: #0a8cf0; +} + +a.badge-info:focus, a.badge-info.focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5); + box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5); +} + +.badge-warning { + color: #212529; + background-color: #FFB822; +} + +a.badge-warning:hover, a.badge-warning:focus { + color: #212529; + background-color: #eea200; +} + +a.badge-warning:focus, a.badge-warning.focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5); + box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5); +} + +.badge-danger { + color: #fff; + background-color: #F4516C; +} + +a.badge-danger:hover, a.badge-danger:focus { + color: #fff; + background-color: #f12143; +} + +a.badge-danger:focus, a.badge-danger.focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5); + box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5); +} + +.badge-light { + color: #212529; + background-color: #ffffff; +} + +a.badge-light:hover, a.badge-light:focus { + color: #212529; + background-color: #e6e6e6; +} + +a.badge-light:focus, a.badge-light.focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); +} + +.badge-dark { + color: #fff; + background-color: #202428; +} + +a.badge-dark:hover, a.badge-dark:focus { + color: #fff; + background-color: #090b0c; +} + +a.badge-dark:focus, a.badge-dark.focus { + outline: 0; + -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 36, 40, 0.5); + box-shadow: 0 0 0 0.2rem rgba(32, 36, 40, 0.5); +} + +.jumbotron { + padding: 2rem 1rem; + margin-bottom: 2rem; + background-color: #e9ecef; + -webkit-border-radius: 0.3rem; + border-radius: 0.3rem; +} + +@media (min-width: 576px) { + .jumbotron { + padding: 4rem 2rem; + } +} + +.jumbotron-fluid { + padding-right: 0; + padding-left: 0; + -webkit-border-radius: 0; + border-radius: 0; +} + +.alert { + position: relative; + padding: 1.6rem 2rem; + margin-bottom: 1.33rem; + border: 1px solid transparent; + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; +} + +.alert-heading { + color: inherit; +} + +.alert-link { + font-weight: 700; +} + +.alert-dismissible { + padding-right: 5.5rem; +} + +.alert-dismissible .close { + position: absolute; + top: 0; + right: 0; + padding: 1.6rem 2rem; + color: inherit; +} + +.alert-primary { + color: #6e4ff6; + background-color: #e2dcfd; + border-color: #d6cefc; +} + +.alert-primary hr { + border-top-color: #c2b6fb; +} + +.alert-primary .alert-link { + color: #461ef4; +} + +.alert-secondary { + color: #1dc9b7; + background-color: #d2f4f1; + border-color: #c0f0eb; +} + +.alert-secondary hr { + border-top-color: #abebe4; +} + +.alert-secondary .alert-link { + color: #179c8e; +} + +.alert-success { + color: #4caf50; + background-color: #dbefdc; + border-color: #cde9ce; +} + +.alert-success hr { + border-top-color: #bbe1bd; +} + +.alert-success .alert-link { + color: #3d8b40; +} + +.alert-info { + color: #36a3f7; + background-color: #d7edfd; + border-color: #c7e5fd; +} + +.alert-info hr { + border-top-color: #aedafc; +} + +.alert-info .alert-link { + color: #0a8cf0; +} + +.alert-warning { + color: #ffb822; + background-color: #fff1d3; + border-color: #ffebc1; +} + +.alert-warning hr { + border-top-color: #ffe3a8; +} + +.alert-warning .alert-link { + color: #eea200; +} + +.alert-danger { + color: #f4516c; + background-color: #fddce2; + border-color: #fcced6; +} + +.alert-danger hr { + border-top-color: #fbb6c2; +} + +.alert-danger .alert-link { + color: #f12143; +} + +.alert-light { + color: white; + background-color: white; + border-color: white; +} + +.alert-light hr { + border-top-color: #f2f2f2; +} + +.alert-light .alert-link { + color: #e6e6e6; +} + +.alert-dark { + color: #202428; + background-color: #d2d3d4; + border-color: #c1c2c3; +} + +.alert-dark hr { + border-top-color: #b4b5b6; +} + +.alert-dark .alert-link { + color: #090b0c; +} + +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 8px 0; + } + to { + background-position: 0 0; + } +} + +@keyframes progress-bar-stripes { + from { + background-position: 8px 0; + } + to { + background-position: 0 0; + } +} + +.progress { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + height: 8px; + overflow: hidden; + font-size: 0.75rem; + background-color: #e9ecef; + -webkit-border-radius: 200px; + border-radius: 200px; + -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); + box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); +} + +.progress-bar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #1DC9B7; + -webkit-transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; +} + +@media (prefers-reduced-motion: reduce) { + .progress-bar { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.progress-bar-striped { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + -webkit-background-size: 8px 8px; + background-size: 8px 8px; +} + +.progress-bar-animated { + -webkit-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite; +} + +@media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + -webkit-animation: none; + animation: none; + } +} + +.media { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; +} + +.media-body { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; +} + +.list-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; +} + +.list-group-item-action { + width: 100%; + color: #495057; + text-align: inherit; +} + +.list-group-item-action:hover, .list-group-item-action:focus { + z-index: 1; + color: #495057; + text-decoration: none; + background-color: #f8f9fa; +} + +.list-group-item-action:active { + color: #212529; + background-color: #e9ecef; +} + +.list-group-item { + position: relative; + display: block; + padding: 0.75rem 1.25rem; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.125); +} + +.list-group-item:first-child { + -webkit-border-top-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; + -webkit-border-top-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.list-group-item:last-child { + margin-bottom: 0; + -webkit-border-bottom-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.list-group-item.disabled, .list-group-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: #fff; +} + +.list-group-item.active { + z-index: 2; + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.list-group-horizontal { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} + +.list-group-horizontal .list-group-item { + margin-right: -1px; + margin-bottom: 0; +} + +.list-group-horizontal .list-group-item:first-child { + -webkit-border-top-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; +} + +.list-group-horizontal .list-group-item:last-child { + margin-right: 0; + -webkit-border-top-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; + -webkit-border-bottom-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; +} + +@media (min-width: 576px) { + .list-group-horizontal-sm { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .list-group-horizontal-sm .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-sm .list-group-item:first-child { + -webkit-border-top-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + } + .list-group-horizontal-sm .list-group-item:last-child { + margin-right: 0; + -webkit-border-top-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; + -webkit-border-bottom-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 768px) { + .list-group-horizontal-md { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .list-group-horizontal-md .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-md .list-group-item:first-child { + -webkit-border-top-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + } + .list-group-horizontal-md .list-group-item:last-child { + margin-right: 0; + -webkit-border-top-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; + -webkit-border-bottom-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 992px) { + .list-group-horizontal-lg { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .list-group-horizontal-lg .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-lg .list-group-item:first-child { + -webkit-border-top-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + } + .list-group-horizontal-lg .list-group-item:last-child { + margin-right: 0; + -webkit-border-top-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; + -webkit-border-bottom-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + } +} + +@media (min-width: 1200px) { + .list-group-horizontal-xl { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .list-group-horizontal-xl .list-group-item { + margin-right: -1px; + margin-bottom: 0; + } + .list-group-horizontal-xl .list-group-item:first-child { + -webkit-border-top-left-radius: 0.25rem; + border-top-left-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + } + .list-group-horizontal-xl .list-group-item:last-child { + margin-right: 0; + -webkit-border-top-right-radius: 0.25rem; + border-top-right-radius: 0.25rem; + -webkit-border-bottom-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + } +} + +.list-group-flush .list-group-item { + border-right: 0; + border-left: 0; + -webkit-border-radius: 0; + border-radius: 0; +} + +.list-group-flush .list-group-item:last-child { + margin-bottom: -1px; +} + +.list-group-flush:first-child .list-group-item:first-child { + border-top: 0; +} + +.list-group-flush:last-child .list-group-item:last-child { + margin-bottom: 0; + border-bottom: 0; +} + +.list-group-item-primary { + color: #392980; + background-color: #d6cefc; +} + +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { + color: #392980; + background-color: #c2b6fb; +} + +.list-group-item-primary.list-group-item-action.active { + color: #ffffff; + background-color: #392980; + border-color: #392980; +} + +.list-group-item-secondary { + color: #0f695f; + background-color: #c0f0eb; +} + +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { + color: #0f695f; + background-color: #abebe4; +} + +.list-group-item-secondary.list-group-item-action.active { + color: #ffffff; + background-color: #0f695f; + border-color: #0f695f; +} + +.list-group-item-success { + color: #285b2a; + background-color: #cde9ce; +} + +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { + color: #285b2a; + background-color: #bbe1bd; +} + +.list-group-item-success.list-group-item-action.active { + color: #ffffff; + background-color: #285b2a; + border-color: #285b2a; +} + +.list-group-item-info { + color: #1c5580; + background-color: #c7e5fd; +} + +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { + color: #1c5580; + background-color: #aedafc; +} + +.list-group-item-info.list-group-item-action.active { + color: #ffffff; + background-color: #1c5580; + border-color: #1c5580; +} + +.list-group-item-warning { + color: #856012; + background-color: #ffebc1; +} + +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { + color: #856012; + background-color: #ffe3a8; +} + +.list-group-item-warning.list-group-item-action.active { + color: #ffffff; + background-color: #856012; + border-color: #856012; +} + +.list-group-item-danger { + color: #7f2a38; + background-color: #fcced6; +} + +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { + color: #7f2a38; + background-color: #fbb6c2; +} + +.list-group-item-danger.list-group-item-action.active { + color: #ffffff; + background-color: #7f2a38; + border-color: #7f2a38; +} + +.list-group-item-light { + color: #858585; + background-color: white; +} + +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { + color: #858585; + background-color: #f2f2f2; +} + +.list-group-item-light.list-group-item-action.active { + color: #ffffff; + background-color: #858585; + border-color: #858585; +} + +.list-group-item-dark { + color: #111315; + background-color: #c1c2c3; +} + +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { + color: #111315; + background-color: #b4b5b6; +} + +.list-group-item-dark.list-group-item-action.active { + color: #ffffff; + background-color: #111315; + border-color: #111315; +} + +.close { + float: right; + font-size: 1.5rem; + font-weight: 700; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: .5; +} + +@media (max-width: 1200px) { + .close { + font-size: calc(1.275rem + 0.3vw) ; + } +} + +.close:hover { + color: #000; + text-decoration: none; +} + +.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { + opacity: .75; +} + +button.close { + padding: 0; + background-color: transparent; + border: 0; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + +a.close.disabled { + pointer-events: none; +} + +.toast { + max-width: 350px; + overflow: hidden; + font-size: 0.875rem; + background-color: rgba(255, 255, 255, 0.85); + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.1); + -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); + box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); + opacity: 0; + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; +} + +.toast:not(:last-child) { + margin-bottom: 0.75rem; +} + +.toast.showing { + opacity: 1; +} + +.toast.show { + display: block; + opacity: 1; +} + +.toast.hide { + display: none; +} + +.toast-header { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0.25rem 0.75rem; + color: #6c757d; + background-color: rgba(255, 255, 255, 0.85); + -webkit-background-clip: padding-box; + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); +} + +.toast-body { + padding: 0.75rem; +} + +.modal-open { + overflow: hidden; +} + +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} + +.modal { + position: fixed; + top: 0; + left: 0; + z-index: 1050; + display: none; + width: 100%; + height: 100%; + overflow: hidden; + outline: 0; +} + +.modal-dialog { + position: relative; + width: auto; + margin: 0.5rem; + pointer-events: none; +} + +.modal.fade .modal-dialog { + -webkit-transition: -webkit-transform 0.3s ease-out; + transition: -webkit-transform 0.3s ease-out; + -o-transition: transform 0.3s ease-out; + transition: transform 0.3s ease-out; + transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; + -webkit-transform: translate(0, -50px); + -ms-transform: translate(0, -50px); + transform: translate(0, -50px); +} + +@media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.modal.show .modal-dialog { + -webkit-transform: none; + -ms-transform: none; + transform: none; +} + +.modal-dialog-scrollable { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + max-height: calc(100% - 1rem); +} + +.modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 1rem); + overflow: hidden; +} + +.modal-dialog-scrollable .modal-header, +.modal-dialog-scrollable .modal-footer { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.modal-dialog-scrollable .modal-body { + overflow-y: auto; +} + +.modal-dialog-centered { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: calc(100% - 1rem); +} + +.modal-dialog-centered::before { + display: block; + height: calc(100vh - 1rem); + content: ""; +} + +.modal-dialog-centered.modal-dialog-scrollable { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + height: 100%; +} + +.modal-dialog-centered.modal-dialog-scrollable .modal-content { + max-height: none; +} + +.modal-dialog-centered.modal-dialog-scrollable::before { + content: none; +} + +.modal-content { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + -webkit-border-radius: 0.3rem; + border-radius: 0.3rem; + -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); + box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); + outline: 0; +} + +.modal-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; +} + +.modal-backdrop.fade { + opacity: 0; +} + +.modal-backdrop.show { + opacity: 0.5; +} + +.modal-header { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 1rem 1rem; + border-bottom: 1px solid #dee2e6; + -webkit-border-top-left-radius: 0.3rem; + border-top-left-radius: 0.3rem; + -webkit-border-top-right-radius: 0.3rem; + border-top-right-radius: 0.3rem; +} + +.modal-header .close { + padding: 1rem 1rem; + margin: -1rem -1rem -1rem auto; +} + +.modal-title { + margin-bottom: 0; + line-height: 1.5; +} + +.modal-body { + position: relative; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 1rem; +} + +.modal-footer { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 1rem; + border-top: 1px solid #dee2e6; + -webkit-border-bottom-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; + -webkit-border-bottom-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; +} + +.modal-footer > :not(:first-child) { + margin-left: .25rem; +} + +.modal-footer > :not(:last-child) { + margin-right: .25rem; +} + +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} + +@media (min-width: 576px) { + .modal-dialog { + max-width: 420px; + margin: 1.75rem auto; + } + .modal-dialog-scrollable { + max-height: calc(100% - 3.5rem); + } + .modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 3.5rem); + } + .modal-dialog-centered { + min-height: calc(100% - 3.5rem); + } + .modal-dialog-centered::before { + height: calc(100vh - 3.5rem); + } + .modal-content { + -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); + } + .modal-sm { + max-width: 300px; + } +} + +@media (min-width: 992px) { + .modal-lg, + .modal-xl { + max-width: 800px; + } +} + +@media (min-width: 1200px) { + .modal-xl { + max-width: 1140px; + } +} + +.tooltip { + position: absolute; + z-index: 1070; + display: block; + margin: 0; + font-family: "Work Sans", sans-serif; + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + opacity: 0; +} + +.tooltip.show { + opacity: 0.9; +} + +.tooltip .arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; +} + +.tooltip .arrow::before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { + padding: 0.4rem 0; +} + +.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { + bottom: 0; +} + +.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { + top: 0; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; +} + +.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { + padding: 0 0.4rem; +} + +.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { + left: 0; + width: 0.4rem; + height: 0.8rem; +} + +.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { + right: 0; + border-width: 0.4rem 0.4rem 0.4rem 0; + border-right-color: #000; +} + +.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { + padding: 0.4rem 0; +} + +.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { + top: 0; +} + +.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { + bottom: 0; + border-width: 0 0.4rem 0.4rem; + border-bottom-color: #000; +} + +.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { + padding: 0 0.4rem; +} + +.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { + right: 0; + width: 0.4rem; + height: 0.8rem; +} + +.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { + left: 0; + border-width: 0.4rem 0 0.4rem 0.4rem; + border-left-color: #000; +} + +.tooltip-inner { + max-width: 200px; + padding: 0.25rem 0.5rem; + color: #fff; + text-align: center; + background-color: #000; + -webkit-border-radius: 0.25rem; + border-radius: 0.25rem; +} + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: block; + max-width: 276px; + font-family: "Work Sans", sans-serif; + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: 0.875rem; + word-wrap: break-word; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.2); + -webkit-border-radius: 0.3rem; + border-radius: 0.3rem; + -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); + box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); +} + +.popover .arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; + margin: 0 0.3rem; +} + +.popover .arrow::before, .popover .arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; +} + +.bs-popover-top, .bs-popover-auto[x-placement^="top"] { + margin-bottom: 0.5rem; +} + +.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow { + bottom: calc((0.5rem + 1px) * -1); +} + +.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before { + bottom: 0; + border-width: 0.5rem 0.5rem 0; + border-top-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after { + bottom: 1px; + border-width: 0.5rem 0.5rem 0; + border-top-color: #fff; +} + +.bs-popover-right, .bs-popover-auto[x-placement^="right"] { + margin-left: 0.5rem; +} + +.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow { + left: calc((0.5rem + 1px) * -1); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; +} + +.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before { + left: 0; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after { + left: 1px; + border-width: 0.5rem 0.5rem 0.5rem 0; + border-right-color: #fff; +} + +.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { + margin-top: 0.5rem; +} + +.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow { + top: calc((0.5rem + 1px) * -1); +} + +.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before { + top: 0; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after { + top: 1px; + border-width: 0 0.5rem 0.5rem 0.5rem; + border-bottom-color: #fff; +} + +.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 1rem; + margin-left: -0.5rem; + content: ""; + border-bottom: 1px solid #f7f7f7; +} + +.bs-popover-left, .bs-popover-auto[x-placement^="left"] { + margin-right: 0.5rem; +} + +.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow { + right: calc((0.5rem + 1px) * -1); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; +} + +.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before { + right: 0; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: rgba(0, 0, 0, 0.25); +} + +.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after { + right: 1px; + border-width: 0.5rem 0 0.5rem 0.5rem; + border-left-color: #fff; +} + +.popover-header { + padding: 0.5rem 0.75rem; + margin-bottom: 0; + font-size: 1rem; + color: #313342; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + -webkit-border-top-left-radius: calc(0.3rem - 1px); + border-top-left-radius: calc(0.3rem - 1px); + -webkit-border-top-right-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); +} + +.popover-header:empty { + display: none; +} + +.popover-body { + padding: 0.5rem 0.75rem; + color: #212529; +} + +.carousel { + position: relative; +} + +.carousel.pointer-event { + -ms-touch-action: pan-y; + touch-action: pan-y; +} + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} + +.carousel-inner::after { + display: block; + clear: both; + content: ""; +} + +.carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transition: -webkit-transform 0.6s ease-in-out; + transition: -webkit-transform 0.6s ease-in-out; + -o-transition: transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; +} + +@media (prefers-reduced-motion: reduce) { + .carousel-item { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { + display: block; +} + +.carousel-item-next:not(.carousel-item-left), +.active.carousel-item-right { + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); +} + +.carousel-item-prev:not(.carousel-item-right), +.active.carousel-item-left { + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} + +.carousel-fade .carousel-item { + opacity: 0; + -webkit-transition-property: opacity; + -o-transition-property: opacity; + transition-property: opacity; + -webkit-transform: none; + -ms-transform: none; + transform: none; +} + +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-left, +.carousel-fade .carousel-item-prev.carousel-item-right { + z-index: 1; + opacity: 1; +} + +.carousel-fade .active.carousel-item-left, +.carousel-fade .active.carousel-item-right { + z-index: 0; + opacity: 0; + -webkit-transition: 0s 0.6s opacity; + -o-transition: 0s 0.6s opacity; + transition: 0s 0.6s opacity; +} + +@media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-left, + .carousel-fade .active.carousel-item-right { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.carousel-control-prev, +.carousel-control-next { + position: absolute; + top: 0; + bottom: 0; + z-index: 1; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 15%; + color: #fff; + text-align: center; + opacity: 0.5; + -webkit-transition: opacity 0.15s ease; + -o-transition: opacity 0.15s ease; + transition: opacity 0.15s ease; +} + +@media (prefers-reduced-motion: reduce) { + .carousel-control-prev, + .carousel-control-next { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.carousel-control-prev:hover, .carousel-control-prev:focus, +.carousel-control-next:hover, +.carousel-control-next:focus { + color: #fff; + text-decoration: none; + outline: 0; + opacity: 0.9; +} + +.carousel-control-prev { + left: 0; +} + +.carousel-control-next { + right: 0; +} + +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: 20px; + height: 20px; + background: no-repeat 50% / 100% 100%; +} + +.carousel-control-prev-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); +} + +.carousel-control-next-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); +} + +.carousel-indicators { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 15; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding-left: 0; + margin-right: 15%; + margin-left: 15%; + list-style: none; +} + +.carousel-indicators li { + -webkit-box-sizing: content-box; + box-sizing: content-box; + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + width: 30px; + height: 3px; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: .5; + -webkit-transition: opacity 0.6s ease; + -o-transition: opacity 0.6s ease; + transition: opacity 0.6s ease; +} + +@media (prefers-reduced-motion: reduce) { + .carousel-indicators li { + -webkit-transition: none; + -o-transition: none; + transition: none; + } +} + +.carousel-indicators .active { + opacity: 1; +} + +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; +} + +@-webkit-keyframes spinner-border { + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes spinner-border { + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.spinner-border { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + border: 0.25em solid currentColor; + border-right-color: transparent; + -webkit-border-radius: 50%; + border-radius: 50%; + -webkit-animation: spinner-border .75s linear infinite; + animation: spinner-border .75s linear infinite; +} + +.spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: 0.2em; +} + +@-webkit-keyframes spinner-grow { + 0% { + -webkit-transform: scale(0); + transform: scale(0); + } + 50% { + opacity: 1; + } +} + +@keyframes spinner-grow { + 0% { + -webkit-transform: scale(0); + transform: scale(0); + } + 50% { + opacity: 1; + } +} + +.spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + background-color: currentColor; + -webkit-border-radius: 50%; + border-radius: 50%; + opacity: 0; + -webkit-animation: spinner-grow .75s linear infinite; + animation: spinner-grow .75s linear infinite; +} + +.spinner-grow-sm { + width: 1rem; + height: 1rem; +} + +.align-baseline { + vertical-align: baseline !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + +.align-text-bottom { + vertical-align: text-bottom !important; +} + +.align-text-top { + vertical-align: text-top !important; +} + +.bg-primary { + background-color: #6E4FF6 !important; +} + +a.bg-primary:hover, a.bg-primary:focus, +button.bg-primary:hover, +button.bg-primary:focus { + background-color: #461ef4 !important; +} + +.bg-secondary { + background-color: #1DC9B7 !important; +} + +a.bg-secondary:hover, a.bg-secondary:focus, +button.bg-secondary:hover, +button.bg-secondary:focus { + background-color: #179c8e !important; +} + +.bg-success { + background-color: #4caf50 !important; +} + +a.bg-success:hover, a.bg-success:focus, +button.bg-success:hover, +button.bg-success:focus { + background-color: #3d8b40 !important; +} + +.bg-info { + background-color: #36A3F7 !important; +} + +a.bg-info:hover, a.bg-info:focus, +button.bg-info:hover, +button.bg-info:focus { + background-color: #0a8cf0 !important; +} + +.bg-warning { + background-color: #FFB822 !important; +} + +a.bg-warning:hover, a.bg-warning:focus, +button.bg-warning:hover, +button.bg-warning:focus { + background-color: #eea200 !important; +} + +.bg-danger { + background-color: #F4516C !important; +} + +a.bg-danger:hover, a.bg-danger:focus, +button.bg-danger:hover, +button.bg-danger:focus { + background-color: #f12143 !important; +} + +.bg-light { + background-color: #ffffff !important; +} + +a.bg-light:hover, a.bg-light:focus, +button.bg-light:hover, +button.bg-light:focus { + background-color: #e6e6e6 !important; +} + +.bg-dark { + background-color: #202428 !important; +} + +a.bg-dark:hover, a.bg-dark:focus, +button.bg-dark:hover, +button.bg-dark:focus { + background-color: #090b0c !important; +} + +.bg-white { + background-color: #ffffff !important; +} + +.bg-transparent { + background-color: transparent !important; +} + +.border { + border: 1px solid #ebedf2 !important; +} + +.border-top { + border-top: 1px solid #ebedf2 !important; +} + +.border-right { + border-right: 1px solid #ebedf2 !important; +} + +.border-bottom { + border-bottom: 1px solid #ebedf2 !important; +} + +.border-left { + border-left: 1px solid #ebedf2 !important; +} + +.border-0 { + border: 0 !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-right-0 { + border-right: 0 !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-left-0 { + border-left: 0 !important; +} + +.border-primary { + border-color: #6E4FF6 !important; +} + +.border-secondary { + border-color: #1DC9B7 !important; +} + +.border-success { + border-color: #4caf50 !important; +} + +.border-info { + border-color: #36A3F7 !important; +} + +.border-warning { + border-color: #FFB822 !important; +} + +.border-danger { + border-color: #F4516C !important; +} + +.border-light { + border-color: #ffffff !important; +} + +.border-dark { + border-color: #202428 !important; +} + +.border-white { + border-color: #ffffff !important; +} + +.rounded-sm { + -webkit-border-radius: 0.2rem !important; + border-radius: 0.2rem !important; +} + +.rounded { + -webkit-border-radius: 0.1875rem !important; + border-radius: 0.1875rem !important; +} + +.rounded-top { + -webkit-border-top-left-radius: 0.1875rem !important; + border-top-left-radius: 0.1875rem !important; + -webkit-border-top-right-radius: 0.1875rem !important; + border-top-right-radius: 0.1875rem !important; +} + +.rounded-right { + -webkit-border-top-right-radius: 0.1875rem !important; + border-top-right-radius: 0.1875rem !important; + -webkit-border-bottom-right-radius: 0.1875rem !important; + border-bottom-right-radius: 0.1875rem !important; +} + +.rounded-bottom { + -webkit-border-bottom-right-radius: 0.1875rem !important; + border-bottom-right-radius: 0.1875rem !important; + -webkit-border-bottom-left-radius: 0.1875rem !important; + border-bottom-left-radius: 0.1875rem !important; +} + +.rounded-left { + -webkit-border-top-left-radius: 0.1875rem !important; + border-top-left-radius: 0.1875rem !important; + -webkit-border-bottom-left-radius: 0.1875rem !important; + border-bottom-left-radius: 0.1875rem !important; +} + +.rounded-lg { + -webkit-border-radius: 0.3rem !important; + border-radius: 0.3rem !important; +} + +.rounded-circle { + -webkit-border-radius: 50% !important; + border-radius: 50% !important; +} + +.rounded-pill { + -webkit-border-radius: 50rem !important; + border-radius: 50rem !important; +} + +.rounded-0 { + -webkit-border-radius: 0 !important; + border-radius: 0 !important; +} + +.clearfix::after { + display: block; + clear: both; + content: ""; +} + +.d-none { + display: none !important; +} + +.d-inline { + display: inline !important; +} + +.d-inline-block { + display: inline-block !important; +} + +.d-block { + display: block !important; +} + +.d-table { + display: table !important; +} + +.d-table-row { + display: table-row !important; +} + +.d-table-cell { + display: table-cell !important; +} + +.d-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; +} + +.d-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; +} + +@media (min-width: 576px) { + .d-sm-none { + display: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !important; + } + .d-sm-table { + display: table !important; + } + .d-sm-table-row { + display: table-row !important; + } + .d-sm-table-cell { + display: table-cell !important; + } + .d-sm-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .d-sm-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 768px) { + .d-md-none { + display: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .d-md-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 992px) { + .d-lg-none { + display: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .d-lg-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media (min-width: 1200px) { + .d-xl-none { + display: none !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-block { + display: block !important; + } + .d-xl-table { + display: table !important; + } + .d-xl-table-row { + display: table-row !important; + } + .d-xl-table-cell { + display: table-cell !important; + } + .d-xl-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .d-xl-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media print { + .d-print-none { + display: none !important; + } + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; + } + .d-print-block { + display: block !important; + } + .d-print-table { + display: table !important; + } + .d-print-table-row { + display: table-row !important; + } + .d-print-table-cell { + display: table-cell !important; + } + .d-print-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .d-print-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +.embed-responsive { + position: relative; + display: block; + width: 100%; + padding: 0; + overflow: hidden; +} + +.embed-responsive::before { + display: block; + content: ""; +} + +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; +} + +.embed-responsive-21by9::before { + padding-top: 42.85714%; +} + +.embed-responsive-16by9::before { + padding-top: 56.25%; +} + +.embed-responsive-4by3::before { + padding-top: 75%; +} + +.embed-responsive-1by1::before { + padding-top: 100%; +} + +.embed-responsive-21by9::before { + padding-top: 42.85714%; +} + +.embed-responsive-16by9::before { + padding-top: 56.25%; +} + +.embed-responsive-4by3::before { + padding-top: 75%; +} + +.embed-responsive-1by1::before { + padding-top: 100%; +} + +.embed-responsive-21by9::before { + padding-top: 42.85714%; +} + +.embed-responsive-16by9::before { + padding-top: 56.25%; +} + +.embed-responsive-4by3::before { + padding-top: 75%; +} + +.embed-responsive-1by1::before { + padding-top: 100%; +} + +.flex-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; +} + +.flex-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; +} + +.flex-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; +} + +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; +} + +.flex-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; +} + +.flex-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; +} + +.flex-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; +} + +.flex-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; +} + +.flex-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; +} + +.justify-content-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; +} + +.justify-content-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; +} + +.justify-content-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; +} + +.justify-content-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; +} + +.justify-content-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; +} + +.align-items-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; +} + +.align-items-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; +} + +.align-items-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; +} + +.align-items-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; +} + +.align-items-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; +} + +.align-content-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; +} + +.align-content-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; +} + +.align-content-center { + -ms-flex-line-pack: center !important; + align-content: center !important; +} + +.align-content-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; +} + +.align-content-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; +} + +.align-content-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; +} + +.align-self-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; +} + +.align-self-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; +} + +.align-self-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; +} + +.align-self-center { + -ms-flex-item-align: center !important; + align-self: center !important; +} + +.align-self-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; +} + +.align-self-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; +} + +@media (min-width: 576px) { + .flex-sm-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-sm-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-sm-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-sm-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-sm-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-sm-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-sm-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-sm-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-sm-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-sm-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-sm-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-sm-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-sm-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-sm-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-sm-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-sm-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-sm-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-sm-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-sm-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-sm-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-sm-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-sm-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-sm-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-sm-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-sm-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-sm-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-sm-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-sm-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-sm-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-sm-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-sm-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-sm-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 768px) { + .flex-md-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-md-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-md-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-md-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-md-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-md-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-md-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-md-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-md-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-md-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-md-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-md-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-md-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-md-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-md-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-md-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-md-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-md-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-md-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-md-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-md-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-md-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-md-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-md-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-md-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-md-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-md-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-md-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-md-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-md-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 992px) { + .flex-lg-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-lg-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-lg-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-lg-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-lg-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-lg-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-lg-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-lg-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-lg-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-lg-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-lg-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-lg-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-lg-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-lg-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-lg-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-lg-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-lg-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-lg-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-lg-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-lg-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-lg-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-lg-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-lg-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-lg-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-lg-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-lg-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-lg-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-lg-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 1200px) { + .flex-xl-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-xl-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-xl-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-xl-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-xl-fill { + -webkit-box-flex: 1 !important; + -ms-flex: 1 1 auto !important; + flex: 1 1 auto !important; + } + .flex-xl-grow-0 { + -webkit-box-flex: 0 !important; + -ms-flex-positive: 0 !important; + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + -webkit-box-flex: 1 !important; + -ms-flex-positive: 1 !important; + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + -ms-flex-negative: 0 !important; + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + -ms-flex-negative: 1 !important; + flex-shrink: 1 !important; + } + .justify-content-xl-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .justify-content-xl-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .justify-content-xl-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .justify-content-xl-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .justify-content-xl-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-xl-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-xl-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-xl-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .align-items-xl-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .align-items-xl-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .align-content-xl-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .align-content-xl-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .align-content-xl-center { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .align-content-xl-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .align-content-xl-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .align-content-xl-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .align-self-xl-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-xl-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-xl-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-xl-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-xl-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-xl-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +.float-left { + float: left !important; +} + +.float-right { + float: right !important; +} + +.float-none { + float: none !important; +} + +@media (min-width: 576px) { + .float-sm-left { + float: left !important; + } + .float-sm-right { + float: right !important; + } + .float-sm-none { + float: none !important; + } +} + +@media (min-width: 768px) { + .float-md-left { + float: left !important; + } + .float-md-right { + float: right !important; + } + .float-md-none { + float: none !important; + } +} + +@media (min-width: 992px) { + .float-lg-left { + float: left !important; + } + .float-lg-right { + float: right !important; + } + .float-lg-none { + float: none !important; + } +} + +@media (min-width: 1200px) { + .float-xl-left { + float: left !important; + } + .float-xl-right { + float: right !important; + } + .float-xl-none { + float: none !important; + } +} + +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: -webkit-sticky !important; + position: sticky !important; +} + +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} + +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} + +@supports ((position: -webkit-sticky) or (position: sticky)) { + .sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020; + } +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0; +} + +.sr-only-focusable:active, .sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + overflow: visible; + clip: auto; + white-space: normal; +} + +.shadow-sm { + -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} + +.shadow { + -webkit-box-shadow: 0 0.67rem 0.67rem rgba(146, 153, 184, 0.08) !important; + box-shadow: 0 0.67rem 0.67rem rgba(146, 153, 184, 0.08) !important; +} + +.shadow-lg { + -webkit-box-shadow: 0 0.67remt 0.67rem rgba(146, 153, 184, 0.1) !important; + box-shadow: 0 0.67remt 0.67rem rgba(146, 153, 184, 0.1) !important; +} + +.shadow-none { + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.w-25 { + width: 25% !important; +} + +.w-50 { + width: 50% !important; +} + +.w-75 { + width: 75% !important; +} + +.w-100 { + width: 100% !important; +} + +.w-auto { + width: auto !important; +} + +.h-25 { + height: 25% !important; +} + +.h-50 { + height: 50% !important; +} + +.h-75 { + height: 75% !important; +} + +.h-100 { + height: 100% !important; +} + +.h-auto { + height: auto !important; +} + +.mw-100 { + max-width: 100% !important; +} + +.mh-100 { + max-height: 100% !important; +} + +.min-vw-100 { + min-width: 100vw !important; +} + +.min-vh-100 { + min-height: 100vh !important; +} + +.vw-100 { + width: 100vw !important; +} + +.vh-100 { + height: 100vh !important; +} + +.stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + pointer-events: auto; + content: ""; + background-color: rgba(0, 0, 0, 0); +} + +.m-0 { + margin: 0 !important; +} + +.mt-0, +.my-0 { + margin-top: 0 !important; +} + +.mr-0, +.mx-0 { + margin-right: 0 !important; +} + +.mb-0, +.my-0 { + margin-bottom: 0 !important; +} + +.ml-0, +.mx-0 { + margin-left: 0 !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.mt-1, +.my-1 { + margin-top: 0.25rem !important; +} + +.mr-1, +.mx-1 { + margin-right: 0.25rem !important; +} + +.mb-1, +.my-1 { + margin-bottom: 0.25rem !important; +} + +.ml-1, +.mx-1 { + margin-left: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.mt-2, +.my-2 { + margin-top: 0.5rem !important; +} + +.mr-2, +.mx-2 { + margin-right: 0.5rem !important; +} + +.mb-2, +.my-2 { + margin-bottom: 0.5rem !important; +} + +.ml-2, +.mx-2 { + margin-left: 0.5rem !important; +} + +.m-3 { + margin: 1rem !important; +} + +.mt-3, +.my-3 { + margin-top: 1rem !important; +} + +.mr-3, +.mx-3 { + margin-right: 1rem !important; +} + +.mb-3, +.my-3 { + margin-bottom: 1rem !important; +} + +.ml-3, +.mx-3 { + margin-left: 1rem !important; +} + +.m-4 { + margin: 1.5rem !important; +} + +.mt-4, +.my-4 { + margin-top: 1.5rem !important; +} + +.mr-4, +.mx-4 { + margin-right: 1.5rem !important; +} + +.mb-4, +.my-4 { + margin-bottom: 1.5rem !important; +} + +.ml-4, +.mx-4 { + margin-left: 1.5rem !important; +} + +.m-5 { + margin: 3rem !important; +} + +.mt-5, +.my-5 { + margin-top: 3rem !important; +} + +.mr-5, +.mx-5 { + margin-right: 3rem !important; +} + +.mb-5, +.my-5 { + margin-bottom: 3rem !important; +} + +.ml-5, +.mx-5 { + margin-left: 3rem !important; +} + +.m-10 { + margin: 0.625rem !important; +} + +.mt-10, +.my-10 { + margin-top: 0.625rem !important; +} + +.mr-10, +.mx-10 { + margin-right: 0.625rem !important; +} + +.mb-10, +.my-10 { + margin-bottom: 0.625rem !important; +} + +.ml-10, +.mx-10 { + margin-left: 0.625rem !important; +} + +.m-15 { + margin: 0.9375rem !important; +} + +.mt-15, +.my-15 { + margin-top: 0.9375rem !important; +} + +.mr-15, +.mx-15 { + margin-right: 0.9375rem !important; +} + +.mb-15, +.my-15 { + margin-bottom: 0.9375rem !important; +} + +.ml-15, +.mx-15 { + margin-left: 0.9375rem !important; +} + +.m-20 { + margin: 1.25rem !important; +} + +.mt-20, +.my-20 { + margin-top: 1.25rem !important; +} + +.mr-20, +.mx-20 { + margin-right: 1.25rem !important; +} + +.mb-20, +.my-20 { + margin-bottom: 1.25rem !important; +} + +.ml-20, +.mx-20 { + margin-left: 1.25rem !important; +} + +.m-25 { + margin: 1.5625rem !important; +} + +.mt-25, +.my-25 { + margin-top: 1.5625rem !important; +} + +.mr-25, +.mx-25 { + margin-right: 1.5625rem !important; +} + +.mb-25, +.my-25 { + margin-bottom: 1.5625rem !important; +} + +.ml-25, +.mx-25 { + margin-left: 1.5625rem !important; +} + +.m-30 { + margin: 1.875rem !important; +} + +.mt-30, +.my-30 { + margin-top: 1.875rem !important; +} + +.mr-30, +.mx-30 { + margin-right: 1.875rem !important; +} + +.mb-30, +.my-30 { + margin-bottom: 1.875rem !important; +} + +.ml-30, +.mx-30 { + margin-left: 1.875rem !important; +} + +.m-35 { + margin: 2.18753rem !important; +} + +.mt-35, +.my-35 { + margin-top: 2.18753rem !important; +} + +.mr-35, +.mx-35 { + margin-right: 2.18753rem !important; +} + +.mb-35, +.my-35 { + margin-bottom: 2.18753rem !important; +} + +.ml-35, +.mx-35 { + margin-left: 2.18753rem !important; +} + +.m-40 { + margin: 2.5rem !important; +} + +.mt-40, +.my-40 { + margin-top: 2.5rem !important; +} + +.mr-40, +.mx-40 { + margin-right: 2.5rem !important; +} + +.mb-40, +.my-40 { + margin-bottom: 2.5rem !important; +} + +.ml-40, +.mx-40 { + margin-left: 2.5rem !important; +} + +.m-45 { + margin: 2.8125rem !important; +} + +.mt-45, +.my-45 { + margin-top: 2.8125rem !important; +} + +.mr-45, +.mx-45 { + margin-right: 2.8125rem !important; +} + +.mb-45, +.my-45 { + margin-bottom: 2.8125rem !important; +} + +.ml-45, +.mx-45 { + margin-left: 2.8125rem !important; +} + +.m-50 { + margin: 3.125rem !important; +} + +.mt-50, +.my-50 { + margin-top: 3.125rem !important; +} + +.mr-50, +.mx-50 { + margin-right: 3.125rem !important; +} + +.mb-50, +.my-50 { + margin-bottom: 3.125rem !important; +} + +.ml-50, +.mx-50 { + margin-left: 3.125rem !important; +} + +.p-0 { + padding: 0 !important; +} + +.pt-0, +.py-0 { + padding-top: 0 !important; +} + +.pr-0, +.px-0 { + padding-right: 0 !important; +} + +.pb-0, +.py-0 { + padding-bottom: 0 !important; +} + +.pl-0, +.px-0 { + padding-left: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.pt-1, +.py-1 { + padding-top: 0.25rem !important; +} + +.pr-1, +.px-1 { + padding-right: 0.25rem !important; +} + +.pb-1, +.py-1 { + padding-bottom: 0.25rem !important; +} + +.pl-1, +.px-1 { + padding-left: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.pt-2, +.py-2 { + padding-top: 0.5rem !important; +} + +.pr-2, +.px-2 { + padding-right: 0.5rem !important; +} + +.pb-2, +.py-2 { + padding-bottom: 0.5rem !important; +} + +.pl-2, +.px-2 { + padding-left: 0.5rem !important; +} + +.p-3 { + padding: 1rem !important; +} + +.pt-3, +.py-3 { + padding-top: 1rem !important; +} + +.pr-3, +.px-3 { + padding-right: 1rem !important; +} + +.pb-3, +.py-3 { + padding-bottom: 1rem !important; +} + +.pl-3, +.px-3 { + padding-left: 1rem !important; +} + +.p-4 { + padding: 1.5rem !important; +} + +.pt-4, +.py-4 { + padding-top: 1.5rem !important; +} + +.pr-4, +.px-4 { + padding-right: 1.5rem !important; +} + +.pb-4, +.py-4 { + padding-bottom: 1.5rem !important; +} + +.pl-4, +.px-4 { + padding-left: 1.5rem !important; +} + +.p-5 { + padding: 3rem !important; +} + +.pt-5, +.py-5 { + padding-top: 3rem !important; +} + +.pr-5, +.px-5 { + padding-right: 3rem !important; +} + +.pb-5, +.py-5 { + padding-bottom: 3rem !important; +} + +.pl-5, +.px-5 { + padding-left: 3rem !important; +} + +.p-10 { + padding: 0.625rem !important; +} + +.pt-10, +.py-10 { + padding-top: 0.625rem !important; +} + +.pr-10, +.px-10 { + padding-right: 0.625rem !important; +} + +.pb-10, +.py-10 { + padding-bottom: 0.625rem !important; +} + +.pl-10, +.px-10 { + padding-left: 0.625rem !important; +} + +.p-15 { + padding: 0.9375rem !important; +} + +.pt-15, +.py-15 { + padding-top: 0.9375rem !important; +} + +.pr-15, +.px-15 { + padding-right: 0.9375rem !important; +} + +.pb-15, +.py-15 { + padding-bottom: 0.9375rem !important; +} + +.pl-15, +.px-15 { + padding-left: 0.9375rem !important; +} + +.p-20 { + padding: 1.25rem !important; +} + +.pt-20, +.py-20 { + padding-top: 1.25rem !important; +} + +.pr-20, +.px-20 { + padding-right: 1.25rem !important; +} + +.pb-20, +.py-20 { + padding-bottom: 1.25rem !important; +} + +.pl-20, +.px-20 { + padding-left: 1.25rem !important; +} + +.p-25 { + padding: 1.5625rem !important; +} + +.pt-25, +.py-25 { + padding-top: 1.5625rem !important; +} + +.pr-25, +.px-25 { + padding-right: 1.5625rem !important; +} + +.pb-25, +.py-25 { + padding-bottom: 1.5625rem !important; +} + +.pl-25, +.px-25 { + padding-left: 1.5625rem !important; +} + +.p-30 { + padding: 1.875rem !important; +} + +.pt-30, +.py-30 { + padding-top: 1.875rem !important; +} + +.pr-30, +.px-30 { + padding-right: 1.875rem !important; +} + +.pb-30, +.py-30 { + padding-bottom: 1.875rem !important; +} + +.pl-30, +.px-30 { + padding-left: 1.875rem !important; +} + +.p-35 { + padding: 2.18753rem !important; +} + +.pt-35, +.py-35 { + padding-top: 2.18753rem !important; +} + +.pr-35, +.px-35 { + padding-right: 2.18753rem !important; +} + +.pb-35, +.py-35 { + padding-bottom: 2.18753rem !important; +} + +.pl-35, +.px-35 { + padding-left: 2.18753rem !important; +} + +.p-40 { + padding: 2.5rem !important; +} + +.pt-40, +.py-40 { + padding-top: 2.5rem !important; +} + +.pr-40, +.px-40 { + padding-right: 2.5rem !important; +} + +.pb-40, +.py-40 { + padding-bottom: 2.5rem !important; +} + +.pl-40, +.px-40 { + padding-left: 2.5rem !important; +} + +.p-45 { + padding: 2.8125rem !important; +} + +.pt-45, +.py-45 { + padding-top: 2.8125rem !important; +} + +.pr-45, +.px-45 { + padding-right: 2.8125rem !important; +} + +.pb-45, +.py-45 { + padding-bottom: 2.8125rem !important; +} + +.pl-45, +.px-45 { + padding-left: 2.8125rem !important; +} + +.p-50 { + padding: 3.125rem !important; +} + +.pt-50, +.py-50 { + padding-top: 3.125rem !important; +} + +.pr-50, +.px-50 { + padding-right: 3.125rem !important; +} + +.pb-50, +.py-50 { + padding-bottom: 3.125rem !important; +} + +.pl-50, +.px-50 { + padding-left: 3.125rem !important; +} + +.m-n1 { + margin: -0.25rem !important; +} + +.mt-n1, +.my-n1 { + margin-top: -0.25rem !important; +} + +.mr-n1, +.mx-n1 { + margin-right: -0.25rem !important; +} + +.mb-n1, +.my-n1 { + margin-bottom: -0.25rem !important; +} + +.ml-n1, +.mx-n1 { + margin-left: -0.25rem !important; +} + +.m-n2 { + margin: -0.5rem !important; +} + +.mt-n2, +.my-n2 { + margin-top: -0.5rem !important; +} + +.mr-n2, +.mx-n2 { + margin-right: -0.5rem !important; +} + +.mb-n2, +.my-n2 { + margin-bottom: -0.5rem !important; +} + +.ml-n2, +.mx-n2 { + margin-left: -0.5rem !important; +} + +.m-n3 { + margin: -1rem !important; +} + +.mt-n3, +.my-n3 { + margin-top: -1rem !important; +} + +.mr-n3, +.mx-n3 { + margin-right: -1rem !important; +} + +.mb-n3, +.my-n3 { + margin-bottom: -1rem !important; +} + +.ml-n3, +.mx-n3 { + margin-left: -1rem !important; +} + +.m-n4 { + margin: -1.5rem !important; +} + +.mt-n4, +.my-n4 { + margin-top: -1.5rem !important; +} + +.mr-n4, +.mx-n4 { + margin-right: -1.5rem !important; +} + +.mb-n4, +.my-n4 { + margin-bottom: -1.5rem !important; +} + +.ml-n4, +.mx-n4 { + margin-left: -1.5rem !important; +} + +.m-n5 { + margin: -3rem !important; +} + +.mt-n5, +.my-n5 { + margin-top: -3rem !important; +} + +.mr-n5, +.mx-n5 { + margin-right: -3rem !important; +} + +.mb-n5, +.my-n5 { + margin-bottom: -3rem !important; +} + +.ml-n5, +.mx-n5 { + margin-left: -3rem !important; +} + +.m-n10 { + margin: -0.625rem !important; +} + +.mt-n10, +.my-n10 { + margin-top: -0.625rem !important; +} + +.mr-n10, +.mx-n10 { + margin-right: -0.625rem !important; +} + +.mb-n10, +.my-n10 { + margin-bottom: -0.625rem !important; +} + +.ml-n10, +.mx-n10 { + margin-left: -0.625rem !important; +} + +.m-n15 { + margin: -0.9375rem !important; +} + +.mt-n15, +.my-n15 { + margin-top: -0.9375rem !important; +} + +.mr-n15, +.mx-n15 { + margin-right: -0.9375rem !important; +} + +.mb-n15, +.my-n15 { + margin-bottom: -0.9375rem !important; +} + +.ml-n15, +.mx-n15 { + margin-left: -0.9375rem !important; +} + +.m-n20 { + margin: -1.25rem !important; +} + +.mt-n20, +.my-n20 { + margin-top: -1.25rem !important; +} + +.mr-n20, +.mx-n20 { + margin-right: -1.25rem !important; +} + +.mb-n20, +.my-n20 { + margin-bottom: -1.25rem !important; +} + +.ml-n20, +.mx-n20 { + margin-left: -1.25rem !important; +} + +.m-n25 { + margin: -1.5625rem !important; +} + +.mt-n25, +.my-n25 { + margin-top: -1.5625rem !important; +} + +.mr-n25, +.mx-n25 { + margin-right: -1.5625rem !important; +} + +.mb-n25, +.my-n25 { + margin-bottom: -1.5625rem !important; +} + +.ml-n25, +.mx-n25 { + margin-left: -1.5625rem !important; +} + +.m-n30 { + margin: -1.875rem !important; +} + +.mt-n30, +.my-n30 { + margin-top: -1.875rem !important; +} + +.mr-n30, +.mx-n30 { + margin-right: -1.875rem !important; +} + +.mb-n30, +.my-n30 { + margin-bottom: -1.875rem !important; +} + +.ml-n30, +.mx-n30 { + margin-left: -1.875rem !important; +} + +.m-n35 { + margin: -2.18753rem !important; +} + +.mt-n35, +.my-n35 { + margin-top: -2.18753rem !important; +} + +.mr-n35, +.mx-n35 { + margin-right: -2.18753rem !important; +} + +.mb-n35, +.my-n35 { + margin-bottom: -2.18753rem !important; +} + +.ml-n35, +.mx-n35 { + margin-left: -2.18753rem !important; +} + +.m-n40 { + margin: -2.5rem !important; +} + +.mt-n40, +.my-n40 { + margin-top: -2.5rem !important; +} + +.mr-n40, +.mx-n40 { + margin-right: -2.5rem !important; +} + +.mb-n40, +.my-n40 { + margin-bottom: -2.5rem !important; +} + +.ml-n40, +.mx-n40 { + margin-left: -2.5rem !important; +} + +.m-n45 { + margin: -2.8125rem !important; +} + +.mt-n45, +.my-n45 { + margin-top: -2.8125rem !important; +} + +.mr-n45, +.mx-n45 { + margin-right: -2.8125rem !important; +} + +.mb-n45, +.my-n45 { + margin-bottom: -2.8125rem !important; +} + +.ml-n45, +.mx-n45 { + margin-left: -2.8125rem !important; +} + +.m-n50 { + margin: -3.125rem !important; +} + +.mt-n50, +.my-n50 { + margin-top: -3.125rem !important; +} + +.mr-n50, +.mx-n50 { + margin-right: -3.125rem !important; +} + +.mb-n50, +.my-n50 { + margin-bottom: -3.125rem !important; +} + +.ml-n50, +.mx-n50 { + margin-left: -3.125rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mt-auto, +.my-auto { + margin-top: auto !important; +} + +.mr-auto, +.mx-auto { + margin-right: auto !important; +} + +.mb-auto, +.my-auto { + margin-bottom: auto !important; +} + +.ml-auto, +.mx-auto { + margin-left: auto !important; +} + +@media (min-width: 576px) { + .m-sm-0 { + margin: 0 !important; + } + .mt-sm-0, + .my-sm-0 { + margin-top: 0 !important; + } + .mr-sm-0, + .mx-sm-0 { + margin-right: 0 !important; + } + .mb-sm-0, + .my-sm-0 { + margin-bottom: 0 !important; + } + .ml-sm-0, + .mx-sm-0 { + margin-left: 0 !important; + } + .m-sm-1 { + margin: 0.25rem !important; + } + .mt-sm-1, + .my-sm-1 { + margin-top: 0.25rem !important; + } + .mr-sm-1, + .mx-sm-1 { + margin-right: 0.25rem !important; + } + .mb-sm-1, + .my-sm-1 { + margin-bottom: 0.25rem !important; + } + .ml-sm-1, + .mx-sm-1 { + margin-left: 0.25rem !important; + } + .m-sm-2 { + margin: 0.5rem !important; + } + .mt-sm-2, + .my-sm-2 { + margin-top: 0.5rem !important; + } + .mr-sm-2, + .mx-sm-2 { + margin-right: 0.5rem !important; + } + .mb-sm-2, + .my-sm-2 { + margin-bottom: 0.5rem !important; + } + .ml-sm-2, + .mx-sm-2 { + margin-left: 0.5rem !important; + } + .m-sm-3 { + margin: 1rem !important; + } + .mt-sm-3, + .my-sm-3 { + margin-top: 1rem !important; + } + .mr-sm-3, + .mx-sm-3 { + margin-right: 1rem !important; + } + .mb-sm-3, + .my-sm-3 { + margin-bottom: 1rem !important; + } + .ml-sm-3, + .mx-sm-3 { + margin-left: 1rem !important; + } + .m-sm-4 { + margin: 1.5rem !important; + } + .mt-sm-4, + .my-sm-4 { + margin-top: 1.5rem !important; + } + .mr-sm-4, + .mx-sm-4 { + margin-right: 1.5rem !important; + } + .mb-sm-4, + .my-sm-4 { + margin-bottom: 1.5rem !important; + } + .ml-sm-4, + .mx-sm-4 { + margin-left: 1.5rem !important; + } + .m-sm-5 { + margin: 3rem !important; + } + .mt-sm-5, + .my-sm-5 { + margin-top: 3rem !important; + } + .mr-sm-5, + .mx-sm-5 { + margin-right: 3rem !important; + } + .mb-sm-5, + .my-sm-5 { + margin-bottom: 3rem !important; + } + .ml-sm-5, + .mx-sm-5 { + margin-left: 3rem !important; + } + .m-sm-10 { + margin: 0.625rem !important; + } + .mt-sm-10, + .my-sm-10 { + margin-top: 0.625rem !important; + } + .mr-sm-10, + .mx-sm-10 { + margin-right: 0.625rem !important; + } + .mb-sm-10, + .my-sm-10 { + margin-bottom: 0.625rem !important; + } + .ml-sm-10, + .mx-sm-10 { + margin-left: 0.625rem !important; + } + .m-sm-15 { + margin: 0.9375rem !important; + } + .mt-sm-15, + .my-sm-15 { + margin-top: 0.9375rem !important; + } + .mr-sm-15, + .mx-sm-15 { + margin-right: 0.9375rem !important; + } + .mb-sm-15, + .my-sm-15 { + margin-bottom: 0.9375rem !important; + } + .ml-sm-15, + .mx-sm-15 { + margin-left: 0.9375rem !important; + } + .m-sm-20 { + margin: 1.25rem !important; + } + .mt-sm-20, + .my-sm-20 { + margin-top: 1.25rem !important; + } + .mr-sm-20, + .mx-sm-20 { + margin-right: 1.25rem !important; + } + .mb-sm-20, + .my-sm-20 { + margin-bottom: 1.25rem !important; + } + .ml-sm-20, + .mx-sm-20 { + margin-left: 1.25rem !important; + } + .m-sm-25 { + margin: 1.5625rem !important; + } + .mt-sm-25, + .my-sm-25 { + margin-top: 1.5625rem !important; + } + .mr-sm-25, + .mx-sm-25 { + margin-right: 1.5625rem !important; + } + .mb-sm-25, + .my-sm-25 { + margin-bottom: 1.5625rem !important; + } + .ml-sm-25, + .mx-sm-25 { + margin-left: 1.5625rem !important; + } + .m-sm-30 { + margin: 1.875rem !important; + } + .mt-sm-30, + .my-sm-30 { + margin-top: 1.875rem !important; + } + .mr-sm-30, + .mx-sm-30 { + margin-right: 1.875rem !important; + } + .mb-sm-30, + .my-sm-30 { + margin-bottom: 1.875rem !important; + } + .ml-sm-30, + .mx-sm-30 { + margin-left: 1.875rem !important; + } + .m-sm-35 { + margin: 2.18753rem !important; + } + .mt-sm-35, + .my-sm-35 { + margin-top: 2.18753rem !important; + } + .mr-sm-35, + .mx-sm-35 { + margin-right: 2.18753rem !important; + } + .mb-sm-35, + .my-sm-35 { + margin-bottom: 2.18753rem !important; + } + .ml-sm-35, + .mx-sm-35 { + margin-left: 2.18753rem !important; + } + .m-sm-40 { + margin: 2.5rem !important; + } + .mt-sm-40, + .my-sm-40 { + margin-top: 2.5rem !important; + } + .mr-sm-40, + .mx-sm-40 { + margin-right: 2.5rem !important; + } + .mb-sm-40, + .my-sm-40 { + margin-bottom: 2.5rem !important; + } + .ml-sm-40, + .mx-sm-40 { + margin-left: 2.5rem !important; + } + .m-sm-45 { + margin: 2.8125rem !important; + } + .mt-sm-45, + .my-sm-45 { + margin-top: 2.8125rem !important; + } + .mr-sm-45, + .mx-sm-45 { + margin-right: 2.8125rem !important; + } + .mb-sm-45, + .my-sm-45 { + margin-bottom: 2.8125rem !important; + } + .ml-sm-45, + .mx-sm-45 { + margin-left: 2.8125rem !important; + } + .m-sm-50 { + margin: 3.125rem !important; + } + .mt-sm-50, + .my-sm-50 { + margin-top: 3.125rem !important; + } + .mr-sm-50, + .mx-sm-50 { + margin-right: 3.125rem !important; + } + .mb-sm-50, + .my-sm-50 { + margin-bottom: 3.125rem !important; + } + .ml-sm-50, + .mx-sm-50 { + margin-left: 3.125rem !important; + } + .p-sm-0 { + padding: 0 !important; + } + .pt-sm-0, + .py-sm-0 { + padding-top: 0 !important; + } + .pr-sm-0, + .px-sm-0 { + padding-right: 0 !important; + } + .pb-sm-0, + .py-sm-0 { + padding-bottom: 0 !important; + } + .pl-sm-0, + .px-sm-0 { + padding-left: 0 !important; + } + .p-sm-1 { + padding: 0.25rem !important; + } + .pt-sm-1, + .py-sm-1 { + padding-top: 0.25rem !important; + } + .pr-sm-1, + .px-sm-1 { + padding-right: 0.25rem !important; + } + .pb-sm-1, + .py-sm-1 { + padding-bottom: 0.25rem !important; + } + .pl-sm-1, + .px-sm-1 { + padding-left: 0.25rem !important; + } + .p-sm-2 { + padding: 0.5rem !important; + } + .pt-sm-2, + .py-sm-2 { + padding-top: 0.5rem !important; + } + .pr-sm-2, + .px-sm-2 { + padding-right: 0.5rem !important; + } + .pb-sm-2, + .py-sm-2 { + padding-bottom: 0.5rem !important; + } + .pl-sm-2, + .px-sm-2 { + padding-left: 0.5rem !important; + } + .p-sm-3 { + padding: 1rem !important; + } + .pt-sm-3, + .py-sm-3 { + padding-top: 1rem !important; + } + .pr-sm-3, + .px-sm-3 { + padding-right: 1rem !important; + } + .pb-sm-3, + .py-sm-3 { + padding-bottom: 1rem !important; + } + .pl-sm-3, + .px-sm-3 { + padding-left: 1rem !important; + } + .p-sm-4 { + padding: 1.5rem !important; + } + .pt-sm-4, + .py-sm-4 { + padding-top: 1.5rem !important; + } + .pr-sm-4, + .px-sm-4 { + padding-right: 1.5rem !important; + } + .pb-sm-4, + .py-sm-4 { + padding-bottom: 1.5rem !important; + } + .pl-sm-4, + .px-sm-4 { + padding-left: 1.5rem !important; + } + .p-sm-5 { + padding: 3rem !important; + } + .pt-sm-5, + .py-sm-5 { + padding-top: 3rem !important; + } + .pr-sm-5, + .px-sm-5 { + padding-right: 3rem !important; + } + .pb-sm-5, + .py-sm-5 { + padding-bottom: 3rem !important; + } + .pl-sm-5, + .px-sm-5 { + padding-left: 3rem !important; + } + .p-sm-10 { + padding: 0.625rem !important; + } + .pt-sm-10, + .py-sm-10 { + padding-top: 0.625rem !important; + } + .pr-sm-10, + .px-sm-10 { + padding-right: 0.625rem !important; + } + .pb-sm-10, + .py-sm-10 { + padding-bottom: 0.625rem !important; + } + .pl-sm-10, + .px-sm-10 { + padding-left: 0.625rem !important; + } + .p-sm-15 { + padding: 0.9375rem !important; + } + .pt-sm-15, + .py-sm-15 { + padding-top: 0.9375rem !important; + } + .pr-sm-15, + .px-sm-15 { + padding-right: 0.9375rem !important; + } + .pb-sm-15, + .py-sm-15 { + padding-bottom: 0.9375rem !important; + } + .pl-sm-15, + .px-sm-15 { + padding-left: 0.9375rem !important; + } + .p-sm-20 { + padding: 1.25rem !important; + } + .pt-sm-20, + .py-sm-20 { + padding-top: 1.25rem !important; + } + .pr-sm-20, + .px-sm-20 { + padding-right: 1.25rem !important; + } + .pb-sm-20, + .py-sm-20 { + padding-bottom: 1.25rem !important; + } + .pl-sm-20, + .px-sm-20 { + padding-left: 1.25rem !important; + } + .p-sm-25 { + padding: 1.5625rem !important; + } + .pt-sm-25, + .py-sm-25 { + padding-top: 1.5625rem !important; + } + .pr-sm-25, + .px-sm-25 { + padding-right: 1.5625rem !important; + } + .pb-sm-25, + .py-sm-25 { + padding-bottom: 1.5625rem !important; + } + .pl-sm-25, + .px-sm-25 { + padding-left: 1.5625rem !important; + } + .p-sm-30 { + padding: 1.875rem !important; + } + .pt-sm-30, + .py-sm-30 { + padding-top: 1.875rem !important; + } + .pr-sm-30, + .px-sm-30 { + padding-right: 1.875rem !important; + } + .pb-sm-30, + .py-sm-30 { + padding-bottom: 1.875rem !important; + } + .pl-sm-30, + .px-sm-30 { + padding-left: 1.875rem !important; + } + .p-sm-35 { + padding: 2.18753rem !important; + } + .pt-sm-35, + .py-sm-35 { + padding-top: 2.18753rem !important; + } + .pr-sm-35, + .px-sm-35 { + padding-right: 2.18753rem !important; + } + .pb-sm-35, + .py-sm-35 { + padding-bottom: 2.18753rem !important; + } + .pl-sm-35, + .px-sm-35 { + padding-left: 2.18753rem !important; + } + .p-sm-40 { + padding: 2.5rem !important; + } + .pt-sm-40, + .py-sm-40 { + padding-top: 2.5rem !important; + } + .pr-sm-40, + .px-sm-40 { + padding-right: 2.5rem !important; + } + .pb-sm-40, + .py-sm-40 { + padding-bottom: 2.5rem !important; + } + .pl-sm-40, + .px-sm-40 { + padding-left: 2.5rem !important; + } + .p-sm-45 { + padding: 2.8125rem !important; + } + .pt-sm-45, + .py-sm-45 { + padding-top: 2.8125rem !important; + } + .pr-sm-45, + .px-sm-45 { + padding-right: 2.8125rem !important; + } + .pb-sm-45, + .py-sm-45 { + padding-bottom: 2.8125rem !important; + } + .pl-sm-45, + .px-sm-45 { + padding-left: 2.8125rem !important; + } + .p-sm-50 { + padding: 3.125rem !important; + } + .pt-sm-50, + .py-sm-50 { + padding-top: 3.125rem !important; + } + .pr-sm-50, + .px-sm-50 { + padding-right: 3.125rem !important; + } + .pb-sm-50, + .py-sm-50 { + padding-bottom: 3.125rem !important; + } + .pl-sm-50, + .px-sm-50 { + padding-left: 3.125rem !important; + } + .m-sm-n1 { + margin: -0.25rem !important; + } + .mt-sm-n1, + .my-sm-n1 { + margin-top: -0.25rem !important; + } + .mr-sm-n1, + .mx-sm-n1 { + margin-right: -0.25rem !important; + } + .mb-sm-n1, + .my-sm-n1 { + margin-bottom: -0.25rem !important; + } + .ml-sm-n1, + .mx-sm-n1 { + margin-left: -0.25rem !important; + } + .m-sm-n2 { + margin: -0.5rem !important; + } + .mt-sm-n2, + .my-sm-n2 { + margin-top: -0.5rem !important; + } + .mr-sm-n2, + .mx-sm-n2 { + margin-right: -0.5rem !important; + } + .mb-sm-n2, + .my-sm-n2 { + margin-bottom: -0.5rem !important; + } + .ml-sm-n2, + .mx-sm-n2 { + margin-left: -0.5rem !important; + } + .m-sm-n3 { + margin: -1rem !important; + } + .mt-sm-n3, + .my-sm-n3 { + margin-top: -1rem !important; + } + .mr-sm-n3, + .mx-sm-n3 { + margin-right: -1rem !important; + } + .mb-sm-n3, + .my-sm-n3 { + margin-bottom: -1rem !important; + } + .ml-sm-n3, + .mx-sm-n3 { + margin-left: -1rem !important; + } + .m-sm-n4 { + margin: -1.5rem !important; + } + .mt-sm-n4, + .my-sm-n4 { + margin-top: -1.5rem !important; + } + .mr-sm-n4, + .mx-sm-n4 { + margin-right: -1.5rem !important; + } + .mb-sm-n4, + .my-sm-n4 { + margin-bottom: -1.5rem !important; + } + .ml-sm-n4, + .mx-sm-n4 { + margin-left: -1.5rem !important; + } + .m-sm-n5 { + margin: -3rem !important; + } + .mt-sm-n5, + .my-sm-n5 { + margin-top: -3rem !important; + } + .mr-sm-n5, + .mx-sm-n5 { + margin-right: -3rem !important; + } + .mb-sm-n5, + .my-sm-n5 { + margin-bottom: -3rem !important; + } + .ml-sm-n5, + .mx-sm-n5 { + margin-left: -3rem !important; + } + .m-sm-n10 { + margin: -0.625rem !important; + } + .mt-sm-n10, + .my-sm-n10 { + margin-top: -0.625rem !important; + } + .mr-sm-n10, + .mx-sm-n10 { + margin-right: -0.625rem !important; + } + .mb-sm-n10, + .my-sm-n10 { + margin-bottom: -0.625rem !important; + } + .ml-sm-n10, + .mx-sm-n10 { + margin-left: -0.625rem !important; + } + .m-sm-n15 { + margin: -0.9375rem !important; + } + .mt-sm-n15, + .my-sm-n15 { + margin-top: -0.9375rem !important; + } + .mr-sm-n15, + .mx-sm-n15 { + margin-right: -0.9375rem !important; + } + .mb-sm-n15, + .my-sm-n15 { + margin-bottom: -0.9375rem !important; + } + .ml-sm-n15, + .mx-sm-n15 { + margin-left: -0.9375rem !important; + } + .m-sm-n20 { + margin: -1.25rem !important; + } + .mt-sm-n20, + .my-sm-n20 { + margin-top: -1.25rem !important; + } + .mr-sm-n20, + .mx-sm-n20 { + margin-right: -1.25rem !important; + } + .mb-sm-n20, + .my-sm-n20 { + margin-bottom: -1.25rem !important; + } + .ml-sm-n20, + .mx-sm-n20 { + margin-left: -1.25rem !important; + } + .m-sm-n25 { + margin: -1.5625rem !important; + } + .mt-sm-n25, + .my-sm-n25 { + margin-top: -1.5625rem !important; + } + .mr-sm-n25, + .mx-sm-n25 { + margin-right: -1.5625rem !important; + } + .mb-sm-n25, + .my-sm-n25 { + margin-bottom: -1.5625rem !important; + } + .ml-sm-n25, + .mx-sm-n25 { + margin-left: -1.5625rem !important; + } + .m-sm-n30 { + margin: -1.875rem !important; + } + .mt-sm-n30, + .my-sm-n30 { + margin-top: -1.875rem !important; + } + .mr-sm-n30, + .mx-sm-n30 { + margin-right: -1.875rem !important; + } + .mb-sm-n30, + .my-sm-n30 { + margin-bottom: -1.875rem !important; + } + .ml-sm-n30, + .mx-sm-n30 { + margin-left: -1.875rem !important; + } + .m-sm-n35 { + margin: -2.18753rem !important; + } + .mt-sm-n35, + .my-sm-n35 { + margin-top: -2.18753rem !important; + } + .mr-sm-n35, + .mx-sm-n35 { + margin-right: -2.18753rem !important; + } + .mb-sm-n35, + .my-sm-n35 { + margin-bottom: -2.18753rem !important; + } + .ml-sm-n35, + .mx-sm-n35 { + margin-left: -2.18753rem !important; + } + .m-sm-n40 { + margin: -2.5rem !important; + } + .mt-sm-n40, + .my-sm-n40 { + margin-top: -2.5rem !important; + } + .mr-sm-n40, + .mx-sm-n40 { + margin-right: -2.5rem !important; + } + .mb-sm-n40, + .my-sm-n40 { + margin-bottom: -2.5rem !important; + } + .ml-sm-n40, + .mx-sm-n40 { + margin-left: -2.5rem !important; + } + .m-sm-n45 { + margin: -2.8125rem !important; + } + .mt-sm-n45, + .my-sm-n45 { + margin-top: -2.8125rem !important; + } + .mr-sm-n45, + .mx-sm-n45 { + margin-right: -2.8125rem !important; + } + .mb-sm-n45, + .my-sm-n45 { + margin-bottom: -2.8125rem !important; + } + .ml-sm-n45, + .mx-sm-n45 { + margin-left: -2.8125rem !important; + } + .m-sm-n50 { + margin: -3.125rem !important; + } + .mt-sm-n50, + .my-sm-n50 { + margin-top: -3.125rem !important; + } + .mr-sm-n50, + .mx-sm-n50 { + margin-right: -3.125rem !important; + } + .mb-sm-n50, + .my-sm-n50 { + margin-bottom: -3.125rem !important; + } + .ml-sm-n50, + .mx-sm-n50 { + margin-left: -3.125rem !important; + } + .m-sm-auto { + margin: auto !important; + } + .mt-sm-auto, + .my-sm-auto { + margin-top: auto !important; + } + .mr-sm-auto, + .mx-sm-auto { + margin-right: auto !important; + } + .mb-sm-auto, + .my-sm-auto { + margin-bottom: auto !important; + } + .ml-sm-auto, + .mx-sm-auto { + margin-left: auto !important; + } +} + +@media (min-width: 768px) { + .m-md-0 { + margin: 0 !important; + } + .mt-md-0, + .my-md-0 { + margin-top: 0 !important; + } + .mr-md-0, + .mx-md-0 { + margin-right: 0 !important; + } + .mb-md-0, + .my-md-0 { + margin-bottom: 0 !important; + } + .ml-md-0, + .mx-md-0 { + margin-left: 0 !important; + } + .m-md-1 { + margin: 0.25rem !important; + } + .mt-md-1, + .my-md-1 { + margin-top: 0.25rem !important; + } + .mr-md-1, + .mx-md-1 { + margin-right: 0.25rem !important; + } + .mb-md-1, + .my-md-1 { + margin-bottom: 0.25rem !important; + } + .ml-md-1, + .mx-md-1 { + margin-left: 0.25rem !important; + } + .m-md-2 { + margin: 0.5rem !important; + } + .mt-md-2, + .my-md-2 { + margin-top: 0.5rem !important; + } + .mr-md-2, + .mx-md-2 { + margin-right: 0.5rem !important; + } + .mb-md-2, + .my-md-2 { + margin-bottom: 0.5rem !important; + } + .ml-md-2, + .mx-md-2 { + margin-left: 0.5rem !important; + } + .m-md-3 { + margin: 1rem !important; + } + .mt-md-3, + .my-md-3 { + margin-top: 1rem !important; + } + .mr-md-3, + .mx-md-3 { + margin-right: 1rem !important; + } + .mb-md-3, + .my-md-3 { + margin-bottom: 1rem !important; + } + .ml-md-3, + .mx-md-3 { + margin-left: 1rem !important; + } + .m-md-4 { + margin: 1.5rem !important; + } + .mt-md-4, + .my-md-4 { + margin-top: 1.5rem !important; + } + .mr-md-4, + .mx-md-4 { + margin-right: 1.5rem !important; + } + .mb-md-4, + .my-md-4 { + margin-bottom: 1.5rem !important; + } + .ml-md-4, + .mx-md-4 { + margin-left: 1.5rem !important; + } + .m-md-5 { + margin: 3rem !important; + } + .mt-md-5, + .my-md-5 { + margin-top: 3rem !important; + } + .mr-md-5, + .mx-md-5 { + margin-right: 3rem !important; + } + .mb-md-5, + .my-md-5 { + margin-bottom: 3rem !important; + } + .ml-md-5, + .mx-md-5 { + margin-left: 3rem !important; + } + .m-md-10 { + margin: 0.625rem !important; + } + .mt-md-10, + .my-md-10 { + margin-top: 0.625rem !important; + } + .mr-md-10, + .mx-md-10 { + margin-right: 0.625rem !important; + } + .mb-md-10, + .my-md-10 { + margin-bottom: 0.625rem !important; + } + .ml-md-10, + .mx-md-10 { + margin-left: 0.625rem !important; + } + .m-md-15 { + margin: 0.9375rem !important; + } + .mt-md-15, + .my-md-15 { + margin-top: 0.9375rem !important; + } + .mr-md-15, + .mx-md-15 { + margin-right: 0.9375rem !important; + } + .mb-md-15, + .my-md-15 { + margin-bottom: 0.9375rem !important; + } + .ml-md-15, + .mx-md-15 { + margin-left: 0.9375rem !important; + } + .m-md-20 { + margin: 1.25rem !important; + } + .mt-md-20, + .my-md-20 { + margin-top: 1.25rem !important; + } + .mr-md-20, + .mx-md-20 { + margin-right: 1.25rem !important; + } + .mb-md-20, + .my-md-20 { + margin-bottom: 1.25rem !important; + } + .ml-md-20, + .mx-md-20 { + margin-left: 1.25rem !important; + } + .m-md-25 { + margin: 1.5625rem !important; + } + .mt-md-25, + .my-md-25 { + margin-top: 1.5625rem !important; + } + .mr-md-25, + .mx-md-25 { + margin-right: 1.5625rem !important; + } + .mb-md-25, + .my-md-25 { + margin-bottom: 1.5625rem !important; + } + .ml-md-25, + .mx-md-25 { + margin-left: 1.5625rem !important; + } + .m-md-30 { + margin: 1.875rem !important; + } + .mt-md-30, + .my-md-30 { + margin-top: 1.875rem !important; + } + .mr-md-30, + .mx-md-30 { + margin-right: 1.875rem !important; + } + .mb-md-30, + .my-md-30 { + margin-bottom: 1.875rem !important; + } + .ml-md-30, + .mx-md-30 { + margin-left: 1.875rem !important; + } + .m-md-35 { + margin: 2.18753rem !important; + } + .mt-md-35, + .my-md-35 { + margin-top: 2.18753rem !important; + } + .mr-md-35, + .mx-md-35 { + margin-right: 2.18753rem !important; + } + .mb-md-35, + .my-md-35 { + margin-bottom: 2.18753rem !important; + } + .ml-md-35, + .mx-md-35 { + margin-left: 2.18753rem !important; + } + .m-md-40 { + margin: 2.5rem !important; + } + .mt-md-40, + .my-md-40 { + margin-top: 2.5rem !important; + } + .mr-md-40, + .mx-md-40 { + margin-right: 2.5rem !important; + } + .mb-md-40, + .my-md-40 { + margin-bottom: 2.5rem !important; + } + .ml-md-40, + .mx-md-40 { + margin-left: 2.5rem !important; + } + .m-md-45 { + margin: 2.8125rem !important; + } + .mt-md-45, + .my-md-45 { + margin-top: 2.8125rem !important; + } + .mr-md-45, + .mx-md-45 { + margin-right: 2.8125rem !important; + } + .mb-md-45, + .my-md-45 { + margin-bottom: 2.8125rem !important; + } + .ml-md-45, + .mx-md-45 { + margin-left: 2.8125rem !important; + } + .m-md-50 { + margin: 3.125rem !important; + } + .mt-md-50, + .my-md-50 { + margin-top: 3.125rem !important; + } + .mr-md-50, + .mx-md-50 { + margin-right: 3.125rem !important; + } + .mb-md-50, + .my-md-50 { + margin-bottom: 3.125rem !important; + } + .ml-md-50, + .mx-md-50 { + margin-left: 3.125rem !important; + } + .p-md-0 { + padding: 0 !important; + } + .pt-md-0, + .py-md-0 { + padding-top: 0 !important; + } + .pr-md-0, + .px-md-0 { + padding-right: 0 !important; + } + .pb-md-0, + .py-md-0 { + padding-bottom: 0 !important; + } + .pl-md-0, + .px-md-0 { + padding-left: 0 !important; + } + .p-md-1 { + padding: 0.25rem !important; + } + .pt-md-1, + .py-md-1 { + padding-top: 0.25rem !important; + } + .pr-md-1, + .px-md-1 { + padding-right: 0.25rem !important; + } + .pb-md-1, + .py-md-1 { + padding-bottom: 0.25rem !important; + } + .pl-md-1, + .px-md-1 { + padding-left: 0.25rem !important; + } + .p-md-2 { + padding: 0.5rem !important; + } + .pt-md-2, + .py-md-2 { + padding-top: 0.5rem !important; + } + .pr-md-2, + .px-md-2 { + padding-right: 0.5rem !important; + } + .pb-md-2, + .py-md-2 { + padding-bottom: 0.5rem !important; + } + .pl-md-2, + .px-md-2 { + padding-left: 0.5rem !important; + } + .p-md-3 { + padding: 1rem !important; + } + .pt-md-3, + .py-md-3 { + padding-top: 1rem !important; + } + .pr-md-3, + .px-md-3 { + padding-right: 1rem !important; + } + .pb-md-3, + .py-md-3 { + padding-bottom: 1rem !important; + } + .pl-md-3, + .px-md-3 { + padding-left: 1rem !important; + } + .p-md-4 { + padding: 1.5rem !important; + } + .pt-md-4, + .py-md-4 { + padding-top: 1.5rem !important; + } + .pr-md-4, + .px-md-4 { + padding-right: 1.5rem !important; + } + .pb-md-4, + .py-md-4 { + padding-bottom: 1.5rem !important; + } + .pl-md-4, + .px-md-4 { + padding-left: 1.5rem !important; + } + .p-md-5 { + padding: 3rem !important; + } + .pt-md-5, + .py-md-5 { + padding-top: 3rem !important; + } + .pr-md-5, + .px-md-5 { + padding-right: 3rem !important; + } + .pb-md-5, + .py-md-5 { + padding-bottom: 3rem !important; + } + .pl-md-5, + .px-md-5 { + padding-left: 3rem !important; + } + .p-md-10 { + padding: 0.625rem !important; + } + .pt-md-10, + .py-md-10 { + padding-top: 0.625rem !important; + } + .pr-md-10, + .px-md-10 { + padding-right: 0.625rem !important; + } + .pb-md-10, + .py-md-10 { + padding-bottom: 0.625rem !important; + } + .pl-md-10, + .px-md-10 { + padding-left: 0.625rem !important; + } + .p-md-15 { + padding: 0.9375rem !important; + } + .pt-md-15, + .py-md-15 { + padding-top: 0.9375rem !important; + } + .pr-md-15, + .px-md-15 { + padding-right: 0.9375rem !important; + } + .pb-md-15, + .py-md-15 { + padding-bottom: 0.9375rem !important; + } + .pl-md-15, + .px-md-15 { + padding-left: 0.9375rem !important; + } + .p-md-20 { + padding: 1.25rem !important; + } + .pt-md-20, + .py-md-20 { + padding-top: 1.25rem !important; + } + .pr-md-20, + .px-md-20 { + padding-right: 1.25rem !important; + } + .pb-md-20, + .py-md-20 { + padding-bottom: 1.25rem !important; + } + .pl-md-20, + .px-md-20 { + padding-left: 1.25rem !important; + } + .p-md-25 { + padding: 1.5625rem !important; + } + .pt-md-25, + .py-md-25 { + padding-top: 1.5625rem !important; + } + .pr-md-25, + .px-md-25 { + padding-right: 1.5625rem !important; + } + .pb-md-25, + .py-md-25 { + padding-bottom: 1.5625rem !important; + } + .pl-md-25, + .px-md-25 { + padding-left: 1.5625rem !important; + } + .p-md-30 { + padding: 1.875rem !important; + } + .pt-md-30, + .py-md-30 { + padding-top: 1.875rem !important; + } + .pr-md-30, + .px-md-30 { + padding-right: 1.875rem !important; + } + .pb-md-30, + .py-md-30 { + padding-bottom: 1.875rem !important; + } + .pl-md-30, + .px-md-30 { + padding-left: 1.875rem !important; + } + .p-md-35 { + padding: 2.18753rem !important; + } + .pt-md-35, + .py-md-35 { + padding-top: 2.18753rem !important; + } + .pr-md-35, + .px-md-35 { + padding-right: 2.18753rem !important; + } + .pb-md-35, + .py-md-35 { + padding-bottom: 2.18753rem !important; + } + .pl-md-35, + .px-md-35 { + padding-left: 2.18753rem !important; + } + .p-md-40 { + padding: 2.5rem !important; + } + .pt-md-40, + .py-md-40 { + padding-top: 2.5rem !important; + } + .pr-md-40, + .px-md-40 { + padding-right: 2.5rem !important; + } + .pb-md-40, + .py-md-40 { + padding-bottom: 2.5rem !important; + } + .pl-md-40, + .px-md-40 { + padding-left: 2.5rem !important; + } + .p-md-45 { + padding: 2.8125rem !important; + } + .pt-md-45, + .py-md-45 { + padding-top: 2.8125rem !important; + } + .pr-md-45, + .px-md-45 { + padding-right: 2.8125rem !important; + } + .pb-md-45, + .py-md-45 { + padding-bottom: 2.8125rem !important; + } + .pl-md-45, + .px-md-45 { + padding-left: 2.8125rem !important; + } + .p-md-50 { + padding: 3.125rem !important; + } + .pt-md-50, + .py-md-50 { + padding-top: 3.125rem !important; + } + .pr-md-50, + .px-md-50 { + padding-right: 3.125rem !important; + } + .pb-md-50, + .py-md-50 { + padding-bottom: 3.125rem !important; + } + .pl-md-50, + .px-md-50 { + padding-left: 3.125rem !important; + } + .m-md-n1 { + margin: -0.25rem !important; + } + .mt-md-n1, + .my-md-n1 { + margin-top: -0.25rem !important; + } + .mr-md-n1, + .mx-md-n1 { + margin-right: -0.25rem !important; + } + .mb-md-n1, + .my-md-n1 { + margin-bottom: -0.25rem !important; + } + .ml-md-n1, + .mx-md-n1 { + margin-left: -0.25rem !important; + } + .m-md-n2 { + margin: -0.5rem !important; + } + .mt-md-n2, + .my-md-n2 { + margin-top: -0.5rem !important; + } + .mr-md-n2, + .mx-md-n2 { + margin-right: -0.5rem !important; + } + .mb-md-n2, + .my-md-n2 { + margin-bottom: -0.5rem !important; + } + .ml-md-n2, + .mx-md-n2 { + margin-left: -0.5rem !important; + } + .m-md-n3 { + margin: -1rem !important; + } + .mt-md-n3, + .my-md-n3 { + margin-top: -1rem !important; + } + .mr-md-n3, + .mx-md-n3 { + margin-right: -1rem !important; + } + .mb-md-n3, + .my-md-n3 { + margin-bottom: -1rem !important; + } + .ml-md-n3, + .mx-md-n3 { + margin-left: -1rem !important; + } + .m-md-n4 { + margin: -1.5rem !important; + } + .mt-md-n4, + .my-md-n4 { + margin-top: -1.5rem !important; + } + .mr-md-n4, + .mx-md-n4 { + margin-right: -1.5rem !important; + } + .mb-md-n4, + .my-md-n4 { + margin-bottom: -1.5rem !important; + } + .ml-md-n4, + .mx-md-n4 { + margin-left: -1.5rem !important; + } + .m-md-n5 { + margin: -3rem !important; + } + .mt-md-n5, + .my-md-n5 { + margin-top: -3rem !important; + } + .mr-md-n5, + .mx-md-n5 { + margin-right: -3rem !important; + } + .mb-md-n5, + .my-md-n5 { + margin-bottom: -3rem !important; + } + .ml-md-n5, + .mx-md-n5 { + margin-left: -3rem !important; + } + .m-md-n10 { + margin: -0.625rem !important; + } + .mt-md-n10, + .my-md-n10 { + margin-top: -0.625rem !important; + } + .mr-md-n10, + .mx-md-n10 { + margin-right: -0.625rem !important; + } + .mb-md-n10, + .my-md-n10 { + margin-bottom: -0.625rem !important; + } + .ml-md-n10, + .mx-md-n10 { + margin-left: -0.625rem !important; + } + .m-md-n15 { + margin: -0.9375rem !important; + } + .mt-md-n15, + .my-md-n15 { + margin-top: -0.9375rem !important; + } + .mr-md-n15, + .mx-md-n15 { + margin-right: -0.9375rem !important; + } + .mb-md-n15, + .my-md-n15 { + margin-bottom: -0.9375rem !important; + } + .ml-md-n15, + .mx-md-n15 { + margin-left: -0.9375rem !important; + } + .m-md-n20 { + margin: -1.25rem !important; + } + .mt-md-n20, + .my-md-n20 { + margin-top: -1.25rem !important; + } + .mr-md-n20, + .mx-md-n20 { + margin-right: -1.25rem !important; + } + .mb-md-n20, + .my-md-n20 { + margin-bottom: -1.25rem !important; + } + .ml-md-n20, + .mx-md-n20 { + margin-left: -1.25rem !important; + } + .m-md-n25 { + margin: -1.5625rem !important; + } + .mt-md-n25, + .my-md-n25 { + margin-top: -1.5625rem !important; + } + .mr-md-n25, + .mx-md-n25 { + margin-right: -1.5625rem !important; + } + .mb-md-n25, + .my-md-n25 { + margin-bottom: -1.5625rem !important; + } + .ml-md-n25, + .mx-md-n25 { + margin-left: -1.5625rem !important; + } + .m-md-n30 { + margin: -1.875rem !important; + } + .mt-md-n30, + .my-md-n30 { + margin-top: -1.875rem !important; + } + .mr-md-n30, + .mx-md-n30 { + margin-right: -1.875rem !important; + } + .mb-md-n30, + .my-md-n30 { + margin-bottom: -1.875rem !important; + } + .ml-md-n30, + .mx-md-n30 { + margin-left: -1.875rem !important; + } + .m-md-n35 { + margin: -2.18753rem !important; + } + .mt-md-n35, + .my-md-n35 { + margin-top: -2.18753rem !important; + } + .mr-md-n35, + .mx-md-n35 { + margin-right: -2.18753rem !important; + } + .mb-md-n35, + .my-md-n35 { + margin-bottom: -2.18753rem !important; + } + .ml-md-n35, + .mx-md-n35 { + margin-left: -2.18753rem !important; + } + .m-md-n40 { + margin: -2.5rem !important; + } + .mt-md-n40, + .my-md-n40 { + margin-top: -2.5rem !important; + } + .mr-md-n40, + .mx-md-n40 { + margin-right: -2.5rem !important; + } + .mb-md-n40, + .my-md-n40 { + margin-bottom: -2.5rem !important; + } + .ml-md-n40, + .mx-md-n40 { + margin-left: -2.5rem !important; + } + .m-md-n45 { + margin: -2.8125rem !important; + } + .mt-md-n45, + .my-md-n45 { + margin-top: -2.8125rem !important; + } + .mr-md-n45, + .mx-md-n45 { + margin-right: -2.8125rem !important; + } + .mb-md-n45, + .my-md-n45 { + margin-bottom: -2.8125rem !important; + } + .ml-md-n45, + .mx-md-n45 { + margin-left: -2.8125rem !important; + } + .m-md-n50 { + margin: -3.125rem !important; + } + .mt-md-n50, + .my-md-n50 { + margin-top: -3.125rem !important; + } + .mr-md-n50, + .mx-md-n50 { + margin-right: -3.125rem !important; + } + .mb-md-n50, + .my-md-n50 { + margin-bottom: -3.125rem !important; + } + .ml-md-n50, + .mx-md-n50 { + margin-left: -3.125rem !important; + } + .m-md-auto { + margin: auto !important; + } + .mt-md-auto, + .my-md-auto { + margin-top: auto !important; + } + .mr-md-auto, + .mx-md-auto { + margin-right: auto !important; + } + .mb-md-auto, + .my-md-auto { + margin-bottom: auto !important; + } + .ml-md-auto, + .mx-md-auto { + margin-left: auto !important; + } +} + +@media (min-width: 992px) { + .m-lg-0 { + margin: 0 !important; + } + .mt-lg-0, + .my-lg-0 { + margin-top: 0 !important; + } + .mr-lg-0, + .mx-lg-0 { + margin-right: 0 !important; + } + .mb-lg-0, + .my-lg-0 { + margin-bottom: 0 !important; + } + .ml-lg-0, + .mx-lg-0 { + margin-left: 0 !important; + } + .m-lg-1 { + margin: 0.25rem !important; + } + .mt-lg-1, + .my-lg-1 { + margin-top: 0.25rem !important; + } + .mr-lg-1, + .mx-lg-1 { + margin-right: 0.25rem !important; + } + .mb-lg-1, + .my-lg-1 { + margin-bottom: 0.25rem !important; + } + .ml-lg-1, + .mx-lg-1 { + margin-left: 0.25rem !important; + } + .m-lg-2 { + margin: 0.5rem !important; + } + .mt-lg-2, + .my-lg-2 { + margin-top: 0.5rem !important; + } + .mr-lg-2, + .mx-lg-2 { + margin-right: 0.5rem !important; + } + .mb-lg-2, + .my-lg-2 { + margin-bottom: 0.5rem !important; + } + .ml-lg-2, + .mx-lg-2 { + margin-left: 0.5rem !important; + } + .m-lg-3 { + margin: 1rem !important; + } + .mt-lg-3, + .my-lg-3 { + margin-top: 1rem !important; + } + .mr-lg-3, + .mx-lg-3 { + margin-right: 1rem !important; + } + .mb-lg-3, + .my-lg-3 { + margin-bottom: 1rem !important; + } + .ml-lg-3, + .mx-lg-3 { + margin-left: 1rem !important; + } + .m-lg-4 { + margin: 1.5rem !important; + } + .mt-lg-4, + .my-lg-4 { + margin-top: 1.5rem !important; + } + .mr-lg-4, + .mx-lg-4 { + margin-right: 1.5rem !important; + } + .mb-lg-4, + .my-lg-4 { + margin-bottom: 1.5rem !important; + } + .ml-lg-4, + .mx-lg-4 { + margin-left: 1.5rem !important; + } + .m-lg-5 { + margin: 3rem !important; + } + .mt-lg-5, + .my-lg-5 { + margin-top: 3rem !important; + } + .mr-lg-5, + .mx-lg-5 { + margin-right: 3rem !important; + } + .mb-lg-5, + .my-lg-5 { + margin-bottom: 3rem !important; + } + .ml-lg-5, + .mx-lg-5 { + margin-left: 3rem !important; + } + .m-lg-10 { + margin: 0.625rem !important; + } + .mt-lg-10, + .my-lg-10 { + margin-top: 0.625rem !important; + } + .mr-lg-10, + .mx-lg-10 { + margin-right: 0.625rem !important; + } + .mb-lg-10, + .my-lg-10 { + margin-bottom: 0.625rem !important; + } + .ml-lg-10, + .mx-lg-10 { + margin-left: 0.625rem !important; + } + .m-lg-15 { + margin: 0.9375rem !important; + } + .mt-lg-15, + .my-lg-15 { + margin-top: 0.9375rem !important; + } + .mr-lg-15, + .mx-lg-15 { + margin-right: 0.9375rem !important; + } + .mb-lg-15, + .my-lg-15 { + margin-bottom: 0.9375rem !important; + } + .ml-lg-15, + .mx-lg-15 { + margin-left: 0.9375rem !important; + } + .m-lg-20 { + margin: 1.25rem !important; + } + .mt-lg-20, + .my-lg-20 { + margin-top: 1.25rem !important; + } + .mr-lg-20, + .mx-lg-20 { + margin-right: 1.25rem !important; + } + .mb-lg-20, + .my-lg-20 { + margin-bottom: 1.25rem !important; + } + .ml-lg-20, + .mx-lg-20 { + margin-left: 1.25rem !important; + } + .m-lg-25 { + margin: 1.5625rem !important; + } + .mt-lg-25, + .my-lg-25 { + margin-top: 1.5625rem !important; + } + .mr-lg-25, + .mx-lg-25 { + margin-right: 1.5625rem !important; + } + .mb-lg-25, + .my-lg-25 { + margin-bottom: 1.5625rem !important; + } + .ml-lg-25, + .mx-lg-25 { + margin-left: 1.5625rem !important; + } + .m-lg-30 { + margin: 1.875rem !important; + } + .mt-lg-30, + .my-lg-30 { + margin-top: 1.875rem !important; + } + .mr-lg-30, + .mx-lg-30 { + margin-right: 1.875rem !important; + } + .mb-lg-30, + .my-lg-30 { + margin-bottom: 1.875rem !important; + } + .ml-lg-30, + .mx-lg-30 { + margin-left: 1.875rem !important; + } + .m-lg-35 { + margin: 2.18753rem !important; + } + .mt-lg-35, + .my-lg-35 { + margin-top: 2.18753rem !important; + } + .mr-lg-35, + .mx-lg-35 { + margin-right: 2.18753rem !important; + } + .mb-lg-35, + .my-lg-35 { + margin-bottom: 2.18753rem !important; + } + .ml-lg-35, + .mx-lg-35 { + margin-left: 2.18753rem !important; + } + .m-lg-40 { + margin: 2.5rem !important; + } + .mt-lg-40, + .my-lg-40 { + margin-top: 2.5rem !important; + } + .mr-lg-40, + .mx-lg-40 { + margin-right: 2.5rem !important; + } + .mb-lg-40, + .my-lg-40 { + margin-bottom: 2.5rem !important; + } + .ml-lg-40, + .mx-lg-40 { + margin-left: 2.5rem !important; + } + .m-lg-45 { + margin: 2.8125rem !important; + } + .mt-lg-45, + .my-lg-45 { + margin-top: 2.8125rem !important; + } + .mr-lg-45, + .mx-lg-45 { + margin-right: 2.8125rem !important; + } + .mb-lg-45, + .my-lg-45 { + margin-bottom: 2.8125rem !important; + } + .ml-lg-45, + .mx-lg-45 { + margin-left: 2.8125rem !important; + } + .m-lg-50 { + margin: 3.125rem !important; + } + .mt-lg-50, + .my-lg-50 { + margin-top: 3.125rem !important; + } + .mr-lg-50, + .mx-lg-50 { + margin-right: 3.125rem !important; + } + .mb-lg-50, + .my-lg-50 { + margin-bottom: 3.125rem !important; + } + .ml-lg-50, + .mx-lg-50 { + margin-left: 3.125rem !important; + } + .p-lg-0 { + padding: 0 !important; + } + .pt-lg-0, + .py-lg-0 { + padding-top: 0 !important; + } + .pr-lg-0, + .px-lg-0 { + padding-right: 0 !important; + } + .pb-lg-0, + .py-lg-0 { + padding-bottom: 0 !important; + } + .pl-lg-0, + .px-lg-0 { + padding-left: 0 !important; + } + .p-lg-1 { + padding: 0.25rem !important; + } + .pt-lg-1, + .py-lg-1 { + padding-top: 0.25rem !important; + } + .pr-lg-1, + .px-lg-1 { + padding-right: 0.25rem !important; + } + .pb-lg-1, + .py-lg-1 { + padding-bottom: 0.25rem !important; + } + .pl-lg-1, + .px-lg-1 { + padding-left: 0.25rem !important; + } + .p-lg-2 { + padding: 0.5rem !important; + } + .pt-lg-2, + .py-lg-2 { + padding-top: 0.5rem !important; + } + .pr-lg-2, + .px-lg-2 { + padding-right: 0.5rem !important; + } + .pb-lg-2, + .py-lg-2 { + padding-bottom: 0.5rem !important; + } + .pl-lg-2, + .px-lg-2 { + padding-left: 0.5rem !important; + } + .p-lg-3 { + padding: 1rem !important; + } + .pt-lg-3, + .py-lg-3 { + padding-top: 1rem !important; + } + .pr-lg-3, + .px-lg-3 { + padding-right: 1rem !important; + } + .pb-lg-3, + .py-lg-3 { + padding-bottom: 1rem !important; + } + .pl-lg-3, + .px-lg-3 { + padding-left: 1rem !important; + } + .p-lg-4 { + padding: 1.5rem !important; + } + .pt-lg-4, + .py-lg-4 { + padding-top: 1.5rem !important; + } + .pr-lg-4, + .px-lg-4 { + padding-right: 1.5rem !important; + } + .pb-lg-4, + .py-lg-4 { + padding-bottom: 1.5rem !important; + } + .pl-lg-4, + .px-lg-4 { + padding-left: 1.5rem !important; + } + .p-lg-5 { + padding: 3rem !important; + } + .pt-lg-5, + .py-lg-5 { + padding-top: 3rem !important; + } + .pr-lg-5, + .px-lg-5 { + padding-right: 3rem !important; + } + .pb-lg-5, + .py-lg-5 { + padding-bottom: 3rem !important; + } + .pl-lg-5, + .px-lg-5 { + padding-left: 3rem !important; + } + .p-lg-10 { + padding: 0.625rem !important; + } + .pt-lg-10, + .py-lg-10 { + padding-top: 0.625rem !important; + } + .pr-lg-10, + .px-lg-10 { + padding-right: 0.625rem !important; + } + .pb-lg-10, + .py-lg-10 { + padding-bottom: 0.625rem !important; + } + .pl-lg-10, + .px-lg-10 { + padding-left: 0.625rem !important; + } + .p-lg-15 { + padding: 0.9375rem !important; + } + .pt-lg-15, + .py-lg-15 { + padding-top: 0.9375rem !important; + } + .pr-lg-15, + .px-lg-15 { + padding-right: 0.9375rem !important; + } + .pb-lg-15, + .py-lg-15 { + padding-bottom: 0.9375rem !important; + } + .pl-lg-15, + .px-lg-15 { + padding-left: 0.9375rem !important; + } + .p-lg-20 { + padding: 1.25rem !important; + } + .pt-lg-20, + .py-lg-20 { + padding-top: 1.25rem !important; + } + .pr-lg-20, + .px-lg-20 { + padding-right: 1.25rem !important; + } + .pb-lg-20, + .py-lg-20 { + padding-bottom: 1.25rem !important; + } + .pl-lg-20, + .px-lg-20 { + padding-left: 1.25rem !important; + } + .p-lg-25 { + padding: 1.5625rem !important; + } + .pt-lg-25, + .py-lg-25 { + padding-top: 1.5625rem !important; + } + .pr-lg-25, + .px-lg-25 { + padding-right: 1.5625rem !important; + } + .pb-lg-25, + .py-lg-25 { + padding-bottom: 1.5625rem !important; + } + .pl-lg-25, + .px-lg-25 { + padding-left: 1.5625rem !important; + } + .p-lg-30 { + padding: 1.875rem !important; + } + .pt-lg-30, + .py-lg-30 { + padding-top: 1.875rem !important; + } + .pr-lg-30, + .px-lg-30 { + padding-right: 1.875rem !important; + } + .pb-lg-30, + .py-lg-30 { + padding-bottom: 1.875rem !important; + } + .pl-lg-30, + .px-lg-30 { + padding-left: 1.875rem !important; + } + .p-lg-35 { + padding: 2.18753rem !important; + } + .pt-lg-35, + .py-lg-35 { + padding-top: 2.18753rem !important; + } + .pr-lg-35, + .px-lg-35 { + padding-right: 2.18753rem !important; + } + .pb-lg-35, + .py-lg-35 { + padding-bottom: 2.18753rem !important; + } + .pl-lg-35, + .px-lg-35 { + padding-left: 2.18753rem !important; + } + .p-lg-40 { + padding: 2.5rem !important; + } + .pt-lg-40, + .py-lg-40 { + padding-top: 2.5rem !important; + } + .pr-lg-40, + .px-lg-40 { + padding-right: 2.5rem !important; + } + .pb-lg-40, + .py-lg-40 { + padding-bottom: 2.5rem !important; + } + .pl-lg-40, + .px-lg-40 { + padding-left: 2.5rem !important; + } + .p-lg-45 { + padding: 2.8125rem !important; + } + .pt-lg-45, + .py-lg-45 { + padding-top: 2.8125rem !important; + } + .pr-lg-45, + .px-lg-45 { + padding-right: 2.8125rem !important; + } + .pb-lg-45, + .py-lg-45 { + padding-bottom: 2.8125rem !important; + } + .pl-lg-45, + .px-lg-45 { + padding-left: 2.8125rem !important; + } + .p-lg-50 { + padding: 3.125rem !important; + } + .pt-lg-50, + .py-lg-50 { + padding-top: 3.125rem !important; + } + .pr-lg-50, + .px-lg-50 { + padding-right: 3.125rem !important; + } + .pb-lg-50, + .py-lg-50 { + padding-bottom: 3.125rem !important; + } + .pl-lg-50, + .px-lg-50 { + padding-left: 3.125rem !important; + } + .m-lg-n1 { + margin: -0.25rem !important; + } + .mt-lg-n1, + .my-lg-n1 { + margin-top: -0.25rem !important; + } + .mr-lg-n1, + .mx-lg-n1 { + margin-right: -0.25rem !important; + } + .mb-lg-n1, + .my-lg-n1 { + margin-bottom: -0.25rem !important; + } + .ml-lg-n1, + .mx-lg-n1 { + margin-left: -0.25rem !important; + } + .m-lg-n2 { + margin: -0.5rem !important; + } + .mt-lg-n2, + .my-lg-n2 { + margin-top: -0.5rem !important; + } + .mr-lg-n2, + .mx-lg-n2 { + margin-right: -0.5rem !important; + } + .mb-lg-n2, + .my-lg-n2 { + margin-bottom: -0.5rem !important; + } + .ml-lg-n2, + .mx-lg-n2 { + margin-left: -0.5rem !important; + } + .m-lg-n3 { + margin: -1rem !important; + } + .mt-lg-n3, + .my-lg-n3 { + margin-top: -1rem !important; + } + .mr-lg-n3, + .mx-lg-n3 { + margin-right: -1rem !important; + } + .mb-lg-n3, + .my-lg-n3 { + margin-bottom: -1rem !important; + } + .ml-lg-n3, + .mx-lg-n3 { + margin-left: -1rem !important; + } + .m-lg-n4 { + margin: -1.5rem !important; + } + .mt-lg-n4, + .my-lg-n4 { + margin-top: -1.5rem !important; + } + .mr-lg-n4, + .mx-lg-n4 { + margin-right: -1.5rem !important; + } + .mb-lg-n4, + .my-lg-n4 { + margin-bottom: -1.5rem !important; + } + .ml-lg-n4, + .mx-lg-n4 { + margin-left: -1.5rem !important; + } + .m-lg-n5 { + margin: -3rem !important; + } + .mt-lg-n5, + .my-lg-n5 { + margin-top: -3rem !important; + } + .mr-lg-n5, + .mx-lg-n5 { + margin-right: -3rem !important; + } + .mb-lg-n5, + .my-lg-n5 { + margin-bottom: -3rem !important; + } + .ml-lg-n5, + .mx-lg-n5 { + margin-left: -3rem !important; + } + .m-lg-n10 { + margin: -0.625rem !important; + } + .mt-lg-n10, + .my-lg-n10 { + margin-top: -0.625rem !important; + } + .mr-lg-n10, + .mx-lg-n10 { + margin-right: -0.625rem !important; + } + .mb-lg-n10, + .my-lg-n10 { + margin-bottom: -0.625rem !important; + } + .ml-lg-n10, + .mx-lg-n10 { + margin-left: -0.625rem !important; + } + .m-lg-n15 { + margin: -0.9375rem !important; + } + .mt-lg-n15, + .my-lg-n15 { + margin-top: -0.9375rem !important; + } + .mr-lg-n15, + .mx-lg-n15 { + margin-right: -0.9375rem !important; + } + .mb-lg-n15, + .my-lg-n15 { + margin-bottom: -0.9375rem !important; + } + .ml-lg-n15, + .mx-lg-n15 { + margin-left: -0.9375rem !important; + } + .m-lg-n20 { + margin: -1.25rem !important; + } + .mt-lg-n20, + .my-lg-n20 { + margin-top: -1.25rem !important; + } + .mr-lg-n20, + .mx-lg-n20 { + margin-right: -1.25rem !important; + } + .mb-lg-n20, + .my-lg-n20 { + margin-bottom: -1.25rem !important; + } + .ml-lg-n20, + .mx-lg-n20 { + margin-left: -1.25rem !important; + } + .m-lg-n25 { + margin: -1.5625rem !important; + } + .mt-lg-n25, + .my-lg-n25 { + margin-top: -1.5625rem !important; + } + .mr-lg-n25, + .mx-lg-n25 { + margin-right: -1.5625rem !important; + } + .mb-lg-n25, + .my-lg-n25 { + margin-bottom: -1.5625rem !important; + } + .ml-lg-n25, + .mx-lg-n25 { + margin-left: -1.5625rem !important; + } + .m-lg-n30 { + margin: -1.875rem !important; + } + .mt-lg-n30, + .my-lg-n30 { + margin-top: -1.875rem !important; + } + .mr-lg-n30, + .mx-lg-n30 { + margin-right: -1.875rem !important; + } + .mb-lg-n30, + .my-lg-n30 { + margin-bottom: -1.875rem !important; + } + .ml-lg-n30, + .mx-lg-n30 { + margin-left: -1.875rem !important; + } + .m-lg-n35 { + margin: -2.18753rem !important; + } + .mt-lg-n35, + .my-lg-n35 { + margin-top: -2.18753rem !important; + } + .mr-lg-n35, + .mx-lg-n35 { + margin-right: -2.18753rem !important; + } + .mb-lg-n35, + .my-lg-n35 { + margin-bottom: -2.18753rem !important; + } + .ml-lg-n35, + .mx-lg-n35 { + margin-left: -2.18753rem !important; + } + .m-lg-n40 { + margin: -2.5rem !important; + } + .mt-lg-n40, + .my-lg-n40 { + margin-top: -2.5rem !important; + } + .mr-lg-n40, + .mx-lg-n40 { + margin-right: -2.5rem !important; + } + .mb-lg-n40, + .my-lg-n40 { + margin-bottom: -2.5rem !important; + } + .ml-lg-n40, + .mx-lg-n40 { + margin-left: -2.5rem !important; + } + .m-lg-n45 { + margin: -2.8125rem !important; + } + .mt-lg-n45, + .my-lg-n45 { + margin-top: -2.8125rem !important; + } + .mr-lg-n45, + .mx-lg-n45 { + margin-right: -2.8125rem !important; + } + .mb-lg-n45, + .my-lg-n45 { + margin-bottom: -2.8125rem !important; + } + .ml-lg-n45, + .mx-lg-n45 { + margin-left: -2.8125rem !important; + } + .m-lg-n50 { + margin: -3.125rem !important; + } + .mt-lg-n50, + .my-lg-n50 { + margin-top: -3.125rem !important; + } + .mr-lg-n50, + .mx-lg-n50 { + margin-right: -3.125rem !important; + } + .mb-lg-n50, + .my-lg-n50 { + margin-bottom: -3.125rem !important; + } + .ml-lg-n50, + .mx-lg-n50 { + margin-left: -3.125rem !important; + } + .m-lg-auto { + margin: auto !important; + } + .mt-lg-auto, + .my-lg-auto { + margin-top: auto !important; + } + .mr-lg-auto, + .mx-lg-auto { + margin-right: auto !important; + } + .mb-lg-auto, + .my-lg-auto { + margin-bottom: auto !important; + } + .ml-lg-auto, + .mx-lg-auto { + margin-left: auto !important; + } +} + +@media (min-width: 1200px) { + .m-xl-0 { + margin: 0 !important; + } + .mt-xl-0, + .my-xl-0 { + margin-top: 0 !important; + } + .mr-xl-0, + .mx-xl-0 { + margin-right: 0 !important; + } + .mb-xl-0, + .my-xl-0 { + margin-bottom: 0 !important; + } + .ml-xl-0, + .mx-xl-0 { + margin-left: 0 !important; + } + .m-xl-1 { + margin: 0.25rem !important; + } + .mt-xl-1, + .my-xl-1 { + margin-top: 0.25rem !important; + } + .mr-xl-1, + .mx-xl-1 { + margin-right: 0.25rem !important; + } + .mb-xl-1, + .my-xl-1 { + margin-bottom: 0.25rem !important; + } + .ml-xl-1, + .mx-xl-1 { + margin-left: 0.25rem !important; + } + .m-xl-2 { + margin: 0.5rem !important; + } + .mt-xl-2, + .my-xl-2 { + margin-top: 0.5rem !important; + } + .mr-xl-2, + .mx-xl-2 { + margin-right: 0.5rem !important; + } + .mb-xl-2, + .my-xl-2 { + margin-bottom: 0.5rem !important; + } + .ml-xl-2, + .mx-xl-2 { + margin-left: 0.5rem !important; + } + .m-xl-3 { + margin: 1rem !important; + } + .mt-xl-3, + .my-xl-3 { + margin-top: 1rem !important; + } + .mr-xl-3, + .mx-xl-3 { + margin-right: 1rem !important; + } + .mb-xl-3, + .my-xl-3 { + margin-bottom: 1rem !important; + } + .ml-xl-3, + .mx-xl-3 { + margin-left: 1rem !important; + } + .m-xl-4 { + margin: 1.5rem !important; + } + .mt-xl-4, + .my-xl-4 { + margin-top: 1.5rem !important; + } + .mr-xl-4, + .mx-xl-4 { + margin-right: 1.5rem !important; + } + .mb-xl-4, + .my-xl-4 { + margin-bottom: 1.5rem !important; + } + .ml-xl-4, + .mx-xl-4 { + margin-left: 1.5rem !important; + } + .m-xl-5 { + margin: 3rem !important; + } + .mt-xl-5, + .my-xl-5 { + margin-top: 3rem !important; + } + .mr-xl-5, + .mx-xl-5 { + margin-right: 3rem !important; + } + .mb-xl-5, + .my-xl-5 { + margin-bottom: 3rem !important; + } + .ml-xl-5, + .mx-xl-5 { + margin-left: 3rem !important; + } + .m-xl-10 { + margin: 0.625rem !important; + } + .mt-xl-10, + .my-xl-10 { + margin-top: 0.625rem !important; + } + .mr-xl-10, + .mx-xl-10 { + margin-right: 0.625rem !important; + } + .mb-xl-10, + .my-xl-10 { + margin-bottom: 0.625rem !important; + } + .ml-xl-10, + .mx-xl-10 { + margin-left: 0.625rem !important; + } + .m-xl-15 { + margin: 0.9375rem !important; + } + .mt-xl-15, + .my-xl-15 { + margin-top: 0.9375rem !important; + } + .mr-xl-15, + .mx-xl-15 { + margin-right: 0.9375rem !important; + } + .mb-xl-15, + .my-xl-15 { + margin-bottom: 0.9375rem !important; + } + .ml-xl-15, + .mx-xl-15 { + margin-left: 0.9375rem !important; + } + .m-xl-20 { + margin: 1.25rem !important; + } + .mt-xl-20, + .my-xl-20 { + margin-top: 1.25rem !important; + } + .mr-xl-20, + .mx-xl-20 { + margin-right: 1.25rem !important; + } + .mb-xl-20, + .my-xl-20 { + margin-bottom: 1.25rem !important; + } + .ml-xl-20, + .mx-xl-20 { + margin-left: 1.25rem !important; + } + .m-xl-25 { + margin: 1.5625rem !important; + } + .mt-xl-25, + .my-xl-25 { + margin-top: 1.5625rem !important; + } + .mr-xl-25, + .mx-xl-25 { + margin-right: 1.5625rem !important; + } + .mb-xl-25, + .my-xl-25 { + margin-bottom: 1.5625rem !important; + } + .ml-xl-25, + .mx-xl-25 { + margin-left: 1.5625rem !important; + } + .m-xl-30 { + margin: 1.875rem !important; + } + .mt-xl-30, + .my-xl-30 { + margin-top: 1.875rem !important; + } + .mr-xl-30, + .mx-xl-30 { + margin-right: 1.875rem !important; + } + .mb-xl-30, + .my-xl-30 { + margin-bottom: 1.875rem !important; + } + .ml-xl-30, + .mx-xl-30 { + margin-left: 1.875rem !important; + } + .m-xl-35 { + margin: 2.18753rem !important; + } + .mt-xl-35, + .my-xl-35 { + margin-top: 2.18753rem !important; + } + .mr-xl-35, + .mx-xl-35 { + margin-right: 2.18753rem !important; + } + .mb-xl-35, + .my-xl-35 { + margin-bottom: 2.18753rem !important; + } + .ml-xl-35, + .mx-xl-35 { + margin-left: 2.18753rem !important; + } + .m-xl-40 { + margin: 2.5rem !important; + } + .mt-xl-40, + .my-xl-40 { + margin-top: 2.5rem !important; + } + .mr-xl-40, + .mx-xl-40 { + margin-right: 2.5rem !important; + } + .mb-xl-40, + .my-xl-40 { + margin-bottom: 2.5rem !important; + } + .ml-xl-40, + .mx-xl-40 { + margin-left: 2.5rem !important; + } + .m-xl-45 { + margin: 2.8125rem !important; + } + .mt-xl-45, + .my-xl-45 { + margin-top: 2.8125rem !important; + } + .mr-xl-45, + .mx-xl-45 { + margin-right: 2.8125rem !important; + } + .mb-xl-45, + .my-xl-45 { + margin-bottom: 2.8125rem !important; + } + .ml-xl-45, + .mx-xl-45 { + margin-left: 2.8125rem !important; + } + .m-xl-50 { + margin: 3.125rem !important; + } + .mt-xl-50, + .my-xl-50 { + margin-top: 3.125rem !important; + } + .mr-xl-50, + .mx-xl-50 { + margin-right: 3.125rem !important; + } + .mb-xl-50, + .my-xl-50 { + margin-bottom: 3.125rem !important; + } + .ml-xl-50, + .mx-xl-50 { + margin-left: 3.125rem !important; + } + .p-xl-0 { + padding: 0 !important; + } + .pt-xl-0, + .py-xl-0 { + padding-top: 0 !important; + } + .pr-xl-0, + .px-xl-0 { + padding-right: 0 !important; + } + .pb-xl-0, + .py-xl-0 { + padding-bottom: 0 !important; + } + .pl-xl-0, + .px-xl-0 { + padding-left: 0 !important; + } + .p-xl-1 { + padding: 0.25rem !important; + } + .pt-xl-1, + .py-xl-1 { + padding-top: 0.25rem !important; + } + .pr-xl-1, + .px-xl-1 { + padding-right: 0.25rem !important; + } + .pb-xl-1, + .py-xl-1 { + padding-bottom: 0.25rem !important; + } + .pl-xl-1, + .px-xl-1 { + padding-left: 0.25rem !important; + } + .p-xl-2 { + padding: 0.5rem !important; + } + .pt-xl-2, + .py-xl-2 { + padding-top: 0.5rem !important; + } + .pr-xl-2, + .px-xl-2 { + padding-right: 0.5rem !important; + } + .pb-xl-2, + .py-xl-2 { + padding-bottom: 0.5rem !important; + } + .pl-xl-2, + .px-xl-2 { + padding-left: 0.5rem !important; + } + .p-xl-3 { + padding: 1rem !important; + } + .pt-xl-3, + .py-xl-3 { + padding-top: 1rem !important; + } + .pr-xl-3, + .px-xl-3 { + padding-right: 1rem !important; + } + .pb-xl-3, + .py-xl-3 { + padding-bottom: 1rem !important; + } + .pl-xl-3, + .px-xl-3 { + padding-left: 1rem !important; + } + .p-xl-4 { + padding: 1.5rem !important; + } + .pt-xl-4, + .py-xl-4 { + padding-top: 1.5rem !important; + } + .pr-xl-4, + .px-xl-4 { + padding-right: 1.5rem !important; + } + .pb-xl-4, + .py-xl-4 { + padding-bottom: 1.5rem !important; + } + .pl-xl-4, + .px-xl-4 { + padding-left: 1.5rem !important; + } + .p-xl-5 { + padding: 3rem !important; + } + .pt-xl-5, + .py-xl-5 { + padding-top: 3rem !important; + } + .pr-xl-5, + .px-xl-5 { + padding-right: 3rem !important; + } + .pb-xl-5, + .py-xl-5 { + padding-bottom: 3rem !important; + } + .pl-xl-5, + .px-xl-5 { + padding-left: 3rem !important; + } + .p-xl-10 { + padding: 0.625rem !important; + } + .pt-xl-10, + .py-xl-10 { + padding-top: 0.625rem !important; + } + .pr-xl-10, + .px-xl-10 { + padding-right: 0.625rem !important; + } + .pb-xl-10, + .py-xl-10 { + padding-bottom: 0.625rem !important; + } + .pl-xl-10, + .px-xl-10 { + padding-left: 0.625rem !important; + } + .p-xl-15 { + padding: 0.9375rem !important; + } + .pt-xl-15, + .py-xl-15 { + padding-top: 0.9375rem !important; + } + .pr-xl-15, + .px-xl-15 { + padding-right: 0.9375rem !important; + } + .pb-xl-15, + .py-xl-15 { + padding-bottom: 0.9375rem !important; + } + .pl-xl-15, + .px-xl-15 { + padding-left: 0.9375rem !important; + } + .p-xl-20 { + padding: 1.25rem !important; + } + .pt-xl-20, + .py-xl-20 { + padding-top: 1.25rem !important; + } + .pr-xl-20, + .px-xl-20 { + padding-right: 1.25rem !important; + } + .pb-xl-20, + .py-xl-20 { + padding-bottom: 1.25rem !important; + } + .pl-xl-20, + .px-xl-20 { + padding-left: 1.25rem !important; + } + .p-xl-25 { + padding: 1.5625rem !important; + } + .pt-xl-25, + .py-xl-25 { + padding-top: 1.5625rem !important; + } + .pr-xl-25, + .px-xl-25 { + padding-right: 1.5625rem !important; + } + .pb-xl-25, + .py-xl-25 { + padding-bottom: 1.5625rem !important; + } + .pl-xl-25, + .px-xl-25 { + padding-left: 1.5625rem !important; + } + .p-xl-30 { + padding: 1.875rem !important; + } + .pt-xl-30, + .py-xl-30 { + padding-top: 1.875rem !important; + } + .pr-xl-30, + .px-xl-30 { + padding-right: 1.875rem !important; + } + .pb-xl-30, + .py-xl-30 { + padding-bottom: 1.875rem !important; + } + .pl-xl-30, + .px-xl-30 { + padding-left: 1.875rem !important; + } + .p-xl-35 { + padding: 2.18753rem !important; + } + .pt-xl-35, + .py-xl-35 { + padding-top: 2.18753rem !important; + } + .pr-xl-35, + .px-xl-35 { + padding-right: 2.18753rem !important; + } + .pb-xl-35, + .py-xl-35 { + padding-bottom: 2.18753rem !important; + } + .pl-xl-35, + .px-xl-35 { + padding-left: 2.18753rem !important; + } + .p-xl-40 { + padding: 2.5rem !important; + } + .pt-xl-40, + .py-xl-40 { + padding-top: 2.5rem !important; + } + .pr-xl-40, + .px-xl-40 { + padding-right: 2.5rem !important; + } + .pb-xl-40, + .py-xl-40 { + padding-bottom: 2.5rem !important; + } + .pl-xl-40, + .px-xl-40 { + padding-left: 2.5rem !important; + } + .p-xl-45 { + padding: 2.8125rem !important; + } + .pt-xl-45, + .py-xl-45 { + padding-top: 2.8125rem !important; + } + .pr-xl-45, + .px-xl-45 { + padding-right: 2.8125rem !important; + } + .pb-xl-45, + .py-xl-45 { + padding-bottom: 2.8125rem !important; + } + .pl-xl-45, + .px-xl-45 { + padding-left: 2.8125rem !important; + } + .p-xl-50 { + padding: 3.125rem !important; + } + .pt-xl-50, + .py-xl-50 { + padding-top: 3.125rem !important; + } + .pr-xl-50, + .px-xl-50 { + padding-right: 3.125rem !important; + } + .pb-xl-50, + .py-xl-50 { + padding-bottom: 3.125rem !important; + } + .pl-xl-50, + .px-xl-50 { + padding-left: 3.125rem !important; + } + .m-xl-n1 { + margin: -0.25rem !important; + } + .mt-xl-n1, + .my-xl-n1 { + margin-top: -0.25rem !important; + } + .mr-xl-n1, + .mx-xl-n1 { + margin-right: -0.25rem !important; + } + .mb-xl-n1, + .my-xl-n1 { + margin-bottom: -0.25rem !important; + } + .ml-xl-n1, + .mx-xl-n1 { + margin-left: -0.25rem !important; + } + .m-xl-n2 { + margin: -0.5rem !important; + } + .mt-xl-n2, + .my-xl-n2 { + margin-top: -0.5rem !important; + } + .mr-xl-n2, + .mx-xl-n2 { + margin-right: -0.5rem !important; + } + .mb-xl-n2, + .my-xl-n2 { + margin-bottom: -0.5rem !important; + } + .ml-xl-n2, + .mx-xl-n2 { + margin-left: -0.5rem !important; + } + .m-xl-n3 { + margin: -1rem !important; + } + .mt-xl-n3, + .my-xl-n3 { + margin-top: -1rem !important; + } + .mr-xl-n3, + .mx-xl-n3 { + margin-right: -1rem !important; + } + .mb-xl-n3, + .my-xl-n3 { + margin-bottom: -1rem !important; + } + .ml-xl-n3, + .mx-xl-n3 { + margin-left: -1rem !important; + } + .m-xl-n4 { + margin: -1.5rem !important; + } + .mt-xl-n4, + .my-xl-n4 { + margin-top: -1.5rem !important; + } + .mr-xl-n4, + .mx-xl-n4 { + margin-right: -1.5rem !important; + } + .mb-xl-n4, + .my-xl-n4 { + margin-bottom: -1.5rem !important; + } + .ml-xl-n4, + .mx-xl-n4 { + margin-left: -1.5rem !important; + } + .m-xl-n5 { + margin: -3rem !important; + } + .mt-xl-n5, + .my-xl-n5 { + margin-top: -3rem !important; + } + .mr-xl-n5, + .mx-xl-n5 { + margin-right: -3rem !important; + } + .mb-xl-n5, + .my-xl-n5 { + margin-bottom: -3rem !important; + } + .ml-xl-n5, + .mx-xl-n5 { + margin-left: -3rem !important; + } + .m-xl-n10 { + margin: -0.625rem !important; + } + .mt-xl-n10, + .my-xl-n10 { + margin-top: -0.625rem !important; + } + .mr-xl-n10, + .mx-xl-n10 { + margin-right: -0.625rem !important; + } + .mb-xl-n10, + .my-xl-n10 { + margin-bottom: -0.625rem !important; + } + .ml-xl-n10, + .mx-xl-n10 { + margin-left: -0.625rem !important; + } + .m-xl-n15 { + margin: -0.9375rem !important; + } + .mt-xl-n15, + .my-xl-n15 { + margin-top: -0.9375rem !important; + } + .mr-xl-n15, + .mx-xl-n15 { + margin-right: -0.9375rem !important; + } + .mb-xl-n15, + .my-xl-n15 { + margin-bottom: -0.9375rem !important; + } + .ml-xl-n15, + .mx-xl-n15 { + margin-left: -0.9375rem !important; + } + .m-xl-n20 { + margin: -1.25rem !important; + } + .mt-xl-n20, + .my-xl-n20 { + margin-top: -1.25rem !important; + } + .mr-xl-n20, + .mx-xl-n20 { + margin-right: -1.25rem !important; + } + .mb-xl-n20, + .my-xl-n20 { + margin-bottom: -1.25rem !important; + } + .ml-xl-n20, + .mx-xl-n20 { + margin-left: -1.25rem !important; + } + .m-xl-n25 { + margin: -1.5625rem !important; + } + .mt-xl-n25, + .my-xl-n25 { + margin-top: -1.5625rem !important; + } + .mr-xl-n25, + .mx-xl-n25 { + margin-right: -1.5625rem !important; + } + .mb-xl-n25, + .my-xl-n25 { + margin-bottom: -1.5625rem !important; + } + .ml-xl-n25, + .mx-xl-n25 { + margin-left: -1.5625rem !important; + } + .m-xl-n30 { + margin: -1.875rem !important; + } + .mt-xl-n30, + .my-xl-n30 { + margin-top: -1.875rem !important; + } + .mr-xl-n30, + .mx-xl-n30 { + margin-right: -1.875rem !important; + } + .mb-xl-n30, + .my-xl-n30 { + margin-bottom: -1.875rem !important; + } + .ml-xl-n30, + .mx-xl-n30 { + margin-left: -1.875rem !important; + } + .m-xl-n35 { + margin: -2.18753rem !important; + } + .mt-xl-n35, + .my-xl-n35 { + margin-top: -2.18753rem !important; + } + .mr-xl-n35, + .mx-xl-n35 { + margin-right: -2.18753rem !important; + } + .mb-xl-n35, + .my-xl-n35 { + margin-bottom: -2.18753rem !important; + } + .ml-xl-n35, + .mx-xl-n35 { + margin-left: -2.18753rem !important; + } + .m-xl-n40 { + margin: -2.5rem !important; + } + .mt-xl-n40, + .my-xl-n40 { + margin-top: -2.5rem !important; + } + .mr-xl-n40, + .mx-xl-n40 { + margin-right: -2.5rem !important; + } + .mb-xl-n40, + .my-xl-n40 { + margin-bottom: -2.5rem !important; + } + .ml-xl-n40, + .mx-xl-n40 { + margin-left: -2.5rem !important; + } + .m-xl-n45 { + margin: -2.8125rem !important; + } + .mt-xl-n45, + .my-xl-n45 { + margin-top: -2.8125rem !important; + } + .mr-xl-n45, + .mx-xl-n45 { + margin-right: -2.8125rem !important; + } + .mb-xl-n45, + .my-xl-n45 { + margin-bottom: -2.8125rem !important; + } + .ml-xl-n45, + .mx-xl-n45 { + margin-left: -2.8125rem !important; + } + .m-xl-n50 { + margin: -3.125rem !important; + } + .mt-xl-n50, + .my-xl-n50 { + margin-top: -3.125rem !important; + } + .mr-xl-n50, + .mx-xl-n50 { + margin-right: -3.125rem !important; + } + .mb-xl-n50, + .my-xl-n50 { + margin-bottom: -3.125rem !important; + } + .ml-xl-n50, + .mx-xl-n50 { + margin-left: -3.125rem !important; + } + .m-xl-auto { + margin: auto !important; + } + .mt-xl-auto, + .my-xl-auto { + margin-top: auto !important; + } + .mr-xl-auto, + .mx-xl-auto { + margin-right: auto !important; + } + .mb-xl-auto, + .my-xl-auto { + margin-bottom: auto !important; + } + .ml-xl-auto, + .mx-xl-auto { + margin-left: auto !important; + } +} + +.text-monospace { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; +} + +.text-justify { + text-align: justify !important; +} + +.text-wrap { + white-space: normal !important; +} + +.text-nowrap { + white-space: nowrap !important; +} + +.text-truncate { + overflow: hidden; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + white-space: nowrap; +} + +.text-left { + text-align: left !important; +} + +.text-right { + text-align: right !important; +} + +.text-center { + text-align: center !important; +} + +@media (min-width: 576px) { + .text-sm-left { + text-align: left !important; + } + .text-sm-right { + text-align: right !important; + } + .text-sm-center { + text-align: center !important; + } +} + +@media (min-width: 768px) { + .text-md-left { + text-align: left !important; + } + .text-md-right { + text-align: right !important; + } + .text-md-center { + text-align: center !important; + } +} + +@media (min-width: 992px) { + .text-lg-left { + text-align: left !important; + } + .text-lg-right { + text-align: right !important; + } + .text-lg-center { + text-align: center !important; + } +} + +@media (min-width: 1200px) { + .text-xl-left { + text-align: left !important; + } + .text-xl-right { + text-align: right !important; + } + .text-xl-center { + text-align: center !important; + } +} + +.text-lowercase { + text-transform: lowercase !important; +} + +.text-uppercase { + text-transform: uppercase !important; +} + +.text-capitalize { + text-transform: capitalize !important; +} + +.font-weight-light { + font-weight: 300 !important; +} + +.font-weight-lighter { + font-weight: lighter !important; +} + +.font-weight-normal { + font-weight: 400 !important; +} + +.font-weight-bold { + font-weight: 700 !important; +} + +.font-weight-bolder { + font-weight: bolder !important; +} + +.font-italic { + font-style: italic !important; +} + +.text-white { + color: #ffffff !important; +} + +.text-primary { + color: #6E4FF6 !important; +} + +a.text-primary:hover, a.text-primary:focus { + color: #360cec !important; +} + +.text-secondary { + color: #1DC9B7 !important; +} + +a.text-secondary:hover, a.text-secondary:focus { + color: #13867a !important; +} + +.text-success { + color: #4caf50 !important; +} + +a.text-success:hover, a.text-success:focus { + color: #357a38 !important; +} + +.text-info { + color: #36A3F7 !important; +} + +a.text-info:hover, a.text-info:focus { + color: #097ed8 !important; +} + +.text-warning { + color: #FFB822 !important; +} + +a.text-warning:hover, a.text-warning:focus { + color: #d59000 !important; +} + +.text-danger { + color: #F4516C !important; +} + +a.text-danger:hover, a.text-danger:focus { + color: #ea0f33 !important; +} + +.text-light { + color: #ffffff !important; +} + +a.text-light:hover, a.text-light:focus { + color: #d9d9d9 !important; +} + +.text-dark { + color: #202428 !important; +} + +a.text-dark:hover, a.text-dark:focus { + color: black !important; +} + +.text-body { + color: #6F7495 !important; +} + +.text-muted { + color: #6c757d !important; +} + +.text-black-50 { + color: rgba(0, 0, 0, 0.5) !important; +} + +.text-white-50 { + color: rgba(255, 255, 255, 0.5) !important; +} + +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +.text-decoration-none { + text-decoration: none !important; +} + +.text-break { + word-break: break-word !important; + overflow-wrap: break-word !important; +} + +.text-reset { + color: inherit !important; +} + +.visible { + visibility: visible !important; +} + +.invisible { + visibility: hidden !important; +} + +@media print { + *, + *::before, + *::after { + text-shadow: none !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + } + a:not(.btn) { + text-decoration: underline; + } + abbr[title]::after { + content: " (" attr(title) ")"; + } + pre { + white-space: pre-wrap !important; + } + pre, + blockquote { + border: 1px solid #adb5bd; + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + @page { + size: a3; + } + body { + min-width: 992px !important; + } + .container { + min-width: 992px !important; + } + .navbar { + display: none; + } + .badge { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table td, + .table th { + background-color: #ffffff !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #dee2e6 !important; + } + .table-dark { + color: inherit; + } + .table-dark th, + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { + border-color: #dee2e6; + } + .table .thead-dark th { + color: inherit; + border-color: #dee2e6; + } +} + +/*# sourceMappingURL=maps/bootstrap.css.map */ diff --git a/public/vendor_assets/css/bootstrap/bootstrap.scss b/public/vendor_assets/css/bootstrap/bootstrap.scss new file mode 100644 index 0000000..08e7dbe --- /dev/null +++ b/public/vendor_assets/css/bootstrap/bootstrap.scss @@ -0,0 +1,2 @@ +@import "config.bs"; +@import "scss/bootstrap"; \ No newline at end of file diff --git a/public/vendor_assets/css/bootstrap/config.bs.scss b/public/vendor_assets/css/bootstrap/config.bs.scss new file mode 100644 index 0000000..810cf70 --- /dev/null +++ b/public/vendor_assets/css/bootstrap/config.bs.scss @@ -0,0 +1,271 @@ +// this file contains the configuration +// for customizing bootstrap, +// and other theme components + +@import "scss/functions"; +@import "scss/mixins"; +@import "scss/variables"; + + +// theme color +$primary: #6E4FF6; +$secondary: #1DC9B7; +$success: #4caf50; +$info: #36A3F7; +$warning: #FFB822; +$danger: #F4516C; +$dark: #202428; +$light: #ffffff; +$light-gray: #9192a3; + +$theme-colors: (); + + +// stylelint-disable +$gray-100: #c9cfe4; +$white: #ffffff; + +$text-light: #9299b8; +$text-grey1: #5d658c; +$text-grey2: #7a82a6; +$footer-dark: #353b58; +$title-color: #313342; +$text-color: #6b6e8a; +$text-color2: #6F7495; + +// other colors, these are the colors +// that has been used in different part of ui exceptionally + +$other-colors: ( + "footer-dark": $footer-dark +); + +// border color +$border-light: #e9ebf4; +$border-color: #ebedf2; + +//social colors +$facebook: #3b5998; +$twitter: #55acee; +$pinterest: #bd081c; +$gplus: #dc4e41; +$linkedin: #0077b5; +$tumblr: #35465c; +$vk: #4A76A8; + +$social-colors: (); + +// stylelint disabled +$social-colors: map-merge( + ( + "facebook": $facebook, + "twitter": $twitter, + "pinterest": $pinterest, + "gplus": $gplus, + "linkedin": $linkedin, + "tumblr": $tumblr, + "vk": $vk + ), + $social-colors +); + + +// stylelint-disable-next-line scss/dollar-variable-default +$spacers: map-merge( + ( + 0: 0, + 1: ($spacer * .25), + 2: ($spacer * .5), + 3: $spacer, + 4: ($spacer * 1.5), + 5: ($spacer * 3), + 10:($spacer * .625), + 15:($spacer * .9375), + 20:($spacer * 1.25), + 25:($spacer * 1.5625), + 30:($spacer * 1.875), + 35:($spacer * 2.18753), + 40:($spacer * 2.5), + 45:($spacer * 2.8125), + 50:($spacer * 3.125) + ), + $spacers +); + + +// global setting override +$enable-caret: false; +$enable-shadows: true; + +// shadows +$box-shadow-color: #9299b8; +$box-shadow: 0 0.67rem 0.67rem rgba($box-shadow-color, .08); +$box-shadow-lg: 0 0.67remt 0.67rem rgba($box-shadow-color, .10); +$box-shadow-lg2: 0 8px 10px rgba($primary, .08); + +// font +$font-size-base: 1rem; +$font-family-base: "Work Sans", sans-serif; + +// display text +$display1-size: 4rem; //60px +$display2-size: 3.6rem; //54px +$display3-size: 3.2rem; //48px +$display4-size: 2.8rem; //42px +$display1-weight: 500; +$display2-weight: 500; +$display3-weight: 500; +$display4-weight: 500; + + +// btn +$btn-font-weight: 600; +$btn-font-size: 0.933rem; +$btn-font-size-lg: 1.133rem; + +$btn-padding-x: 1.33rem; +$btn-padding-x-sm: 1rem; +$btn-padding-x-lg: 2.33rem; +$btn-padding-y: 0; +$btn-padding-y-sm: 0; +$btn-padding-y-lg: 0; + +$btn-line-height: 2.875rem; +$btn-line-height-lg: 3.5rem; +$btn-line-height-md: 3.125rem; +$btn-line-height-sm: 2.375rem; +$btn-line-height-xs: 2.125rem; + +$btn-box-shadow: none; + + + +// leading text +$lead-font-size: ($font-size-base * 1.33); +$lead-font-weight: 400; +$lead-medium-font-size: ($font-size-base * 1.6); +$lead-medium-font-weight: 500; + +// link +$link-color: $primary; +$link-hover-decoration: none; + +// navbar +$navbar-padding-y: 1.3rem; + +//light +$navbar-light-color: #202428; +$navbar-light-hover-color: $primary; +$navbar-light-active-color: $primary; + +// dark +$navbar-dark-color: rgba($white, .7); +$navbar-dark-hover-color: $white; + +// section bg +$section-bg2: #f1f3f8; +$section-bg: #eff1f5; +$bgcolor: #f1f2f7; +$bgcolor2: #f6f7fb; +$bgcolor3: #f0f1f5; +$dark-bg: #2c333e; + +//breadcrumb +$breadcrumb-area-bg: $section-bg; +$breadcrumb-padding-y: 0; +$breadcrumb-padding-x: 0; +$breadcrumb-item-padding: 0.5rem; +$breadcrumb-margin-bottom: 0; +$breadcrumb-bg: none; +$breadcrumb-divider-color: $light; +$breadcrumb-active-color: $gray-100; +$breadcrumb-divider: quote("\f112"); + +// Cards +$card-border-color: $border-color; +$card-cap-bg: #fff; +$card-spacer-x: 2.66rem; + +//Pagination +$pagination-padding-y: .8rem; +$pagination-padding-x: 1rem; +$pagination-hover-color: $secondary; +$pagination-hover-bg: none; +$pagination-hover-border-color: inherit; +$pagination-active-bg: $secondary; +$pagination-active-border-color: $secondary; +$pagination-disabled-border-color: $border-color; + +//Headings Font Sizes +$h1-font-size: 2.4rem; //36px +$h2-font-size: 2rem; //30px +$h3-font-size: 1.6rem; //24px +$h4-font-size: 1.33rem; //20px +$h5-font-size: 1.2rem; //18px +$h6-font-size: 1.1rem; //16px +$headings-margin-bottom: 0; +$headings-color: $title-color; +$headings-font-weight: 500; + +// alerts +$alert-bg-level: -10; +$alert-border-level: -9; +$alert-color-level: 0; +$alert-padding-y: 1.6rem; +$alert-padding-x: 2rem; +$alert-margin-bottom: 1.33rem; + +//progress bars +$progress-height: 0.54rem; +$border-radius: 0.1875rem; +$btn-border-radius: $border-radius; + +//form elements +$input-height: 3.2rem; +$input-height-lg: 3.47rem; +$input-height-sm: 2.8rem; +$input-padding-x: 1.2rem; +$form-text-margin-top: .66rem; +$input-border-radius: $border-radius-sm; +$input-border-color: $border-color; + +// tabs +$nav-tabs-border-radius: 0; +$nav-tabs-link-active-color: $secondary; +$nav-tabs-link-active-bg: $light; + +$nav-pills-border-radius: 13.33rem; +$nav-pills-link-active-color: $component-active-color; +$nav-pills-link-active-bg: $primary; + +//transition +$transition-base: all .3s ease; + +//hr +$hr-margin-y: 4.67rem; +$hr-border-color: $border-light; + +//badges +$badge-padding-y: 0.3rem; +$badge-padding-x: 0.66rem; +$badge-font-size: 0.7rem; +$badge-font-weight: 600; +$badge-border-radius: 0.133rem; +$badge-pill-padding-x: 0.86rem; + +//modal +$modal-md: 420px; + +//body +$body-color: $text-color2; + +//Progress +$progress-height: 8px; +$progress-border-radius: 200px; +$progress-bar-bg: $secondary; + +//blockquote +$blockquote-font-size: 20px; + + +@import "scss/variables"; diff --git a/public/vendor_assets/css/bootstrap/maps/bootstrap.css.map b/public/vendor_assets/css/bootstrap/maps/bootstrap.css.map new file mode 100644 index 0000000..159fbef --- /dev/null +++ b/public/vendor_assets/css/bootstrap/maps/bootstrap.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["bootstrap.css","scss/bootstrap.scss","scss/_root.scss","scss/_reboot.scss","scss/_variables.scss","config.bs.scss","scss/vendor/_rfs.scss","scss/mixins/_hover.scss","scss/_type.scss","scss/mixins/_lists.scss","scss/_images.scss","scss/mixins/_image.scss","scss/mixins/_border-radius.scss","scss/mixins/_box-shadow.scss","scss/_code.scss","scss/_grid.scss","scss/mixins/_grid.scss","scss/mixins/_breakpoints.scss","scss/mixins/_grid-framework.scss","scss/_tables.scss","scss/mixins/_table-row.scss","scss/_functions.scss","scss/_forms.scss","scss/mixins/_transition.scss","scss/mixins/_forms.scss","scss/mixins/_gradients.scss","scss/_buttons.scss","scss/mixins/_buttons.scss","scss/_transitions.scss","scss/_dropdown.scss","scss/mixins/_nav-divider.scss","scss/_button-group.scss","scss/_input-group.scss","scss/_custom-forms.scss","scss/_nav.scss","scss/_navbar.scss","scss/_card.scss","scss/_breadcrumb.scss","scss/_pagination.scss","scss/mixins/_pagination.scss","scss/_badge.scss","scss/mixins/_badge.scss","scss/_jumbotron.scss","scss/_alert.scss","scss/mixins/_alert.scss","scss/_progress.scss","scss/_media.scss","scss/_list-group.scss","scss/mixins/_list-group.scss","scss/_close.scss","scss/_toasts.scss","scss/_modal.scss","scss/_tooltip.scss","scss/mixins/_reset-text.scss","scss/_popover.scss","scss/_carousel.scss","scss/mixins/_clearfix.scss","scss/_spinners.scss","scss/utilities/_align.scss","scss/mixins/_background-variant.scss","scss/utilities/_background.scss","scss/utilities/_borders.scss","scss/utilities/_display.scss","scss/utilities/_embed.scss","scss/utilities/_flex.scss","scss/utilities/_float.scss","scss/utilities/_overflow.scss","scss/utilities/_position.scss","scss/utilities/_screenreaders.scss","scss/mixins/_screen-reader.scss","scss/utilities/_shadows.scss","scss/utilities/_sizing.scss","scss/utilities/_stretched-link.scss","scss/utilities/_spacing.scss","scss/utilities/_text.scss","scss/mixins/_text-truncate.scss","scss/mixins/_text-emphasis.scss","scss/mixins/_text-hide.scss","scss/utilities/_visibility.scss","scss/_print.scss"],"names":[],"mappings":"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EGwGE,qBAAoB;EACpB,yBAAwB;CACzB;;AHrGD;EG4GE,yBAAwB;CACzB;;AAOD;EACE,cAAa;EACb,2BAA0B;CAC3B;;AAMD;EACE,sBAAqB;CACtB;;AAED;EACE,mBAAkB;EAClB,gBAAe;CAChB;;AAED;EACE,cAAa;CACd;;AHlHD;EGuHE,yBAAwB;CACzB;;AK5dD;;EAEE,iBHqM6B;EGnM7B,iBHqM+B;EGpM/B,iBJiS+B;EIhS/B,eHmB6B;CGlB9B;;AAED;EF0IQ,kBAhEU;CE1E6B;;AFgKvC;EEhKR;IFwKY,oCA9D+C;GE1GZ;CR+W9C;;AQ9WD;EFyIQ,gBAhEU;CEzE6B;;AF+JvC;EE/JR;IFuKY,mCA9D+C;GEzGZ;CRwX9C;;AQvXD;EFwIQ,kBAhEU;CExE6B;;AF8JvC;EE9JR;IFsKY,oCA9D+C;GExGZ;CRiY9C;;AQhYD;EFuIQ,mBAhEU;CEvE6B;;AF6JvC;EE7JR;IFqKY,qCA9D+C;GEvGZ;CR0Y9C;;AQzYD;EF4GM,kBAtCY;CEtE6B;;AAC/C;EF2GM,kBAtCY;CErE6B;;AAE/C;EFmIQ,mBAhEU;EEjEhB,iBHwH+B;CGvHhC;;AFsJO;EEzJR;IFiKY,qCA9D+C;GEhG1D;CRsZA;;AQnZD;EF6HQ,gBAhEU;EE3DhB,iBHoF+B;EGnF/B,iBJ6Q+B;CI5QhC;;AF+IO;EEnJR;IF2JY,mCA9D+C;GEzF1D;CR2ZA;;AQ1ZD;EFwHQ,kBAhEU;EEtDhB,iBHgF+B;EG/E/B,iBJwQ+B;CIvQhC;;AF0IO;EE9IR;IFsJY,oCA9D+C;GEpF1D;CRkaA;;AQjaD;EFmHQ,kBAhEU;EEjDhB,iBH4E+B;EG3E/B,iBJmQ+B;CIlQhC;;AFqIO;EEzIR;IFiJY,oCA9D+C;GE/E1D;CRyaA;;AQxaD;EF8GQ,kBAhEU;EE5ChB,iBHwE+B;EGvE/B,iBJ8P+B;CI7PhC;;AFgIO;EEpIR;IF4IY,oCA9D+C;GE1E1D;CRgbA;;AGxZD;EKhBE,oBH6LmC;EG5LnC,uBH4LmC;EG3LnC,UAAS;EACT,8BHfmC;CGgBpC;;AAOD;;EFMI,eAAW;EEHb,iBJsN+B;CIrNhC;;AAED;;EAEE,eJ8PgC;EI7PhC,0BJsQmC;CIrQpC;;AAOD;EC/EE,gBAAe;EACf,iBAAgB;CDgFjB;;AAGD;ECpFE,gBAAe;EACf,iBAAgB;CDqFjB;;AACD;EACE,sBAAqB;CAKtB;;AAND;EAII,qBJgP+B;CI/OhC;;AASH;EFjCI,eAAW;EEmCb,0BAAyB;CAC1B;;AAGD;EACE,oBJiBW;EEFP,mBAtCY;CEyBjB;;AAED;EACE,eAAc;EF7CZ,eAAW;EE+Cb,eJ1GgB;CI+GjB;;AARD;EAMI,sBAAqB;CACtB;;AEpHH;ECIE,gBAAe;EAGf,aAAY;CDLb;;AAID;EACE,iBN++BwC;EM9+BxC,uBNRa;EMSb,0BNNgB;EQLd,+BRqOgC;UQrOhC,uBRqOgC;ES1N9B,mDTCS;USDT,2CTCS;EONb,gBAAe;EAGf,aAAY;CDQb;;AAMD;EAEE,sBAAqB;CACtB;;AAED;EACE,sBAA0B;EAC1B,eAAc;CACf;;AAED;EJkCI,eAAW;EIhCb,eN3BgB;CM4BjB;;AIxCD;ERuEI,iBAAW;EQrEb,eVoCe;EUnCf,uBAAsB;CAMvB;;AAHC;EACE,eAAc;CACf;;AAIH;EACE,uBVikCuC;EEvgCrC,iBAAW;EQxDb,YVTa;EUUb,0BVDgB;EQXd,8BRuO+B;UQvO/B,sBRuO+B;ES5N7B,0DTCS;USDT,kDTCS;CUUd;;AAdD;EASI,WAAU;ERkDV,gBAAW;EQhDX,iBVoQ6B;ES5Q3B,yBCSsB;UDTtB,iBCSsB;CACzB;;AXuMH;EWlME,eAAc;ERyCZ,iBAAW;EQvCb,eVjBgB;CUyBjB;;AAXD;ER0CI,mBAAW;EQlCX,eAAc;EACd,mBAAkB;CACnB;;AAIH;EACE,kBVwiCuC;EUviCvC,mBAAkB;CACnB;;AC1CC;ECAA,YAAW;EACX,oBAA0B;EAC1B,mBAAyB;EACzB,mBAAkB;EAClB,kBAAiB;CDDhB;;AEoDC;EFvDF;ICYI,iBZ8LK;GWvMR;CfsmBF;;AiBljBG;EFvDF;ICYI,iBZ+LK;GWxMR;Cf4mBF;;AiBxjBG;EFvDF;ICYI,iBZgMK;GWzMR;CfknBF;;AiB9jBG;EFvDF;ICYI,kBZiMM;GW1MT;CfwnBF;;Ae/mBC;ECZA,YAAW;EACX,oBAA0B;EAC1B,mBA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;CeKf;;AAXH;EAcI,uBAAsB;EACtB,iCfTc;CeUf;;AAhBH;EAmBI,8Bfbc;Cecf;;AAQH;;EAGI,gBfwT+B;CevThC;;AAQH;EACE,0BfnCgB;CegDjB;;AAdD;;EAKI,0BfvCc;CewCf;;AANH;;EAWM,yBAA4C;CAC7C;;AAIL;;;;EAKI,UAAS;CACV;;AAOH;EAEI,sCf1DW;Ce2DZ;;AZhED;EY2EI,efvEY;EewEZ,uCfvES;CGLS;;AaPtB;;;EAII,0BC2E4D;CD1E7D;;AALH;;;;EAYM,sBCmE0D;CDlE3D;;AbNL;EaiBM,0BAJsC;CbbtB;;AaYtB;;EASQ,0BARoC;CASrC;;AA7BP;;;EAII,0BC2E4D;CD1E7D;;AALH;;;;EAYM,sBCmE0D;CDlE3D;;AbNL;EaiBM,0BAJsC;CbbtB;;AaYtB;;EASQ,0BARoC;CASrC;;AA7BP;;;EAII,0BC2E4D;CD1E7D;;AALH;;;;EAYM,sBCmE0D;CDlE3D;;AbNL;EaiBM,0BAJsC;CbbtB;;AaYtB;;EASQ,0BARoC;CASrC;;AA7BP;;;EAII,0BC2E4D;CD1E7D;;AALH;;;;EAYM,sBCmE0D;CDlE3D;;AbNL;EaiBM,0BAJsC;CbbtB;;AaYtB;;EASQ,0BARoC;CASrC;;AA7BP;;;EAII,0BC2E4D;CD1E7D;;AALH;;;;EAYM,sBCmE0D;CDlE3D;;AbNL;EaiBM,0BAJsC;CbbtB;;AaYtB;;EASQ,0BARoC;CASrC;;AA7BP;;;EAII,0BC2E4D;CD1E7D;;AALH;;;;EAYM,sBCmE0D;CDlE3D;;AbNL;EaiBM,0BAJsC;CbbtB;;AaYtB;;EASQ,0BARoC;CASrC;;AA7BP;;;EAII,wBC2E4D;CD1E7D;;AALH;;;;EAYM,oBCmE0D;CDlE3D;;AbNL;EaiBM,0BAJsC;CbbtB;;AaYtB;;EASQ,0BARoC;CASrC;;AA7BP;;;EAII,0BC2E4D;CD1E7D;;AALH;;;;EAYM,sBCmE0D;CDlE3D;;AbNL;EaiBM,0BAJsC;CbbtB;;AaYtB;;EASQ,0BARoC;CASrC;;AA7BP;;;EAII,uChBQS;CgBPV;;AbEH;EaiBM,uCAJsC;CbbtB;;AaYtB;;EASQ,uCARoC;CASrC;;AD6ET;EAGM,Yf3GS;Ee4GT,0BfpGY;EeqGZ,sBf2PqD;Ce1PtD;;AANL;EAWM,ef5GY;Ee6GZ,0BflHY;EemHZ,sBflHY;CemHb;;AAIL;EACE,Yf3Ha;Ee4Hb,0BfpHgB;Ce8IjB;;AA5BD;;;EAOI,sBfuOuD;CetOxD;;AARH;EAWI,UAAS;CACV;;AAZH;EAgBM,4Cf1IS;Ce2IV;;AZtIH;EY4IM,YfjJO;EekJP,6CflJO;CGKS;;AU6DpB;EEiGA;IAEI,eAAc;IACd,YAAW;IACX,iBAAgB;IAChB,kCAAiC;GAOpC;EAZA;IASK,UAAS;GACV;CnBkgDR;;AiB7mDG;EEiGA;IAEI,eAAc;IACd,YAAW;IACX,iBAAgB;IAChB,kCAAiC;GAOpC;EAZA;IASK,UAAS;GACV;CnB8gDR;;AiBznDG;EEiGA;IAEI,eAAc;IACd,YAAW;IACX,iBAAgB;IAChB,kCAAiC;GAOpC;EAZA;IASK,UAAS;GACV;CnB0hDR;;AiBroDG;EEiGA;IAEI,eAAc;IACd,YAAW;IACX,iBAAgB;IAChB,kCAAiC;GAOpC;EAZA;IASK,UAAS;GACV;CnBsiDR;;AmBrjDD;EAOQ,eAAc;EACd,YAAW;EACX,iBAAgB;EAChB,kCAAiC;CAOpC;;AAjBL;EAcU,UAAS;CACV;;AG9KT;EACE,eAAc;EACd,YAAW;EACX,ejBsNkC;EiBrNlC,yBjBwNkC;ECnG9B,gBAtCY;EgB5EhB,iBlB8Q+B;EkB7Q/B,iBlBkR+B;EkBjR/B,elBDgB;EkBEhB,uBlBTa;EkBUb,qCAA4B;UAA5B,6BAA4B;EAC5B,0BjB0BmC;EOvCjC,8BRuO+B;UQvO/B,sBRuO+B;ES5N7B,yDTCS;USDT,iDTCS;EmBXT,yFnB4e4F;EmB5e5F,iFnB4e4F;EmB5e5F,4EnB4e4F;EmB5e5F,yEnB4e4F;EmB5e5F,+GnB4e4F;CkB7bjG;;AC1CG;EDLJ;ICMM,yBAAgB;IAAhB,oBAAgB;IAAhB,iBAAgB;GDyCrB;CtBusDA;;AsBtvDD;EAsBI,8BAA6B;EAC7B,UAAS;CACV;;AEjBD;EACE,epBAc;EoBCd,uBpBRW;EoBSX,sBpBgdsE;EoB/ctE,WAAU;EAGR,+FpBgBW;UoBhBX,uFpBgBW;CoBZd;;AFlBH;EA+BI,elBxBc;EkB0Bd,WAAU;CACX;;AAlCH;EA+BI,elBxBc;EkB0Bd,WAAU;CACX;;AAlCH;EA+BI,elBxBc;EkB0Bd,WAAU;CACX;;AAlCH;EA+BI,elBxBc;EkB0Bd,WAAU;CACX;;AAlCH;EA2CI,0BlBxCc;EkB0Cd,WAAU;CACX;;AAGH;EAOI,elBhDc;EkBiDd,uBlBxDW;CkByDZ;;AAIH;;EAEE,eAAc;EACd,YAAW;CACZ;;AASD;EACE,kCAA+D;EAC/D,qCAAkE;EAClE,iBAAgB;EhBZd,mBAAW;EgBcb,iBlB0M+B;CkBzMhC;;AAED;EACE,gCAAkE;EAClE,mCAAqE;EhBoCjE,mBAtCY;EgBIhB,iBlBuI+B;CkBtIhC;;AAED;EACE,iCAAkE;EAClE,oCAAqE;EhB6BjE,oBAtCY;EgBWhB,iBlBiI+B;CkBhIhC;;AAQD;EACE,eAAc;EACd,YAAW;EACX,sBlB8QmC;EkB7QnC,yBlB6QmC;EkB5QnC,iBAAgB;EAChB,iBlB6K+B;EkB5K/B,elBpGgB;EkBqGhB,8BAA6B;EAC7B,0BAAyB;EACzB,oBAAmC;CAOpC;;AAjBD;EAcI,iBAAgB;EAChB,gBAAe;CAChB;;AAWH;EACE,ejBwFkC;EiBvFlC,wBlB+PiC;EE1Q7B,oBAtCY;EgBmDhB,iBlByF+B;EQhO7B,8BRuO+B;UQvO/B,sBRuO+B;CkB9FlC;;AAED;EACE,gBjB+EmC;EiB9EnC,qBlB4PgC;EE/Q5B,mBAtCY;EgB2DhB,iBlBgF+B;EQ/N7B,8BRsO+B;UQtO/B,sBRsO+B;CkBrFlC;;AAGD;EAGI,aAAY;CACb;;AAGH;EACE,aAAY;CACb;;AAOD;EACE,oBlBoV0C;CkBnV3C;;AAED;EACE,eAAc;EACd,oBjBoDkC;CiBnDnC;;AAOD;EACE,qBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,oBAAe;MAAf,gBAAe;EACf,mBAA0C;EAC1C,kBAAyC;CAO1C;;AAXD;;EAQI,mBAA0C;EAC1C,kBAAyC;CAC1C;;AAQH;EACE,mBAAkB;EAClB,eAAc;EACd,sBlB0S6C;CkBzS9C;;AAED;EACE,mBAAkB;EAClB,mBlBsS2C;EkBrS3C,sBlBoS6C;CkB/R9C;;AARD;EAMI,elBxMc;CkByMf;;AAGH;EACE,iBAAgB;CACjB;;AAED;EACE,4BAAoB;EAApB,4BAAoB;EAApB,qBAAoB;EACpB,0BAAmB;MAAnB,uBAAmB;UAAnB,oBAAmB;EACnB,gBAAe;EACf,sBlByR4C;CkBhR7C;;AAbD;EAQI,iBAAgB;EAChB,cAAa;EACb,wBlBoR4C;EkBnR5C,eAAc;CACf;;AE5MD;EACE,cAAa;EACb,YAAW;EACX,oBpBod0C;EE5a1C,eAAW;EkBtCX,epBSa;CoBRd;;AAED;EACE,mBAAkB;EAClB,UAAS;EACT,WAAU;EACV,cAAa;EACb,gBAAe;EACf,wBpBsyBqC;EoBryBrC,kBAAiB;ElBmFf,oBAtCY;EkB3Cd,iBpBkP6B;EoBjP7B,YpBxCW;EoByCX,yCpBLa;EQtCb,+BRqOgC;UQrOhC,uBRqOgC;CoBxLjC;;AAGC;EAEE,sBpBZW;EoBeT,qCpBgb2F;EoB/a3F,6PHfmI;EGgBnI,6BAA4B;EAC5B,4DpB+a6F;EoB9a7F,yEpB6awF;UoB7axF,iEpB6awF;CoBja3F;;AArBD;EAaI,sBpBvBS;EoBwBT,yDpBxBS;UoBwBT,iDpBxBS;CoByBV;;AAfH;;;EAmBI,eAAc;CACf;;AAMH;EAGI,qCpBwZ2F;EoBvZ3F,mFpByZ6F;CoBvZhG;;AAID;EAEE,sBpBhDW;EoBmDT,uDpBqe0J;EoBpe1J,8gBAAkJ;CAYrJ;;AAlBD;EAUI,sBpBxDS;EoByDT,yDpBzDS;UoByDT,iDpBzDS;CoB0DV;;AAZH;;;EAgBI,eAAc;CACf;;AAMH;;;EAII,eAAc;CACf;;AAKH;EAGI,epBlFS;CoBmFV;;AAJH;;;EAQI,eAAc;CACf;;AAKH;EAGI,epBhGS;CoBqGV;;AARH;EAMM,sBpBnGO;CoBoGR;;AAPL;;;EAYI,eAAc;CACf;;AAbH;EAiBM,sBAAkC;ECnJxC,0BDoJ+C;CAC1C;;AAnBL;EAwBM,yDpBrHO;UoBqHP,iDpBrHO;CoBsHR;;AAzBL;EA4BM,sBpBzHO;CoB0HR;;AAOL;EAGI,sBpBpIS;CoBqIV;;AAJH;;;EAQI,eAAc;CACf;;AATH;EAaM,sBpB9IO;EoB+IP,yDpB/IO;UoB+IP,iDpB/IO;CoBgJR;;AA9JP;EACE,cAAa;EACb,YAAW;EACX,oBpBod0C;EE5a1C,eAAW;EkBtCX,epBMa;CoBLd;;AAED;EACE,mBAAkB;EAClB,UAAS;EACT,WAAU;EACV,cAAa;EACb,gBAAe;EACf,wBpBsyBqC;EoBryBrC,kBAAiB;ElBmFf,oBAtCY;EkB3Cd,iBpBkP6B;EoBjP7B,YpBxCW;EoByCX,yCpBRa;EQnCb,+BRqOgC;UQrOhC,uBRqOgC;CoBxLjC;;AAGC;EAEE,sBpBfW;EoBkBT,qCpBgb2F;EoB/a3F,uSHfmI;EGgBnI,6BAA4B;EAC5B,4DpB+a6F;EoB9a7F,yEpB6awF;UoB7axF,iEpB6awF;CoBja3F;;AArBD;EAaI,sBpB1BS;EoB2BT,yDpB3BS;UoB2BT,iDpB3BS;CoB4BV;;AAfH;;;EAmBI,eAAc;CACf;;AAMH;EAGI,qCpBwZ2F;EoBvZ3F,mFpByZ6F;CoBvZhG;;AAID;EAEE,sBpBnDW;EoBsDT,uDpBqe0J;EoBpe1J,wjBAAkJ;CAYrJ;;AAlBD;EAUI,sBpB3DS;EoB4DT,yDpB5DS;UoB4DT,iDpB5DS;CoB6DV;;AAZH;;;EAgBI,eAAc;CACf;;AAMH;;;EAII,eAAc;CACf;;AAKH;EAGI,epBrFS;CoBsFV;;AAJH;;;EAQI,eAAc;CACf;;AAKH;EAGI,epBnGS;CoBwGV;;AARH;EAMM,sBpBtGO;CoBuGR;;AAPL;;;EAYI,eAAc;CACf;;AAbH;EAiBM,sBAAkC;ECnJxC,0BDoJ+C;CAC1C;;AAnBL;EAwBM,yDpBxHO;UoBwHP,iDpBxHO;CoByHR;;AAzBL;EA4BM,sBpB5HO;CoB6HR;;AAOL;EAGI,sBpBvIS;CoBwIV;;AAJH;;;EAQI,eAAc;CACf;;AATH;EAaM,sBpBjJO;EoBkJP,yDpBlJO;UoBkJP,iDpBlJO;CoBmJR;;AFsET;EACE,qBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,+BAAmB;EAAnB,8BAAmB;MAAnB,wBAAmB;UAAnB,oBAAmB;EACnB,0BAAmB;MAAnB,uBAAmB;UAAnB,oBAAmB;CAqEpB;;AAxED;EASI,YAAW;CACZ;;AL/MC;EKqMJ;IAeM,qBAAa;IAAb,qBAAa;IAAb,cAAa;IACb,0BAAmB;QAAnB,uBAAmB;YAAnB,oBAAmB;IACnB,yBAAuB;QAAvB,sBAAuB;YAAvB,wBAAuB;IACvB,iBAAgB;GACjB;EAnBL;IAuBM,qBAAa;IAAb,qBAAa;IAAb,cAAa;IACb,oBAAc;QAAd,mBAAc;YAAd,eAAc;IACd,+BAAmB;IAAnB,8BAAmB;QAAnB,wBAAmB;YAAnB,oBAAmB;IACnB,0BAAmB;QAAnB,uBAAmB;YAAnB,oBAAmB;IACnB,iBAAgB;GACjB;EA5BL;IAgCM,sBAAqB;IACrB,YAAW;IACX,uBAAsB;GACvB;EAnCL;IAuCM,sBAAqB;GACtB;EAxCL;;IA4CM,YAAW;GACZ;EA7CL;IAkDM,qBAAa;IAAb,qBAAa;IAAb,cAAa;IACb,0BAAmB;QAAnB,uBAAmB;YAAnB,oBAAmB;IACnB,yBAAuB;QAAvB,sBAAuB;YAAvB,wBAAuB;IACvB,YAAW;IACX,gBAAe;GAChB;EAvDL;IAyDM,mBAAkB;IAClB,qBAAc;QAAd,eAAc;IACd,cAAa;IACb,sBlB2LwC;IkB1LxC,eAAc;GACf;EA9DL;IAiEM,0BAAmB;QAAnB,uBAAmB;YAAnB,oBAAmB;IACnB,yBAAuB;QAAvB,sBAAuB;YAAvB,wBAAuB;GACxB;EAnEL;IAqEM,iBAAgB;GACjB;CtBg4DJ;;A0BjsED;EACE,sBAAqB;EAErB,iBrBgH+B;EqB/G/B,erBuB6B;EqBtB7B,mBAAkB;EAClB,uBAAsB;EACtB,0BAAiB;KAAjB,uBAAiB;MAAjB,sBAAiB;UAAjB,kBAAiB;EACjB,8BAA6B;EAC7B,8BAA2C;ECsF3C,mBtBwBmC;ECE/B,oBAtCY;EqBchB,sBtB6BoC;EO/HlC,iCPsNyC;UOtNzC,yBPsNyC;EkBrNvC,sJnBqb6I;EmBrb7I,8InBqb6I;EmBrb7I,yInBqb6I;EmBrb7I,sInBqb6I;EmBrb7I,4KnBqb6I;CsB9YlJ;;AHlCG;EGLJ;IHMM,yBAAgB;IAAhB,oBAAgB;IAAhB,iBAAgB;GGiCrB;C1BgrEA;;AOjtEC;EmBQE,erBa2B;EqBZ3B,sBAAqB;CnBTD;;AmBNxB;EAoBI,WAAU;EACV,yDtBSa;UsBTb,iDtBSa;CsBRd;;AAtBH;EA2BI,ctB8Y6B;ES/Z3B,yBakBsB;UblBtB,iBakBsB;CACzB;;AA7BH;EbUM,yDTCS;USDT,iDTCS;CsB2BZ;;AAtCH;EbUM,+FTCS;USDT,uFTCS;CsB0BV;;AAKL;;EAEE,qBAAoB;CACrB;;AAQC;ECrDA,YvBCa;EqBDX,0BpBImB;EsBFrB,sBtBEqB;EQMjB,yBR0H4B;UQ1H5B,iBR0H4B;CqB7E/B;;AnBjDD;EoBAE,YvBLW;EqBDX,0BEDoF;EASpF,sBATyH;CpBOrG;;AoBKtB;EAII,gEAAkG;UAAlG,wDAAkG;CAIrG;;AAGD;EAEE,YvBvBW;EuBwBX,0BtBrBmB;EsBsBnB,sBtBtBmB;CsB2BpB;;AAED;;EAGE,YvBnCW;EuBoCX,0BAtCuK;EA0CvK,sBA1C+M;CAoDhN;;AARC;;EAGI,gGAAyG;UAAzG,wFAAyG;CAI5G;;ADGH;ECrDA,YvBCa;EqBDX,0BpBKmB;EsBHrB,sBtBGqB;EQKjB,yBR0H4B;UQ1H5B,iBR0H4B;CqB7E/B;;AnBjDD;EoBAE,YvBLW;EqBDX,0BEDoF;EASpF,sBATyH;CpBOrG;;AoBKtB;EAII,+DAAkG;UAAlG,uDAAkG;CAIrG;;AAGD;EAEE,YvBvBW;EuBwBX,0BtBpBmB;EsBqBnB,sBtBrBmB;CsB0BpB;;AAED;;EAGE,YvBnCW;EuBoCX,0BAtCuK;EA0CvK,sBA1C+M;CAoDhN;;AARC;;EAGI,+FAAyG;UAAzG,uFAAyG;CAI5G;;ADGH;ECrDA,YvBCa;EqBDX,0BpBMmB;EsBJrB,sBtBIqB;EQIjB,yBR0H4B;UQ1H5B,iBR0H4B;CqB7E/B;;AnBjDD;EoBAE,YvBLW;EqBDX,0BEDoF;EASpF,sBATyH;CpBOrG;;AoBKtB;EAII,gEAAkG;UAAlG,wDAAkG;CAIrG;;AAGD;EAEE,YvBvBW;EuBwBX,0BtBnBmB;EsBoBnB,sBtBpBmB;CsByBpB;;AAED;;EAGE,YvBnCW;EuBoCX,0BAtCuK;EA0CvK,sBA1C+M;CAoDhN;;AARC;;EAGI,gGAAyG;UAAzG,wFAAyG;CAI5G;;ADGH;ECrDA,YvBCa;EqBDX,0BpBOmB;EsBLrB,sBtBKqB;EQGjB,yBR0H4B;UQ1H5B,iBR0H4B;CqB7E/B;;AnBjDD;EoBAE,YvBLW;EqBDX,0BEDoF;EASpF,sBATyH;CpBOrG;;AoBKtB;EAII,+DAAkG;UAAlG,uDAAkG;CAIrG;;AAGD;EAEE,YvBvBW;EuBwBX,0BtBlBmB;EsBmBnB,sBtBnBmB;CsBwBpB;;AAED;;EAGE,YvBnCW;EuBoCX,0BAtCuK;EA0CvK,sBA1C+M;CAoDhN;;AARC;;EAGI,+FAAyG;UAAzG,uFAAyG;CAI5G;;ADGH;ECrDA,evBUgB;EqBVd,0BpBQmB;EsBNrB,sBtBMqB;EQEjB,yBR0H4B;UQ1H5B,iBR0H4B;CqB7E/B;;AnBjDD;EoBAE,evBIc;EqBVd,0BEDoF;EASpF,sBATyH;CpBOrG;;AoBKtB;EAII,+DAAkG;UAAlG,uDAAkG;CAIrG;;AAGD;EAEE,evBdc;EuBed,0BtBjBmB;EsBkBnB,sBtBlBmB;CsBuBpB;;AAED;;EAGE,evB1Bc;EuB2Bd,0BAtCuK;EA0CvK,sBA1C+M;CAoDhN;;AARC;;EAGI,+FAAyG;UAAzG,uFAAyG;CAI5G;;ADGH;ECrDA,YvBCa;EqBDX,0BpBSmB;EsBPrB,sBtBOqB;EQCjB,yBR0H4B;UQ1H5B,iBR0H4B;CqB7E/B;;AnBjDD;EoBAE,YvBLW;EqBDX,0BEDoF;EASpF,sBATyH;CpBOrG;;AoBKtB;EAII,gEAAkG;UAAlG,wDAAkG;CAIrG;;AAGD;EAEE,YvBvBW;EuBwBX,0BtBhBmB;EsBiBnB,sBtBjBmB;CsBsBpB;;AAED;;EAGE,YvBnCW;EuBoCX,0BAtCuK;EA0CvK,sBA1C+M;CAoDhN;;AARC;;EAGI,gGAAyG;UAAzG,wFAAyG;CAI5G;;ADGH;ECrDA,evBUgB;EqBVd,0BpBWmB;EsBTrB,sBtBSqB;EQDjB,yBR0H4B;UQ1H5B,iBR0H4B;CqB7E/B;;AnBjDD;EoBAE,evBIc;EqBVd,0BEDoF;EASpF,sBATyH;CpBOrG;;AoBKtB;EAII,gEAAkG;UAAlG,wDAAkG;CAIrG;;AAGD;EAEE,evBdc;EuBed,0BtBdmB;EsBenB,sBtBfmB;CsBoBpB;;AAED;;EAGE,evB1Bc;EuB2Bd,0BAtCuK;EA0CvK,sBA1C+M;CAoDhN;;AARC;;EAGI,gGAAyG;UAAzG,wFAAyG;CAI5G;;ADGH;ECrDA,YvBCa;EqBDX,0BpBUmB;EsBRrB,sBtBQqB;EQAjB,yBR0H4B;UQ1H5B,iBR0H4B;CqB7E/B;;AnBjDD;EoBAE,YvBLW;EqBDX,0BEDoF;EASpF,sBATyH;CpBOrG;;AoBKtB;EAII,6DAAkG;UAAlG,qDAAkG;CAIrG;;AAGD;EAEE,YvBvBW;EuBwBX,0BtBfmB;EsBgBnB,sBtBhBmB;CsBqBpB;;AAED;;EAGE,YvBnCW;EuBoCX,0BAtCuK;EA0CvK,sBA1C+M;CAoDhN;;AARC;;EAGI,6FAAyG;UAAzG,qFAAyG;CAI5G;;ADSH;ECJA,etBnDqB;EsBoDrB,sBtBpDqB;CqByDpB;;AnBvDD;EoBqDE,YvB1DW;EuB2DX,0BtBxDmB;EsByDnB,sBtBzDmB;CEEC;;AoB0DtB;EAEE,yDtB9DmB;UsB8DnB,iDtB9DmB;CsB+DpB;;AAED;EAEE,etBnEmB;EsBoEnB,8BAA6B;CAC9B;;AAED;;EAGE,YvB7EW;EuB8EX,0BtB3EmB;EsB4EnB,sBtB5EmB;CsBsFpB;;AARC;;EAGI,+FtBjFe;UsBiFf,uFtBjFe;CsBqFlB;;AD9BH;ECJA,etBlDqB;EsBmDrB,sBtBnDqB;CqBwDpB;;AnBvDD;EoBqDE,YvB1DW;EuB2DX,0BtBvDmB;EsBwDnB,sBtBxDmB;CECC;;AoB0DtB;EAEE,yDtB7DmB;UsB6DnB,iDtB7DmB;CsB8DpB;;AAED;EAEE,etBlEmB;EsBmEnB,8BAA6B;CAC9B;;AAED;;EAGE,YvB7EW;EuB8EX,0BtB1EmB;EsB2EnB,sBtB3EmB;CsBqFpB;;AARC;;EAGI,+FtBhFe;UsBgFf,uFtBhFe;CsBoFlB;;AD9BH;ECJA,etBjDqB;EsBkDrB,sBtBlDqB;CqBuDpB;;AnBvDD;EoBqDE,YvB1DW;EuB2DX,0BtBtDmB;EsBuDnB,sBtBvDmB;CEAC;;AoB0DtB;EAEE,wDtB5DmB;UsB4DnB,gDtB5DmB;CsB6DpB;;AAED;EAEE,etBjEmB;EsBkEnB,8BAA6B;CAC9B;;AAED;;EAGE,YvB7EW;EuB8EX,0BtBzEmB;EsB0EnB,sBtB1EmB;CsBoFpB;;AARC;;EAGI,8FtB/Ee;UsB+Ef,sFtB/Ee;CsBmFlB;;AD9BH;ECJA,etBhDqB;EsBiDrB,sBtBjDqB;CqBsDpB;;AnBvDD;EoBqDE,YvB1DW;EuB2DX,0BtBrDmB;EsBsDnB,sBtBtDmB;CEDC;;AoB0DtB;EAEE,yDtB3DmB;UsB2DnB,iDtB3DmB;CsB4DpB;;AAED;EAEE,etBhEmB;EsBiEnB,8BAA6B;CAC9B;;AAED;;EAGE,YvB7EW;EuB8EX,0BtBxEmB;EsByEnB,sBtBzEmB;CsBmFpB;;AARC;;EAGI,+FtB9Ee;UsB8Ef,uFtB9Ee;CsBkFlB;;AD9BH;ECJA,etB/CqB;EsBgDrB,sBtBhDqB;CqBqDpB;;AnBvDD;EoBqDE,evBjDc;EuBkDd,0BtBpDmB;EsBqDnB,sBtBrDmB;CEFC;;AoB0DtB;EAEE,yDtB1DmB;UsB0DnB,iDtB1DmB;CsB2DpB;;AAED;EAEE,etB/DmB;EsBgEnB,8BAA6B;CAC9B;;AAED;;EAGE,evBpEc;EuBqEd,0BtBvEmB;EsBwEnB,sBtBxEmB;CsBkFpB;;AARC;;EAGI,+FtB7Ee;UsB6Ef,uFtB7Ee;CsBiFlB;;AD9BH;ECJA,etB9CqB;EsB+CrB,sBtB/CqB;CqBoDpB;;AnBvDD;EoBqDE,YvB1DW;EuB2DX,0BtBnDmB;EsBoDnB,sBtBpDmB;CEHC;;AoB0DtB;EAEE,yDtBzDmB;UsByDnB,iDtBzDmB;CsB0DpB;;AAED;EAEE,etB9DmB;EsB+DnB,8BAA6B;CAC9B;;AAED;;EAGE,YvB7EW;EuB8EX,0BtBtEmB;EsBuEnB,sBtBvEmB;CsBiFpB;;AARC;;EAGI,+FtB5Ee;UsB4Ef,uFtB5Ee;CsBgFlB;;AD9BH;ECJA,etB5CqB;EsB6CrB,sBtB7CqB;CqBkDpB;;AnBvDD;EoBqDE,evBjDc;EuBkDd,0BtBjDmB;EsBkDnB,sBtBlDmB;CELC;;AoB0DtB;EAEE,0DtBvDmB;UsBuDnB,kDtBvDmB;CsBwDpB;;AAED;EAEE,etB5DmB;EsB6DnB,8BAA6B;CAC9B;;AAED;;EAGE,evBpEc;EuBqEd,0BtBpEmB;EsBqEnB,sBtBrEmB;CsB+EpB;;AARC;;EAGI,gGtB1Ee;UsB0Ef,wFtB1Ee;CsB8ElB;;AD9BH;ECJA,etB7CqB;EsB8CrB,sBtB9CqB;CqBmDpB;;AnBvDD;EoBqDE,YvB1DW;EuB2DX,0BtBlDmB;EsBmDnB,sBtBnDmB;CEJC;;AoB0DtB;EAEE,uDtBxDmB;UsBwDnB,+CtBxDmB;CsByDpB;;AAED;EAEE,etB7DmB;EsB8DnB,8BAA6B;CAC9B;;AAED;;EAGE,YvB7EW;EuB8EX,0BtBrEmB;EsBsEnB,sBtBtEmB;CsBgFpB;;AARC;;EAGI,6FtB3Ee;UsB2Ef,qFtB3Ee;CsB+ElB;;ADnBL;EACE,iBtB8M+B;EsB7M/B,erBpEqB;EqBqErB,sBtB6F4C;CsBzE7C;;AnBvFC;EmBsEE,etB2F8D;EsB1F9D,sBrBmE4B;CE1IR;;AmBgExB;EAYI,sBrB8D4B;EqB7D5B,yBAAgB;UAAhB,iBAAgB;CACjB;;AAdH;EAkBI,etBjFc;EsBkFd,qBAAoB;CACrB;;AAUH;ECLE,mBtB0BmC;ECA/B,oBAtCY;EqBchB,oBtB8BkC;EOhIhC,8BRsO+B;UQtO/B,sBRsO+B;CsB/HlC;;AAED;ECTE,gBtByBgC;ECC5B,oBAtCY;EqBchB,sBtBgCoC;EOlIlC,8BRuO+B;UQvO/B,sBRuO+B;CsB5HlC;;AAOD;EACE,eAAc;EACd,YAAW;CAMZ;;AARD;EAMI,mBtBuT+B;CsBtThC;;AAIH;;;EAII,YAAW;CACZ;;AEvIH;ELMM,yCnBsP2C;EmBtP3C,oCnBsP2C;EmBtP3C,iCnBsP2C;CwBtPhD;;ALKG;EKXJ;ILYM,yBAAgB;IAAhB,oBAAgB;IAAhB,iBAAgB;GKNrB;C5Bu0FA;;A4B70FD;EAII,WAAU;CACX;;AAGH;EAEI,cAAa;CACd;;AAGH;EACE,mBAAkB;EAClB,UAAS;EACT,iBAAgB;ELXZ,sCnBuPwC;EmBvPxC,iCnBuPwC;EmBvPxC,8BnBuPwC;CwB1O7C;;ALRG;EKGJ;ILFM,yBAAgB;IAAhB,oBAAgB;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,mB5B2IU;C4B3I4B;;AAC7D;EAAsB,kB5B0IW;C4B1I0B;;AAQ3D;EACE,qBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,0BAAmB;MAAnB,uBAAmB;UAAnB,oBAAmB;EACnB,yB3B0HkC;E2BzHlC,iBAAgB;E1BsBZ,gBAtCY;E0BkBhB,iB5BgL+B;E4B/K/B,iB5BoL+B;E4BnL/B,e5B/FgB;E4BgGhB,mBAAkB;EAClB,oBAAmB;EACnB,0B5BvGgB;E4BwGhB,0B5BtGgB;EQNd,8BRuO+B;UQvO/B,sBRuO+B;C4BnHlC;;AApBD;;EAkBI,cAAa;CACd;;AASH;;EAEE,gB3B6FmC;C2B5FpC;;AAED;;;;;;EAME,qB5BkQgC;EE/Q5B,mBAtCY;E0BqDhB,iB5BsF+B;EQ/N7B,8BRsO+B;UQtO/B,sBRsO+B;C4B3FlC;;AAED;;EAEE,e3B6EkC;C2B5EnC;;AAED;;;;;;EAME,wB5B4OiC;EE1Q7B,oBAtCY;E0BsEhB,iB5BsE+B;EQhO7B,8BRuO+B;UQvO/B,sBRuO+B;C4B3ElC;;AAED;;EAEE,uBAA0E;CAC3E;;AAUD;;;;;;EpB3JI,mCoBiK4B;UpBjK5B,2BoBiK4B;EpBhK5B,sCoBgK4B;UpBhK5B,8BoBgK4B;CAC/B;;AAED;;;;;;EpBtJI,kCoB4J2B;UpB5J3B,0BoB4J2B;EpB3J3B,qCoB2J2B;UpB3J3B,6BoB2J2B;CAC9B;;ACvLD;EACE,mBAAkB;EAClB,eAAc;EACd,mBAA+C;EAC/C,qBAAqE;CACtE;;AAED;EACE,4BAAoB;EAApB,4BAAoB;EAApB,qBAAoB;EACpB,mB7Bqf0C;C6Bpf3C;;AAED;EACE,mBAAkB;EAClB,YAAW;EACX,WAAU;CAsCX;;AAzCD;EAMI,Y7BpBW;E6BqBX,sB7BQa;EqB9Bb,0BrB8Ba;ESpBX,yBTugB8C;USvgB9C,iBTugB8C;C6BxfjD;;AAVH;EAeM,+F7BAW;U6BAX,uF7BAW;C6BId;;AAnBH;EAsBI,sB7BqbsE;C6BpbvE;;AAvBH;EA0BI,Y7BxCW;E6ByCX,0B7B8e8E;E6B7e9E,sB7B6e8E;ES9gB5E,yBT+gB8C;US/gB9C,iBT+gB8C;C6B5ejD;;AA9BH;EAkCM,e7B1CY;C6B+Cb;;AAvCL;EAqCQ,0B7BjDU;C6BkDX;;AASP;EACE,mBAAkB;EAClB,iBAAgB;EAChB,oBAAmB;CA4BpB;;AA/BD;EAOI,mBAAkB;EAClB,aAA+E;EAC/E,cAA+D;EAC/D,eAAc;EACd,Y7B0bwC;E6BzbxC,a7BybwC;E6BxbxC,qBAAoB;EACpB,YAAW;EACX,uB7B5EW;E6B6EX,0B7BmJ6B;ESvN3B,yDTCS;USDT,iDTCS;C6BqEZ;;AAlBH;EAsBI,mBAAkB;EAClB,aAA+E;EAC/E,cAA+D;EAC/D,eAAc;EACd,Y7B2awC;E6B1axC,a7B0awC;E6BzaxC,YAAW;EACX,oCAAgE;CACjE;;AAQH;ErBrGI,+BRqOgC;UQrOhC,uBRqOgC;C6B7HjC;;AAHH;EAOM,8MZrEqI;CYsEtI;;AARL;EAaM,sB7BnFW;EqB9Bb,0BrB8Ba;ESpBX,yBTwhBqD;USxhBrD,iBTwhBqD;C6B9atD;;AAhBL;EAkBM,2JZhFqI;CYiFtI;;AAnBL;EAwBM,yC7B9FW;C6B+FZ;;AAzBL;EA2BM,yC7BjGW;C6BkGZ;;AAQL;EAGI,2B7B0Z+C;U6B1Z/C,mB7B0Z+C;C6BzZhD;;AAJH;EAQM,wJZ1GqI;CY2GtI;;AATL;EAcM,yC7BxHW;C6ByHZ;;AASL;EACE,sBAA2D;CAmC5D;;AApCD;EAKM,eAAqD;EACrD,e7BkY+E;E6BjY/E,oBAAmB;EAEnB,8B7BgY4E;U6BhY5E,sB7BgY4E;C6B/X7E;;AAVL;EAaM,yBAA0I;EAC1I,2BAA+G;EAC/G,wB7B2XiI;E6B1XjI,yB7B0XiI;E6BzXjI,0B7B3KY;E6B6KZ,8B7BsX4E;U6BtX5E,sB7BsX4E;EmBziB5E,kKnB8f+H;EmB9f/H,0JnB8f+H;EmB9f/H,6InB8f+H;EmB9f/H,0InB8f+H;EmB9f/H,qNnB8f+H;C6BzUhI;;AVhLD;EU2JJ;IV1JM,yBAAgB;IAAhB,oBAAgB;IAAhB,iBAAgB;GU+KjB;CjCmyGJ;;AiCxzGD;EA0BM,uB7BzLS;E6B0LT,uCAA4E;MAA5E,mCAA4E;UAA5E,+BAA4E;CAC7E;;AA5BL;EAiCM,yC7BnKW;C6BoKZ;;AAWL;EACE,sBAAqB;EACrB,YAAW;EACX,oC7BwR2H;E6BvR3H,2C7BwKkC;EEhQ9B,gBAtCY;E2BiIhB,iB7BiE+B;E6BhE/B,iB7BqE+B;E6BpE/B,e7B9MgB;E6B+MhB,uBAAsB;EACtB,8M7BmWmI;E6BlWnI,uB7BxNa;E6ByNb,0B7BrNgB;EQNd,+BRqOgC;UQrOhC,uBRqOgC;ES1N9B,yDTCS;USDT,iDTCS;E6BkNb,yBAAgB;KAAhB,sBAAgB;UAAhB,iBAAgB;CAsCjB;;AAtDD;EAmBI,sB7B0PsE;E6BzPtE,WAAU;EAER,+F7BrMW;U6BqMX,uF7BrMW;C6BmNd;;AApCH;EAiCM,e7BtOY;E6BuOZ,uB7B9OS;C6B+OV;;AAnCL;EAwCI,aAAY;EACZ,uB7BmIgC;E6BlIhC,uBAAsB;CACvB;;AA3CH;EA8CI,e7BpPc;E6BqPd,0B7BzPc;C6B0Pf;;AAhDH;EAoDI,cAAa;CACd;;AAGH;EACE,mC7BmOqI;E6BlOrI,qB7B2HkC;E6B1HlC,wB7B0HkC;E6BzHlC,qB7B0HiC;EE1Q7B,oBAtCY;C2BwLjB;;AAED;EACE,iC7B4NqI;E6B3NrI,oB7BwHiC;E6BvHjC,uB7BuHiC;E6BtHjC,mB7BuHgC;EE/Q5B,mBAtCY;C2BgMjB;;AAOD;EACE,mBAAkB;EAClB,sBAAqB;EACrB,YAAW;EACX,oC7B0M2H;E6BzM3H,iBAAgB;CACjB;;AAED;EACE,mBAAkB;EAClB,WAAU;EACV,YAAW;EACX,oC7BkM2H;E6BjM3H,UAAS;EACT,WAAU;CAoBX;;AA1BD;EASI,sB7B+KsE;E6B9KtE,yD7B9Qa;U6B8Qb,iD7B9Qa;C6B+Qd;;AAXH;EAcI,0B7B7Sc;C6B8Sf;;AAfH;EAmBM,kB7BqUQ;C6BpUT;;AApBL;EAwBI,2BAA0B;CAC3B;;AAGH;EACE,mBAAkB;EAClB,OAAM;EACN,SAAQ;EACR,QAAO;EACP,WAAU;EACV,oC7BoK2H;E6BnK3H,0B7BoDkC;E6BlDlC,iB7BlD+B;E6BmD/B,iB7B9C+B;E6B+C/B,e7BjUgB;E6BkUhB,uB7BzUa;E6B0Ub,0B7BtUgB;EQNd,+BRqOgC;UQrOhC,uBRqOgC;ES1N9B,yDTCS;USDT,iDTCS;C6BoVd;;AAjCD;EAkBI,mBAAkB;EAClB,OAAM;EACN,SAAQ;EACR,UAAS;EACT,WAAU;EACV,eAAc;EACd,8B7B8I+F;E6B7I/F,0B7BkCgC;E6BjChC,iB7B9D6B;E6B+D7B,e7BjVc;E6BkVd,kBAAiB;ER1VjB,0BrBGc;E6ByVd,qBAAoB;ErB7VpB,2CqB8VgF;UrB9VhF,mCqB8VgF;CACjF;;AASH;EACE,YAAW;EACX,4BAA+F;EAC/F,WAAU;EACV,8BAA6B;EAC7B,yBAAgB;KAAhB,sBAAgB;UAAhB,iBAAgB;CAkIjB;;AAvID;EAQI,cAAa;CAOd;;AAfH;EAY8B,yE7BrVb;U6BqVa,iE7BrVb;C6BqViE;;AAZlF;EAa8B,iE7BtVb;C6BsViE;;AAblF;EAc8B,iE7BvVb;C6BuViE;;AAdlF;EAkBI,UAAS;CACV;;AAnBH;EAsBI,Y7B8N6C;E6B7N7C,a7B6N6C;E6B5N7C,qBAAyE;ER/XzE,0BrB8Ba;E6BmWb,U7B6N0C;EQ/lB1C,4BRgmB6C;UQhmB7C,oBRgmB6C;ESrlB3C,wDTCS;USDT,gDTCS;EmBXT,6HnB8f+H;EmB9f/H,qHnB8f+H;EmB9f/H,gHnB8f+H;EmB9f/H,6GnB8f+H;EmB9f/H,mJnB8f+H;E6BzHjI,yBAAgB;UAAhB,iBAAgB;CAKjB;;AVrYC;EUkWJ;IVjWM,yBAAgB;IAAhB,oBAAgB;IAAhB,iBAAgB;GUoYnB;CjCqwGF;;AiCxyGD;ERvWI,0BrBmmB2E;C6B1N1E;;AAlCL;EAsCI,Y7BuMoC;E6BtMpC,e7BuMqC;E6BtMrC,mBAAkB;EAClB,gB7BsMuC;E6BrMvC,0B7B7Yc;E6B8Yd,0BAAyB;ErBnZzB,4BRylBoC;UQzlBpC,oBRylBoC;ES9kBlC,+DTCS;USDT,uDTCS;C6B0YZ;;AA9CH;EAiDI,Y7BmM6C;E6BlM7C,a7BkM6C;EqB3lB7C,0BrB8Ba;E6B6Xb,U7BmM0C;EQ/lB1C,oBRgmB6C;ESrlB3C,gDTCS;EmBXT,6HnB8f+H;EmB9f/H,qHnB8f+H;EmB9f/H,gHnB8f+H;EmB9f/H,6GnB8f+H;EmB9f/H,mJnB8f+H;E6B/FjI,sBAAgB;OAAhB,iBAAgB;CAKjB;;AV/ZC;EUkWJ;IVjWM,yBAAgB;IAAhB,oBAAgB;IAAhB,iBAAgB;GU8ZnB;CjC2wGF;;AiCx0GD;ERvWI,0BrBmmB2E;C6BhM1E;;AA5DL;EAgEI,Y7B6KoC;E6B5KpC,e7B6KqC;E6B5KrC,mBAAkB;EAClB,gB7B4KuC;E6B3KvC,0B7Bvac;E6Bwad,0BAAyB;ErB7azB,oBRylBoC;ES9kBlC,uDTCS;C6BoaZ;;AAxEH;EA2EI,Y7ByK6C;E6BxK7C,a7BwK6C;E6BvK7C,cAAa;EACb,qB7BvD+B;E6BwD/B,oB7BxD+B;EqB9X/B,0BrB8Ba;E6B0Zb,U7BsK0C;EQ/lB1C,oBRgmB6C;ESrlB3C,gDTCS;EmBXT,6HnB8f+H;EmB9f/H,qHnB8f+H;EmB9f/H,gHnB8f+H;EmB9f/H,6GnB8f+H;EmB9f/H,mJnB8f+H;E6BlEjI,iBAAgB;CAKjB;;AV5bC;EUkWJ;IVjWM,yBAAgB;IAAhB,oBAAgB;IAAhB,iBAAgB;GU2bnB;CjCixGF;;AiC32GD;ERvWI,0BrBmmB2E;C6BnK1E;;AAzFL;EA6FI,Y7BgJoC;E6B/IpC,e7BgJqC;E6B/IrC,mBAAkB;EAClB,gB7B+IuC;E6B9IvC,8BAA6B;EAC7B,0BAAyB;EACzB,qBAA4C;EpBhc1C,uDTCS;C6BicZ;;AArGH;EAwGI,0B7B3cc;EQLd,oBRylBoC;C6BvIrC;;AA1GH;EA6GI,mBAAkB;EAClB,0B7Bjdc;EQLd,oBRylBoC;C6BjIrC;;AAhHH;EAoHM,0B7BrdY;C6Bsdb;;AArHL;EAwHM,gBAAe;CAChB;;AAzHL;EA4HM,0B7B7dY;C6B8db;;AA7HL;EAgIM,gBAAe;CAChB;;AAjIL;EAoIM,0B7BreY;C6Bseb;;AAIL;;;EVhfM,6HnB8f+H;EmB9f/H,qHnB8f+H;EmB9f/H,gHnB8f+H;EmB9f/H,6GnB8f+H;EmB9f/H,mJnB8f+H;C6BVpI;;AV/eG;EU2eJ;;;IV1eM,yBAAgB;IAAhB,oBAAgB;IAAhB,iBAAgB;GU8erB;CjC0xGA;;AkC/wHD;EACE,qBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,oBAAe;MAAf,gBAAe;EACf,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glBiC;IgC/kBjC,4BhCglBuC;OgChlBvC,yBhCglBuC;YgChlBvC,oBhCglBuC;IgC/kBvC,WAAU;IACV,UAAS;GAOZ;EAhBD;IAYM,sBAAqB;IACrB,YAAW;GACZ;CpCyqIJ;;AoChqID;EAEI,iBAAgB;CAyBjB;;AA3BH;ExB/PI,yBwBqQ4B;UxBrQ5B,iBwBqQ4B;CACzB;;AAPP;EAUQ,iBAAgB;ExBzQpB,yBwB0Q4B;UxB1Q5B,iBwB0Q4B;CACzB;;AAZP;EAgBM,iBAAgB;ExBxPlB,sCwByPiC;UxBzPjC,8BwByPiC;ExBxPjC,qCwBwPiC;UxBxPjC,6BwBwPiC;CAChC;;AAlBL;ExBtPI,kCwB2Q8B;UxB3Q9B,0BwB2Q8B;ExB1Q9B,mCwB0Q8B;UxB1Q9B,2BwB0Q8B;CAC7B;;AAtBL;EAyBM,oBhCtD2B;CgCuD5B;;AC9RL;EACE,qBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,oBAAe;MAAf,gBAAe;EACf,ahC4KmC;EgC3KnC,iBhC6KmC;EgC5KnC,iBAAgB;EAChB,uBhC4KsC;EO7KpC,+BRqOgC;UQrOhC,uBRqOgC;CiClOnC;;AAED;EAGI,qBhCmKsC;CgC3JvC;;AAXH;EAMM,sBAAqB;EACrB,sBhC+JoC;EgC9JpC,ehCDiB;EgCEjB,ahCkK2C;CgCjK5C;;AAVL;EAoBI,2BAA0B;CAC3B;;AArBH;EAwBI,sBAAqB;CACtB;;AAzBH;EA4BI,ehCdc;CgCef;;ACvCH;EACE,qBAAa;EAAb,qBAAa;EAAb,cAAa;E7BGb,gBAAe;EACf,iBAAgB;EGAd,iCPsNyC;UOtNzC,yBPsNyC;CiCvN5C;;AAED;EACE,mBAAkB;EAClB,eAAc;EACd,qBjCqLsC;EiCpLtC,kBlC6N+B;EkC5N/B,kBlCwwBsC;EkCvwBtC,elCwBe;EkCvBf,uBlCNa;EkCOb,0BlCJgB;CkCmBjB;;AAvBD;EAWI,WAAU;EACV,ejCPmB;EiCQnB,sBAAqB;EACrB,uBjC4K0C;EiC3K1C,sBjC4K6C;CiC3K9C;;AAhBH;EAmBI,WAAU;EACV,WlCiwBiC;EkChwBjC,yDlCSa;UkCTb,iDlCSa;CkCRd;;AAGH;EAGM,eAAc;E1BChB,0CPwLyC;UOxLzC,kCPwLyC;EOvLzC,6CPuLyC;UOvLzC,qCPuLyC;CiCvLxC;;AALL;E1BVI,2CPsMyC;UOtMzC,mCPsMyC;EOrMzC,8CPqMyC;UOrMzC,sCPqMyC;CiClLxC;;AAVL;EAcI,WAAU;EACV,YlCvCW;EkCwCX,0BjCpCmB;EiCqCnB,sBjCrCmB;CiCsCpB;;AAlBH;EAqBI,elCvCc;EkCwCd,qBAAoB;EAEpB,aAAY;EACZ,uBlCjDW;EkCkDX,sBjCbiC;CiCclC;;ACvDD;EACE,wBnC8wBsC;EEnpBpC,mBAtCY;EiCnFd,iBnC8N6B;CmC7N9B;;AAIG;E3BwBF,uCRwM+B;UQxM/B,+BRwM+B;EQvM/B,0CRuM+B;UQvM/B,kCRuM+B;CmC9N5B;;AAGD;E3BKF,wCRsN+B;UQtN/B,gCRsN+B;EQrN/B,2CRqN+B;UQrN/B,mCRqN+B;CmCzN5B;;AAfL;EACE,wBnC4wBqC;EEjpBnC,oBAtCY;EiCnFd,iBnC+N6B;CmC9N9B;;AAIG;E3BwBF,uCRyM+B;UQzM/B,+BRyM+B;EQxM/B,0CRwM+B;UQxM/B,kCRwM+B;CmC/N5B;;AAGD;E3BKF,wCRuN+B;UQvN/B,gCRuN+B;EQtN/B,2CRsN+B;UQtN/B,mCRsN+B;CmC1N5B;;ACbP;EACE,sBAAqB;EACrB,wBnCkPmC;EC1H/B,kBAtCY;EkChFhB,iBnCkP+B;EmCjP/B,eAAc;EACd,mBAAkB;EAClB,oBAAmB;EACnB,yBAAwB;E5BRtB,gCPuPkC;UOvPlC,wBPuPkC;EkBtPhC,sJnBqb6I;EmBrb7I,8InBqb6I;EmBrb7I,yInBqb6I;EmBrb7I,sInBqb6I;EmBrb7I,4KnBqb6I;CoChalJ;;AjBhBG;EiBNJ;IjBOM,yBAAgB;IAAhB,oBAAgB;IAAhB,iBAAgB;GiBerB;CxCmjJA;;AO9jJC;EiCGI,sBAAqB;CjCAxB;;AiCdH;EAoBI,cAAa;CACd;;AAIH;EACE,mBAAkB;EAClB,UAAS;CACV;;AAMD;EACE,uBnCqNmC;EmCpNnC,sBnCoNmC;EOxPjC,6BRs5BqC;UQt5BrC,qBRs5BqC;CoCh3BxC;;AAOC;ECjDA,YrCMa;EqCLb,0BpCQqB;CmC0CpB;;AjCpCD;EkCVI,YrCCS;EqCAT,0BAAkC;ClCYrC;;AkCfO;EAQJ,WAAU;EACV,yDpCHiB;UoCGjB,iDpCHiB;CoCIlB;;ADoCH;ECjDA,YrCMa;EqCLb,0BpCSqB;CmCyCpB;;AjCpCD;EkCVI,YrCCS;EqCAT,0BAAkC;ClCYrC;;AkCfO;EAQJ,WAAU;EACV,yDpCFiB;UoCEjB,iDpCFiB;CoCGlB;;ADoCH;ECjDA,YrCMa;EqCLb,0BpCUqB;CmCwCpB;;AjCpCD;EkCVI,YrCCS;EqCAT,0BAAkC;ClCYrC;;AkCfO;EAQJ,WAAU;EACV,wDpCDiB;UoCCjB,gDpCDiB;CoCElB;;ADoCH;ECjDA,YrCMa;EqCLb,0BpCWqB;CmCuCpB;;AjCpCD;EkCVI,YrCCS;EqCAT,0BAAkC;ClCYrC;;AkCfO;EAQJ,WAAU;EACV,yDpCAiB;UoCAjB,iDpCAiB;CoCClB;;ADoCH;ECjDA,erCegB;EqCdhB,0BpCYqB;CmCsCpB;;AjCpCD;EkCVI,erCUY;EqCTZ,0BAAkC;ClCYrC;;AkCfO;EAQJ,WAAU;EACV,yDpCCiB;UoCDjB,iDpCCiB;CoCAlB;;ADoCH;ECjDA,YrCMa;EqCLb,0BpCaqB;CmCqCpB;;AjCpCD;EkCVI,YrCCS;EqCAT,0BAAkC;ClCYrC;;AkCfO;EAQJ,WAAU;EACV,yDpCEiB;UoCFjB,iDpCEiB;CoCDlB;;ADoCH;ECjDA,erCegB;EqCdhB,0BpCeqB;CmCmCpB;;AjCpCD;EkCVI,erCUY;EqCTZ,0BAAkC;ClCYrC;;AkCfO;EAQJ,WAAU;EACV,0DpCIiB;UoCJjB,kDpCIiB;CoCHlB;;ADoCH;ECjDA,YrCMa;EqCLb,0BpCcqB;CmCoCpB;;AjCpCD;EkCVI,YrCCS;EqCAT,0BAAkC;ClCYrC;;AkCfO;EAQJ,WAAU;EACV,uDpCGiB;UoCHjB,+CpCGiB;CoCFlB;;ACdL;EACE,mBAAoD;EACpD,oBtC0yBsC;EsCxyBtC,0BtCKgB;EQJd,8BRsO+B;UQtO/B,sBRsO+B;CsCjOlC;;AzBkDG;EyB5DJ;IAQI,mBtCoyBoC;GsClyBvC;C1C4tJA;;A0C1tJD;EACE,iBAAgB;EAChB,gBAAe;E9BTb,yB8BUsB;U9BVtB,iB8BUsB;CACzB;;ACZD;EACE,mBAAkB;EAClB,qBtCgNsC;EsC/MtC,uBtCgNyC;EsC/MzC,8BAA6C;E/BH3C,+BRqOgC;UQrOhC,uBRqOgC;CuChOnC;;AAGD;EAEE,eAAc;CACf;;AAGD;EACE,iBvCwQ+B;CuCvQhC;;AAOD;EACE,sBAAsD;CAUvD;;AAXD;EAKI,mBAAkB;EAClB,OAAM;EACN,SAAQ;EACR,qBtCkLoC;EsCjLpC,eAAc;CACf;;AASD;EC9CA,evBmFgE;EI9E9D,0BJ8E8D;EuBjFhE,sBvBiFgE;CsBnC/D;;AC5CD;EACE,0BAAqC;CACtC;;AAED;EACE,eAA0B;CAC3B;;ADoCD;EC9CA,evBmFgE;EI9E9D,0BJ8E8D;EuBjFhE,sBvBiFgE;CsBnC/D;;AC5CD;EACE,0BAAqC;CACtC;;AAED;EACE,eAA0B;CAC3B;;ADoCD;EC9CA,evBmFgE;EI9E9D,0BJ8E8D;EuBjFhE,sBvBiFgE;CsBnC/D;;AC5CD;EACE,0BAAqC;CACtC;;AAED;EACE,eAA0B;CAC3B;;ADoCD;EC9CA,evBmFgE;EI9E9D,0BJ8E8D;EuBjFhE,sBvBiFgE;CsBnC/D;;AC5CD;EACE,0BAAqC;CACtC;;AAED;EACE,eAA0B;CAC3B;;ADoCD;EC9CA,evBmFgE;EI9E9D,0BJ8E8D;EuBjFhE,sBvBiFgE;CsBnC/D;;AC5CD;EACE,0BAAqC;CACtC;;AAED;EACE,eAA0B;CAC3B;;ADoCD;EC9CA,evBmFgE;EI9E9D,0BJ8E8D;EuBjFhE,sBvBiFgE;CsBnC/D;;AC5CD;EACE,0BAAqC;CACtC;;AAED;EACE,eAA0B;CAC3B;;ADoCD;EC9CA,avBmFgE;EI9E9D,wBJ8E8D;EuBjFhE,oBvBiFgE;CsBnC/D;;AC5CD;EACE,0BAAqC;CACtC;;AAED;EACE,eAA0B;CAC3B;;ADoCD;EC9CA,evBmFgE;EI9E9D,0BJ8E8D;EuBjFhE,sBvBiFgE;CsBnC/D;;AC5CD;EACE,0BAAqC;CACtC;;AAED;EACE,eAA0B;CAC3B;;ACTD;EACE;IAAO,2BAAuC;G7C03J/C;E6Cz3JC;IAAK,yBAAwB;G7C43J9B;CACF;;A6C/3JC;EACE;IAAO,2BAAuC;G7C03J/C;E6Cz3JC;IAAK,yBAAwB;G7C43J9B;CACF;;A6Cz3JD;EACE,qBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,YxC4P+B;EwC3P/B,iBAAgB;EvCoHZ,mBAtCY;EuC5EhB,0BzCJgB;EQJd,6BPkQ+B;UOlQ/B,qBPkQ+B;EQvP7B,6DTCS;USDT,qDTCS;CyCDd;;AAED;EACE,qBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,6BAAsB;EAAtB,8BAAsB;MAAtB,2BAAsB;UAAtB,uBAAsB;EACtB,yBAAuB;MAAvB,sBAAuB;UAAvB,wBAAuB;EACvB,YzCfa;EyCgBb,mBAAkB;EAClB,oBAAmB;EACnB,0BxCdqB;EkBLjB,oCnBw9B4C;EmBx9B5C,+BnBw9B4C;EmBx9B5C,4BnBw9B4C;CyCn8BjD;;AtBhBG;EsBOJ;ItBNM,yBAAgB;IAAhB,oBAAgB;IAAhB,iBAAgB;GsBerB;C7Ci4JA;;A6C/3JD;EpBcE,8MAA6I;EAA7I,yMAA6I;EAA7I,sMAA6I;EoBZ7I,iCxCuO+B;UwCvO/B,yBxCuO+B;CwCtOhC;;AAGC;EACE,2DzCy7BkD;UyCz7BlD,mDzCy7BkD;CyCp7BnD;;AAHC;EAHF;IAII,wBAAe;YAAf,gBAAe;GAElB;C7Ck4JF;;A8C36JD;EACE,qBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,yBAAuB;MAAvB,sBAAuB;UAAvB,wBAAuB;CACxB;;AAED;EACE,oBAAO;MAAP,YAAO;UAAP,QAAO;CACR;;ACHD;EACE,qBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,6BAAsB;EAAtB,8BAAsB;MAAtB,2BAAsB;UAAtB,uBAAsB;EAGtB,gBAAe;EACf,iBAAgB;CACjB;;AAQD;EACE,YAAW;EACX,e3CPgB;E2CQhB,oBAAmB;CAcpB;;AxCpBC;EwCUE,WAAU;EACV,e3Cbc;E2Ccd,sBAAqB;EACrB,0B3CrBc;CGWf;;AwCAH;EAcI,e3CjBc;E2CkBd,0B3CzBc;C2C0Bf;;AAQH;EACE,mBAAkB;EAClB,eAAc;EACd,yB3C47ByC;E2C17BzC,oB3CuL+B;E2CrL/B,uB3C3Ca;E2C4Cb,uC3ClCa;C2C2Dd;;AAjCD;EnC7BI,wCR4NgC;UQ5NhC,gCR4NgC;EQ3NhC,yCR2NgC;UQ3NhC,iCR2NgC;C2CnLjC;;AAZH;EAeI,iBAAgB;EnC9BhB,4CR8MgC;UQ9MhC,oCR8MgC;EQ7MhC,2CR6MgC;UQ7MhC,mCR6MgC;C2C9KjC;;AAjBH;EAqBI,e3CnDc;E2CoDd,qBAAoB;EACpB,uB3C3DW;C2C4DZ;;AAxBH;EA4BI,WAAU;EACV,Y3CjEW;E2CkEX,0B3CrCa;E2CsCb,sB3CtCa;C2CuCd;;AAYC;EACE,+BAAmB;EAAnB,8BAAmB;MAAnB,wBAAmB;UAAnB,oBAAmB;CAiBpB;;AAlBD;EAII,mB3C4IyB;E2C3IzB,iBAAgB;CAYjB;;AAjBH;EnCpDA,wCRuMgC;UQvMhC,gCRuMgC;EQtMhC,2CRsMgC;UQtMhC,mCRsMgC;EQ1LhC,mCmCgDwC;UnChDxC,2BmCgDwC;CACnC;;AAVL;EAaM,gBAAe;EnC/ErB,yCRqNgC;UQrNhC,iCRqNgC;EQpNhC,4CRoNgC;UQpNhC,oCRoNgC;EQ9KhC,qCmC0C0C;UnC1C1C,6BmC0C0C;CACrC;;A9B3CL;E8B2BA;IACE,+BAAmB;IAAnB,8BAAmB;QAAnB,wBAAmB;YAAnB,oBAAmB;GAiBpB;EAlBD;IAII,mB3C4IyB;I2C3IzB,iBAAgB;GAYjB;EAjBH;InCpDA,wCRuMgC;YQvMhC,gCRuMgC;IQtMhC,2CRsMgC;YQtMhC,mCRsMgC;IQ1LhC,mCmCgDwC;YnChDxC,2BmCgDwC;GACnC;EAVL;IAaM,gBAAe;InC/ErB,yCRqNgC;YQrNhC,iCRqNgC;IQpNhC,4CRoNgC;YQpNhC,oCRoNgC;IQ9KhC,qCmC0C0C;YnC1C1C,6BmC0C0C;GACrC;C/Ck7JR;;AiB79JG;E8B2BA;IACE,+BAAmB;IAAnB,8BAAmB;QAAnB,wBAAmB;YAAnB,oBAAmB;GAiBpB;EAlBD;IAII,mB3C4IyB;I2C3IzB,iBAAgB;GAYjB;EAjBH;InCpDA,wCRuMgC;YQvMhC,gCRuMgC;IQtMhC,2CRsMgC;YQtMhC,mCRsMgC;IQ1LhC,mCmCgDwC;YnChDxC,2BmCgDwC;GACnC;EAVL;IAaM,gBAAe;InC/ErB,yCRqNgC;YQrNhC,iCRqNgC;IQpNhC,4CRoNgC;YQpNhC,oCRoNgC;IQ9KhC,qCmC0C0C;YnC1C1C,6BmC0C0C;GACrC;C/Cu8JR;;AiBl/JG;E8B2BA;IACE,+BAAmB;IAAnB,8BAAmB;QAAnB,wBAAmB;YAAnB,oBAAmB;GAiBpB;EAlBD;IAII,mB3C4IyB;I2C3IzB,iBAAgB;GAYjB;EAjBH;InCpDA,wCRuMgC;YQvMhC,gCRuMgC;IQtMhC,2CRsMgC;YQtMhC,mCRsMgC;IQ1LhC,mCmCgDwC;YnChDxC,2BmCgDwC;GACnC;EAVL;IAaM,gBAAe;InC/ErB,yCRqNgC;YQrNhC,iCRqNgC;IQpNhC,4CRoNgC;YQpNhC,oCRoNgC;IQ9KhC,qCmC0C0C;YnC1C1C,6BmC0C0C;GACrC;C/C49JR;;AiBvgKG;E8B2BA;IACE,+BAAmB;IAAnB,8BAAmB;QAAnB,wBAAmB;YAAnB,oBAAmB;GAiBpB;EAlBD;IAII,mB3C4IyB;I2C3IzB,iBAAgB;GAYjB;EAjBH;InCpDA,wCRuMgC;YQvMhC,gCRuMgC;IQtMhC,2CRsMgC;YQtMhC,mCRsMgC;IQ1LhC,mCmCgDwC;YnChDxC,2BmCgDwC;GACnC;EAVL;IAaM,gBAAe;InC/ErB,yCRqNgC;YQrNhC,iCRqNgC;IQpNhC,4CRoNgC;YQpNhC,oCRoNgC;IQ9KhC,qCmC0C0C;YnC1C1C,6BmC0C0C;GACrC;C/Ci/JR;;A+Cr+JD;EAEI,gBAAe;EACf,eAAc;EnCjHd,yBmCkHwB;UnClHxB,iBmCkHwB;CAKzB;;AATH;EAOM,oB3C6G2B;C2C5G5B;;AARL;EAaM,cAAa;CACd;;AAdL;EAmBM,iBAAgB;EAChB,iBAAgB;CACjB;;ACrIH;EACE,e3BgF8D;E2B/E9D,0B3B+E8D;C2BjE/D;;AzCHD;EyCPM,e3B2E0D;E2B1E1D,0BAAyC;CzCS9C;;AyChBD;EAWM,e3CWU;E2CVV,0B3BqE0D;E2BpE1D,sB3BoE0D;C2BnE3D;;AAdL;EACE,e3BgF8D;E2B/E9D,0B3B+E8D;C2BjE/D;;AzCHD;EyCPM,e3B2E0D;E2B1E1D,0BAAyC;CzCS9C;;AyChBD;EAWM,e3CWU;E2CVV,0B3BqE0D;E2BpE1D,sB3BoE0D;C2BnE3D;;AAdL;EACE,e3BgF8D;E2B/E9D,0B3B+E8D;C2BjE/D;;AzCHD;EyCPM,e3B2E0D;E2B1E1D,0BAAyC;CzCS9C;;AyChBD;EAWM,e3CWU;E2CVV,0B3BqE0D;E2BpE1D,sB3BoE0D;C2BnE3D;;AAdL;EACE,e3BgF8D;E2B/E9D,0B3B+E8D;C2BjE/D;;AzCHD;EyCPM,e3B2E0D;E2B1E1D,0BAAyC;CzCS9C;;AyChBD;EAWM,e3CWU;E2CVV,0B3BqE0D;E2BpE1D,sB3BoE0D;C2BnE3D;;AAdL;EACE,e3BgF8D;E2B/E9D,0B3B+E8D;C2BjE/D;;AzCHD;EyCPM,e3B2E0D;E2B1E1D,0BAAyC;CzCS9C;;AyChBD;EAWM,e3CWU;E2CVV,0B3BqE0D;E2BpE1D,sB3BoE0D;C2BnE3D;;AAdL;EACE,e3BgF8D;E2B/E9D,0B3B+E8D;C2BjE/D;;AzCHD;EyCPM,e3B2E0D;E2B1E1D,0BAAyC;CzCS9C;;AyChBD;EAWM,e3CWU;E2CVV,0B3BqE0D;E2BpE1D,sB3BoE0D;C2BnE3D;;AAdL;EACE,e3BgF8D;E2B/E9D,wB3B+E8D;C2BjE/D;;AzCHD;EyCPM,e3B2E0D;E2B1E1D,0BAAyC;CzCS9C;;AyChBD;EAWM,e3CWU;E2CVV,0B3BqE0D;E2BpE1D,sB3BoE0D;C2BnE3D;;AAdL;EACE,e3BgF8D;E2B/E9D,0B3B+E8D;C2BjE/D;;AzCHD;EyCPM,e3B2E0D;E2B1E1D,0BAAyC;CzCS9C;;AyChBD;EAWM,e3CWU;E2CVV,0B3BqE0D;E2BpE1D,sB3BoE0D;C2BnE3D;;ACjBP;EACE,aAAY;E3CwJN,kBAhEU;E2CtFhB,iB7CyR+B;E6CxR/B,eAAc;EACd,Y7CYa;E6CXb,0B7CCa;E6CAb,YAAW;CAaZ;;A3C2JO;E2C/KR;I3CuLY,mCA9D+C;G2CrG1D;CjDuuKA;;AO/uKC;E0CDE,Y7CMW;E6CLX,sBAAqB;C1CAD;;AAItB;E0CCI,aAAY;C1CEf;;A0CSH;EACE,WAAU;EACV,8BAA6B;E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","file":"../bootstrap.css","sourcesContent":["@charset \"UTF-8\";\n/*!\r\n * Bootstrap v4.3.1 (https://getbootstrap.com/)\r\n * Copyright 2011-2019 The Bootstrap Authors\r\n * Copyright 2011-2019 Twitter, Inc.\r\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\r\n */\n:root {\n --blue: #007bff;\n --indigo: #6610f2;\n --purple: #6f42c1;\n --pink: #e83e8c;\n --red: #dc3545;\n --orange: #fd7e14;\n --yellow: #ffc107;\n --green: #28a745;\n --teal: #20c997;\n --cyan: #17a2b8;\n --white: #fff;\n --gray: #6c757d;\n --gray-dark: #343a40;\n --primary: #6E4FF6;\n --secondary: #1DC9B7;\n --success: #4caf50;\n --info: #36A3F7;\n --warning: #FFB822;\n --danger: #F4516C;\n --light: #ffffff;\n --dark: #202428;\n --breakpoint-xs: 0;\n --breakpoint-sm: 576px;\n --breakpoint-md: 768px;\n --breakpoint-lg: 992px;\n --breakpoint-xl: 1200px;\n --font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Work Sans\", sans-serif;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #6F7495;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #6E4FF6;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0056b3;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\n@media (max-width: 1200px) {\n legend {\n font-size: calc(1.275rem + 0.3vw) ;\n }\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: 0;\n font-weight: 500;\n line-height: 1.2;\n color: #313342;\n}\n\nh1, .h1 {\n font-size: 2.4rem;\n}\n\n@media (max-width: 1200px) {\n h1, .h1 {\n font-size: calc(1.365rem + 1.38vw) ;\n }\n}\n\nh2, .h2 {\n font-size: 2rem;\n}\n\n@media (max-width: 1200px) {\n h2, .h2 {\n font-size: calc(1.325rem + 0.9vw) ;\n }\n}\n\nh3, .h3 {\n font-size: 1.6rem;\n}\n\n@media (max-width: 1200px) {\n h3, .h3 {\n font-size: calc(1.285rem + 0.42vw) ;\n }\n}\n\nh4, .h4 {\n font-size: 1.33rem;\n}\n\n@media (max-width: 1200px) {\n h4, .h4 {\n font-size: calc(1.258rem + 0.096vw) ;\n }\n}\n\nh5, .h5 {\n font-size: 1.2rem;\n}\n\nh6, .h6 {\n font-size: 1.1rem;\n}\n\n.lead {\n font-size: 1.33rem;\n font-weight: 400;\n}\n\n@media (max-width: 1200px) {\n .lead {\n font-size: calc(1.258rem + 0.096vw) ;\n }\n}\n\n.display-1 {\n font-size: 4rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\n@media (max-width: 1200px) {\n .display-1 {\n font-size: calc(1.525rem + 3.3vw) ;\n }\n}\n\n.display-2 {\n font-size: 3.6rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\n@media (max-width: 1200px) {\n .display-2 {\n font-size: calc(1.485rem + 2.82vw) ;\n }\n}\n\n.display-3 {\n font-size: 3.2rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\n@media (max-width: 1200px) {\n .display-3 {\n font-size: calc(1.445rem + 2.34vw) ;\n }\n}\n\n.display-4 {\n font-size: 2.8rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\n@media (max-width: 1200px) {\n .display-4 {\n font-size: calc(1.405rem + 1.86vw) ;\n }\n}\n\nhr {\n margin-top: 4.67rem;\n margin-bottom: 4.67rem;\n border: 0;\n border-top: 1px solid #e9ebf4;\n}\n\nsmall,\n.small {\n font-size: 80%;\n font-weight: 400;\n}\n\nmark,\n.mark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline-item {\n display: inline-block;\n}\n\n.list-inline-item:not(:last-child) {\n margin-right: 0.5rem;\n}\n\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\n\n.blockquote {\n margin-bottom: 1rem;\n font-size: 1.25rem;\n}\n\n.blockquote-footer {\n display: block;\n font-size: 80%;\n color: #6c757d;\n}\n\n.blockquote-footer::before {\n content: \"\\2014\\00A0\";\n}\n\n.img-fluid {\n max-width: 100%;\n height: auto;\n}\n\n.img-thumbnail {\n padding: 0.25rem;\n background-color: #fff;\n border: 1px solid #dee2e6;\n border-radius: 0.25rem;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n max-width: 100%;\n height: auto;\n}\n\n.figure {\n display: inline-block;\n}\n\n.figure-img {\n margin-bottom: 0.5rem;\n line-height: 1;\n}\n\n.figure-caption {\n font-size: 90%;\n color: #6c757d;\n}\n\ncode {\n font-size: 87.5%;\n color: #e83e8c;\n word-break: break-word;\n}\n\na > code {\n color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 87.5%;\n color: #fff;\n background-color: #212529;\n border-radius: 0.2rem;\n box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);\n}\n\nkbd kbd {\n padding: 0;\n font-size: 100%;\n font-weight: 700;\n box-shadow: none;\n}\n\npre {\n display: block;\n font-size: 87.5%;\n color: #212529;\n}\n\npre code {\n font-size: inherit;\n color: inherit;\n word-break: normal;\n}\n\n.pre-scrollable {\n max-height: 340px;\n overflow-y: scroll;\n}\n\n.container {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 576px) {\n .container {\n max-width: 540px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width: 720px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n max-width: 960px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n max-width: 1140px;\n }\n}\n\n.container-fluid {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n.row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,\n.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,\n.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,\n.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,\n.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,\n.col-xl-auto {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\n.col-1 {\n flex: 0 0 8.33333%;\n max-width: 8.33333%;\n}\n\n.col-2 {\n flex: 0 0 16.66667%;\n max-width: 16.66667%;\n}\n\n.col-3 {\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.col-4 {\n flex: 0 0 33.33333%;\n max-width: 33.33333%;\n}\n\n.col-5 {\n flex: 0 0 41.66667%;\n max-width: 41.66667%;\n}\n\n.col-6 {\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.col-7 {\n flex: 0 0 58.33333%;\n max-width: 58.33333%;\n}\n\n.col-8 {\n flex: 0 0 66.66667%;\n max-width: 66.66667%;\n}\n\n.col-9 {\n flex: 0 0 75%;\n max-width: 75%;\n}\n\n.col-10 {\n flex: 0 0 83.33333%;\n max-width: 83.33333%;\n}\n\n.col-11 {\n flex: 0 0 91.66667%;\n max-width: 91.66667%;\n}\n\n.col-12 {\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.order-first {\n order: -1;\n}\n\n.order-last {\n order: 13;\n}\n\n.order-0 {\n order: 0;\n}\n\n.order-1 {\n order: 1;\n}\n\n.order-2 {\n order: 2;\n}\n\n.order-3 {\n order: 3;\n}\n\n.order-4 {\n order: 4;\n}\n\n.order-5 {\n order: 5;\n}\n\n.order-6 {\n order: 6;\n}\n\n.order-7 {\n order: 7;\n}\n\n.order-8 {\n order: 8;\n}\n\n.order-9 {\n order: 9;\n}\n\n.order-10 {\n order: 10;\n}\n\n.order-11 {\n order: 11;\n}\n\n.order-12 {\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.33333%;\n}\n\n.offset-2 {\n margin-left: 16.66667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.33333%;\n}\n\n.offset-5 {\n margin-left: 41.66667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.33333%;\n}\n\n.offset-8 {\n margin-left: 66.66667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.33333%;\n}\n\n.offset-11 {\n margin-left: 91.66667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-sm-1 {\n flex: 0 0 8.33333%;\n max-width: 8.33333%;\n }\n .col-sm-2 {\n flex: 0 0 16.66667%;\n max-width: 16.66667%;\n }\n .col-sm-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 33.33333%;\n max-width: 33.33333%;\n }\n .col-sm-5 {\n flex: 0 0 41.66667%;\n max-width: 41.66667%;\n }\n .col-sm-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 58.33333%;\n max-width: 58.33333%;\n }\n .col-sm-8 {\n flex: 0 0 66.66667%;\n max-width: 66.66667%;\n }\n .col-sm-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 83.33333%;\n max-width: 83.33333%;\n }\n .col-sm-11 {\n flex: 0 0 91.66667%;\n max-width: 91.66667%;\n }\n .col-sm-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-sm-first {\n order: -1;\n }\n .order-sm-last {\n order: 13;\n }\n .order-sm-0 {\n order: 0;\n }\n .order-sm-1 {\n order: 1;\n }\n .order-sm-2 {\n order: 2;\n }\n .order-sm-3 {\n order: 3;\n }\n .order-sm-4 {\n order: 4;\n }\n .order-sm-5 {\n order: 5;\n }\n .order-sm-6 {\n order: 6;\n }\n .order-sm-7 {\n order: 7;\n }\n .order-sm-8 {\n order: 8;\n }\n .order-sm-9 {\n order: 9;\n }\n .order-sm-10 {\n order: 10;\n }\n .order-sm-11 {\n order: 11;\n }\n .order-sm-12 {\n order: 12;\n }\n .offset-sm-0 {\n margin-left: 0;\n }\n .offset-sm-1 {\n margin-left: 8.33333%;\n }\n .offset-sm-2 {\n margin-left: 16.66667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.33333%;\n }\n .offset-sm-5 {\n margin-left: 41.66667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.33333%;\n }\n .offset-sm-8 {\n margin-left: 66.66667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.33333%;\n }\n .offset-sm-11 {\n margin-left: 91.66667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-md-1 {\n flex: 0 0 8.33333%;\n max-width: 8.33333%;\n }\n .col-md-2 {\n flex: 0 0 16.66667%;\n max-width: 16.66667%;\n }\n .col-md-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-md-4 {\n flex: 0 0 33.33333%;\n max-width: 33.33333%;\n }\n .col-md-5 {\n flex: 0 0 41.66667%;\n max-width: 41.66667%;\n }\n .col-md-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-md-7 {\n flex: 0 0 58.33333%;\n max-width: 58.33333%;\n }\n .col-md-8 {\n flex: 0 0 66.66667%;\n max-width: 66.66667%;\n }\n .col-md-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-md-10 {\n flex: 0 0 83.33333%;\n max-width: 83.33333%;\n }\n .col-md-11 {\n flex: 0 0 91.66667%;\n max-width: 91.66667%;\n }\n .col-md-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-md-first {\n order: -1;\n }\n .order-md-last {\n order: 13;\n }\n .order-md-0 {\n order: 0;\n }\n .order-md-1 {\n order: 1;\n }\n .order-md-2 {\n order: 2;\n }\n .order-md-3 {\n order: 3;\n }\n .order-md-4 {\n order: 4;\n }\n .order-md-5 {\n order: 5;\n }\n .order-md-6 {\n order: 6;\n }\n .order-md-7 {\n order: 7;\n }\n .order-md-8 {\n order: 8;\n }\n .order-md-9 {\n order: 9;\n }\n .order-md-10 {\n order: 10;\n }\n .order-md-11 {\n order: 11;\n }\n .order-md-12 {\n order: 12;\n }\n .offset-md-0 {\n margin-left: 0;\n }\n .offset-md-1 {\n margin-left: 8.33333%;\n }\n .offset-md-2 {\n margin-left: 16.66667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.33333%;\n }\n .offset-md-5 {\n margin-left: 41.66667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.33333%;\n }\n .offset-md-8 {\n margin-left: 66.66667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.33333%;\n }\n .offset-md-11 {\n margin-left: 91.66667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-lg-1 {\n flex: 0 0 8.33333%;\n max-width: 8.33333%;\n }\n .col-lg-2 {\n flex: 0 0 16.66667%;\n max-width: 16.66667%;\n }\n .col-lg-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 33.33333%;\n max-width: 33.33333%;\n }\n .col-lg-5 {\n flex: 0 0 41.66667%;\n max-width: 41.66667%;\n }\n .col-lg-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 58.33333%;\n max-width: 58.33333%;\n }\n .col-lg-8 {\n flex: 0 0 66.66667%;\n max-width: 66.66667%;\n }\n .col-lg-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 83.33333%;\n max-width: 83.33333%;\n }\n .col-lg-11 {\n flex: 0 0 91.66667%;\n max-width: 91.66667%;\n }\n .col-lg-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-lg-first {\n order: -1;\n }\n .order-lg-last {\n order: 13;\n }\n .order-lg-0 {\n order: 0;\n }\n .order-lg-1 {\n order: 1;\n }\n .order-lg-2 {\n order: 2;\n }\n .order-lg-3 {\n order: 3;\n }\n .order-lg-4 {\n order: 4;\n }\n .order-lg-5 {\n order: 5;\n }\n .order-lg-6 {\n order: 6;\n }\n .order-lg-7 {\n order: 7;\n }\n .order-lg-8 {\n order: 8;\n }\n .order-lg-9 {\n order: 9;\n }\n .order-lg-10 {\n order: 10;\n }\n .order-lg-11 {\n order: 11;\n }\n .order-lg-12 {\n order: 12;\n }\n .offset-lg-0 {\n margin-left: 0;\n }\n .offset-lg-1 {\n margin-left: 8.33333%;\n }\n .offset-lg-2 {\n margin-left: 16.66667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.33333%;\n }\n .offset-lg-5 {\n margin-left: 41.66667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.33333%;\n }\n .offset-lg-8 {\n margin-left: 66.66667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.33333%;\n }\n .offset-lg-11 {\n margin-left: 91.66667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n }\n .col-xl-1 {\n flex: 0 0 8.33333%;\n max-width: 8.33333%;\n }\n .col-xl-2 {\n flex: 0 0 16.66667%;\n max-width: 16.66667%;\n }\n .col-xl-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 33.33333%;\n max-width: 33.33333%;\n }\n .col-xl-5 {\n flex: 0 0 41.66667%;\n max-width: 41.66667%;\n }\n .col-xl-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 58.33333%;\n max-width: 58.33333%;\n }\n .col-xl-8 {\n flex: 0 0 66.66667%;\n max-width: 66.66667%;\n }\n .col-xl-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 83.33333%;\n max-width: 83.33333%;\n }\n .col-xl-11 {\n flex: 0 0 91.66667%;\n max-width: 91.66667%;\n }\n .col-xl-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .order-xl-first {\n order: -1;\n }\n .order-xl-last {\n order: 13;\n }\n .order-xl-0 {\n order: 0;\n }\n .order-xl-1 {\n order: 1;\n }\n .order-xl-2 {\n order: 2;\n }\n .order-xl-3 {\n order: 3;\n }\n .order-xl-4 {\n order: 4;\n }\n .order-xl-5 {\n order: 5;\n }\n .order-xl-6 {\n order: 6;\n }\n .order-xl-7 {\n order: 7;\n }\n .order-xl-8 {\n order: 8;\n }\n .order-xl-9 {\n order: 9;\n }\n .order-xl-10 {\n order: 10;\n }\n .order-xl-11 {\n order: 11;\n }\n .order-xl-12 {\n order: 12;\n }\n .offset-xl-0 {\n margin-left: 0;\n }\n .offset-xl-1 {\n margin-left: 8.33333%;\n }\n .offset-xl-2 {\n margin-left: 16.66667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.33333%;\n }\n .offset-xl-5 {\n margin-left: 41.66667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.33333%;\n }\n .offset-xl-8 {\n margin-left: 66.66667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.33333%;\n }\n .offset-xl-11 {\n margin-left: 91.66667%;\n }\n}\n\n.table {\n width: 100%;\n margin-bottom: 1rem;\n color: #212529;\n}\n\n.table th,\n.table td {\n padding: 0.75rem;\n vertical-align: top;\n border-top: 1px solid #dee2e6;\n}\n\n.table thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #dee2e6;\n}\n\n.table tbody + tbody {\n border-top: 2px solid #dee2e6;\n}\n\n.table-sm th,\n.table-sm td {\n padding: 0.3rem;\n}\n\n.table-bordered {\n border: 1px solid #dee2e6;\n}\n\n.table-bordered th,\n.table-bordered td {\n border: 1px solid #dee2e6;\n}\n\n.table-bordered thead th,\n.table-bordered thead td {\n border-bottom-width: 2px;\n}\n\n.table-borderless th,\n.table-borderless td,\n.table-borderless thead th,\n.table-borderless tbody + tbody {\n border: 0;\n}\n\n.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.table-hover tbody tr:hover {\n color: #212529;\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-primary,\n.table-primary > th,\n.table-primary > td {\n background-color: #d6cefc;\n}\n\n.table-primary th,\n.table-primary td,\n.table-primary thead th,\n.table-primary tbody + tbody {\n border-color: #b4a3fa;\n}\n\n.table-hover .table-primary:hover {\n background-color: #c2b6fb;\n}\n\n.table-hover .table-primary:hover > td,\n.table-hover .table-primary:hover > th {\n background-color: #c2b6fb;\n}\n\n.table-secondary,\n.table-secondary > th,\n.table-secondary > td {\n background-color: #c0f0eb;\n}\n\n.table-secondary th,\n.table-secondary td,\n.table-secondary thead th,\n.table-secondary tbody + tbody {\n border-color: #89e3da;\n}\n\n.table-hover .table-secondary:hover {\n background-color: #abebe4;\n}\n\n.table-hover .table-secondary:hover > td,\n.table-hover .table-secondary:hover > th {\n background-color: #abebe4;\n}\n\n.table-success,\n.table-success > th,\n.table-success > td {\n background-color: #cde9ce;\n}\n\n.table-success th,\n.table-success td,\n.table-success thead th,\n.table-success tbody + tbody {\n border-color: #a2d5a4;\n}\n\n.table-hover .table-success:hover {\n background-color: #bbe1bd;\n}\n\n.table-hover .table-success:hover > td,\n.table-hover .table-success:hover > th {\n background-color: #bbe1bd;\n}\n\n.table-info,\n.table-info > th,\n.table-info > td {\n background-color: #c7e5fd;\n}\n\n.table-info th,\n.table-info td,\n.table-info thead th,\n.table-info tbody + tbody {\n border-color: #96cffb;\n}\n\n.table-hover .table-info:hover {\n background-color: #aedafc;\n}\n\n.table-hover .table-info:hover > td,\n.table-hover .table-info:hover > th {\n background-color: #aedafc;\n}\n\n.table-warning,\n.table-warning > th,\n.table-warning > td {\n background-color: #ffebc1;\n}\n\n.table-warning th,\n.table-warning td,\n.table-warning thead th,\n.table-warning tbody + tbody {\n border-color: #ffda8c;\n}\n\n.table-hover .table-warning:hover {\n background-color: #ffe3a8;\n}\n\n.table-hover .table-warning:hover > td,\n.table-hover .table-warning:hover > th {\n background-color: #ffe3a8;\n}\n\n.table-danger,\n.table-danger > th,\n.table-danger > td {\n background-color: #fcced6;\n}\n\n.table-danger th,\n.table-danger td,\n.table-danger thead th,\n.table-danger tbody + tbody {\n border-color: #f9a5b3;\n}\n\n.table-hover .table-danger:hover {\n background-color: #fbb6c2;\n}\n\n.table-hover .table-danger:hover > td,\n.table-hover .table-danger:hover > th {\n background-color: #fbb6c2;\n}\n\n.table-light,\n.table-light > th,\n.table-light > td {\n background-color: white;\n}\n\n.table-light th,\n.table-light td,\n.table-light thead th,\n.table-light tbody + tbody {\n border-color: white;\n}\n\n.table-hover .table-light:hover {\n background-color: #f2f2f2;\n}\n\n.table-hover .table-light:hover > td,\n.table-hover .table-light:hover > th {\n background-color: #f2f2f2;\n}\n\n.table-dark,\n.table-dark > th,\n.table-dark > td {\n background-color: #c1c2c3;\n}\n\n.table-dark th,\n.table-dark td,\n.table-dark thead th,\n.table-dark tbody + tbody {\n border-color: #8b8d8f;\n}\n\n.table-hover .table-dark:hover {\n background-color: #b4b5b6;\n}\n\n.table-hover .table-dark:hover > td,\n.table-hover .table-dark:hover > th {\n background-color: #b4b5b6;\n}\n\n.table-active,\n.table-active > th,\n.table-active > td {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover > td,\n.table-hover .table-active:hover > th {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table .thead-dark th {\n color: #fff;\n background-color: #343a40;\n border-color: #454d55;\n}\n\n.table .thead-light th {\n color: #495057;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.table-dark {\n color: #fff;\n background-color: #343a40;\n}\n\n.table-dark th,\n.table-dark td,\n.table-dark thead th {\n border-color: #454d55;\n}\n\n.table-dark.table-bordered {\n border: 0;\n}\n\n.table-dark.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(255, 255, 255, 0.05);\n}\n\n.table-dark.table-hover tbody tr:hover {\n color: #fff;\n background-color: rgba(255, 255, 255, 0.075);\n}\n\n@media (max-width: 575.98px) {\n .table-responsive-sm {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-sm > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 767.98px) {\n .table-responsive-md {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-md > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 991.98px) {\n .table-responsive-lg {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-lg > .table-bordered {\n border: 0;\n }\n}\n\n@media (max-width: 1199.98px) {\n .table-responsive-xl {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-xl > .table-bordered {\n border: 0;\n }\n}\n\n.table-responsive {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n}\n\n.table-responsive > .table-bordered {\n border: 0;\n}\n\n.form-control {\n display: block;\n width: 100%;\n height: 3.2rem;\n padding: 0.375rem 1.2rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ebedf2;\n border-radius: 0.2rem;\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .form-control {\n transition: none;\n }\n}\n\n.form-control::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n\n.form-control:focus {\n color: #495057;\n background-color: #fff;\n border-color: #80bdff;\n outline: 0;\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.form-control::placeholder {\n color: #6c757d;\n opacity: 1;\n}\n\n.form-control:disabled, .form-control[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n}\n\nselect.form-control:focus::-ms-value {\n color: #495057;\n background-color: #fff;\n}\n\n.form-control-file,\n.form-control-range {\n display: block;\n width: 100%;\n}\n\n.col-form-label {\n padding-top: calc(0.375rem + 1px);\n padding-bottom: calc(0.375rem + 1px);\n margin-bottom: 0;\n font-size: inherit;\n line-height: 1.5;\n}\n\n.col-form-label-lg {\n padding-top: calc(0.5rem + 1px);\n padding-bottom: calc(0.5rem + 1px);\n font-size: 1.25rem;\n line-height: 1.5;\n}\n\n.col-form-label-sm {\n padding-top: calc(0.25rem + 1px);\n padding-bottom: calc(0.25rem + 1px);\n font-size: 0.875rem;\n line-height: 1.5;\n}\n\n.form-control-plaintext {\n display: block;\n width: 100%;\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n margin-bottom: 0;\n line-height: 1.5;\n color: #212529;\n background-color: transparent;\n border: solid transparent;\n border-width: 1px 0;\n}\n\n.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {\n padding-right: 0;\n padding-left: 0;\n}\n\n.form-control-sm {\n height: 2.8rem;\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.form-control-lg {\n height: 3.47rem;\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\nselect.form-control[size], select.form-control[multiple] {\n height: auto;\n}\n\ntextarea.form-control {\n height: auto;\n}\n\n.form-group {\n margin-bottom: 1rem;\n}\n\n.form-text {\n display: block;\n margin-top: 0.66rem;\n}\n\n.form-row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -5px;\n margin-left: -5px;\n}\n\n.form-row > .col,\n.form-row > [class*=\"col-\"] {\n padding-right: 5px;\n padding-left: 5px;\n}\n\n.form-check {\n position: relative;\n display: block;\n padding-left: 1.25rem;\n}\n\n.form-check-input {\n position: absolute;\n margin-top: 0.3rem;\n margin-left: -1.25rem;\n}\n\n.form-check-input:disabled ~ .form-check-label {\n color: #6c757d;\n}\n\n.form-check-label {\n margin-bottom: 0;\n}\n\n.form-check-inline {\n display: inline-flex;\n align-items: center;\n padding-left: 0;\n margin-right: 0.75rem;\n}\n\n.form-check-inline .form-check-input {\n position: static;\n margin-top: 0;\n margin-right: 0.3125rem;\n margin-left: 0;\n}\n\n.valid-feedback {\n display: none;\n width: 100%;\n margin-top: 0.25rem;\n font-size: 80%;\n color: #28a745;\n}\n\n.valid-tooltip {\n position: absolute;\n top: 100%;\n z-index: 5;\n display: none;\n max-width: 100%;\n padding: 0.25rem 0.5rem;\n margin-top: .1rem;\n font-size: 0.875rem;\n line-height: 1.5;\n color: #fff;\n background-color: rgba(40, 167, 69, 0.9);\n border-radius: 0.25rem;\n}\n\n.was-validated .form-control:valid, .form-control.is-valid {\n border-color: #28a745;\n padding-right: calc(1.5em + 0.75rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: center right calc(0.375em + 0.1875rem);\n background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-control:valid:focus, .form-control.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .form-control:valid ~ .valid-feedback,\n.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,\n.form-control.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated textarea.form-control:valid, textarea.form-control.is-valid {\n padding-right: calc(1.5em + 0.75rem);\n background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);\n}\n\n.was-validated .custom-select:valid, .custom-select.is-valid {\n border-color: #28a745;\n padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);\n background: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px, url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .custom-select:valid ~ .valid-feedback,\n.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,\n.custom-select.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .form-control-file:valid ~ .valid-feedback,\n.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,\n.form-control-file.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {\n color: #28a745;\n}\n\n.was-validated .form-check-input:valid ~ .valid-feedback,\n.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,\n.form-check-input.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {\n color: #28a745;\n}\n\n.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {\n border-color: #28a745;\n}\n\n.was-validated .custom-control-input:valid ~ .valid-feedback,\n.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,\n.custom-control-input.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {\n border-color: #34ce57;\n background-color: #34ce57;\n}\n\n.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #28a745;\n}\n\n.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {\n border-color: #28a745;\n}\n\n.was-validated .custom-file-input:valid ~ .valid-feedback,\n.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,\n.custom-file-input.is-valid ~ .valid-tooltip {\n display: block;\n}\n\n.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {\n border-color: #28a745;\n box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);\n}\n\n.invalid-feedback {\n display: none;\n width: 100%;\n margin-top: 0.25rem;\n font-size: 80%;\n color: #dc3545;\n}\n\n.invalid-tooltip {\n position: absolute;\n top: 100%;\n z-index: 5;\n display: none;\n max-width: 100%;\n padding: 0.25rem 0.5rem;\n margin-top: .1rem;\n font-size: 0.875rem;\n line-height: 1.5;\n color: #fff;\n background-color: rgba(220, 53, 69, 0.9);\n border-radius: 0.25rem;\n}\n\n.was-validated .form-control:invalid, .form-control.is-invalid {\n border-color: #dc3545;\n padding-right: calc(1.5em + 0.75rem);\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E\");\n background-repeat: no-repeat;\n background-position: center right calc(0.375em + 0.1875rem);\n background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .form-control:invalid ~ .invalid-feedback,\n.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,\n.form-control.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {\n padding-right: calc(1.5em + 0.75rem);\n background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);\n}\n\n.was-validated .custom-select:invalid, .custom-select.is-invalid {\n border-color: #dc3545;\n padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);\n background: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px, url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E\") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);\n}\n\n.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .custom-select:invalid ~ .invalid-feedback,\n.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,\n.custom-select.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .form-control-file:invalid ~ .invalid-feedback,\n.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,\n.form-control-file.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {\n color: #dc3545;\n}\n\n.was-validated .form-check-input:invalid ~ .invalid-feedback,\n.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,\n.form-check-input.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {\n color: #dc3545;\n}\n\n.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {\n border-color: #dc3545;\n}\n\n.was-validated .custom-control-input:invalid ~ .invalid-feedback,\n.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,\n.custom-control-input.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {\n border-color: #e4606d;\n background-color: #e4606d;\n}\n\n.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #dc3545;\n}\n\n.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {\n border-color: #dc3545;\n}\n\n.was-validated .custom-file-input:invalid ~ .invalid-feedback,\n.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,\n.custom-file-input.is-invalid ~ .invalid-tooltip {\n display: block;\n}\n\n.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);\n}\n\n.form-inline {\n display: flex;\n flex-flow: row wrap;\n align-items: center;\n}\n\n.form-inline .form-check {\n width: 100%;\n}\n\n@media (min-width: 576px) {\n .form-inline label {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 0;\n }\n .form-inline .form-group {\n display: flex;\n flex: 0 0 auto;\n flex-flow: row wrap;\n align-items: center;\n margin-bottom: 0;\n }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .form-inline .form-control-plaintext {\n display: inline-block;\n }\n .form-inline .input-group,\n .form-inline .custom-select {\n width: auto;\n }\n .form-inline .form-check {\n display: flex;\n align-items: center;\n justify-content: center;\n width: auto;\n padding-left: 0;\n }\n .form-inline .form-check-input {\n position: relative;\n flex-shrink: 0;\n margin-top: 0;\n margin-right: 0.25rem;\n margin-left: 0;\n }\n .form-inline .custom-control {\n align-items: center;\n justify-content: center;\n }\n .form-inline .custom-control-label {\n margin-bottom: 0;\n }\n}\n\n.btn {\n display: inline-block;\n font-weight: 600;\n color: #6F7495;\n text-align: center;\n vertical-align: middle;\n user-select: none;\n background-color: transparent;\n border: 1px solid transparent;\n padding: 0 1.33rem;\n font-size: 0.933rem;\n line-height: 2.875rem;\n border-radius: 0.1875rem;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .btn {\n transition: none;\n }\n}\n\n.btn:hover {\n color: #6F7495;\n text-decoration: none;\n}\n\n.btn:focus, .btn.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.btn.disabled, .btn:disabled {\n opacity: 0.65;\n box-shadow: none;\n}\n\n.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n\n.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n\na.btn.disabled,\nfieldset:disabled a.btn {\n pointer-events: none;\n}\n\n.btn-primary {\n color: #fff;\n background-color: #6E4FF6;\n border-color: #6E4FF6;\n box-shadow: none;\n}\n\n.btn-primary:hover {\n color: #fff;\n background-color: #502bf4;\n border-color: #461ef4;\n}\n\n.btn-primary:focus, .btn-primary.focus {\n box-shadow: none, 0 0 0 0.2rem rgba(132, 105, 247, 0.5);\n}\n\n.btn-primary.disabled, .btn-primary:disabled {\n color: #fff;\n background-color: #6E4FF6;\n border-color: #6E4FF6;\n}\n\n.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,\n.show > .btn-primary.dropdown-toggle {\n color: #fff;\n background-color: #461ef4;\n border-color: #3c12f3;\n}\n\n.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-primary.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(132, 105, 247, 0.5);\n}\n\n.btn-secondary {\n color: #fff;\n background-color: #1DC9B7;\n border-color: #1DC9B7;\n box-shadow: none;\n}\n\n.btn-secondary:hover {\n color: #fff;\n background-color: #18a899;\n border-color: #179c8e;\n}\n\n.btn-secondary:focus, .btn-secondary.focus {\n box-shadow: none, 0 0 0 0.2rem rgba(63, 209, 194, 0.5);\n}\n\n.btn-secondary.disabled, .btn-secondary:disabled {\n color: #fff;\n background-color: #1DC9B7;\n border-color: #1DC9B7;\n}\n\n.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,\n.show > .btn-secondary.dropdown-toggle {\n color: #fff;\n background-color: #179c8e;\n border-color: #159184;\n}\n\n.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-secondary.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 209, 194, 0.5);\n}\n\n.btn-success {\n color: #fff;\n background-color: #4caf50;\n border-color: #4caf50;\n box-shadow: none;\n}\n\n.btn-success:hover {\n color: #fff;\n background-color: #409444;\n border-color: #3d8b40;\n}\n\n.btn-success:focus, .btn-success.focus {\n box-shadow: none, 0 0 0 0.2rem rgba(103, 187, 106, 0.5);\n}\n\n.btn-success.disabled, .btn-success:disabled {\n color: #fff;\n background-color: #4caf50;\n border-color: #4caf50;\n}\n\n.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,\n.show > .btn-success.dropdown-toggle {\n color: #fff;\n background-color: #3d8b40;\n border-color: #39833c;\n}\n\n.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,\n.show > .btn-success.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(103, 187, 106, 0.5);\n}\n\n.btn-info {\n color: #fff;\n background-color: #36A3F7;\n border-color: #36A3F7;\n box-shadow: none;\n}\n\n.btn-info:hover {\n color: #fff;\n background-color: #1192f6;\n border-color: #0a8cf0;\n}\n\n.btn-info:focus, .btn-info.focus {\n box-shadow: none, 0 0 0 0.2rem rgba(84, 177, 248, 0.5);\n}\n\n.btn-info.disabled, .btn-info:disabled {\n color: #fff;\n background-color: #36A3F7;\n border-color: #36A3F7;\n}\n\n.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,\n.show > .btn-info.dropdown-toggle {\n color: #fff;\n background-color: #0a8cf0;\n border-color: #0985e4;\n}\n\n.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,\n.show > .btn-info.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(84, 177, 248, 0.5);\n}\n\n.btn-warning {\n color: #212529;\n background-color: #FFB822;\n border-color: #FFB822;\n box-shadow: none;\n}\n\n.btn-warning:hover {\n color: #212529;\n background-color: #fbaa00;\n border-color: #eea200;\n}\n\n.btn-warning:focus, .btn-warning.focus {\n box-shadow: none, 0 0 0 0.2rem rgba(222, 162, 35, 0.5);\n}\n\n.btn-warning.disabled, .btn-warning:disabled {\n color: #212529;\n background-color: #FFB822;\n border-color: #FFB822;\n}\n\n.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,\n.show > .btn-warning.dropdown-toggle {\n color: #212529;\n background-color: #eea200;\n border-color: #e19900;\n}\n\n.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,\n.show > .btn-warning.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 162, 35, 0.5);\n}\n\n.btn-danger {\n color: #fff;\n background-color: #F4516C;\n border-color: #F4516C;\n box-shadow: none;\n}\n\n.btn-danger:hover {\n color: #fff;\n background-color: #f22d4e;\n border-color: #f12143;\n}\n\n.btn-danger:focus, .btn-danger.focus {\n box-shadow: none, 0 0 0 0.2rem rgba(246, 107, 130, 0.5);\n}\n\n.btn-danger.disabled, .btn-danger:disabled {\n color: #fff;\n background-color: #F4516C;\n border-color: #F4516C;\n}\n\n.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,\n.show > .btn-danger.dropdown-toggle {\n color: #fff;\n background-color: #f12143;\n border-color: #f01539;\n}\n\n.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,\n.show > .btn-danger.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(246, 107, 130, 0.5);\n}\n\n.btn-light {\n color: #212529;\n background-color: #ffffff;\n border-color: #ffffff;\n box-shadow: none;\n}\n\n.btn-light:hover {\n color: #212529;\n background-color: #ececec;\n border-color: #e6e6e6;\n}\n\n.btn-light:focus, .btn-light.focus {\n box-shadow: none, 0 0 0 0.2rem rgba(222, 222, 223, 0.5);\n}\n\n.btn-light.disabled, .btn-light:disabled {\n color: #212529;\n background-color: #ffffff;\n border-color: #ffffff;\n}\n\n.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,\n.show > .btn-light.dropdown-toggle {\n color: #212529;\n background-color: #e6e6e6;\n border-color: #dfdfdf;\n}\n\n.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,\n.show > .btn-light.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);\n}\n\n.btn-dark {\n color: #fff;\n background-color: #202428;\n border-color: #202428;\n box-shadow: none;\n}\n\n.btn-dark:hover {\n color: #fff;\n background-color: #0f1113;\n border-color: #090b0c;\n}\n\n.btn-dark:focus, .btn-dark.focus {\n box-shadow: none, 0 0 0 0.2rem rgba(65, 69, 72, 0.5);\n}\n\n.btn-dark.disabled, .btn-dark:disabled {\n color: #fff;\n background-color: #202428;\n border-color: #202428;\n}\n\n.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,\n.show > .btn-dark.dropdown-toggle {\n color: #fff;\n background-color: #090b0c;\n border-color: #040405;\n}\n\n.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,\n.show > .btn-dark.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 69, 72, 0.5);\n}\n\n.btn-outline-primary {\n color: #6E4FF6;\n border-color: #6E4FF6;\n}\n\n.btn-outline-primary:hover {\n color: #fff;\n background-color: #6E4FF6;\n border-color: #6E4FF6;\n}\n\n.btn-outline-primary:focus, .btn-outline-primary.focus {\n box-shadow: 0 0 0 0.2rem rgba(110, 79, 246, 0.5);\n}\n\n.btn-outline-primary.disabled, .btn-outline-primary:disabled {\n color: #6E4FF6;\n background-color: transparent;\n}\n\n.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,\n.show > .btn-outline-primary.dropdown-toggle {\n color: #fff;\n background-color: #6E4FF6;\n border-color: #6E4FF6;\n}\n\n.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-primary.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(110, 79, 246, 0.5);\n}\n\n.btn-outline-secondary {\n color: #1DC9B7;\n border-color: #1DC9B7;\n}\n\n.btn-outline-secondary:hover {\n color: #fff;\n background-color: #1DC9B7;\n border-color: #1DC9B7;\n}\n\n.btn-outline-secondary:focus, .btn-outline-secondary.focus {\n box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);\n}\n\n.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {\n color: #1DC9B7;\n background-color: transparent;\n}\n\n.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,\n.show > .btn-outline-secondary.dropdown-toggle {\n color: #fff;\n background-color: #1DC9B7;\n border-color: #1DC9B7;\n}\n\n.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-secondary.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(29, 201, 183, 0.5);\n}\n\n.btn-outline-success {\n color: #4caf50;\n border-color: #4caf50;\n}\n\n.btn-outline-success:hover {\n color: #fff;\n background-color: #4caf50;\n border-color: #4caf50;\n}\n\n.btn-outline-success:focus, .btn-outline-success.focus {\n box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);\n}\n\n.btn-outline-success.disabled, .btn-outline-success:disabled {\n color: #4caf50;\n background-color: transparent;\n}\n\n.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,\n.show > .btn-outline-success.dropdown-toggle {\n color: #fff;\n background-color: #4caf50;\n border-color: #4caf50;\n}\n\n.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-success.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 175, 80, 0.5);\n}\n\n.btn-outline-info {\n color: #36A3F7;\n border-color: #36A3F7;\n}\n\n.btn-outline-info:hover {\n color: #fff;\n background-color: #36A3F7;\n border-color: #36A3F7;\n}\n\n.btn-outline-info:focus, .btn-outline-info.focus {\n box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);\n}\n\n.btn-outline-info.disabled, .btn-outline-info:disabled {\n color: #36A3F7;\n background-color: transparent;\n}\n\n.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,\n.show > .btn-outline-info.dropdown-toggle {\n color: #fff;\n background-color: #36A3F7;\n border-color: #36A3F7;\n}\n\n.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-info.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(54, 163, 247, 0.5);\n}\n\n.btn-outline-warning {\n color: #FFB822;\n border-color: #FFB822;\n}\n\n.btn-outline-warning:hover {\n color: #212529;\n background-color: #FFB822;\n border-color: #FFB822;\n}\n\n.btn-outline-warning:focus, .btn-outline-warning.focus {\n box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);\n}\n\n.btn-outline-warning.disabled, .btn-outline-warning:disabled {\n color: #FFB822;\n background-color: transparent;\n}\n\n.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,\n.show > .btn-outline-warning.dropdown-toggle {\n color: #212529;\n background-color: #FFB822;\n border-color: #FFB822;\n}\n\n.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-warning.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 184, 34, 0.5);\n}\n\n.btn-outline-danger {\n color: #F4516C;\n border-color: #F4516C;\n}\n\n.btn-outline-danger:hover {\n color: #fff;\n background-color: #F4516C;\n border-color: #F4516C;\n}\n\n.btn-outline-danger:focus, .btn-outline-danger.focus {\n box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);\n}\n\n.btn-outline-danger.disabled, .btn-outline-danger:disabled {\n color: #F4516C;\n background-color: transparent;\n}\n\n.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,\n.show > .btn-outline-danger.dropdown-toggle {\n color: #fff;\n background-color: #F4516C;\n border-color: #F4516C;\n}\n\n.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-danger.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 81, 108, 0.5);\n}\n\n.btn-outline-light {\n color: #ffffff;\n border-color: #ffffff;\n}\n\n.btn-outline-light:hover {\n color: #212529;\n background-color: #ffffff;\n border-color: #ffffff;\n}\n\n.btn-outline-light:focus, .btn-outline-light.focus {\n box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);\n}\n\n.btn-outline-light.disabled, .btn-outline-light:disabled {\n color: #ffffff;\n background-color: transparent;\n}\n\n.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,\n.show > .btn-outline-light.dropdown-toggle {\n color: #212529;\n background-color: #ffffff;\n border-color: #ffffff;\n}\n\n.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-light.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);\n}\n\n.btn-outline-dark {\n color: #202428;\n border-color: #202428;\n}\n\n.btn-outline-dark:hover {\n color: #fff;\n background-color: #202428;\n border-color: #202428;\n}\n\n.btn-outline-dark:focus, .btn-outline-dark.focus {\n box-shadow: 0 0 0 0.2rem rgba(32, 36, 40, 0.5);\n}\n\n.btn-outline-dark.disabled, .btn-outline-dark:disabled {\n color: #202428;\n background-color: transparent;\n}\n\n.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,\n.show > .btn-outline-dark.dropdown-toggle {\n color: #fff;\n background-color: #202428;\n border-color: #202428;\n}\n\n.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,\n.show > .btn-outline-dark.dropdown-toggle:focus {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(32, 36, 40, 0.5);\n}\n\n.btn-link {\n font-weight: 400;\n color: #6E4FF6;\n text-decoration: none;\n}\n\n.btn-link:hover {\n color: #0056b3;\n text-decoration: none;\n}\n\n.btn-link:focus, .btn-link.focus {\n text-decoration: none;\n box-shadow: none;\n}\n\n.btn-link:disabled, .btn-link.disabled {\n color: #6c757d;\n pointer-events: none;\n}\n\n.btn-lg, .btn-group-lg > .btn {\n padding: 0 2.33rem;\n font-size: 1.133rem;\n line-height: 3.5rem;\n border-radius: 0.3rem;\n}\n\n.btn-sm, .btn-group-sm > .btn {\n padding: 0 1rem;\n font-size: 0.875rem;\n line-height: 2.375rem;\n border-radius: 0.2rem;\n}\n\n.btn-block {\n display: block;\n width: 100%;\n}\n\n.btn-block + .btn-block {\n margin-top: 0.5rem;\n}\n\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n width: 100%;\n}\n\n.fade {\n transition: opacity 0.15s linear;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fade {\n transition: none;\n }\n}\n\n.fade:not(.show) {\n opacity: 0;\n}\n\n.collapse:not(.show) {\n display: none;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .collapsing {\n transition: none;\n }\n}\n\n.dropup,\n.dropright,\n.dropdown,\n.dropleft {\n position: relative;\n}\n\n.dropdown-toggle {\n white-space: nowrap;\n}\n\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 10rem;\n padding: 0.5rem 0;\n margin: 0.125rem 0 0;\n font-size: 1rem;\n color: #212529;\n text-align: left;\n list-style: none;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);\n}\n\n.dropdown-menu-left {\n right: auto;\n left: 0;\n}\n\n.dropdown-menu-right {\n right: 0;\n left: auto;\n}\n\n@media (min-width: 576px) {\n .dropdown-menu-sm-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-sm-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 768px) {\n .dropdown-menu-md-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-md-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 992px) {\n .dropdown-menu-lg-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-lg-right {\n right: 0;\n left: auto;\n }\n}\n\n@media (min-width: 1200px) {\n .dropdown-menu-xl-left {\n right: auto;\n left: 0;\n }\n .dropdown-menu-xl-right {\n right: 0;\n left: auto;\n }\n}\n\n.dropup .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-top: 0;\n margin-bottom: 0.125rem;\n}\n\n.dropright .dropdown-menu {\n top: 0;\n right: auto;\n left: 100%;\n margin-top: 0;\n margin-left: 0.125rem;\n}\n\n.dropright .dropdown-toggle::after {\n vertical-align: 0;\n}\n\n.dropleft .dropdown-menu {\n top: 0;\n right: 100%;\n left: auto;\n margin-top: 0;\n margin-right: 0.125rem;\n}\n\n.dropleft .dropdown-toggle::before {\n vertical-align: 0;\n}\n\n.dropdown-menu[x-placement^=\"top\"], .dropdown-menu[x-placement^=\"right\"], .dropdown-menu[x-placement^=\"bottom\"], .dropdown-menu[x-placement^=\"left\"] {\n right: auto;\n bottom: auto;\n}\n\n.dropdown-divider {\n height: 0;\n margin: 0.5rem 0;\n overflow: hidden;\n border-top: 1px solid #e9ecef;\n}\n\n.dropdown-item {\n display: block;\n width: 100%;\n padding: 0.25rem 1.5rem;\n clear: both;\n font-weight: 400;\n color: #212529;\n text-align: inherit;\n white-space: nowrap;\n background-color: transparent;\n border: 0;\n}\n\n.dropdown-item:hover, .dropdown-item:focus {\n color: #16181b;\n text-decoration: none;\n background-color: #f8f9fa;\n}\n\n.dropdown-item.active, .dropdown-item:active {\n color: #fff;\n text-decoration: none;\n background-color: #007bff;\n}\n\n.dropdown-item.disabled, .dropdown-item:disabled {\n color: #6c757d;\n pointer-events: none;\n background-color: transparent;\n}\n\n.dropdown-menu.show {\n display: block;\n}\n\n.dropdown-header {\n display: block;\n padding: 0.5rem 1.5rem;\n margin-bottom: 0;\n font-size: 0.875rem;\n color: #6c757d;\n white-space: nowrap;\n}\n\n.dropdown-item-text {\n display: block;\n padding: 0.25rem 1.5rem;\n color: #212529;\n}\n\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-flex;\n vertical-align: middle;\n}\n\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n position: relative;\n flex: 1 1 auto;\n}\n\n.btn-group > .btn:hover,\n.btn-group-vertical > .btn:hover {\n z-index: 1;\n}\n\n.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,\n.btn-group-vertical > .btn:focus,\n.btn-group-vertical > .btn:active,\n.btn-group-vertical > .btn.active {\n z-index: 1;\n}\n\n.btn-toolbar {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-start;\n}\n\n.btn-toolbar .input-group {\n width: auto;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) {\n margin-left: -1px;\n}\n\n.btn-group > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group > .btn-group:not(:last-child) > .btn {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.btn-group > .btn:not(:first-child),\n.btn-group > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.dropdown-toggle-split {\n padding-right: 0.9975rem;\n padding-left: 0.9975rem;\n}\n\n.dropdown-toggle-split::after,\n.dropup .dropdown-toggle-split::after,\n.dropright .dropdown-toggle-split::after {\n margin-left: 0;\n}\n\n.dropleft .dropdown-toggle-split::before {\n margin-right: 0;\n}\n\n.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {\n padding-right: 1.7475rem;\n padding-left: 1.7475rem;\n}\n\n.btn-group.show .dropdown-toggle {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n\n.btn-group.show .dropdown-toggle.btn-link {\n box-shadow: none;\n}\n\n.btn-group-vertical {\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n}\n\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group {\n width: 100%;\n}\n\n.btn-group-vertical > .btn:not(:first-child),\n.btn-group-vertical > .btn-group:not(:first-child) {\n margin-top: -1px;\n}\n\n.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),\n.btn-group-vertical > .btn-group:not(:last-child) > .btn {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.btn-group-vertical > .btn:not(:first-child),\n.btn-group-vertical > .btn-group:not(:first-child) > .btn {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.btn-group-toggle > .btn,\n.btn-group-toggle > .btn-group > .btn {\n margin-bottom: 0;\n}\n\n.btn-group-toggle > .btn input[type=\"radio\"],\n.btn-group-toggle > .btn input[type=\"checkbox\"],\n.btn-group-toggle > .btn-group > .btn input[type=\"radio\"],\n.btn-group-toggle > .btn-group > .btn input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none;\n}\n\n.input-group {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: stretch;\n width: 100%;\n}\n\n.input-group > .form-control,\n.input-group > .form-control-plaintext,\n.input-group > .custom-select,\n.input-group > .custom-file {\n position: relative;\n flex: 1 1 auto;\n width: 1%;\n margin-bottom: 0;\n}\n\n.input-group > .form-control + .form-control,\n.input-group > .form-control + .custom-select,\n.input-group > .form-control + .custom-file,\n.input-group > .form-control-plaintext + .form-control,\n.input-group > .form-control-plaintext + .custom-select,\n.input-group > .form-control-plaintext + .custom-file,\n.input-group > .custom-select + .form-control,\n.input-group > .custom-select + .custom-select,\n.input-group > .custom-select + .custom-file,\n.input-group > .custom-file + .form-control,\n.input-group > .custom-file + .custom-select,\n.input-group > .custom-file + .custom-file {\n margin-left: -1px;\n}\n\n.input-group > .form-control:focus,\n.input-group > .custom-select:focus,\n.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {\n z-index: 3;\n}\n\n.input-group > .custom-file .custom-file-input:focus {\n z-index: 4;\n}\n\n.input-group > .form-control:not(:last-child),\n.input-group > .custom-select:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .form-control:not(:first-child),\n.input-group > .custom-select:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group > .custom-file {\n display: flex;\n align-items: center;\n}\n\n.input-group > .custom-file:not(:last-child) .custom-file-label,\n.input-group > .custom-file:not(:last-child) .custom-file-label::after {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .custom-file:not(:first-child) .custom-file-label {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.input-group-prepend,\n.input-group-append {\n display: flex;\n}\n\n.input-group-prepend .btn,\n.input-group-append .btn {\n position: relative;\n z-index: 2;\n}\n\n.input-group-prepend .btn:focus,\n.input-group-append .btn:focus {\n z-index: 3;\n}\n\n.input-group-prepend .btn + .btn,\n.input-group-prepend .btn + .input-group-text,\n.input-group-prepend .input-group-text + .input-group-text,\n.input-group-prepend .input-group-text + .btn,\n.input-group-append .btn + .btn,\n.input-group-append .btn + .input-group-text,\n.input-group-append .input-group-text + .input-group-text,\n.input-group-append .input-group-text + .btn {\n margin-left: -1px;\n}\n\n.input-group-prepend {\n margin-right: -1px;\n}\n\n.input-group-append {\n margin-left: -1px;\n}\n\n.input-group-text {\n display: flex;\n align-items: center;\n padding: 0.375rem 1.2rem;\n margin-bottom: 0;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n text-align: center;\n white-space: nowrap;\n background-color: #e9ecef;\n border: 1px solid #ced4da;\n border-radius: 0.2rem;\n}\n\n.input-group-text input[type=\"radio\"],\n.input-group-text input[type=\"checkbox\"] {\n margin-top: 0;\n}\n\n.input-group-lg > .form-control:not(textarea),\n.input-group-lg > .custom-select {\n height: 3.47rem;\n}\n\n.input-group-lg > .form-control,\n.input-group-lg > .custom-select,\n.input-group-lg > .input-group-prepend > .input-group-text,\n.input-group-lg > .input-group-append > .input-group-text,\n.input-group-lg > .input-group-prepend > .btn,\n.input-group-lg > .input-group-append > .btn {\n padding: 0.5rem 1rem;\n font-size: 1.25rem;\n line-height: 1.5;\n border-radius: 0.3rem;\n}\n\n.input-group-sm > .form-control:not(textarea),\n.input-group-sm > .custom-select {\n height: 2.8rem;\n}\n\n.input-group-sm > .form-control,\n.input-group-sm > .custom-select,\n.input-group-sm > .input-group-prepend > .input-group-text,\n.input-group-sm > .input-group-append > .input-group-text,\n.input-group-sm > .input-group-prepend > .btn,\n.input-group-sm > .input-group-append > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\n\n.input-group-lg > .custom-select,\n.input-group-sm > .custom-select {\n padding-right: 1.75rem;\n}\n\n.input-group > .input-group-prepend > .btn,\n.input-group > .input-group-prepend > .input-group-text,\n.input-group > .input-group-append:not(:last-child) > .btn,\n.input-group > .input-group-append:not(:last-child) > .input-group-text,\n.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.input-group > .input-group-append > .btn,\n.input-group > .input-group-append > .input-group-text,\n.input-group > .input-group-prepend:not(:first-child) > .btn,\n.input-group > .input-group-prepend:not(:first-child) > .input-group-text,\n.input-group > .input-group-prepend:first-child > .btn:not(:first-child),\n.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.custom-control {\n position: relative;\n display: block;\n min-height: 1.5rem;\n padding-left: 1.5rem;\n}\n\n.custom-control-inline {\n display: inline-flex;\n margin-right: 1rem;\n}\n\n.custom-control-input {\n position: absolute;\n z-index: -1;\n opacity: 0;\n}\n\n.custom-control-input:checked ~ .custom-control-label::before {\n color: #fff;\n border-color: #007bff;\n background-color: #007bff;\n box-shadow: none;\n}\n\n.custom-control-input:focus ~ .custom-control-label::before {\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {\n border-color: #80bdff;\n}\n\n.custom-control-input:not(:disabled):active ~ .custom-control-label::before {\n color: #fff;\n background-color: #b3d7ff;\n border-color: #b3d7ff;\n box-shadow: none;\n}\n\n.custom-control-input:disabled ~ .custom-control-label {\n color: #6c757d;\n}\n\n.custom-control-input:disabled ~ .custom-control-label::before {\n background-color: #e9ecef;\n}\n\n.custom-control-label {\n position: relative;\n margin-bottom: 0;\n vertical-align: top;\n}\n\n.custom-control-label::before {\n position: absolute;\n top: 0.25rem;\n left: -1.5rem;\n display: block;\n width: 1rem;\n height: 1rem;\n pointer-events: none;\n content: \"\";\n background-color: #fff;\n border: #adb5bd solid 1px;\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n\n.custom-control-label::after {\n position: absolute;\n top: 0.25rem;\n left: -1.5rem;\n display: block;\n width: 1rem;\n height: 1rem;\n content: \"\";\n background: no-repeat 50% / 50% 50%;\n}\n\n.custom-checkbox .custom-control-label::before {\n border-radius: 0.25rem;\n}\n\n.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e\");\n}\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {\n border-color: #007bff;\n background-color: #007bff;\n box-shadow: none;\n}\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e\");\n}\n\n.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-radio .custom-control-label::before {\n border-radius: 50%;\n}\n\n.custom-radio .custom-control-input:checked ~ .custom-control-label::after {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\");\n}\n\n.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-switch {\n padding-left: 2.25rem;\n}\n\n.custom-switch .custom-control-label::before {\n left: -2.25rem;\n width: 1.75rem;\n pointer-events: all;\n border-radius: 0.5rem;\n}\n\n.custom-switch .custom-control-label::after {\n top: calc(0.25rem + 2px);\n left: calc(-2.25rem + 2px);\n width: calc(1rem - 4px);\n height: calc(1rem - 4px);\n background-color: #adb5bd;\n border-radius: 0.5rem;\n transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-switch .custom-control-label::after {\n transition: none;\n }\n}\n\n.custom-switch .custom-control-input:checked ~ .custom-control-label::after {\n background-color: #fff;\n transform: translateX(0.75rem);\n}\n\n.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {\n background-color: rgba(0, 123, 255, 0.5);\n}\n\n.custom-select {\n display: inline-block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 1.75rem 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n vertical-align: middle;\n background: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\") no-repeat right 0.75rem center/8px 10px;\n background-color: #fff;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);\n appearance: none;\n}\n\n.custom-select:focus {\n border-color: #80bdff;\n outline: 0;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-select:focus::-ms-value {\n color: #495057;\n background-color: #fff;\n}\n\n.custom-select[multiple], .custom-select[size]:not([size=\"1\"]) {\n height: auto;\n padding-right: 0.75rem;\n background-image: none;\n}\n\n.custom-select:disabled {\n color: #6c757d;\n background-color: #e9ecef;\n}\n\n.custom-select::-ms-expand {\n display: none;\n}\n\n.custom-select-sm {\n height: calc(1.5em + 0.5rem + 2px);\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n padding-left: 0.5rem;\n font-size: 0.875rem;\n}\n\n.custom-select-lg {\n height: calc(1.5em + 1rem + 2px);\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n padding-left: 1rem;\n font-size: 1.25rem;\n}\n\n.custom-file {\n position: relative;\n display: inline-block;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n margin-bottom: 0;\n}\n\n.custom-file-input {\n position: relative;\n z-index: 2;\n width: 100%;\n height: calc(1.5em + 0.75rem + 2px);\n margin: 0;\n opacity: 0;\n}\n\n.custom-file-input:focus ~ .custom-file-label {\n border-color: #80bdff;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-file-input:disabled ~ .custom-file-label {\n background-color: #e9ecef;\n}\n\n.custom-file-input:lang(en) ~ .custom-file-label::after {\n content: \"Browse\";\n}\n\n.custom-file-input ~ .custom-file-label[data-browse]::after {\n content: attr(data-browse);\n}\n\n.custom-file-label {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1;\n height: calc(1.5em + 0.75rem + 2px);\n padding: 0.375rem 0.75rem;\n font-weight: 400;\n line-height: 1.5;\n color: #495057;\n background-color: #fff;\n border: 1px solid #ced4da;\n border-radius: 0.25rem;\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n\n.custom-file-label::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n z-index: 3;\n display: block;\n height: calc(1.5em + 0.75rem);\n padding: 0.375rem 0.75rem;\n line-height: 1.5;\n color: #495057;\n content: \"Browse\";\n background-color: #e9ecef;\n border-left: inherit;\n border-radius: 0 0.25rem 0.25rem 0;\n}\n\n.custom-range {\n width: 100%;\n height: calc(1rem + 0.4rem);\n padding: 0;\n background-color: transparent;\n appearance: none;\n}\n\n.custom-range:focus {\n outline: none;\n}\n\n.custom-range:focus::-webkit-slider-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range:focus::-moz-range-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range:focus::-ms-thumb {\n box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.custom-range::-moz-focus-outer {\n border: 0;\n}\n\n.custom-range::-webkit-slider-thumb {\n width: 1rem;\n height: 1rem;\n margin-top: -0.25rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-webkit-slider-thumb {\n transition: none;\n }\n}\n\n.custom-range::-webkit-slider-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-webkit-slider-runnable-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: #dee2e6;\n border-color: transparent;\n border-radius: 1rem;\n box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);\n}\n\n.custom-range::-moz-range-thumb {\n width: 1rem;\n height: 1rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-moz-range-thumb {\n transition: none;\n }\n}\n\n.custom-range::-moz-range-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-moz-range-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: #dee2e6;\n border-color: transparent;\n border-radius: 1rem;\n box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);\n}\n\n.custom-range::-ms-thumb {\n width: 1rem;\n height: 1rem;\n margin-top: 0;\n margin-right: 0.2rem;\n margin-left: 0.2rem;\n background-color: #007bff;\n border: 0;\n border-radius: 1rem;\n box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n appearance: none;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-range::-ms-thumb {\n transition: none;\n }\n}\n\n.custom-range::-ms-thumb:active {\n background-color: #b3d7ff;\n}\n\n.custom-range::-ms-track {\n width: 100%;\n height: 0.5rem;\n color: transparent;\n cursor: pointer;\n background-color: transparent;\n border-color: transparent;\n border-width: 0.5rem;\n box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);\n}\n\n.custom-range::-ms-fill-lower {\n background-color: #dee2e6;\n border-radius: 1rem;\n}\n\n.custom-range::-ms-fill-upper {\n margin-right: 15px;\n background-color: #dee2e6;\n border-radius: 1rem;\n}\n\n.custom-range:disabled::-webkit-slider-thumb {\n background-color: #adb5bd;\n}\n\n.custom-range:disabled::-webkit-slider-runnable-track {\n cursor: default;\n}\n\n.custom-range:disabled::-moz-range-thumb {\n background-color: #adb5bd;\n}\n\n.custom-range:disabled::-moz-range-track {\n cursor: default;\n}\n\n.custom-range:disabled::-ms-thumb {\n background-color: #adb5bd;\n}\n\n.custom-control-label::before,\n.custom-file-label,\n.custom-select {\n transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .custom-control-label::before,\n .custom-file-label,\n .custom-select {\n transition: none;\n }\n}\n\n.nav {\n display: flex;\n flex-wrap: wrap;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: 0.5rem 1rem;\n}\n\n.nav-link:hover, .nav-link:focus {\n text-decoration: none;\n}\n\n.nav-link.disabled {\n color: #6c757d;\n pointer-events: none;\n cursor: default;\n}\n\n.nav-tabs {\n border-bottom: 1px solid #dee2e6;\n}\n\n.nav-tabs .nav-item {\n margin-bottom: -1px;\n}\n\n.nav-tabs .nav-link {\n border: 1px solid transparent;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {\n border-color: #e9ecef #e9ecef #dee2e6;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #6c757d;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link {\n color: #1DC9B7;\n background-color: #ffffff;\n border-color: #dee2e6 #dee2e6 #fff;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.nav-pills .nav-link {\n border-radius: 13.33rem;\n}\n\n.nav-pills .nav-link.active,\n.nav-pills .show > .nav-link {\n color: #fff;\n background-color: #6E4FF6;\n}\n\n.nav-fill .nav-item {\n flex: 1 1 auto;\n text-align: center;\n}\n\n.nav-justified .nav-item {\n flex-basis: 0;\n flex-grow: 1;\n text-align: center;\n}\n\n.tab-content > .tab-pane {\n display: none;\n}\n\n.tab-content > .active {\n display: block;\n}\n\n.navbar {\n position: relative;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n padding: 1.3rem 1rem;\n}\n\n.navbar > .container,\n.navbar > .container-fluid {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n}\n\n.navbar-brand {\n display: inline-block;\n padding-top: 0.3125rem;\n padding-bottom: 0.3125rem;\n margin-right: 1rem;\n font-size: 1.25rem;\n line-height: inherit;\n white-space: nowrap;\n}\n\n.navbar-brand:hover, .navbar-brand:focus {\n text-decoration: none;\n}\n\n.navbar-nav {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.navbar-nav .nav-link {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-nav .dropdown-menu {\n position: static;\n float: none;\n}\n\n.navbar-text {\n display: inline-block;\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n\n.navbar-collapse {\n flex-basis: 100%;\n flex-grow: 1;\n align-items: center;\n}\n\n.navbar-toggler {\n padding: 0.25rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background-color: transparent;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.navbar-toggler:hover, .navbar-toggler:focus {\n text-decoration: none;\n}\n\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n@media (max-width: 575.98px) {\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 576px) {\n .navbar-expand-sm {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-sm .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-sm .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-sm .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-sm > .container,\n .navbar-expand-sm > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-sm .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-sm .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 767.98px) {\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 768px) {\n .navbar-expand-md {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-md .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-md .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-md .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-md > .container,\n .navbar-expand-md > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-md .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-md .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 991.98px) {\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 992px) {\n .navbar-expand-lg {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-lg .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-lg .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-lg .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-lg > .container,\n .navbar-expand-lg > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-lg .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-lg .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 1199.98px) {\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 1200px) {\n .navbar-expand-xl {\n flex-flow: row nowrap;\n justify-content: flex-start;\n }\n .navbar-expand-xl .navbar-nav {\n flex-direction: row;\n }\n .navbar-expand-xl .navbar-nav .dropdown-menu {\n position: absolute;\n }\n .navbar-expand-xl .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n }\n .navbar-expand-xl > .container,\n .navbar-expand-xl > .container-fluid {\n flex-wrap: nowrap;\n }\n .navbar-expand-xl .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n }\n .navbar-expand-xl .navbar-toggler {\n display: none;\n }\n}\n\n.navbar-expand {\n flex-flow: row nowrap;\n justify-content: flex-start;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-expand .navbar-nav {\n flex-direction: row;\n}\n\n.navbar-expand .navbar-nav .dropdown-menu {\n position: absolute;\n}\n\n.navbar-expand .navbar-nav .nav-link {\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n}\n\n.navbar-expand > .container,\n.navbar-expand > .container-fluid {\n flex-wrap: nowrap;\n}\n\n.navbar-expand .navbar-collapse {\n display: flex !important;\n flex-basis: auto;\n}\n\n.navbar-expand .navbar-toggler {\n display: none;\n}\n\n.navbar-light .navbar-brand {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-nav .nav-link {\n color: #202428;\n}\n\n.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {\n color: #6E4FF6;\n}\n\n.navbar-light .navbar-nav .nav-link.disabled {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.navbar-light .navbar-nav .show > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .nav-link.show,\n.navbar-light .navbar-nav .nav-link.active {\n color: #6E4FF6;\n}\n\n.navbar-light .navbar-toggler {\n color: #202428;\n border-color: rgba(0, 0, 0, 0.1);\n}\n\n.navbar-light .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-light .navbar-text {\n color: #202428;\n}\n\n.navbar-light .navbar-text a {\n color: #6E4FF6;\n}\n\n.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {\n color: #6E4FF6;\n}\n\n.navbar-dark .navbar-brand {\n color: #fff;\n}\n\n.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {\n color: #fff;\n}\n\n.navbar-dark .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.7);\n}\n\n.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {\n color: #ffffff;\n}\n\n.navbar-dark .navbar-nav .nav-link.disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n\n.navbar-dark .navbar-nav .show > .nav-link,\n.navbar-dark .navbar-nav .active > .nav-link,\n.navbar-dark .navbar-nav .nav-link.show,\n.navbar-dark .navbar-nav .nav-link.active {\n color: #fff;\n}\n\n.navbar-dark .navbar-toggler {\n color: rgba(255, 255, 255, 0.7);\n border-color: rgba(255, 255, 255, 0.1);\n}\n\n.navbar-dark .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n}\n\n.navbar-dark .navbar-text {\n color: rgba(255, 255, 255, 0.7);\n}\n\n.navbar-dark .navbar-text a {\n color: #fff;\n}\n\n.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {\n color: #fff;\n}\n\n.card {\n position: relative;\n display: flex;\n flex-direction: column;\n min-width: 0;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: border-box;\n border: 1px solid #ebedf2;\n border-radius: 0.25rem;\n}\n\n.card > hr {\n margin-right: 0;\n margin-left: 0;\n}\n\n.card > .list-group:first-child .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.card > .list-group:last-child .list-group-item:last-child {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.card-body {\n flex: 1 1 auto;\n padding: 2.66rem;\n}\n\n.card-title {\n margin-bottom: 0.75rem;\n}\n\n.card-subtitle {\n margin-top: -0.375rem;\n margin-bottom: 0;\n}\n\n.card-text:last-child {\n margin-bottom: 0;\n}\n\n.card-link:hover {\n text-decoration: none;\n}\n\n.card-link + .card-link {\n margin-left: 2.66rem;\n}\n\n.card-header {\n padding: 0.75rem 2.66rem;\n margin-bottom: 0;\n background-color: #fff;\n border-bottom: 1px solid #ebedf2;\n}\n\n.card-header:first-child {\n border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;\n}\n\n.card-header + .list-group .list-group-item:first-child {\n border-top: 0;\n}\n\n.card-footer {\n padding: 0.75rem 2.66rem;\n background-color: #fff;\n border-top: 1px solid #ebedf2;\n}\n\n.card-footer:last-child {\n border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);\n}\n\n.card-header-tabs {\n margin-right: -1.33rem;\n margin-bottom: -0.75rem;\n margin-left: -1.33rem;\n border-bottom: 0;\n}\n\n.card-header-pills {\n margin-right: -1.33rem;\n margin-left: -1.33rem;\n}\n\n.card-img-overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n padding: 1.25rem;\n}\n\n.card-img {\n width: 100%;\n border-radius: calc(0.25rem - 1px);\n}\n\n.card-img-top {\n width: 100%;\n border-top-left-radius: calc(0.25rem - 1px);\n border-top-right-radius: calc(0.25rem - 1px);\n}\n\n.card-img-bottom {\n width: 100%;\n border-bottom-right-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px);\n}\n\n.card-deck {\n display: flex;\n flex-direction: column;\n}\n\n.card-deck .card {\n margin-bottom: 15px;\n}\n\n@media (min-width: 576px) {\n .card-deck {\n flex-flow: row wrap;\n margin-right: -15px;\n margin-left: -15px;\n }\n .card-deck .card {\n display: flex;\n flex: 1 0 0%;\n flex-direction: column;\n margin-right: 15px;\n margin-bottom: 0;\n margin-left: 15px;\n }\n}\n\n.card-group {\n display: flex;\n flex-direction: column;\n}\n\n.card-group > .card {\n margin-bottom: 15px;\n}\n\n@media (min-width: 576px) {\n .card-group {\n flex-flow: row wrap;\n }\n .card-group > .card {\n flex: 1 0 0%;\n margin-bottom: 0;\n }\n .card-group > .card + .card {\n margin-left: 0;\n border-left: 0;\n }\n .card-group > .card:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n .card-group > .card:not(:last-child) .card-img-top,\n .card-group > .card:not(:last-child) .card-header {\n border-top-right-radius: 0;\n }\n .card-group > .card:not(:last-child) .card-img-bottom,\n .card-group > .card:not(:last-child) .card-footer {\n border-bottom-right-radius: 0;\n }\n .card-group > .card:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n .card-group > .card:not(:first-child) .card-img-top,\n .card-group > .card:not(:first-child) .card-header {\n border-top-left-radius: 0;\n }\n .card-group > .card:not(:first-child) .card-img-bottom,\n .card-group > .card:not(:first-child) .card-footer {\n border-bottom-left-radius: 0;\n }\n}\n\n.card-columns .card {\n margin-bottom: 0.75rem;\n}\n\n@media (min-width: 576px) {\n .card-columns {\n column-count: 3;\n column-gap: 1.25rem;\n orphans: 1;\n widows: 1;\n }\n .card-columns .card {\n display: inline-block;\n width: 100%;\n }\n}\n\n.accordion > .card {\n overflow: hidden;\n}\n\n.accordion > .card:not(:first-of-type) .card-header:first-child {\n border-radius: 0;\n}\n\n.accordion > .card:not(:first-of-type):not(:last-of-type) {\n border-bottom: 0;\n border-radius: 0;\n}\n\n.accordion > .card:first-of-type {\n border-bottom: 0;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.accordion > .card:last-of-type {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.accordion > .card .card-header {\n margin-bottom: -1px;\n}\n\n.breadcrumb {\n display: flex;\n flex-wrap: wrap;\n padding: 0 0;\n margin-bottom: 0;\n list-style: none;\n background-color: none;\n border-radius: 0.25rem;\n}\n\n.breadcrumb-item + .breadcrumb-item {\n padding-left: 0.5rem;\n}\n\n.breadcrumb-item + .breadcrumb-item::before {\n display: inline-block;\n padding-right: 0.5rem;\n color: #ffffff;\n content: \"\";\n}\n\n.breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: underline;\n}\n\n.breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: none;\n}\n\n.breadcrumb-item.active {\n color: #c9cfe4;\n}\n\n.pagination {\n display: flex;\n padding-left: 0;\n list-style: none;\n border-radius: 0.1875rem;\n}\n\n.page-link {\n position: relative;\n display: block;\n padding: 0.8rem 1rem;\n margin-left: -1px;\n line-height: 1.25;\n color: #007bff;\n background-color: #fff;\n border: 1px solid #dee2e6;\n}\n\n.page-link:hover {\n z-index: 2;\n color: #1DC9B7;\n text-decoration: none;\n background-color: none;\n border-color: inherit;\n}\n\n.page-link:focus {\n z-index: 2;\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);\n}\n\n.page-item:first-child .page-link {\n margin-left: 0;\n border-top-left-radius: 0.1875rem;\n border-bottom-left-radius: 0.1875rem;\n}\n\n.page-item:last-child .page-link {\n border-top-right-radius: 0.1875rem;\n border-bottom-right-radius: 0.1875rem;\n}\n\n.page-item.active .page-link {\n z-index: 1;\n color: #fff;\n background-color: #1DC9B7;\n border-color: #1DC9B7;\n}\n\n.page-item.disabled .page-link {\n color: #6c757d;\n pointer-events: none;\n cursor: auto;\n background-color: #fff;\n border-color: #ebedf2;\n}\n\n.pagination-lg .page-link {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n line-height: 1.5;\n}\n\n.pagination-lg .page-item:first-child .page-link {\n border-top-left-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.pagination-lg .page-item:last-child .page-link {\n border-top-right-radius: 0.3rem;\n border-bottom-right-radius: 0.3rem;\n}\n\n.pagination-sm .page-link {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n line-height: 1.5;\n}\n\n.pagination-sm .page-item:first-child .page-link {\n border-top-left-radius: 0.2rem;\n border-bottom-left-radius: 0.2rem;\n}\n\n.pagination-sm .page-item:last-child .page-link {\n border-top-right-radius: 0.2rem;\n border-bottom-right-radius: 0.2rem;\n}\n\n.badge {\n display: inline-block;\n padding: 0.3rem 0.66rem;\n font-size: 0.7rem;\n font-weight: 600;\n line-height: 1;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 0.133rem;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .badge {\n transition: none;\n }\n}\n\na.badge:hover, a.badge:focus {\n text-decoration: none;\n}\n\n.badge:empty {\n display: none;\n}\n\n.btn .badge {\n position: relative;\n top: -1px;\n}\n\n.badge-pill {\n padding-right: 0.86rem;\n padding-left: 0.86rem;\n border-radius: 10rem;\n}\n\n.badge-primary {\n color: #fff;\n background-color: #6E4FF6;\n}\n\na.badge-primary:hover, a.badge-primary:focus {\n color: #fff;\n background-color: #461ef4;\n}\n\na.badge-primary:focus, a.badge-primary.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(110, 79, 246, 0.5);\n}\n\n.badge-secondary {\n color: #fff;\n background-color: #1DC9B7;\n}\n\na.badge-secondary:hover, a.badge-secondary:focus {\n color: #fff;\n background-color: #179c8e;\n}\n\na.badge-secondary:focus, a.badge-secondary.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);\n}\n\n.badge-success {\n color: #fff;\n background-color: #4caf50;\n}\n\na.badge-success:hover, a.badge-success:focus {\n color: #fff;\n background-color: #3d8b40;\n}\n\na.badge-success:focus, a.badge-success.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);\n}\n\n.badge-info {\n color: #fff;\n background-color: #36A3F7;\n}\n\na.badge-info:hover, a.badge-info:focus {\n color: #fff;\n background-color: #0a8cf0;\n}\n\na.badge-info:focus, a.badge-info.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);\n}\n\n.badge-warning {\n color: #212529;\n background-color: #FFB822;\n}\n\na.badge-warning:hover, a.badge-warning:focus {\n color: #212529;\n background-color: #eea200;\n}\n\na.badge-warning:focus, a.badge-warning.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);\n}\n\n.badge-danger {\n color: #fff;\n background-color: #F4516C;\n}\n\na.badge-danger:hover, a.badge-danger:focus {\n color: #fff;\n background-color: #f12143;\n}\n\na.badge-danger:focus, a.badge-danger.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);\n}\n\n.badge-light {\n color: #212529;\n background-color: #ffffff;\n}\n\na.badge-light:hover, a.badge-light:focus {\n color: #212529;\n background-color: #e6e6e6;\n}\n\na.badge-light:focus, a.badge-light.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);\n}\n\n.badge-dark {\n color: #fff;\n background-color: #202428;\n}\n\na.badge-dark:hover, a.badge-dark:focus {\n color: #fff;\n background-color: #090b0c;\n}\n\na.badge-dark:focus, a.badge-dark.focus {\n outline: 0;\n box-shadow: 0 0 0 0.2rem rgba(32, 36, 40, 0.5);\n}\n\n.jumbotron {\n padding: 2rem 1rem;\n margin-bottom: 2rem;\n background-color: #e9ecef;\n border-radius: 0.3rem;\n}\n\n@media (min-width: 576px) {\n .jumbotron {\n padding: 4rem 2rem;\n }\n}\n\n.jumbotron-fluid {\n padding-right: 0;\n padding-left: 0;\n border-radius: 0;\n}\n\n.alert {\n position: relative;\n padding: 1.6rem 2rem;\n margin-bottom: 1.33rem;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.alert-heading {\n color: inherit;\n}\n\n.alert-link {\n font-weight: 700;\n}\n\n.alert-dismissible {\n padding-right: 5.5rem;\n}\n\n.alert-dismissible .close {\n position: absolute;\n top: 0;\n right: 0;\n padding: 1.6rem 2rem;\n color: inherit;\n}\n\n.alert-primary {\n color: #6e4ff6;\n background-color: #e2dcfd;\n border-color: #d6cefc;\n}\n\n.alert-primary hr {\n border-top-color: #c2b6fb;\n}\n\n.alert-primary .alert-link {\n color: #461ef4;\n}\n\n.alert-secondary {\n color: #1dc9b7;\n background-color: #d2f4f1;\n border-color: #c0f0eb;\n}\n\n.alert-secondary hr {\n border-top-color: #abebe4;\n}\n\n.alert-secondary .alert-link {\n color: #179c8e;\n}\n\n.alert-success {\n color: #4caf50;\n background-color: #dbefdc;\n border-color: #cde9ce;\n}\n\n.alert-success hr {\n border-top-color: #bbe1bd;\n}\n\n.alert-success .alert-link {\n color: #3d8b40;\n}\n\n.alert-info {\n color: #36a3f7;\n background-color: #d7edfd;\n border-color: #c7e5fd;\n}\n\n.alert-info hr {\n border-top-color: #aedafc;\n}\n\n.alert-info .alert-link {\n color: #0a8cf0;\n}\n\n.alert-warning {\n color: #ffb822;\n background-color: #fff1d3;\n border-color: #ffebc1;\n}\n\n.alert-warning hr {\n border-top-color: #ffe3a8;\n}\n\n.alert-warning .alert-link {\n color: #eea200;\n}\n\n.alert-danger {\n color: #f4516c;\n background-color: #fddce2;\n border-color: #fcced6;\n}\n\n.alert-danger hr {\n border-top-color: #fbb6c2;\n}\n\n.alert-danger .alert-link {\n color: #f12143;\n}\n\n.alert-light {\n color: white;\n background-color: white;\n border-color: white;\n}\n\n.alert-light hr {\n border-top-color: #f2f2f2;\n}\n\n.alert-light .alert-link {\n color: #e6e6e6;\n}\n\n.alert-dark {\n color: #202428;\n background-color: #d2d3d4;\n border-color: #c1c2c3;\n}\n\n.alert-dark hr {\n border-top-color: #b4b5b6;\n}\n\n.alert-dark .alert-link {\n color: #090b0c;\n}\n\n@keyframes progress-bar-stripes {\n from {\n background-position: 8px 0;\n }\n to {\n background-position: 0 0;\n }\n}\n\n.progress {\n display: flex;\n height: 8px;\n overflow: hidden;\n font-size: 0.75rem;\n background-color: #e9ecef;\n border-radius: 200px;\n box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);\n}\n\n.progress-bar {\n display: flex;\n flex-direction: column;\n justify-content: center;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n background-color: #1DC9B7;\n transition: width 0.6s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .progress-bar {\n transition: none;\n }\n}\n\n.progress-bar-striped {\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 8px 8px;\n}\n\n.progress-bar-animated {\n animation: progress-bar-stripes 1s linear infinite;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .progress-bar-animated {\n animation: none;\n }\n}\n\n.media {\n display: flex;\n align-items: flex-start;\n}\n\n.media-body {\n flex: 1;\n}\n\n.list-group {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n}\n\n.list-group-item-action {\n width: 100%;\n color: #495057;\n text-align: inherit;\n}\n\n.list-group-item-action:hover, .list-group-item-action:focus {\n z-index: 1;\n color: #495057;\n text-decoration: none;\n background-color: #f8f9fa;\n}\n\n.list-group-item-action:active {\n color: #212529;\n background-color: #e9ecef;\n}\n\n.list-group-item {\n position: relative;\n display: block;\n padding: 0.75rem 1.25rem;\n margin-bottom: -1px;\n background-color: #fff;\n border: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.list-group-item:last-child {\n margin-bottom: 0;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.list-group-item.disabled, .list-group-item:disabled {\n color: #6c757d;\n pointer-events: none;\n background-color: #fff;\n}\n\n.list-group-item.active {\n z-index: 2;\n color: #fff;\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.list-group-horizontal {\n flex-direction: row;\n}\n\n.list-group-horizontal .list-group-item {\n margin-right: -1px;\n margin-bottom: 0;\n}\n\n.list-group-horizontal .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n}\n\n.list-group-horizontal .list-group-item:last-child {\n margin-right: 0;\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n}\n\n@media (min-width: 576px) {\n .list-group-horizontal-sm {\n flex-direction: row;\n }\n .list-group-horizontal-sm .list-group-item {\n margin-right: -1px;\n margin-bottom: 0;\n }\n .list-group-horizontal-sm .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-sm .list-group-item:last-child {\n margin-right: 0;\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n}\n\n@media (min-width: 768px) {\n .list-group-horizontal-md {\n flex-direction: row;\n }\n .list-group-horizontal-md .list-group-item {\n margin-right: -1px;\n margin-bottom: 0;\n }\n .list-group-horizontal-md .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-md .list-group-item:last-child {\n margin-right: 0;\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n}\n\n@media (min-width: 992px) {\n .list-group-horizontal-lg {\n flex-direction: row;\n }\n .list-group-horizontal-lg .list-group-item {\n margin-right: -1px;\n margin-bottom: 0;\n }\n .list-group-horizontal-lg .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-lg .list-group-item:last-child {\n margin-right: 0;\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n}\n\n@media (min-width: 1200px) {\n .list-group-horizontal-xl {\n flex-direction: row;\n }\n .list-group-horizontal-xl .list-group-item {\n margin-right: -1px;\n margin-bottom: 0;\n }\n .list-group-horizontal-xl .list-group-item:first-child {\n border-top-left-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n border-top-right-radius: 0;\n }\n .list-group-horizontal-xl .list-group-item:last-child {\n margin-right: 0;\n border-top-right-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0;\n }\n}\n\n.list-group-flush .list-group-item {\n border-right: 0;\n border-left: 0;\n border-radius: 0;\n}\n\n.list-group-flush .list-group-item:last-child {\n margin-bottom: -1px;\n}\n\n.list-group-flush:first-child .list-group-item:first-child {\n border-top: 0;\n}\n\n.list-group-flush:last-child .list-group-item:last-child {\n margin-bottom: 0;\n border-bottom: 0;\n}\n\n.list-group-item-primary {\n color: #392980;\n background-color: #d6cefc;\n}\n\n.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {\n color: #392980;\n background-color: #c2b6fb;\n}\n\n.list-group-item-primary.list-group-item-action.active {\n color: #ffffff;\n background-color: #392980;\n border-color: #392980;\n}\n\n.list-group-item-secondary {\n color: #0f695f;\n background-color: #c0f0eb;\n}\n\n.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {\n color: #0f695f;\n background-color: #abebe4;\n}\n\n.list-group-item-secondary.list-group-item-action.active {\n color: #ffffff;\n background-color: #0f695f;\n border-color: #0f695f;\n}\n\n.list-group-item-success {\n color: #285b2a;\n background-color: #cde9ce;\n}\n\n.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {\n color: #285b2a;\n background-color: #bbe1bd;\n}\n\n.list-group-item-success.list-group-item-action.active {\n color: #ffffff;\n background-color: #285b2a;\n border-color: #285b2a;\n}\n\n.list-group-item-info {\n color: #1c5580;\n background-color: #c7e5fd;\n}\n\n.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {\n color: #1c5580;\n background-color: #aedafc;\n}\n\n.list-group-item-info.list-group-item-action.active {\n color: #ffffff;\n background-color: #1c5580;\n border-color: #1c5580;\n}\n\n.list-group-item-warning {\n color: #856012;\n background-color: #ffebc1;\n}\n\n.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {\n color: #856012;\n background-color: #ffe3a8;\n}\n\n.list-group-item-warning.list-group-item-action.active {\n color: #ffffff;\n background-color: #856012;\n border-color: #856012;\n}\n\n.list-group-item-danger {\n color: #7f2a38;\n background-color: #fcced6;\n}\n\n.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {\n color: #7f2a38;\n background-color: #fbb6c2;\n}\n\n.list-group-item-danger.list-group-item-action.active {\n color: #ffffff;\n background-color: #7f2a38;\n border-color: #7f2a38;\n}\n\n.list-group-item-light {\n color: #858585;\n background-color: white;\n}\n\n.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {\n color: #858585;\n background-color: #f2f2f2;\n}\n\n.list-group-item-light.list-group-item-action.active {\n color: #ffffff;\n background-color: #858585;\n border-color: #858585;\n}\n\n.list-group-item-dark {\n color: #111315;\n background-color: #c1c2c3;\n}\n\n.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {\n color: #111315;\n background-color: #b4b5b6;\n}\n\n.list-group-item-dark.list-group-item-action.active {\n color: #ffffff;\n background-color: #111315;\n border-color: #111315;\n}\n\n.close {\n float: right;\n font-size: 1.5rem;\n font-weight: 700;\n line-height: 1;\n color: #000;\n text-shadow: 0 1px 0 #fff;\n opacity: .5;\n}\n\n@media (max-width: 1200px) {\n .close {\n font-size: calc(1.275rem + 0.3vw) ;\n }\n}\n\n.close:hover {\n color: #000;\n text-decoration: none;\n}\n\n.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {\n opacity: .75;\n}\n\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n appearance: none;\n}\n\na.close.disabled {\n pointer-events: none;\n}\n\n.toast {\n max-width: 350px;\n overflow: hidden;\n font-size: 0.875rem;\n background-color: rgba(255, 255, 255, 0.85);\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.1);\n box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);\n backdrop-filter: blur(10px);\n opacity: 0;\n border-radius: 0.25rem;\n}\n\n.toast:not(:last-child) {\n margin-bottom: 0.75rem;\n}\n\n.toast.showing {\n opacity: 1;\n}\n\n.toast.show {\n display: block;\n opacity: 1;\n}\n\n.toast.hide {\n display: none;\n}\n\n.toast-header {\n display: flex;\n align-items: center;\n padding: 0.25rem 0.75rem;\n color: #6c757d;\n background-color: rgba(255, 255, 255, 0.85);\n background-clip: padding-box;\n border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n}\n\n.toast-body {\n padding: 0.75rem;\n}\n\n.modal-open {\n overflow: hidden;\n}\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.modal {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1050;\n display: none;\n width: 100%;\n height: 100%;\n overflow: hidden;\n outline: 0;\n}\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 0.5rem;\n pointer-events: none;\n}\n\n.modal.fade .modal-dialog {\n transition: transform 0.3s ease-out;\n transform: translate(0, -50px);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .modal.fade .modal-dialog {\n transition: none;\n }\n}\n\n.modal.show .modal-dialog {\n transform: none;\n}\n\n.modal-dialog-scrollable {\n display: flex;\n max-height: calc(100% - 1rem);\n}\n\n.modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 1rem);\n overflow: hidden;\n}\n\n.modal-dialog-scrollable .modal-header,\n.modal-dialog-scrollable .modal-footer {\n flex-shrink: 0;\n}\n\n.modal-dialog-scrollable .modal-body {\n overflow-y: auto;\n}\n\n.modal-dialog-centered {\n display: flex;\n align-items: center;\n min-height: calc(100% - 1rem);\n}\n\n.modal-dialog-centered::before {\n display: block;\n height: calc(100vh - 1rem);\n content: \"\";\n}\n\n.modal-dialog-centered.modal-dialog-scrollable {\n flex-direction: column;\n justify-content: center;\n height: 100%;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable .modal-content {\n max-height: none;\n}\n\n.modal-dialog-centered.modal-dialog-scrollable::before {\n content: none;\n}\n\n.modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);\n outline: 0;\n}\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n z-index: 1040;\n width: 100vw;\n height: 100vh;\n background-color: #000;\n}\n\n.modal-backdrop.fade {\n opacity: 0;\n}\n\n.modal-backdrop.show {\n opacity: 0.5;\n}\n\n.modal-header {\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n padding: 1rem 1rem;\n border-bottom: 1px solid #dee2e6;\n border-top-left-radius: 0.3rem;\n border-top-right-radius: 0.3rem;\n}\n\n.modal-header .close {\n padding: 1rem 1rem;\n margin: -1rem -1rem -1rem auto;\n}\n\n.modal-title {\n margin-bottom: 0;\n line-height: 1.5;\n}\n\n.modal-body {\n position: relative;\n flex: 1 1 auto;\n padding: 1rem;\n}\n\n.modal-footer {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n padding: 1rem;\n border-top: 1px solid #dee2e6;\n border-bottom-right-radius: 0.3rem;\n border-bottom-left-radius: 0.3rem;\n}\n\n.modal-footer > :not(:first-child) {\n margin-left: .25rem;\n}\n\n.modal-footer > :not(:last-child) {\n margin-right: .25rem;\n}\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 420px;\n margin: 1.75rem auto;\n }\n .modal-dialog-scrollable {\n max-height: calc(100% - 3.5rem);\n }\n .modal-dialog-scrollable .modal-content {\n max-height: calc(100vh - 3.5rem);\n }\n .modal-dialog-centered {\n min-height: calc(100% - 3.5rem);\n }\n .modal-dialog-centered::before {\n height: calc(100vh - 3.5rem);\n }\n .modal-content {\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);\n }\n .modal-sm {\n max-width: 300px;\n }\n}\n\n@media (min-width: 992px) {\n .modal-lg,\n .modal-xl {\n max-width: 800px;\n }\n}\n\n@media (min-width: 1200px) {\n .modal-xl {\n max-width: 1140px;\n }\n}\n\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n margin: 0;\n font-family: \"Work Sans\", sans-serif;\n font-style: normal;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.875rem;\n word-wrap: break-word;\n opacity: 0;\n}\n\n.tooltip.show {\n opacity: 0.9;\n}\n\n.tooltip .arrow {\n position: absolute;\n display: block;\n width: 0.8rem;\n height: 0.4rem;\n}\n\n.tooltip .arrow::before {\n position: absolute;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-tooltip-top, .bs-tooltip-auto[x-placement^=\"top\"] {\n padding: 0.4rem 0;\n}\n\n.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=\"top\"] .arrow {\n bottom: 0;\n}\n\n.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=\"top\"] .arrow::before {\n top: 0;\n border-width: 0.4rem 0.4rem 0;\n border-top-color: #000;\n}\n\n.bs-tooltip-right, .bs-tooltip-auto[x-placement^=\"right\"] {\n padding: 0 0.4rem;\n}\n\n.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=\"right\"] .arrow {\n left: 0;\n width: 0.4rem;\n height: 0.8rem;\n}\n\n.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=\"right\"] .arrow::before {\n right: 0;\n border-width: 0.4rem 0.4rem 0.4rem 0;\n border-right-color: #000;\n}\n\n.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=\"bottom\"] {\n padding: 0.4rem 0;\n}\n\n.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow {\n top: 0;\n}\n\n.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=\"bottom\"] .arrow::before {\n bottom: 0;\n border-width: 0 0.4rem 0.4rem;\n border-bottom-color: #000;\n}\n\n.bs-tooltip-left, .bs-tooltip-auto[x-placement^=\"left\"] {\n padding: 0 0.4rem;\n}\n\n.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=\"left\"] .arrow {\n right: 0;\n width: 0.4rem;\n height: 0.8rem;\n}\n\n.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=\"left\"] .arrow::before {\n left: 0;\n border-width: 0.4rem 0 0.4rem 0.4rem;\n border-left-color: #000;\n}\n\n.tooltip-inner {\n max-width: 200px;\n padding: 0.25rem 0.5rem;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 0.25rem;\n}\n\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1060;\n display: block;\n max-width: 276px;\n font-family: \"Work Sans\", sans-serif;\n font-style: normal;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: normal;\n line-break: auto;\n font-size: 0.875rem;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);\n}\n\n.popover .arrow {\n position: absolute;\n display: block;\n width: 1rem;\n height: 0.5rem;\n margin: 0 0.3rem;\n}\n\n.popover .arrow::before, .popover .arrow::after {\n position: absolute;\n display: block;\n content: \"\";\n border-color: transparent;\n border-style: solid;\n}\n\n.bs-popover-top, .bs-popover-auto[x-placement^=\"top\"] {\n margin-bottom: 0.5rem;\n}\n\n.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=\"top\"] > .arrow {\n bottom: calc((0.5rem + 1px) * -1);\n}\n\n.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=\"top\"] > .arrow::before {\n bottom: 0;\n border-width: 0.5rem 0.5rem 0;\n border-top-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=\"top\"] > .arrow::after {\n bottom: 1px;\n border-width: 0.5rem 0.5rem 0;\n border-top-color: #fff;\n}\n\n.bs-popover-right, .bs-popover-auto[x-placement^=\"right\"] {\n margin-left: 0.5rem;\n}\n\n.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=\"right\"] > .arrow {\n left: calc((0.5rem + 1px) * -1);\n width: 0.5rem;\n height: 1rem;\n margin: 0.3rem 0;\n}\n\n.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=\"right\"] > .arrow::before {\n left: 0;\n border-width: 0.5rem 0.5rem 0.5rem 0;\n border-right-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=\"right\"] > .arrow::after {\n left: 1px;\n border-width: 0.5rem 0.5rem 0.5rem 0;\n border-right-color: #fff;\n}\n\n.bs-popover-bottom, .bs-popover-auto[x-placement^=\"bottom\"] {\n margin-top: 0.5rem;\n}\n\n.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow {\n top: calc((0.5rem + 1px) * -1);\n}\n\n.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow::before {\n top: 0;\n border-width: 0 0.5rem 0.5rem 0.5rem;\n border-bottom-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=\"bottom\"] > .arrow::after {\n top: 1px;\n border-width: 0 0.5rem 0.5rem 0.5rem;\n border-bottom-color: #fff;\n}\n\n.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=\"bottom\"] .popover-header::before {\n position: absolute;\n top: 0;\n left: 50%;\n display: block;\n width: 1rem;\n margin-left: -0.5rem;\n content: \"\";\n border-bottom: 1px solid #f7f7f7;\n}\n\n.bs-popover-left, .bs-popover-auto[x-placement^=\"left\"] {\n margin-right: 0.5rem;\n}\n\n.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=\"left\"] > .arrow {\n right: calc((0.5rem + 1px) * -1);\n width: 0.5rem;\n height: 1rem;\n margin: 0.3rem 0;\n}\n\n.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=\"left\"] > .arrow::before {\n right: 0;\n border-width: 0.5rem 0 0.5rem 0.5rem;\n border-left-color: rgba(0, 0, 0, 0.25);\n}\n\n.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=\"left\"] > .arrow::after {\n right: 1px;\n border-width: 0.5rem 0 0.5rem 0.5rem;\n border-left-color: #fff;\n}\n\n.popover-header {\n padding: 0.5rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n color: #313342;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n border-top-left-radius: calc(0.3rem - 1px);\n border-top-right-radius: calc(0.3rem - 1px);\n}\n\n.popover-header:empty {\n display: none;\n}\n\n.popover-body {\n padding: 0.5rem 0.75rem;\n color: #212529;\n}\n\n.carousel {\n position: relative;\n}\n\n.carousel.pointer-event {\n touch-action: pan-y;\n}\n\n.carousel-inner {\n position: relative;\n width: 100%;\n overflow: hidden;\n}\n\n.carousel-inner::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.carousel-item {\n position: relative;\n display: none;\n float: left;\n width: 100%;\n margin-right: -100%;\n backface-visibility: hidden;\n transition: transform 0.6s ease-in-out;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-item {\n transition: none;\n }\n}\n\n.carousel-item.active,\n.carousel-item-next,\n.carousel-item-prev {\n display: block;\n}\n\n.carousel-item-next:not(.carousel-item-left),\n.active.carousel-item-right {\n transform: translateX(100%);\n}\n\n.carousel-item-prev:not(.carousel-item-right),\n.active.carousel-item-left {\n transform: translateX(-100%);\n}\n\n.carousel-fade .carousel-item {\n opacity: 0;\n transition-property: opacity;\n transform: none;\n}\n\n.carousel-fade .carousel-item.active,\n.carousel-fade .carousel-item-next.carousel-item-left,\n.carousel-fade .carousel-item-prev.carousel-item-right {\n z-index: 1;\n opacity: 1;\n}\n\n.carousel-fade .active.carousel-item-left,\n.carousel-fade .active.carousel-item-right {\n z-index: 0;\n opacity: 0;\n transition: 0s 0.6s opacity;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-fade .active.carousel-item-left,\n .carousel-fade .active.carousel-item-right {\n transition: none;\n }\n}\n\n.carousel-control-prev,\n.carousel-control-next {\n position: absolute;\n top: 0;\n bottom: 0;\n z-index: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 15%;\n color: #fff;\n text-align: center;\n opacity: 0.5;\n transition: opacity 0.15s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-control-prev,\n .carousel-control-next {\n transition: none;\n }\n}\n\n.carousel-control-prev:hover, .carousel-control-prev:focus,\n.carousel-control-next:hover,\n.carousel-control-next:focus {\n color: #fff;\n text-decoration: none;\n outline: 0;\n opacity: 0.9;\n}\n\n.carousel-control-prev {\n left: 0;\n}\n\n.carousel-control-next {\n right: 0;\n}\n\n.carousel-control-prev-icon,\n.carousel-control-next-icon {\n display: inline-block;\n width: 20px;\n height: 20px;\n background: no-repeat 50% / 100% 100%;\n}\n\n.carousel-control-prev-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e\");\n}\n\n.carousel-control-next-icon {\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e\");\n}\n\n.carousel-indicators {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 15;\n display: flex;\n justify-content: center;\n padding-left: 0;\n margin-right: 15%;\n margin-left: 15%;\n list-style: none;\n}\n\n.carousel-indicators li {\n box-sizing: content-box;\n flex: 0 1 auto;\n width: 30px;\n height: 3px;\n margin-right: 3px;\n margin-left: 3px;\n text-indent: -999px;\n cursor: pointer;\n background-color: #fff;\n background-clip: padding-box;\n border-top: 10px solid transparent;\n border-bottom: 10px solid transparent;\n opacity: .5;\n transition: opacity 0.6s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .carousel-indicators li {\n transition: none;\n }\n}\n\n.carousel-indicators .active {\n opacity: 1;\n}\n\n.carousel-caption {\n position: absolute;\n right: 15%;\n bottom: 20px;\n left: 15%;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: #fff;\n text-align: center;\n}\n\n@keyframes spinner-border {\n to {\n transform: rotate(360deg);\n }\n}\n\n.spinner-border {\n display: inline-block;\n width: 2rem;\n height: 2rem;\n vertical-align: text-bottom;\n border: 0.25em solid currentColor;\n border-right-color: transparent;\n border-radius: 50%;\n animation: spinner-border .75s linear infinite;\n}\n\n.spinner-border-sm {\n width: 1rem;\n height: 1rem;\n border-width: 0.2em;\n}\n\n@keyframes spinner-grow {\n 0% {\n transform: scale(0);\n }\n 50% {\n opacity: 1;\n }\n}\n\n.spinner-grow {\n display: inline-block;\n width: 2rem;\n height: 2rem;\n vertical-align: text-bottom;\n background-color: currentColor;\n border-radius: 50%;\n opacity: 0;\n animation: spinner-grow .75s linear infinite;\n}\n\n.spinner-grow-sm {\n width: 1rem;\n height: 1rem;\n}\n\n.align-baseline {\n vertical-align: baseline !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n\n.align-text-bottom {\n vertical-align: text-bottom !important;\n}\n\n.align-text-top {\n vertical-align: text-top !important;\n}\n\n.bg-primary {\n background-color: #6E4FF6 !important;\n}\n\na.bg-primary:hover, a.bg-primary:focus,\nbutton.bg-primary:hover,\nbutton.bg-primary:focus {\n background-color: #461ef4 !important;\n}\n\n.bg-secondary {\n background-color: #1DC9B7 !important;\n}\n\na.bg-secondary:hover, a.bg-secondary:focus,\nbutton.bg-secondary:hover,\nbutton.bg-secondary:focus {\n background-color: #179c8e !important;\n}\n\n.bg-success {\n background-color: #4caf50 !important;\n}\n\na.bg-success:hover, a.bg-success:focus,\nbutton.bg-success:hover,\nbutton.bg-success:focus {\n background-color: #3d8b40 !important;\n}\n\n.bg-info {\n background-color: #36A3F7 !important;\n}\n\na.bg-info:hover, a.bg-info:focus,\nbutton.bg-info:hover,\nbutton.bg-info:focus {\n background-color: #0a8cf0 !important;\n}\n\n.bg-warning {\n background-color: #FFB822 !important;\n}\n\na.bg-warning:hover, a.bg-warning:focus,\nbutton.bg-warning:hover,\nbutton.bg-warning:focus {\n background-color: #eea200 !important;\n}\n\n.bg-danger {\n background-color: #F4516C !important;\n}\n\na.bg-danger:hover, a.bg-danger:focus,\nbutton.bg-danger:hover,\nbutton.bg-danger:focus {\n background-color: #f12143 !important;\n}\n\n.bg-light {\n background-color: #ffffff !important;\n}\n\na.bg-light:hover, a.bg-light:focus,\nbutton.bg-light:hover,\nbutton.bg-light:focus {\n background-color: #e6e6e6 !important;\n}\n\n.bg-dark {\n background-color: #202428 !important;\n}\n\na.bg-dark:hover, a.bg-dark:focus,\nbutton.bg-dark:hover,\nbutton.bg-dark:focus {\n background-color: #090b0c !important;\n}\n\n.bg-white {\n background-color: #ffffff !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n\n.border {\n border: 1px solid #ebedf2 !important;\n}\n\n.border-top {\n border-top: 1px solid #ebedf2 !important;\n}\n\n.border-right {\n border-right: 1px solid #ebedf2 !important;\n}\n\n.border-bottom {\n border-bottom: 1px solid #ebedf2 !important;\n}\n\n.border-left {\n border-left: 1px solid #ebedf2 !important;\n}\n\n.border-0 {\n border: 0 !important;\n}\n\n.border-top-0 {\n border-top: 0 !important;\n}\n\n.border-right-0 {\n border-right: 0 !important;\n}\n\n.border-bottom-0 {\n border-bottom: 0 !important;\n}\n\n.border-left-0 {\n border-left: 0 !important;\n}\n\n.border-primary {\n border-color: #6E4FF6 !important;\n}\n\n.border-secondary {\n border-color: #1DC9B7 !important;\n}\n\n.border-success {\n border-color: #4caf50 !important;\n}\n\n.border-info {\n border-color: #36A3F7 !important;\n}\n\n.border-warning {\n border-color: #FFB822 !important;\n}\n\n.border-danger {\n border-color: #F4516C !important;\n}\n\n.border-light {\n border-color: #ffffff !important;\n}\n\n.border-dark {\n border-color: #202428 !important;\n}\n\n.border-white {\n border-color: #ffffff !important;\n}\n\n.rounded-sm {\n border-radius: 0.2rem !important;\n}\n\n.rounded {\n border-radius: 0.1875rem !important;\n}\n\n.rounded-top {\n border-top-left-radius: 0.1875rem !important;\n border-top-right-radius: 0.1875rem !important;\n}\n\n.rounded-right {\n border-top-right-radius: 0.1875rem !important;\n border-bottom-right-radius: 0.1875rem !important;\n}\n\n.rounded-bottom {\n border-bottom-right-radius: 0.1875rem !important;\n border-bottom-left-radius: 0.1875rem !important;\n}\n\n.rounded-left {\n border-top-left-radius: 0.1875rem !important;\n border-bottom-left-radius: 0.1875rem !important;\n}\n\n.rounded-lg {\n border-radius: 0.3rem !important;\n}\n\n.rounded-circle {\n border-radius: 50% !important;\n}\n\n.rounded-pill {\n border-radius: 50rem !important;\n}\n\n.rounded-0 {\n border-radius: 0 !important;\n}\n\n.clearfix::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.d-none {\n display: none !important;\n}\n\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n\n.embed-responsive {\n position: relative;\n display: block;\n width: 100%;\n padding: 0;\n overflow: hidden;\n}\n\n.embed-responsive::before {\n display: block;\n content: \"\";\n}\n\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 0;\n}\n\n.embed-responsive-21by9::before {\n padding-top: 42.85714%;\n}\n\n.embed-responsive-16by9::before {\n padding-top: 56.25%;\n}\n\n.embed-responsive-4by3::before {\n padding-top: 75%;\n}\n\n.embed-responsive-1by1::before {\n padding-top: 100%;\n}\n\n.embed-responsive-21by9::before {\n padding-top: 42.85714%;\n}\n\n.embed-responsive-16by9::before {\n padding-top: 56.25%;\n}\n\n.embed-responsive-4by3::before {\n padding-top: 75%;\n}\n\n.embed-responsive-1by1::before {\n padding-top: 100%;\n}\n\n.embed-responsive-21by9::before {\n padding-top: 42.85714%;\n}\n\n.embed-responsive-16by9::before {\n padding-top: 56.25%;\n}\n\n.embed-responsive-4by3::before {\n padding-top: 75%;\n}\n\n.embed-responsive-1by1::before {\n padding-top: 100%;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n@media (min-width: 576px) {\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 768px) {\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 992px) {\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 1200px) {\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n}\n\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important;\n }\n .float-sm-right {\n float: right !important;\n }\n .float-sm-none {\n float: none !important;\n }\n}\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important;\n }\n .float-md-right {\n float: right !important;\n }\n .float-md-none {\n float: none !important;\n }\n}\n\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important;\n }\n .float-lg-right {\n float: right !important;\n }\n .float-lg-none {\n float: none !important;\n }\n}\n\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important;\n }\n .float-xl-right {\n float: right !important;\n }\n .float-xl-none {\n float: none !important;\n }\n}\n\n.overflow-auto {\n overflow: auto !important;\n}\n\n.overflow-hidden {\n overflow: hidden !important;\n}\n\n.position-static {\n position: static !important;\n}\n\n.position-relative {\n position: relative !important;\n}\n\n.position-absolute {\n position: absolute !important;\n}\n\n.position-fixed {\n position: fixed !important;\n}\n\n.position-sticky {\n position: sticky !important;\n}\n\n.fixed-top {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1030;\n}\n\n.fixed-bottom {\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1030;\n}\n\n@supports (position: sticky) {\n .sticky-top {\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n}\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border: 0;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n overflow: visible;\n clip: auto;\n white-space: normal;\n}\n\n.shadow-sm {\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;\n}\n\n.shadow {\n box-shadow: 0 0.67rem 0.67rem rgba(146, 153, 184, 0.08) !important;\n}\n\n.shadow-lg {\n box-shadow: 0 0.67remt 0.67rem rgba(146, 153, 184, 0.1) !important;\n}\n\n.shadow-none {\n box-shadow: none !important;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-100 {\n width: 100% !important;\n}\n\n.w-auto {\n width: auto !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-100 {\n height: 100% !important;\n}\n\n.h-auto {\n height: auto !important;\n}\n\n.mw-100 {\n max-width: 100% !important;\n}\n\n.mh-100 {\n max-height: 100% !important;\n}\n\n.min-vw-100 {\n min-width: 100vw !important;\n}\n\n.min-vh-100 {\n min-height: 100vh !important;\n}\n\n.vw-100 {\n width: 100vw !important;\n}\n\n.vh-100 {\n height: 100vh !important;\n}\n\n.stretched-link::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n pointer-events: auto;\n content: \"\";\n background-color: rgba(0, 0, 0, 0);\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.mt-0,\n.my-0 {\n margin-top: 0 !important;\n}\n\n.mr-0,\n.mx-0 {\n margin-right: 0 !important;\n}\n\n.mb-0,\n.my-0 {\n margin-bottom: 0 !important;\n}\n\n.ml-0,\n.mx-0 {\n margin-left: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.mt-1,\n.my-1 {\n margin-top: 0.25rem !important;\n}\n\n.mr-1,\n.mx-1 {\n margin-right: 0.25rem !important;\n}\n\n.mb-1,\n.my-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.ml-1,\n.mx-1 {\n margin-left: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.mt-2,\n.my-2 {\n margin-top: 0.5rem !important;\n}\n\n.mr-2,\n.mx-2 {\n margin-right: 0.5rem !important;\n}\n\n.mb-2,\n.my-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.ml-2,\n.mx-2 {\n margin-left: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.mt-3,\n.my-3 {\n margin-top: 1rem !important;\n}\n\n.mr-3,\n.mx-3 {\n margin-right: 1rem !important;\n}\n\n.mb-3,\n.my-3 {\n margin-bottom: 1rem !important;\n}\n\n.ml-3,\n.mx-3 {\n margin-left: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.mt-4,\n.my-4 {\n margin-top: 1.5rem !important;\n}\n\n.mr-4,\n.mx-4 {\n margin-right: 1.5rem !important;\n}\n\n.mb-4,\n.my-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.ml-4,\n.mx-4 {\n margin-left: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.mt-5,\n.my-5 {\n margin-top: 3rem !important;\n}\n\n.mr-5,\n.mx-5 {\n margin-right: 3rem !important;\n}\n\n.mb-5,\n.my-5 {\n margin-bottom: 3rem !important;\n}\n\n.ml-5,\n.mx-5 {\n margin-left: 3rem !important;\n}\n\n.m-10 {\n margin: 0.625rem !important;\n}\n\n.mt-10,\n.my-10 {\n margin-top: 0.625rem !important;\n}\n\n.mr-10,\n.mx-10 {\n margin-right: 0.625rem !important;\n}\n\n.mb-10,\n.my-10 {\n margin-bottom: 0.625rem !important;\n}\n\n.ml-10,\n.mx-10 {\n margin-left: 0.625rem !important;\n}\n\n.m-15 {\n margin: 0.9375rem !important;\n}\n\n.mt-15,\n.my-15 {\n margin-top: 0.9375rem !important;\n}\n\n.mr-15,\n.mx-15 {\n margin-right: 0.9375rem !important;\n}\n\n.mb-15,\n.my-15 {\n margin-bottom: 0.9375rem !important;\n}\n\n.ml-15,\n.mx-15 {\n margin-left: 0.9375rem !important;\n}\n\n.m-20 {\n margin: 1.25rem !important;\n}\n\n.mt-20,\n.my-20 {\n margin-top: 1.25rem !important;\n}\n\n.mr-20,\n.mx-20 {\n margin-right: 1.25rem !important;\n}\n\n.mb-20,\n.my-20 {\n margin-bottom: 1.25rem !important;\n}\n\n.ml-20,\n.mx-20 {\n margin-left: 1.25rem !important;\n}\n\n.m-25 {\n margin: 1.5625rem !important;\n}\n\n.mt-25,\n.my-25 {\n margin-top: 1.5625rem !important;\n}\n\n.mr-25,\n.mx-25 {\n margin-right: 1.5625rem !important;\n}\n\n.mb-25,\n.my-25 {\n margin-bottom: 1.5625rem !important;\n}\n\n.ml-25,\n.mx-25 {\n margin-left: 1.5625rem !important;\n}\n\n.m-30 {\n margin: 1.875rem !important;\n}\n\n.mt-30,\n.my-30 {\n margin-top: 1.875rem !important;\n}\n\n.mr-30,\n.mx-30 {\n margin-right: 1.875rem !important;\n}\n\n.mb-30,\n.my-30 {\n margin-bottom: 1.875rem !important;\n}\n\n.ml-30,\n.mx-30 {\n margin-left: 1.875rem !important;\n}\n\n.m-35 {\n margin: 2.18753rem !important;\n}\n\n.mt-35,\n.my-35 {\n margin-top: 2.18753rem !important;\n}\n\n.mr-35,\n.mx-35 {\n margin-right: 2.18753rem !important;\n}\n\n.mb-35,\n.my-35 {\n margin-bottom: 2.18753rem !important;\n}\n\n.ml-35,\n.mx-35 {\n margin-left: 2.18753rem !important;\n}\n\n.m-40 {\n margin: 2.5rem !important;\n}\n\n.mt-40,\n.my-40 {\n margin-top: 2.5rem !important;\n}\n\n.mr-40,\n.mx-40 {\n margin-right: 2.5rem !important;\n}\n\n.mb-40,\n.my-40 {\n margin-bottom: 2.5rem !important;\n}\n\n.ml-40,\n.mx-40 {\n margin-left: 2.5rem !important;\n}\n\n.m-45 {\n margin: 2.8125rem !important;\n}\n\n.mt-45,\n.my-45 {\n margin-top: 2.8125rem !important;\n}\n\n.mr-45,\n.mx-45 {\n margin-right: 2.8125rem !important;\n}\n\n.mb-45,\n.my-45 {\n margin-bottom: 2.8125rem !important;\n}\n\n.ml-45,\n.mx-45 {\n margin-left: 2.8125rem !important;\n}\n\n.m-50 {\n margin: 3.125rem !important;\n}\n\n.mt-50,\n.my-50 {\n margin-top: 3.125rem !important;\n}\n\n.mr-50,\n.mx-50 {\n margin-right: 3.125rem !important;\n}\n\n.mb-50,\n.my-50 {\n margin-bottom: 3.125rem !important;\n}\n\n.ml-50,\n.mx-50 {\n margin-left: 3.125rem !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.pt-0,\n.py-0 {\n padding-top: 0 !important;\n}\n\n.pr-0,\n.px-0 {\n padding-right: 0 !important;\n}\n\n.pb-0,\n.py-0 {\n padding-bottom: 0 !important;\n}\n\n.pl-0,\n.px-0 {\n padding-left: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.pt-1,\n.py-1 {\n padding-top: 0.25rem !important;\n}\n\n.pr-1,\n.px-1 {\n padding-right: 0.25rem !important;\n}\n\n.pb-1,\n.py-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pl-1,\n.px-1 {\n padding-left: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.pt-2,\n.py-2 {\n padding-top: 0.5rem !important;\n}\n\n.pr-2,\n.px-2 {\n padding-right: 0.5rem !important;\n}\n\n.pb-2,\n.py-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pl-2,\n.px-2 {\n padding-left: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.pt-3,\n.py-3 {\n padding-top: 1rem !important;\n}\n\n.pr-3,\n.px-3 {\n padding-right: 1rem !important;\n}\n\n.pb-3,\n.py-3 {\n padding-bottom: 1rem !important;\n}\n\n.pl-3,\n.px-3 {\n padding-left: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.pt-4,\n.py-4 {\n padding-top: 1.5rem !important;\n}\n\n.pr-4,\n.px-4 {\n padding-right: 1.5rem !important;\n}\n\n.pb-4,\n.py-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pl-4,\n.px-4 {\n padding-left: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.pt-5,\n.py-5 {\n padding-top: 3rem !important;\n}\n\n.pr-5,\n.px-5 {\n padding-right: 3rem !important;\n}\n\n.pb-5,\n.py-5 {\n padding-bottom: 3rem !important;\n}\n\n.pl-5,\n.px-5 {\n padding-left: 3rem !important;\n}\n\n.p-10 {\n padding: 0.625rem !important;\n}\n\n.pt-10,\n.py-10 {\n padding-top: 0.625rem !important;\n}\n\n.pr-10,\n.px-10 {\n padding-right: 0.625rem !important;\n}\n\n.pb-10,\n.py-10 {\n padding-bottom: 0.625rem !important;\n}\n\n.pl-10,\n.px-10 {\n padding-left: 0.625rem !important;\n}\n\n.p-15 {\n padding: 0.9375rem !important;\n}\n\n.pt-15,\n.py-15 {\n padding-top: 0.9375rem !important;\n}\n\n.pr-15,\n.px-15 {\n padding-right: 0.9375rem !important;\n}\n\n.pb-15,\n.py-15 {\n padding-bottom: 0.9375rem !important;\n}\n\n.pl-15,\n.px-15 {\n padding-left: 0.9375rem !important;\n}\n\n.p-20 {\n padding: 1.25rem !important;\n}\n\n.pt-20,\n.py-20 {\n padding-top: 1.25rem !important;\n}\n\n.pr-20,\n.px-20 {\n padding-right: 1.25rem !important;\n}\n\n.pb-20,\n.py-20 {\n padding-bottom: 1.25rem !important;\n}\n\n.pl-20,\n.px-20 {\n padding-left: 1.25rem !important;\n}\n\n.p-25 {\n padding: 1.5625rem !important;\n}\n\n.pt-25,\n.py-25 {\n padding-top: 1.5625rem !important;\n}\n\n.pr-25,\n.px-25 {\n padding-right: 1.5625rem !important;\n}\n\n.pb-25,\n.py-25 {\n padding-bottom: 1.5625rem !important;\n}\n\n.pl-25,\n.px-25 {\n padding-left: 1.5625rem !important;\n}\n\n.p-30 {\n padding: 1.875rem !important;\n}\n\n.pt-30,\n.py-30 {\n padding-top: 1.875rem !important;\n}\n\n.pr-30,\n.px-30 {\n padding-right: 1.875rem !important;\n}\n\n.pb-30,\n.py-30 {\n padding-bottom: 1.875rem !important;\n}\n\n.pl-30,\n.px-30 {\n padding-left: 1.875rem !important;\n}\n\n.p-35 {\n padding: 2.18753rem !important;\n}\n\n.pt-35,\n.py-35 {\n padding-top: 2.18753rem !important;\n}\n\n.pr-35,\n.px-35 {\n padding-right: 2.18753rem !important;\n}\n\n.pb-35,\n.py-35 {\n padding-bottom: 2.18753rem !important;\n}\n\n.pl-35,\n.px-35 {\n padding-left: 2.18753rem !important;\n}\n\n.p-40 {\n padding: 2.5rem !important;\n}\n\n.pt-40,\n.py-40 {\n padding-top: 2.5rem !important;\n}\n\n.pr-40,\n.px-40 {\n padding-right: 2.5rem !important;\n}\n\n.pb-40,\n.py-40 {\n padding-bottom: 2.5rem !important;\n}\n\n.pl-40,\n.px-40 {\n padding-left: 2.5rem !important;\n}\n\n.p-45 {\n padding: 2.8125rem !important;\n}\n\n.pt-45,\n.py-45 {\n padding-top: 2.8125rem !important;\n}\n\n.pr-45,\n.px-45 {\n padding-right: 2.8125rem !important;\n}\n\n.pb-45,\n.py-45 {\n padding-bottom: 2.8125rem !important;\n}\n\n.pl-45,\n.px-45 {\n padding-left: 2.8125rem !important;\n}\n\n.p-50 {\n padding: 3.125rem !important;\n}\n\n.pt-50,\n.py-50 {\n padding-top: 3.125rem !important;\n}\n\n.pr-50,\n.px-50 {\n padding-right: 3.125rem !important;\n}\n\n.pb-50,\n.py-50 {\n padding-bottom: 3.125rem !important;\n}\n\n.pl-50,\n.px-50 {\n padding-left: 3.125rem !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.mt-n1,\n.my-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mr-n1,\n.mx-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mb-n1,\n.my-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.ml-n1,\n.mx-n1 {\n margin-left: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.mt-n2,\n.my-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mr-n2,\n.mx-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mb-n2,\n.my-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.ml-n2,\n.mx-n2 {\n margin-left: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.mt-n3,\n.my-n3 {\n margin-top: -1rem !important;\n}\n\n.mr-n3,\n.mx-n3 {\n margin-right: -1rem !important;\n}\n\n.mb-n3,\n.my-n3 {\n margin-bottom: -1rem !important;\n}\n\n.ml-n3,\n.mx-n3 {\n margin-left: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.mt-n4,\n.my-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mr-n4,\n.mx-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mb-n4,\n.my-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.ml-n4,\n.mx-n4 {\n margin-left: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mt-n5,\n.my-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n5,\n.mx-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n5,\n.my-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n5,\n.mx-n5 {\n margin-left: -3rem !important;\n}\n\n.m-n10 {\n margin: -0.625rem !important;\n}\n\n.mt-n10,\n.my-n10 {\n margin-top: -0.625rem !important;\n}\n\n.mr-n10,\n.mx-n10 {\n margin-right: -0.625rem !important;\n}\n\n.mb-n10,\n.my-n10 {\n margin-bottom: -0.625rem !important;\n}\n\n.ml-n10,\n.mx-n10 {\n margin-left: -0.625rem !important;\n}\n\n.m-n15 {\n margin: -0.9375rem !important;\n}\n\n.mt-n15,\n.my-n15 {\n margin-top: -0.9375rem !important;\n}\n\n.mr-n15,\n.mx-n15 {\n margin-right: -0.9375rem !important;\n}\n\n.mb-n15,\n.my-n15 {\n margin-bottom: -0.9375rem !important;\n}\n\n.ml-n15,\n.mx-n15 {\n margin-left: -0.9375rem !important;\n}\n\n.m-n20 {\n margin: -1.25rem !important;\n}\n\n.mt-n20,\n.my-n20 {\n margin-top: -1.25rem !important;\n}\n\n.mr-n20,\n.mx-n20 {\n margin-right: -1.25rem !important;\n}\n\n.mb-n20,\n.my-n20 {\n margin-bottom: -1.25rem !important;\n}\n\n.ml-n20,\n.mx-n20 {\n margin-left: -1.25rem !important;\n}\n\n.m-n25 {\n margin: -1.5625rem !important;\n}\n\n.mt-n25,\n.my-n25 {\n margin-top: -1.5625rem !important;\n}\n\n.mr-n25,\n.mx-n25 {\n margin-right: -1.5625rem !important;\n}\n\n.mb-n25,\n.my-n25 {\n margin-bottom: -1.5625rem !important;\n}\n\n.ml-n25,\n.mx-n25 {\n margin-left: -1.5625rem !important;\n}\n\n.m-n30 {\n margin: -1.875rem !important;\n}\n\n.mt-n30,\n.my-n30 {\n margin-top: -1.875rem !important;\n}\n\n.mr-n30,\n.mx-n30 {\n margin-right: -1.875rem !important;\n}\n\n.mb-n30,\n.my-n30 {\n margin-bottom: -1.875rem !important;\n}\n\n.ml-n30,\n.mx-n30 {\n margin-left: -1.875rem !important;\n}\n\n.m-n35 {\n margin: -2.18753rem !important;\n}\n\n.mt-n35,\n.my-n35 {\n margin-top: -2.18753rem !important;\n}\n\n.mr-n35,\n.mx-n35 {\n margin-right: -2.18753rem !important;\n}\n\n.mb-n35,\n.my-n35 {\n margin-bottom: -2.18753rem !important;\n}\n\n.ml-n35,\n.mx-n35 {\n margin-left: -2.18753rem !important;\n}\n\n.m-n40 {\n margin: -2.5rem !important;\n}\n\n.mt-n40,\n.my-n40 {\n margin-top: -2.5rem !important;\n}\n\n.mr-n40,\n.mx-n40 {\n margin-right: -2.5rem !important;\n}\n\n.mb-n40,\n.my-n40 {\n margin-bottom: -2.5rem !important;\n}\n\n.ml-n40,\n.mx-n40 {\n margin-left: -2.5rem !important;\n}\n\n.m-n45 {\n margin: -2.8125rem !important;\n}\n\n.mt-n45,\n.my-n45 {\n margin-top: -2.8125rem !important;\n}\n\n.mr-n45,\n.mx-n45 {\n margin-right: -2.8125rem !important;\n}\n\n.mb-n45,\n.my-n45 {\n margin-bottom: -2.8125rem !important;\n}\n\n.ml-n45,\n.mx-n45 {\n margin-left: -2.8125rem !important;\n}\n\n.m-n50 {\n margin: -3.125rem !important;\n}\n\n.mt-n50,\n.my-n50 {\n margin-top: -3.125rem !important;\n}\n\n.mr-n50,\n.mx-n50 {\n margin-right: -3.125rem !important;\n}\n\n.mb-n50,\n.my-n50 {\n margin-bottom: -3.125rem !important;\n}\n\n.ml-n50,\n.mx-n50 {\n margin-left: -3.125rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mt-auto,\n.my-auto {\n margin-top: auto !important;\n}\n\n.mr-auto,\n.mx-auto {\n margin-right: auto !important;\n}\n\n.mb-auto,\n.my-auto {\n margin-bottom: auto !important;\n}\n\n.ml-auto,\n.mx-auto {\n margin-left: auto !important;\n}\n\n@media (min-width: 576px) {\n .m-sm-0 {\n margin: 0 !important;\n }\n .mt-sm-0,\n .my-sm-0 {\n margin-top: 0 !important;\n }\n .mr-sm-0,\n .mx-sm-0 {\n margin-right: 0 !important;\n }\n .mb-sm-0,\n .my-sm-0 {\n margin-bottom: 0 !important;\n }\n .ml-sm-0,\n .mx-sm-0 {\n margin-left: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .mt-sm-1,\n .my-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mr-sm-1,\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mb-sm-1,\n .my-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-sm-1,\n .mx-sm-1 {\n margin-left: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .mt-sm-2,\n .my-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mr-sm-2,\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mb-sm-2,\n .my-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-sm-2,\n .mx-sm-2 {\n margin-left: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .mt-sm-3,\n .my-sm-3 {\n margin-top: 1rem !important;\n }\n .mr-sm-3,\n .mx-sm-3 {\n margin-right: 1rem !important;\n }\n .mb-sm-3,\n .my-sm-3 {\n margin-bottom: 1rem !important;\n }\n .ml-sm-3,\n .mx-sm-3 {\n margin-left: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .mt-sm-4,\n .my-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mr-sm-4,\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mb-sm-4,\n .my-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-sm-4,\n .mx-sm-4 {\n margin-left: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .mt-sm-5,\n .my-sm-5 {\n margin-top: 3rem !important;\n }\n .mr-sm-5,\n .mx-sm-5 {\n margin-right: 3rem !important;\n }\n .mb-sm-5,\n .my-sm-5 {\n margin-bottom: 3rem !important;\n }\n .ml-sm-5,\n .mx-sm-5 {\n margin-left: 3rem !important;\n }\n .m-sm-10 {\n margin: 0.625rem !important;\n }\n .mt-sm-10,\n .my-sm-10 {\n margin-top: 0.625rem !important;\n }\n .mr-sm-10,\n .mx-sm-10 {\n margin-right: 0.625rem !important;\n }\n .mb-sm-10,\n .my-sm-10 {\n margin-bottom: 0.625rem !important;\n }\n .ml-sm-10,\n .mx-sm-10 {\n margin-left: 0.625rem !important;\n }\n .m-sm-15 {\n margin: 0.9375rem !important;\n }\n .mt-sm-15,\n .my-sm-15 {\n margin-top: 0.9375rem !important;\n }\n .mr-sm-15,\n .mx-sm-15 {\n margin-right: 0.9375rem !important;\n }\n .mb-sm-15,\n .my-sm-15 {\n margin-bottom: 0.9375rem !important;\n }\n .ml-sm-15,\n .mx-sm-15 {\n margin-left: 0.9375rem !important;\n }\n .m-sm-20 {\n margin: 1.25rem !important;\n }\n .mt-sm-20,\n .my-sm-20 {\n margin-top: 1.25rem !important;\n }\n .mr-sm-20,\n .mx-sm-20 {\n margin-right: 1.25rem !important;\n }\n .mb-sm-20,\n .my-sm-20 {\n margin-bottom: 1.25rem !important;\n }\n .ml-sm-20,\n .mx-sm-20 {\n margin-left: 1.25rem !important;\n }\n .m-sm-25 {\n margin: 1.5625rem !important;\n }\n .mt-sm-25,\n .my-sm-25 {\n margin-top: 1.5625rem !important;\n }\n .mr-sm-25,\n .mx-sm-25 {\n margin-right: 1.5625rem !important;\n }\n .mb-sm-25,\n .my-sm-25 {\n margin-bottom: 1.5625rem !important;\n }\n .ml-sm-25,\n .mx-sm-25 {\n margin-left: 1.5625rem !important;\n }\n .m-sm-30 {\n margin: 1.875rem !important;\n }\n .mt-sm-30,\n .my-sm-30 {\n margin-top: 1.875rem !important;\n }\n .mr-sm-30,\n .mx-sm-30 {\n margin-right: 1.875rem !important;\n }\n .mb-sm-30,\n .my-sm-30 {\n margin-bottom: 1.875rem !important;\n }\n .ml-sm-30,\n .mx-sm-30 {\n margin-left: 1.875rem !important;\n }\n .m-sm-35 {\n margin: 2.18753rem !important;\n }\n .mt-sm-35,\n .my-sm-35 {\n margin-top: 2.18753rem !important;\n }\n .mr-sm-35,\n .mx-sm-35 {\n margin-right: 2.18753rem !important;\n }\n .mb-sm-35,\n .my-sm-35 {\n margin-bottom: 2.18753rem !important;\n }\n .ml-sm-35,\n .mx-sm-35 {\n margin-left: 2.18753rem !important;\n }\n .m-sm-40 {\n margin: 2.5rem !important;\n }\n .mt-sm-40,\n .my-sm-40 {\n margin-top: 2.5rem !important;\n }\n .mr-sm-40,\n .mx-sm-40 {\n margin-right: 2.5rem !important;\n }\n .mb-sm-40,\n .my-sm-40 {\n margin-bottom: 2.5rem !important;\n }\n .ml-sm-40,\n .mx-sm-40 {\n margin-left: 2.5rem !important;\n }\n .m-sm-45 {\n margin: 2.8125rem !important;\n }\n .mt-sm-45,\n .my-sm-45 {\n margin-top: 2.8125rem !important;\n }\n .mr-sm-45,\n .mx-sm-45 {\n margin-right: 2.8125rem !important;\n }\n .mb-sm-45,\n .my-sm-45 {\n margin-bottom: 2.8125rem !important;\n }\n .ml-sm-45,\n .mx-sm-45 {\n margin-left: 2.8125rem !important;\n }\n .m-sm-50 {\n margin: 3.125rem !important;\n }\n .mt-sm-50,\n .my-sm-50 {\n margin-top: 3.125rem !important;\n }\n .mr-sm-50,\n .mx-sm-50 {\n margin-right: 3.125rem !important;\n }\n .mb-sm-50,\n .my-sm-50 {\n margin-bottom: 3.125rem !important;\n }\n .ml-sm-50,\n .mx-sm-50 {\n margin-left: 3.125rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .pt-sm-0,\n .py-sm-0 {\n padding-top: 0 !important;\n }\n .pr-sm-0,\n .px-sm-0 {\n padding-right: 0 !important;\n }\n .pb-sm-0,\n .py-sm-0 {\n padding-bottom: 0 !important;\n }\n .pl-sm-0,\n .px-sm-0 {\n padding-left: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .pt-sm-1,\n .py-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pr-sm-1,\n .px-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pb-sm-1,\n .py-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-sm-1,\n .px-sm-1 {\n padding-left: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .pt-sm-2,\n .py-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pr-sm-2,\n .px-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pb-sm-2,\n .py-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-sm-2,\n .px-sm-2 {\n padding-left: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .pt-sm-3,\n .py-sm-3 {\n padding-top: 1rem !important;\n }\n .pr-sm-3,\n .px-sm-3 {\n padding-right: 1rem !important;\n }\n .pb-sm-3,\n .py-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pl-sm-3,\n .px-sm-3 {\n padding-left: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .pt-sm-4,\n .py-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pr-sm-4,\n .px-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pb-sm-4,\n .py-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-sm-4,\n .px-sm-4 {\n padding-left: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .pt-sm-5,\n .py-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-5,\n .px-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-5,\n .py-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-5,\n .px-sm-5 {\n padding-left: 3rem !important;\n }\n .p-sm-10 {\n padding: 0.625rem !important;\n }\n .pt-sm-10,\n .py-sm-10 {\n padding-top: 0.625rem !important;\n }\n .pr-sm-10,\n .px-sm-10 {\n padding-right: 0.625rem !important;\n }\n .pb-sm-10,\n .py-sm-10 {\n padding-bottom: 0.625rem !important;\n }\n .pl-sm-10,\n .px-sm-10 {\n padding-left: 0.625rem !important;\n }\n .p-sm-15 {\n padding: 0.9375rem !important;\n }\n .pt-sm-15,\n .py-sm-15 {\n padding-top: 0.9375rem !important;\n }\n .pr-sm-15,\n .px-sm-15 {\n padding-right: 0.9375rem !important;\n }\n .pb-sm-15,\n .py-sm-15 {\n padding-bottom: 0.9375rem !important;\n }\n .pl-sm-15,\n .px-sm-15 {\n padding-left: 0.9375rem !important;\n }\n .p-sm-20 {\n padding: 1.25rem !important;\n }\n .pt-sm-20,\n .py-sm-20 {\n padding-top: 1.25rem !important;\n }\n .pr-sm-20,\n .px-sm-20 {\n padding-right: 1.25rem !important;\n }\n .pb-sm-20,\n .py-sm-20 {\n padding-bottom: 1.25rem !important;\n }\n .pl-sm-20,\n .px-sm-20 {\n padding-left: 1.25rem !important;\n }\n .p-sm-25 {\n padding: 1.5625rem !important;\n }\n .pt-sm-25,\n .py-sm-25 {\n padding-top: 1.5625rem !important;\n }\n .pr-sm-25,\n .px-sm-25 {\n padding-right: 1.5625rem !important;\n }\n .pb-sm-25,\n .py-sm-25 {\n padding-bottom: 1.5625rem !important;\n }\n .pl-sm-25,\n .px-sm-25 {\n padding-left: 1.5625rem !important;\n }\n .p-sm-30 {\n padding: 1.875rem !important;\n }\n .pt-sm-30,\n .py-sm-30 {\n padding-top: 1.875rem !important;\n }\n .pr-sm-30,\n .px-sm-30 {\n padding-right: 1.875rem !important;\n }\n .pb-sm-30,\n .py-sm-30 {\n padding-bottom: 1.875rem !important;\n }\n .pl-sm-30,\n .px-sm-30 {\n padding-left: 1.875rem !important;\n }\n .p-sm-35 {\n padding: 2.18753rem !important;\n }\n .pt-sm-35,\n .py-sm-35 {\n padding-top: 2.18753rem !important;\n }\n .pr-sm-35,\n .px-sm-35 {\n padding-right: 2.18753rem !important;\n }\n .pb-sm-35,\n .py-sm-35 {\n padding-bottom: 2.18753rem !important;\n }\n .pl-sm-35,\n .px-sm-35 {\n padding-left: 2.18753rem !important;\n }\n .p-sm-40 {\n padding: 2.5rem !important;\n }\n .pt-sm-40,\n .py-sm-40 {\n padding-top: 2.5rem !important;\n }\n .pr-sm-40,\n .px-sm-40 {\n padding-right: 2.5rem !important;\n }\n .pb-sm-40,\n .py-sm-40 {\n padding-bottom: 2.5rem !important;\n }\n .pl-sm-40,\n .px-sm-40 {\n padding-left: 2.5rem !important;\n }\n .p-sm-45 {\n padding: 2.8125rem !important;\n }\n .pt-sm-45,\n .py-sm-45 {\n padding-top: 2.8125rem !important;\n }\n .pr-sm-45,\n .px-sm-45 {\n padding-right: 2.8125rem !important;\n }\n .pb-sm-45,\n .py-sm-45 {\n padding-bottom: 2.8125rem !important;\n }\n .pl-sm-45,\n .px-sm-45 {\n padding-left: 2.8125rem !important;\n }\n .p-sm-50 {\n padding: 3.125rem !important;\n }\n .pt-sm-50,\n .py-sm-50 {\n padding-top: 3.125rem !important;\n }\n .pr-sm-50,\n .px-sm-50 {\n padding-right: 3.125rem !important;\n }\n .pb-sm-50,\n .py-sm-50 {\n padding-bottom: 3.125rem !important;\n }\n .pl-sm-50,\n .px-sm-50 {\n padding-left: 3.125rem !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .mt-sm-n1,\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-sm-n1,\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-sm-n1,\n .my-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-sm-n1,\n .mx-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .mt-sm-n2,\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-sm-n2,\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-sm-n2,\n .my-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-sm-n2,\n .mx-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .mt-sm-n3,\n .my-sm-n3 {\n margin-top: -1rem !important;\n }\n .mr-sm-n3,\n .mx-sm-n3 {\n margin-right: -1rem !important;\n }\n .mb-sm-n3,\n .my-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-sm-n3,\n .mx-sm-n3 {\n margin-left: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .mt-sm-n4,\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-sm-n4,\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-sm-n4,\n .my-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-sm-n4,\n .mx-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mt-sm-n5,\n .my-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n5,\n .mx-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n5,\n .my-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n5,\n .mx-sm-n5 {\n margin-left: -3rem !important;\n }\n .m-sm-n10 {\n margin: -0.625rem !important;\n }\n .mt-sm-n10,\n .my-sm-n10 {\n margin-top: -0.625rem !important;\n }\n .mr-sm-n10,\n .mx-sm-n10 {\n margin-right: -0.625rem !important;\n }\n .mb-sm-n10,\n .my-sm-n10 {\n margin-bottom: -0.625rem !important;\n }\n .ml-sm-n10,\n .mx-sm-n10 {\n margin-left: -0.625rem !important;\n }\n .m-sm-n15 {\n margin: -0.9375rem !important;\n }\n .mt-sm-n15,\n .my-sm-n15 {\n margin-top: -0.9375rem !important;\n }\n .mr-sm-n15,\n .mx-sm-n15 {\n margin-right: -0.9375rem !important;\n }\n .mb-sm-n15,\n .my-sm-n15 {\n margin-bottom: -0.9375rem !important;\n }\n .ml-sm-n15,\n .mx-sm-n15 {\n margin-left: -0.9375rem !important;\n }\n .m-sm-n20 {\n margin: -1.25rem !important;\n }\n .mt-sm-n20,\n .my-sm-n20 {\n margin-top: -1.25rem !important;\n }\n .mr-sm-n20,\n .mx-sm-n20 {\n margin-right: -1.25rem !important;\n }\n .mb-sm-n20,\n .my-sm-n20 {\n margin-bottom: -1.25rem !important;\n }\n .ml-sm-n20,\n .mx-sm-n20 {\n margin-left: -1.25rem !important;\n }\n .m-sm-n25 {\n margin: -1.5625rem !important;\n }\n .mt-sm-n25,\n .my-sm-n25 {\n margin-top: -1.5625rem !important;\n }\n .mr-sm-n25,\n .mx-sm-n25 {\n margin-right: -1.5625rem !important;\n }\n .mb-sm-n25,\n .my-sm-n25 {\n margin-bottom: -1.5625rem !important;\n }\n .ml-sm-n25,\n .mx-sm-n25 {\n margin-left: -1.5625rem !important;\n }\n .m-sm-n30 {\n margin: -1.875rem !important;\n }\n .mt-sm-n30,\n .my-sm-n30 {\n margin-top: -1.875rem !important;\n }\n .mr-sm-n30,\n .mx-sm-n30 {\n margin-right: -1.875rem !important;\n }\n .mb-sm-n30,\n .my-sm-n30 {\n margin-bottom: -1.875rem !important;\n }\n .ml-sm-n30,\n .mx-sm-n30 {\n margin-left: -1.875rem !important;\n }\n .m-sm-n35 {\n margin: -2.18753rem !important;\n }\n .mt-sm-n35,\n .my-sm-n35 {\n margin-top: -2.18753rem !important;\n }\n .mr-sm-n35,\n .mx-sm-n35 {\n margin-right: -2.18753rem !important;\n }\n .mb-sm-n35,\n .my-sm-n35 {\n margin-bottom: -2.18753rem !important;\n }\n .ml-sm-n35,\n .mx-sm-n35 {\n margin-left: -2.18753rem !important;\n }\n .m-sm-n40 {\n margin: -2.5rem !important;\n }\n .mt-sm-n40,\n .my-sm-n40 {\n margin-top: -2.5rem !important;\n }\n .mr-sm-n40,\n .mx-sm-n40 {\n margin-right: -2.5rem !important;\n }\n .mb-sm-n40,\n .my-sm-n40 {\n margin-bottom: -2.5rem !important;\n }\n .ml-sm-n40,\n .mx-sm-n40 {\n margin-left: -2.5rem !important;\n }\n .m-sm-n45 {\n margin: -2.8125rem !important;\n }\n .mt-sm-n45,\n .my-sm-n45 {\n margin-top: -2.8125rem !important;\n }\n .mr-sm-n45,\n .mx-sm-n45 {\n margin-right: -2.8125rem !important;\n }\n .mb-sm-n45,\n .my-sm-n45 {\n margin-bottom: -2.8125rem !important;\n }\n .ml-sm-n45,\n .mx-sm-n45 {\n margin-left: -2.8125rem !important;\n }\n .m-sm-n50 {\n margin: -3.125rem !important;\n }\n .mt-sm-n50,\n .my-sm-n50 {\n margin-top: -3.125rem !important;\n }\n .mr-sm-n50,\n .mx-sm-n50 {\n margin-right: -3.125rem !important;\n }\n .mb-sm-n50,\n .my-sm-n50 {\n margin-bottom: -3.125rem !important;\n }\n .ml-sm-n50,\n .mx-sm-n50 {\n margin-left: -3.125rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mt-sm-auto,\n .my-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-auto,\n .mx-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-auto,\n .my-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-auto,\n .mx-sm-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 768px) {\n .m-md-0 {\n margin: 0 !important;\n }\n .mt-md-0,\n .my-md-0 {\n margin-top: 0 !important;\n }\n .mr-md-0,\n .mx-md-0 {\n margin-right: 0 !important;\n }\n .mb-md-0,\n .my-md-0 {\n margin-bottom: 0 !important;\n }\n .ml-md-0,\n .mx-md-0 {\n margin-left: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .mt-md-1,\n .my-md-1 {\n margin-top: 0.25rem !important;\n }\n .mr-md-1,\n .mx-md-1 {\n margin-right: 0.25rem !important;\n }\n .mb-md-1,\n .my-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-md-1,\n .mx-md-1 {\n margin-left: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .mt-md-2,\n .my-md-2 {\n margin-top: 0.5rem !important;\n }\n .mr-md-2,\n .mx-md-2 {\n margin-right: 0.5rem !important;\n }\n .mb-md-2,\n .my-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-md-2,\n .mx-md-2 {\n margin-left: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .mt-md-3,\n .my-md-3 {\n margin-top: 1rem !important;\n }\n .mr-md-3,\n .mx-md-3 {\n margin-right: 1rem !important;\n }\n .mb-md-3,\n .my-md-3 {\n margin-bottom: 1rem !important;\n }\n .ml-md-3,\n .mx-md-3 {\n margin-left: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .mt-md-4,\n .my-md-4 {\n margin-top: 1.5rem !important;\n }\n .mr-md-4,\n .mx-md-4 {\n margin-right: 1.5rem !important;\n }\n .mb-md-4,\n .my-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-md-4,\n .mx-md-4 {\n margin-left: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .mt-md-5,\n .my-md-5 {\n margin-top: 3rem !important;\n }\n .mr-md-5,\n .mx-md-5 {\n margin-right: 3rem !important;\n }\n .mb-md-5,\n .my-md-5 {\n margin-bottom: 3rem !important;\n }\n .ml-md-5,\n .mx-md-5 {\n margin-left: 3rem !important;\n }\n .m-md-10 {\n margin: 0.625rem !important;\n }\n .mt-md-10,\n .my-md-10 {\n margin-top: 0.625rem !important;\n }\n .mr-md-10,\n .mx-md-10 {\n margin-right: 0.625rem !important;\n }\n .mb-md-10,\n .my-md-10 {\n margin-bottom: 0.625rem !important;\n }\n .ml-md-10,\n .mx-md-10 {\n margin-left: 0.625rem !important;\n }\n .m-md-15 {\n margin: 0.9375rem !important;\n }\n .mt-md-15,\n .my-md-15 {\n margin-top: 0.9375rem !important;\n }\n .mr-md-15,\n .mx-md-15 {\n margin-right: 0.9375rem !important;\n }\n .mb-md-15,\n .my-md-15 {\n margin-bottom: 0.9375rem !important;\n }\n .ml-md-15,\n .mx-md-15 {\n margin-left: 0.9375rem !important;\n }\n .m-md-20 {\n margin: 1.25rem !important;\n }\n .mt-md-20,\n .my-md-20 {\n margin-top: 1.25rem !important;\n }\n .mr-md-20,\n .mx-md-20 {\n margin-right: 1.25rem !important;\n }\n .mb-md-20,\n .my-md-20 {\n margin-bottom: 1.25rem !important;\n }\n .ml-md-20,\n .mx-md-20 {\n margin-left: 1.25rem !important;\n }\n .m-md-25 {\n margin: 1.5625rem !important;\n }\n .mt-md-25,\n .my-md-25 {\n margin-top: 1.5625rem !important;\n }\n .mr-md-25,\n .mx-md-25 {\n margin-right: 1.5625rem !important;\n }\n .mb-md-25,\n .my-md-25 {\n margin-bottom: 1.5625rem !important;\n }\n .ml-md-25,\n .mx-md-25 {\n margin-left: 1.5625rem !important;\n }\n .m-md-30 {\n margin: 1.875rem !important;\n }\n .mt-md-30,\n .my-md-30 {\n margin-top: 1.875rem !important;\n }\n .mr-md-30,\n .mx-md-30 {\n margin-right: 1.875rem !important;\n }\n .mb-md-30,\n .my-md-30 {\n margin-bottom: 1.875rem !important;\n }\n .ml-md-30,\n .mx-md-30 {\n margin-left: 1.875rem !important;\n }\n .m-md-35 {\n margin: 2.18753rem !important;\n }\n .mt-md-35,\n .my-md-35 {\n margin-top: 2.18753rem !important;\n }\n .mr-md-35,\n .mx-md-35 {\n margin-right: 2.18753rem !important;\n }\n .mb-md-35,\n .my-md-35 {\n margin-bottom: 2.18753rem !important;\n }\n .ml-md-35,\n .mx-md-35 {\n margin-left: 2.18753rem !important;\n }\n .m-md-40 {\n margin: 2.5rem !important;\n }\n .mt-md-40,\n .my-md-40 {\n margin-top: 2.5rem !important;\n }\n .mr-md-40,\n .mx-md-40 {\n margin-right: 2.5rem !important;\n }\n .mb-md-40,\n .my-md-40 {\n margin-bottom: 2.5rem !important;\n }\n .ml-md-40,\n .mx-md-40 {\n margin-left: 2.5rem !important;\n }\n .m-md-45 {\n margin: 2.8125rem !important;\n }\n .mt-md-45,\n .my-md-45 {\n margin-top: 2.8125rem !important;\n }\n .mr-md-45,\n .mx-md-45 {\n margin-right: 2.8125rem !important;\n }\n .mb-md-45,\n .my-md-45 {\n margin-bottom: 2.8125rem !important;\n }\n .ml-md-45,\n .mx-md-45 {\n margin-left: 2.8125rem !important;\n }\n .m-md-50 {\n margin: 3.125rem !important;\n }\n .mt-md-50,\n .my-md-50 {\n margin-top: 3.125rem !important;\n }\n .mr-md-50,\n .mx-md-50 {\n margin-right: 3.125rem !important;\n }\n .mb-md-50,\n .my-md-50 {\n margin-bottom: 3.125rem !important;\n }\n .ml-md-50,\n .mx-md-50 {\n margin-left: 3.125rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .pt-md-0,\n .py-md-0 {\n padding-top: 0 !important;\n }\n .pr-md-0,\n .px-md-0 {\n padding-right: 0 !important;\n }\n .pb-md-0,\n .py-md-0 {\n padding-bottom: 0 !important;\n }\n .pl-md-0,\n .px-md-0 {\n padding-left: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .pt-md-1,\n .py-md-1 {\n padding-top: 0.25rem !important;\n }\n .pr-md-1,\n .px-md-1 {\n padding-right: 0.25rem !important;\n }\n .pb-md-1,\n .py-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-md-1,\n .px-md-1 {\n padding-left: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .pt-md-2,\n .py-md-2 {\n padding-top: 0.5rem !important;\n }\n .pr-md-2,\n .px-md-2 {\n padding-right: 0.5rem !important;\n }\n .pb-md-2,\n .py-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-md-2,\n .px-md-2 {\n padding-left: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .pt-md-3,\n .py-md-3 {\n padding-top: 1rem !important;\n }\n .pr-md-3,\n .px-md-3 {\n padding-right: 1rem !important;\n }\n .pb-md-3,\n .py-md-3 {\n padding-bottom: 1rem !important;\n }\n .pl-md-3,\n .px-md-3 {\n padding-left: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .pt-md-4,\n .py-md-4 {\n padding-top: 1.5rem !important;\n }\n .pr-md-4,\n .px-md-4 {\n padding-right: 1.5rem !important;\n }\n .pb-md-4,\n .py-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-md-4,\n .px-md-4 {\n padding-left: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .pt-md-5,\n .py-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-5,\n .px-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-5,\n .py-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-5,\n .px-md-5 {\n padding-left: 3rem !important;\n }\n .p-md-10 {\n padding: 0.625rem !important;\n }\n .pt-md-10,\n .py-md-10 {\n padding-top: 0.625rem !important;\n }\n .pr-md-10,\n .px-md-10 {\n padding-right: 0.625rem !important;\n }\n .pb-md-10,\n .py-md-10 {\n padding-bottom: 0.625rem !important;\n }\n .pl-md-10,\n .px-md-10 {\n padding-left: 0.625rem !important;\n }\n .p-md-15 {\n padding: 0.9375rem !important;\n }\n .pt-md-15,\n .py-md-15 {\n padding-top: 0.9375rem !important;\n }\n .pr-md-15,\n .px-md-15 {\n padding-right: 0.9375rem !important;\n }\n .pb-md-15,\n .py-md-15 {\n padding-bottom: 0.9375rem !important;\n }\n .pl-md-15,\n .px-md-15 {\n padding-left: 0.9375rem !important;\n }\n .p-md-20 {\n padding: 1.25rem !important;\n }\n .pt-md-20,\n .py-md-20 {\n padding-top: 1.25rem !important;\n }\n .pr-md-20,\n .px-md-20 {\n padding-right: 1.25rem !important;\n }\n .pb-md-20,\n .py-md-20 {\n padding-bottom: 1.25rem !important;\n }\n .pl-md-20,\n .px-md-20 {\n padding-left: 1.25rem !important;\n }\n .p-md-25 {\n padding: 1.5625rem !important;\n }\n .pt-md-25,\n .py-md-25 {\n padding-top: 1.5625rem !important;\n }\n .pr-md-25,\n .px-md-25 {\n padding-right: 1.5625rem !important;\n }\n .pb-md-25,\n .py-md-25 {\n padding-bottom: 1.5625rem !important;\n }\n .pl-md-25,\n .px-md-25 {\n padding-left: 1.5625rem !important;\n }\n .p-md-30 {\n padding: 1.875rem !important;\n }\n .pt-md-30,\n .py-md-30 {\n padding-top: 1.875rem !important;\n }\n .pr-md-30,\n .px-md-30 {\n padding-right: 1.875rem !important;\n }\n .pb-md-30,\n .py-md-30 {\n padding-bottom: 1.875rem !important;\n }\n .pl-md-30,\n .px-md-30 {\n padding-left: 1.875rem !important;\n }\n .p-md-35 {\n padding: 2.18753rem !important;\n }\n .pt-md-35,\n .py-md-35 {\n padding-top: 2.18753rem !important;\n }\n .pr-md-35,\n .px-md-35 {\n padding-right: 2.18753rem !important;\n }\n .pb-md-35,\n .py-md-35 {\n padding-bottom: 2.18753rem !important;\n }\n .pl-md-35,\n .px-md-35 {\n padding-left: 2.18753rem !important;\n }\n .p-md-40 {\n padding: 2.5rem !important;\n }\n .pt-md-40,\n .py-md-40 {\n padding-top: 2.5rem !important;\n }\n .pr-md-40,\n .px-md-40 {\n padding-right: 2.5rem !important;\n }\n .pb-md-40,\n .py-md-40 {\n padding-bottom: 2.5rem !important;\n }\n .pl-md-40,\n .px-md-40 {\n padding-left: 2.5rem !important;\n }\n .p-md-45 {\n padding: 2.8125rem !important;\n }\n .pt-md-45,\n .py-md-45 {\n padding-top: 2.8125rem !important;\n }\n .pr-md-45,\n .px-md-45 {\n padding-right: 2.8125rem !important;\n }\n .pb-md-45,\n .py-md-45 {\n padding-bottom: 2.8125rem !important;\n }\n .pl-md-45,\n .px-md-45 {\n padding-left: 2.8125rem !important;\n }\n .p-md-50 {\n padding: 3.125rem !important;\n }\n .pt-md-50,\n .py-md-50 {\n padding-top: 3.125rem !important;\n }\n .pr-md-50,\n .px-md-50 {\n padding-right: 3.125rem !important;\n }\n .pb-md-50,\n .py-md-50 {\n padding-bottom: 3.125rem !important;\n }\n .pl-md-50,\n .px-md-50 {\n padding-left: 3.125rem !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .mt-md-n1,\n .my-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-md-n1,\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-md-n1,\n .my-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-md-n1,\n .mx-md-n1 {\n margin-left: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .mt-md-n2,\n .my-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-md-n2,\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-md-n2,\n .my-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-md-n2,\n .mx-md-n2 {\n margin-left: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .mt-md-n3,\n .my-md-n3 {\n margin-top: -1rem !important;\n }\n .mr-md-n3,\n .mx-md-n3 {\n margin-right: -1rem !important;\n }\n .mb-md-n3,\n .my-md-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-md-n3,\n .mx-md-n3 {\n margin-left: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .mt-md-n4,\n .my-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-md-n4,\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-md-n4,\n .my-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-md-n4,\n .mx-md-n4 {\n margin-left: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mt-md-n5,\n .my-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n5,\n .mx-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n5,\n .my-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n5,\n .mx-md-n5 {\n margin-left: -3rem !important;\n }\n .m-md-n10 {\n margin: -0.625rem !important;\n }\n .mt-md-n10,\n .my-md-n10 {\n margin-top: -0.625rem !important;\n }\n .mr-md-n10,\n .mx-md-n10 {\n margin-right: -0.625rem !important;\n }\n .mb-md-n10,\n .my-md-n10 {\n margin-bottom: -0.625rem !important;\n }\n .ml-md-n10,\n .mx-md-n10 {\n margin-left: -0.625rem !important;\n }\n .m-md-n15 {\n margin: -0.9375rem !important;\n }\n .mt-md-n15,\n .my-md-n15 {\n margin-top: -0.9375rem !important;\n }\n .mr-md-n15,\n .mx-md-n15 {\n margin-right: -0.9375rem !important;\n }\n .mb-md-n15,\n .my-md-n15 {\n margin-bottom: -0.9375rem !important;\n }\n .ml-md-n15,\n .mx-md-n15 {\n margin-left: -0.9375rem !important;\n }\n .m-md-n20 {\n margin: -1.25rem !important;\n }\n .mt-md-n20,\n .my-md-n20 {\n margin-top: -1.25rem !important;\n }\n .mr-md-n20,\n .mx-md-n20 {\n margin-right: -1.25rem !important;\n }\n .mb-md-n20,\n .my-md-n20 {\n margin-bottom: -1.25rem !important;\n }\n .ml-md-n20,\n .mx-md-n20 {\n margin-left: -1.25rem !important;\n }\n .m-md-n25 {\n margin: -1.5625rem !important;\n }\n .mt-md-n25,\n .my-md-n25 {\n margin-top: -1.5625rem !important;\n }\n .mr-md-n25,\n .mx-md-n25 {\n margin-right: -1.5625rem !important;\n }\n .mb-md-n25,\n .my-md-n25 {\n margin-bottom: -1.5625rem !important;\n }\n .ml-md-n25,\n .mx-md-n25 {\n margin-left: -1.5625rem !important;\n }\n .m-md-n30 {\n margin: -1.875rem !important;\n }\n .mt-md-n30,\n .my-md-n30 {\n margin-top: -1.875rem !important;\n }\n .mr-md-n30,\n .mx-md-n30 {\n margin-right: -1.875rem !important;\n }\n .mb-md-n30,\n .my-md-n30 {\n margin-bottom: -1.875rem !important;\n }\n .ml-md-n30,\n .mx-md-n30 {\n margin-left: -1.875rem !important;\n }\n .m-md-n35 {\n margin: -2.18753rem !important;\n }\n .mt-md-n35,\n .my-md-n35 {\n margin-top: -2.18753rem !important;\n }\n .mr-md-n35,\n .mx-md-n35 {\n margin-right: -2.18753rem !important;\n }\n .mb-md-n35,\n .my-md-n35 {\n margin-bottom: -2.18753rem !important;\n }\n .ml-md-n35,\n .mx-md-n35 {\n margin-left: -2.18753rem !important;\n }\n .m-md-n40 {\n margin: -2.5rem !important;\n }\n .mt-md-n40,\n .my-md-n40 {\n margin-top: -2.5rem !important;\n }\n .mr-md-n40,\n .mx-md-n40 {\n margin-right: -2.5rem !important;\n }\n .mb-md-n40,\n .my-md-n40 {\n margin-bottom: -2.5rem !important;\n }\n .ml-md-n40,\n .mx-md-n40 {\n margin-left: -2.5rem !important;\n }\n .m-md-n45 {\n margin: -2.8125rem !important;\n }\n .mt-md-n45,\n .my-md-n45 {\n margin-top: -2.8125rem !important;\n }\n .mr-md-n45,\n .mx-md-n45 {\n margin-right: -2.8125rem !important;\n }\n .mb-md-n45,\n .my-md-n45 {\n margin-bottom: -2.8125rem !important;\n }\n .ml-md-n45,\n .mx-md-n45 {\n margin-left: -2.8125rem !important;\n }\n .m-md-n50 {\n margin: -3.125rem !important;\n }\n .mt-md-n50,\n .my-md-n50 {\n margin-top: -3.125rem !important;\n }\n .mr-md-n50,\n .mx-md-n50 {\n margin-right: -3.125rem !important;\n }\n .mb-md-n50,\n .my-md-n50 {\n margin-bottom: -3.125rem !important;\n }\n .ml-md-n50,\n .mx-md-n50 {\n margin-left: -3.125rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mt-md-auto,\n .my-md-auto {\n margin-top: auto !important;\n }\n .mr-md-auto,\n .mx-md-auto {\n margin-right: auto !important;\n }\n .mb-md-auto,\n .my-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-auto,\n .mx-md-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 992px) {\n .m-lg-0 {\n margin: 0 !important;\n }\n .mt-lg-0,\n .my-lg-0 {\n margin-top: 0 !important;\n }\n .mr-lg-0,\n .mx-lg-0 {\n margin-right: 0 !important;\n }\n .mb-lg-0,\n .my-lg-0 {\n margin-bottom: 0 !important;\n }\n .ml-lg-0,\n .mx-lg-0 {\n margin-left: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .mt-lg-1,\n .my-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mr-lg-1,\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mb-lg-1,\n .my-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-lg-1,\n .mx-lg-1 {\n margin-left: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .mt-lg-2,\n .my-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mr-lg-2,\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mb-lg-2,\n .my-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-lg-2,\n .mx-lg-2 {\n margin-left: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .mt-lg-3,\n .my-lg-3 {\n margin-top: 1rem !important;\n }\n .mr-lg-3,\n .mx-lg-3 {\n margin-right: 1rem !important;\n }\n .mb-lg-3,\n .my-lg-3 {\n margin-bottom: 1rem !important;\n }\n .ml-lg-3,\n .mx-lg-3 {\n margin-left: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .mt-lg-4,\n .my-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mr-lg-4,\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mb-lg-4,\n .my-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-lg-4,\n .mx-lg-4 {\n margin-left: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .mt-lg-5,\n .my-lg-5 {\n margin-top: 3rem !important;\n }\n .mr-lg-5,\n .mx-lg-5 {\n margin-right: 3rem !important;\n }\n .mb-lg-5,\n .my-lg-5 {\n margin-bottom: 3rem !important;\n }\n .ml-lg-5,\n .mx-lg-5 {\n margin-left: 3rem !important;\n }\n .m-lg-10 {\n margin: 0.625rem !important;\n }\n .mt-lg-10,\n .my-lg-10 {\n margin-top: 0.625rem !important;\n }\n .mr-lg-10,\n .mx-lg-10 {\n margin-right: 0.625rem !important;\n }\n .mb-lg-10,\n .my-lg-10 {\n margin-bottom: 0.625rem !important;\n }\n .ml-lg-10,\n .mx-lg-10 {\n margin-left: 0.625rem !important;\n }\n .m-lg-15 {\n margin: 0.9375rem !important;\n }\n .mt-lg-15,\n .my-lg-15 {\n margin-top: 0.9375rem !important;\n }\n .mr-lg-15,\n .mx-lg-15 {\n margin-right: 0.9375rem !important;\n }\n .mb-lg-15,\n .my-lg-15 {\n margin-bottom: 0.9375rem !important;\n }\n .ml-lg-15,\n .mx-lg-15 {\n margin-left: 0.9375rem !important;\n }\n .m-lg-20 {\n margin: 1.25rem !important;\n }\n .mt-lg-20,\n .my-lg-20 {\n margin-top: 1.25rem !important;\n }\n .mr-lg-20,\n .mx-lg-20 {\n margin-right: 1.25rem !important;\n }\n .mb-lg-20,\n .my-lg-20 {\n margin-bottom: 1.25rem !important;\n }\n .ml-lg-20,\n .mx-lg-20 {\n margin-left: 1.25rem !important;\n }\n .m-lg-25 {\n margin: 1.5625rem !important;\n }\n .mt-lg-25,\n .my-lg-25 {\n margin-top: 1.5625rem !important;\n }\n .mr-lg-25,\n .mx-lg-25 {\n margin-right: 1.5625rem !important;\n }\n .mb-lg-25,\n .my-lg-25 {\n margin-bottom: 1.5625rem !important;\n }\n .ml-lg-25,\n .mx-lg-25 {\n margin-left: 1.5625rem !important;\n }\n .m-lg-30 {\n margin: 1.875rem !important;\n }\n .mt-lg-30,\n .my-lg-30 {\n margin-top: 1.875rem !important;\n }\n .mr-lg-30,\n .mx-lg-30 {\n margin-right: 1.875rem !important;\n }\n .mb-lg-30,\n .my-lg-30 {\n margin-bottom: 1.875rem !important;\n }\n .ml-lg-30,\n .mx-lg-30 {\n margin-left: 1.875rem !important;\n }\n .m-lg-35 {\n margin: 2.18753rem !important;\n }\n .mt-lg-35,\n .my-lg-35 {\n margin-top: 2.18753rem !important;\n }\n .mr-lg-35,\n .mx-lg-35 {\n margin-right: 2.18753rem !important;\n }\n .mb-lg-35,\n .my-lg-35 {\n margin-bottom: 2.18753rem !important;\n }\n .ml-lg-35,\n .mx-lg-35 {\n margin-left: 2.18753rem !important;\n }\n .m-lg-40 {\n margin: 2.5rem !important;\n }\n .mt-lg-40,\n .my-lg-40 {\n margin-top: 2.5rem !important;\n }\n .mr-lg-40,\n .mx-lg-40 {\n margin-right: 2.5rem !important;\n }\n .mb-lg-40,\n .my-lg-40 {\n margin-bottom: 2.5rem !important;\n }\n .ml-lg-40,\n .mx-lg-40 {\n margin-left: 2.5rem !important;\n }\n .m-lg-45 {\n margin: 2.8125rem !important;\n }\n .mt-lg-45,\n .my-lg-45 {\n margin-top: 2.8125rem !important;\n }\n .mr-lg-45,\n .mx-lg-45 {\n margin-right: 2.8125rem !important;\n }\n .mb-lg-45,\n .my-lg-45 {\n margin-bottom: 2.8125rem !important;\n }\n .ml-lg-45,\n .mx-lg-45 {\n margin-left: 2.8125rem !important;\n }\n .m-lg-50 {\n margin: 3.125rem !important;\n }\n .mt-lg-50,\n .my-lg-50 {\n margin-top: 3.125rem !important;\n }\n .mr-lg-50,\n .mx-lg-50 {\n margin-right: 3.125rem !important;\n }\n .mb-lg-50,\n .my-lg-50 {\n margin-bottom: 3.125rem !important;\n }\n .ml-lg-50,\n .mx-lg-50 {\n margin-left: 3.125rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .pt-lg-0,\n .py-lg-0 {\n padding-top: 0 !important;\n }\n .pr-lg-0,\n .px-lg-0 {\n padding-right: 0 !important;\n }\n .pb-lg-0,\n .py-lg-0 {\n padding-bottom: 0 !important;\n }\n .pl-lg-0,\n .px-lg-0 {\n padding-left: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .pt-lg-1,\n .py-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pr-lg-1,\n .px-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pb-lg-1,\n .py-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-lg-1,\n .px-lg-1 {\n padding-left: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .pt-lg-2,\n .py-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pr-lg-2,\n .px-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pb-lg-2,\n .py-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-lg-2,\n .px-lg-2 {\n padding-left: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .pt-lg-3,\n .py-lg-3 {\n padding-top: 1rem !important;\n }\n .pr-lg-3,\n .px-lg-3 {\n padding-right: 1rem !important;\n }\n .pb-lg-3,\n .py-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pl-lg-3,\n .px-lg-3 {\n padding-left: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .pt-lg-4,\n .py-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pr-lg-4,\n .px-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pb-lg-4,\n .py-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-lg-4,\n .px-lg-4 {\n padding-left: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .pt-lg-5,\n .py-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-5,\n .px-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-5,\n .py-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-5,\n .px-lg-5 {\n padding-left: 3rem !important;\n }\n .p-lg-10 {\n padding: 0.625rem !important;\n }\n .pt-lg-10,\n .py-lg-10 {\n padding-top: 0.625rem !important;\n }\n .pr-lg-10,\n .px-lg-10 {\n padding-right: 0.625rem !important;\n }\n .pb-lg-10,\n .py-lg-10 {\n padding-bottom: 0.625rem !important;\n }\n .pl-lg-10,\n .px-lg-10 {\n padding-left: 0.625rem !important;\n }\n .p-lg-15 {\n padding: 0.9375rem !important;\n }\n .pt-lg-15,\n .py-lg-15 {\n padding-top: 0.9375rem !important;\n }\n .pr-lg-15,\n .px-lg-15 {\n padding-right: 0.9375rem !important;\n }\n .pb-lg-15,\n .py-lg-15 {\n padding-bottom: 0.9375rem !important;\n }\n .pl-lg-15,\n .px-lg-15 {\n padding-left: 0.9375rem !important;\n }\n .p-lg-20 {\n padding: 1.25rem !important;\n }\n .pt-lg-20,\n .py-lg-20 {\n padding-top: 1.25rem !important;\n }\n .pr-lg-20,\n .px-lg-20 {\n padding-right: 1.25rem !important;\n }\n .pb-lg-20,\n .py-lg-20 {\n padding-bottom: 1.25rem !important;\n }\n .pl-lg-20,\n .px-lg-20 {\n padding-left: 1.25rem !important;\n }\n .p-lg-25 {\n padding: 1.5625rem !important;\n }\n .pt-lg-25,\n .py-lg-25 {\n padding-top: 1.5625rem !important;\n }\n .pr-lg-25,\n .px-lg-25 {\n padding-right: 1.5625rem !important;\n }\n .pb-lg-25,\n .py-lg-25 {\n padding-bottom: 1.5625rem !important;\n }\n .pl-lg-25,\n .px-lg-25 {\n padding-left: 1.5625rem !important;\n }\n .p-lg-30 {\n padding: 1.875rem !important;\n }\n .pt-lg-30,\n .py-lg-30 {\n padding-top: 1.875rem !important;\n }\n .pr-lg-30,\n .px-lg-30 {\n padding-right: 1.875rem !important;\n }\n .pb-lg-30,\n .py-lg-30 {\n padding-bottom: 1.875rem !important;\n }\n .pl-lg-30,\n .px-lg-30 {\n padding-left: 1.875rem !important;\n }\n .p-lg-35 {\n padding: 2.18753rem !important;\n }\n .pt-lg-35,\n .py-lg-35 {\n padding-top: 2.18753rem !important;\n }\n .pr-lg-35,\n .px-lg-35 {\n padding-right: 2.18753rem !important;\n }\n .pb-lg-35,\n .py-lg-35 {\n padding-bottom: 2.18753rem !important;\n }\n .pl-lg-35,\n .px-lg-35 {\n padding-left: 2.18753rem !important;\n }\n .p-lg-40 {\n padding: 2.5rem !important;\n }\n .pt-lg-40,\n .py-lg-40 {\n padding-top: 2.5rem !important;\n }\n .pr-lg-40,\n .px-lg-40 {\n padding-right: 2.5rem !important;\n }\n .pb-lg-40,\n .py-lg-40 {\n padding-bottom: 2.5rem !important;\n }\n .pl-lg-40,\n .px-lg-40 {\n padding-left: 2.5rem !important;\n }\n .p-lg-45 {\n padding: 2.8125rem !important;\n }\n .pt-lg-45,\n .py-lg-45 {\n padding-top: 2.8125rem !important;\n }\n .pr-lg-45,\n .px-lg-45 {\n padding-right: 2.8125rem !important;\n }\n .pb-lg-45,\n .py-lg-45 {\n padding-bottom: 2.8125rem !important;\n }\n .pl-lg-45,\n .px-lg-45 {\n padding-left: 2.8125rem !important;\n }\n .p-lg-50 {\n padding: 3.125rem !important;\n }\n .pt-lg-50,\n .py-lg-50 {\n padding-top: 3.125rem !important;\n }\n .pr-lg-50,\n .px-lg-50 {\n padding-right: 3.125rem !important;\n }\n .pb-lg-50,\n .py-lg-50 {\n padding-bottom: 3.125rem !important;\n }\n .pl-lg-50,\n .px-lg-50 {\n padding-left: 3.125rem !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .mt-lg-n1,\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-lg-n1,\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-lg-n1,\n .my-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-lg-n1,\n .mx-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .mt-lg-n2,\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-lg-n2,\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-lg-n2,\n .my-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-lg-n2,\n .mx-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .mt-lg-n3,\n .my-lg-n3 {\n margin-top: -1rem !important;\n }\n .mr-lg-n3,\n .mx-lg-n3 {\n margin-right: -1rem !important;\n }\n .mb-lg-n3,\n .my-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-lg-n3,\n .mx-lg-n3 {\n margin-left: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .mt-lg-n4,\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-lg-n4,\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-lg-n4,\n .my-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-lg-n4,\n .mx-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mt-lg-n5,\n .my-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n5,\n .mx-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n5,\n .my-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n5,\n .mx-lg-n5 {\n margin-left: -3rem !important;\n }\n .m-lg-n10 {\n margin: -0.625rem !important;\n }\n .mt-lg-n10,\n .my-lg-n10 {\n margin-top: -0.625rem !important;\n }\n .mr-lg-n10,\n .mx-lg-n10 {\n margin-right: -0.625rem !important;\n }\n .mb-lg-n10,\n .my-lg-n10 {\n margin-bottom: -0.625rem !important;\n }\n .ml-lg-n10,\n .mx-lg-n10 {\n margin-left: -0.625rem !important;\n }\n .m-lg-n15 {\n margin: -0.9375rem !important;\n }\n .mt-lg-n15,\n .my-lg-n15 {\n margin-top: -0.9375rem !important;\n }\n .mr-lg-n15,\n .mx-lg-n15 {\n margin-right: -0.9375rem !important;\n }\n .mb-lg-n15,\n .my-lg-n15 {\n margin-bottom: -0.9375rem !important;\n }\n .ml-lg-n15,\n .mx-lg-n15 {\n margin-left: -0.9375rem !important;\n }\n .m-lg-n20 {\n margin: -1.25rem !important;\n }\n .mt-lg-n20,\n .my-lg-n20 {\n margin-top: -1.25rem !important;\n }\n .mr-lg-n20,\n .mx-lg-n20 {\n margin-right: -1.25rem !important;\n }\n .mb-lg-n20,\n .my-lg-n20 {\n margin-bottom: -1.25rem !important;\n }\n .ml-lg-n20,\n .mx-lg-n20 {\n margin-left: -1.25rem !important;\n }\n .m-lg-n25 {\n margin: -1.5625rem !important;\n }\n .mt-lg-n25,\n .my-lg-n25 {\n margin-top: -1.5625rem !important;\n }\n .mr-lg-n25,\n .mx-lg-n25 {\n margin-right: -1.5625rem !important;\n }\n .mb-lg-n25,\n .my-lg-n25 {\n margin-bottom: -1.5625rem !important;\n }\n .ml-lg-n25,\n .mx-lg-n25 {\n margin-left: -1.5625rem !important;\n }\n .m-lg-n30 {\n margin: -1.875rem !important;\n }\n .mt-lg-n30,\n .my-lg-n30 {\n margin-top: -1.875rem !important;\n }\n .mr-lg-n30,\n .mx-lg-n30 {\n margin-right: -1.875rem !important;\n }\n .mb-lg-n30,\n .my-lg-n30 {\n margin-bottom: -1.875rem !important;\n }\n .ml-lg-n30,\n .mx-lg-n30 {\n margin-left: -1.875rem !important;\n }\n .m-lg-n35 {\n margin: -2.18753rem !important;\n }\n .mt-lg-n35,\n .my-lg-n35 {\n margin-top: -2.18753rem !important;\n }\n .mr-lg-n35,\n .mx-lg-n35 {\n margin-right: -2.18753rem !important;\n }\n .mb-lg-n35,\n .my-lg-n35 {\n margin-bottom: -2.18753rem !important;\n }\n .ml-lg-n35,\n .mx-lg-n35 {\n margin-left: -2.18753rem !important;\n }\n .m-lg-n40 {\n margin: -2.5rem !important;\n }\n .mt-lg-n40,\n .my-lg-n40 {\n margin-top: -2.5rem !important;\n }\n .mr-lg-n40,\n .mx-lg-n40 {\n margin-right: -2.5rem !important;\n }\n .mb-lg-n40,\n .my-lg-n40 {\n margin-bottom: -2.5rem !important;\n }\n .ml-lg-n40,\n .mx-lg-n40 {\n margin-left: -2.5rem !important;\n }\n .m-lg-n45 {\n margin: -2.8125rem !important;\n }\n .mt-lg-n45,\n .my-lg-n45 {\n margin-top: -2.8125rem !important;\n }\n .mr-lg-n45,\n .mx-lg-n45 {\n margin-right: -2.8125rem !important;\n }\n .mb-lg-n45,\n .my-lg-n45 {\n margin-bottom: -2.8125rem !important;\n }\n .ml-lg-n45,\n .mx-lg-n45 {\n margin-left: -2.8125rem !important;\n }\n .m-lg-n50 {\n margin: -3.125rem !important;\n }\n .mt-lg-n50,\n .my-lg-n50 {\n margin-top: -3.125rem !important;\n }\n .mr-lg-n50,\n .mx-lg-n50 {\n margin-right: -3.125rem !important;\n }\n .mb-lg-n50,\n .my-lg-n50 {\n margin-bottom: -3.125rem !important;\n }\n .ml-lg-n50,\n .mx-lg-n50 {\n margin-left: -3.125rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mt-lg-auto,\n .my-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-auto,\n .mx-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-auto,\n .my-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-auto,\n .mx-lg-auto {\n margin-left: auto !important;\n }\n}\n\n@media (min-width: 1200px) {\n .m-xl-0 {\n margin: 0 !important;\n }\n .mt-xl-0,\n .my-xl-0 {\n margin-top: 0 !important;\n }\n .mr-xl-0,\n .mx-xl-0 {\n margin-right: 0 !important;\n }\n .mb-xl-0,\n .my-xl-0 {\n margin-bottom: 0 !important;\n }\n .ml-xl-0,\n .mx-xl-0 {\n margin-left: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .mt-xl-1,\n .my-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mr-xl-1,\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mb-xl-1,\n .my-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-xl-1,\n .mx-xl-1 {\n margin-left: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .mt-xl-2,\n .my-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mr-xl-2,\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mb-xl-2,\n .my-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-xl-2,\n .mx-xl-2 {\n margin-left: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .mt-xl-3,\n .my-xl-3 {\n margin-top: 1rem !important;\n }\n .mr-xl-3,\n .mx-xl-3 {\n margin-right: 1rem !important;\n }\n .mb-xl-3,\n .my-xl-3 {\n margin-bottom: 1rem !important;\n }\n .ml-xl-3,\n .mx-xl-3 {\n margin-left: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .mt-xl-4,\n .my-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mr-xl-4,\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mb-xl-4,\n .my-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-xl-4,\n .mx-xl-4 {\n margin-left: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .mt-xl-5,\n .my-xl-5 {\n margin-top: 3rem !important;\n }\n .mr-xl-5,\n .mx-xl-5 {\n margin-right: 3rem !important;\n }\n .mb-xl-5,\n .my-xl-5 {\n margin-bottom: 3rem !important;\n }\n .ml-xl-5,\n .mx-xl-5 {\n margin-left: 3rem !important;\n }\n .m-xl-10 {\n margin: 0.625rem !important;\n }\n .mt-xl-10,\n .my-xl-10 {\n margin-top: 0.625rem !important;\n }\n .mr-xl-10,\n .mx-xl-10 {\n margin-right: 0.625rem !important;\n }\n .mb-xl-10,\n .my-xl-10 {\n margin-bottom: 0.625rem !important;\n }\n .ml-xl-10,\n .mx-xl-10 {\n margin-left: 0.625rem !important;\n }\n .m-xl-15 {\n margin: 0.9375rem !important;\n }\n .mt-xl-15,\n .my-xl-15 {\n margin-top: 0.9375rem !important;\n }\n .mr-xl-15,\n .mx-xl-15 {\n margin-right: 0.9375rem !important;\n }\n .mb-xl-15,\n .my-xl-15 {\n margin-bottom: 0.9375rem !important;\n }\n .ml-xl-15,\n .mx-xl-15 {\n margin-left: 0.9375rem !important;\n }\n .m-xl-20 {\n margin: 1.25rem !important;\n }\n .mt-xl-20,\n .my-xl-20 {\n margin-top: 1.25rem !important;\n }\n .mr-xl-20,\n .mx-xl-20 {\n margin-right: 1.25rem !important;\n }\n .mb-xl-20,\n .my-xl-20 {\n margin-bottom: 1.25rem !important;\n }\n .ml-xl-20,\n .mx-xl-20 {\n margin-left: 1.25rem !important;\n }\n .m-xl-25 {\n margin: 1.5625rem !important;\n }\n .mt-xl-25,\n .my-xl-25 {\n margin-top: 1.5625rem !important;\n }\n .mr-xl-25,\n .mx-xl-25 {\n margin-right: 1.5625rem !important;\n }\n .mb-xl-25,\n .my-xl-25 {\n margin-bottom: 1.5625rem !important;\n }\n .ml-xl-25,\n .mx-xl-25 {\n margin-left: 1.5625rem !important;\n }\n .m-xl-30 {\n margin: 1.875rem !important;\n }\n .mt-xl-30,\n .my-xl-30 {\n margin-top: 1.875rem !important;\n }\n .mr-xl-30,\n .mx-xl-30 {\n margin-right: 1.875rem !important;\n }\n .mb-xl-30,\n .my-xl-30 {\n margin-bottom: 1.875rem !important;\n }\n .ml-xl-30,\n .mx-xl-30 {\n margin-left: 1.875rem !important;\n }\n .m-xl-35 {\n margin: 2.18753rem !important;\n }\n .mt-xl-35,\n .my-xl-35 {\n margin-top: 2.18753rem !important;\n }\n .mr-xl-35,\n .mx-xl-35 {\n margin-right: 2.18753rem !important;\n }\n .mb-xl-35,\n .my-xl-35 {\n margin-bottom: 2.18753rem !important;\n }\n .ml-xl-35,\n .mx-xl-35 {\n margin-left: 2.18753rem !important;\n }\n .m-xl-40 {\n margin: 2.5rem !important;\n }\n .mt-xl-40,\n .my-xl-40 {\n margin-top: 2.5rem !important;\n }\n .mr-xl-40,\n .mx-xl-40 {\n margin-right: 2.5rem !important;\n }\n .mb-xl-40,\n .my-xl-40 {\n margin-bottom: 2.5rem !important;\n }\n .ml-xl-40,\n .mx-xl-40 {\n margin-left: 2.5rem !important;\n }\n .m-xl-45 {\n margin: 2.8125rem !important;\n }\n .mt-xl-45,\n .my-xl-45 {\n margin-top: 2.8125rem !important;\n }\n .mr-xl-45,\n .mx-xl-45 {\n margin-right: 2.8125rem !important;\n }\n .mb-xl-45,\n .my-xl-45 {\n margin-bottom: 2.8125rem !important;\n }\n .ml-xl-45,\n .mx-xl-45 {\n margin-left: 2.8125rem !important;\n }\n .m-xl-50 {\n margin: 3.125rem !important;\n }\n .mt-xl-50,\n .my-xl-50 {\n margin-top: 3.125rem !important;\n }\n .mr-xl-50,\n .mx-xl-50 {\n margin-right: 3.125rem !important;\n }\n .mb-xl-50,\n .my-xl-50 {\n margin-bottom: 3.125rem !important;\n }\n .ml-xl-50,\n .mx-xl-50 {\n margin-left: 3.125rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .pt-xl-0,\n .py-xl-0 {\n padding-top: 0 !important;\n }\n .pr-xl-0,\n .px-xl-0 {\n padding-right: 0 !important;\n }\n .pb-xl-0,\n .py-xl-0 {\n padding-bottom: 0 !important;\n }\n .pl-xl-0,\n .px-xl-0 {\n padding-left: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .pt-xl-1,\n .py-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pr-xl-1,\n .px-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pb-xl-1,\n .py-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-xl-1,\n .px-xl-1 {\n padding-left: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .pt-xl-2,\n .py-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pr-xl-2,\n .px-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pb-xl-2,\n .py-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-xl-2,\n .px-xl-2 {\n padding-left: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .pt-xl-3,\n .py-xl-3 {\n padding-top: 1rem !important;\n }\n .pr-xl-3,\n .px-xl-3 {\n padding-right: 1rem !important;\n }\n .pb-xl-3,\n .py-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pl-xl-3,\n .px-xl-3 {\n padding-left: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .pt-xl-4,\n .py-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pr-xl-4,\n .px-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pb-xl-4,\n .py-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-xl-4,\n .px-xl-4 {\n padding-left: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .pt-xl-5,\n .py-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-5,\n .px-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-5,\n .py-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-5,\n .px-xl-5 {\n padding-left: 3rem !important;\n }\n .p-xl-10 {\n padding: 0.625rem !important;\n }\n .pt-xl-10,\n .py-xl-10 {\n padding-top: 0.625rem !important;\n }\n .pr-xl-10,\n .px-xl-10 {\n padding-right: 0.625rem !important;\n }\n .pb-xl-10,\n .py-xl-10 {\n padding-bottom: 0.625rem !important;\n }\n .pl-xl-10,\n .px-xl-10 {\n padding-left: 0.625rem !important;\n }\n .p-xl-15 {\n padding: 0.9375rem !important;\n }\n .pt-xl-15,\n .py-xl-15 {\n padding-top: 0.9375rem !important;\n }\n .pr-xl-15,\n .px-xl-15 {\n padding-right: 0.9375rem !important;\n }\n .pb-xl-15,\n .py-xl-15 {\n padding-bottom: 0.9375rem !important;\n }\n .pl-xl-15,\n .px-xl-15 {\n padding-left: 0.9375rem !important;\n }\n .p-xl-20 {\n padding: 1.25rem !important;\n }\n .pt-xl-20,\n .py-xl-20 {\n padding-top: 1.25rem !important;\n }\n .pr-xl-20,\n .px-xl-20 {\n padding-right: 1.25rem !important;\n }\n .pb-xl-20,\n .py-xl-20 {\n padding-bottom: 1.25rem !important;\n }\n .pl-xl-20,\n .px-xl-20 {\n padding-left: 1.25rem !important;\n }\n .p-xl-25 {\n padding: 1.5625rem !important;\n }\n .pt-xl-25,\n .py-xl-25 {\n padding-top: 1.5625rem !important;\n }\n .pr-xl-25,\n .px-xl-25 {\n padding-right: 1.5625rem !important;\n }\n .pb-xl-25,\n .py-xl-25 {\n padding-bottom: 1.5625rem !important;\n }\n .pl-xl-25,\n .px-xl-25 {\n padding-left: 1.5625rem !important;\n }\n .p-xl-30 {\n padding: 1.875rem !important;\n }\n .pt-xl-30,\n .py-xl-30 {\n padding-top: 1.875rem !important;\n }\n .pr-xl-30,\n .px-xl-30 {\n padding-right: 1.875rem !important;\n }\n .pb-xl-30,\n .py-xl-30 {\n padding-bottom: 1.875rem !important;\n }\n .pl-xl-30,\n .px-xl-30 {\n padding-left: 1.875rem !important;\n }\n .p-xl-35 {\n padding: 2.18753rem !important;\n }\n .pt-xl-35,\n .py-xl-35 {\n padding-top: 2.18753rem !important;\n }\n .pr-xl-35,\n .px-xl-35 {\n padding-right: 2.18753rem !important;\n }\n .pb-xl-35,\n .py-xl-35 {\n padding-bottom: 2.18753rem !important;\n }\n .pl-xl-35,\n .px-xl-35 {\n padding-left: 2.18753rem !important;\n }\n .p-xl-40 {\n padding: 2.5rem !important;\n }\n .pt-xl-40,\n .py-xl-40 {\n padding-top: 2.5rem !important;\n }\n .pr-xl-40,\n .px-xl-40 {\n padding-right: 2.5rem !important;\n }\n .pb-xl-40,\n .py-xl-40 {\n padding-bottom: 2.5rem !important;\n }\n .pl-xl-40,\n .px-xl-40 {\n padding-left: 2.5rem !important;\n }\n .p-xl-45 {\n padding: 2.8125rem !important;\n }\n .pt-xl-45,\n .py-xl-45 {\n padding-top: 2.8125rem !important;\n }\n .pr-xl-45,\n .px-xl-45 {\n padding-right: 2.8125rem !important;\n }\n .pb-xl-45,\n .py-xl-45 {\n padding-bottom: 2.8125rem !important;\n }\n .pl-xl-45,\n .px-xl-45 {\n padding-left: 2.8125rem !important;\n }\n .p-xl-50 {\n padding: 3.125rem !important;\n }\n .pt-xl-50,\n .py-xl-50 {\n padding-top: 3.125rem !important;\n }\n .pr-xl-50,\n .px-xl-50 {\n padding-right: 3.125rem !important;\n }\n .pb-xl-50,\n .py-xl-50 {\n padding-bottom: 3.125rem !important;\n }\n .pl-xl-50,\n .px-xl-50 {\n padding-left: 3.125rem !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .mt-xl-n1,\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-xl-n1,\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-xl-n1,\n .my-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-xl-n1,\n .mx-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .mt-xl-n2,\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-xl-n2,\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-xl-n2,\n .my-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-xl-n2,\n .mx-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .mt-xl-n3,\n .my-xl-n3 {\n margin-top: -1rem !important;\n }\n .mr-xl-n3,\n .mx-xl-n3 {\n margin-right: -1rem !important;\n }\n .mb-xl-n3,\n .my-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-xl-n3,\n .mx-xl-n3 {\n margin-left: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .mt-xl-n4,\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-xl-n4,\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-xl-n4,\n .my-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-xl-n4,\n .mx-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mt-xl-n5,\n .my-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n5,\n .mx-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n5,\n .my-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n5,\n .mx-xl-n5 {\n margin-left: -3rem !important;\n }\n .m-xl-n10 {\n margin: -0.625rem !important;\n }\n .mt-xl-n10,\n .my-xl-n10 {\n margin-top: -0.625rem !important;\n }\n .mr-xl-n10,\n .mx-xl-n10 {\n margin-right: -0.625rem !important;\n }\n .mb-xl-n10,\n .my-xl-n10 {\n margin-bottom: -0.625rem !important;\n }\n .ml-xl-n10,\n .mx-xl-n10 {\n margin-left: -0.625rem !important;\n }\n .m-xl-n15 {\n margin: -0.9375rem !important;\n }\n .mt-xl-n15,\n .my-xl-n15 {\n margin-top: -0.9375rem !important;\n }\n .mr-xl-n15,\n .mx-xl-n15 {\n margin-right: -0.9375rem !important;\n }\n .mb-xl-n15,\n .my-xl-n15 {\n margin-bottom: -0.9375rem !important;\n }\n .ml-xl-n15,\n .mx-xl-n15 {\n margin-left: -0.9375rem !important;\n }\n .m-xl-n20 {\n margin: -1.25rem !important;\n }\n .mt-xl-n20,\n .my-xl-n20 {\n margin-top: -1.25rem !important;\n }\n .mr-xl-n20,\n .mx-xl-n20 {\n margin-right: -1.25rem !important;\n }\n .mb-xl-n20,\n .my-xl-n20 {\n margin-bottom: -1.25rem !important;\n }\n .ml-xl-n20,\n .mx-xl-n20 {\n margin-left: -1.25rem !important;\n }\n .m-xl-n25 {\n margin: -1.5625rem !important;\n }\n .mt-xl-n25,\n .my-xl-n25 {\n margin-top: -1.5625rem !important;\n }\n .mr-xl-n25,\n .mx-xl-n25 {\n margin-right: -1.5625rem !important;\n }\n .mb-xl-n25,\n .my-xl-n25 {\n margin-bottom: -1.5625rem !important;\n }\n .ml-xl-n25,\n .mx-xl-n25 {\n margin-left: -1.5625rem !important;\n }\n .m-xl-n30 {\n margin: -1.875rem !important;\n }\n .mt-xl-n30,\n .my-xl-n30 {\n margin-top: -1.875rem !important;\n }\n .mr-xl-n30,\n .mx-xl-n30 {\n margin-right: -1.875rem !important;\n }\n .mb-xl-n30,\n .my-xl-n30 {\n margin-bottom: -1.875rem !important;\n }\n .ml-xl-n30,\n .mx-xl-n30 {\n margin-left: -1.875rem !important;\n }\n .m-xl-n35 {\n margin: -2.18753rem !important;\n }\n .mt-xl-n35,\n .my-xl-n35 {\n margin-top: -2.18753rem !important;\n }\n .mr-xl-n35,\n .mx-xl-n35 {\n margin-right: -2.18753rem !important;\n }\n .mb-xl-n35,\n .my-xl-n35 {\n margin-bottom: -2.18753rem !important;\n }\n .ml-xl-n35,\n .mx-xl-n35 {\n margin-left: -2.18753rem !important;\n }\n .m-xl-n40 {\n margin: -2.5rem !important;\n }\n .mt-xl-n40,\n .my-xl-n40 {\n margin-top: -2.5rem !important;\n }\n .mr-xl-n40,\n .mx-xl-n40 {\n margin-right: -2.5rem !important;\n }\n .mb-xl-n40,\n .my-xl-n40 {\n margin-bottom: -2.5rem !important;\n }\n .ml-xl-n40,\n .mx-xl-n40 {\n margin-left: -2.5rem !important;\n }\n .m-xl-n45 {\n margin: -2.8125rem !important;\n }\n .mt-xl-n45,\n .my-xl-n45 {\n margin-top: -2.8125rem !important;\n }\n .mr-xl-n45,\n .mx-xl-n45 {\n margin-right: -2.8125rem !important;\n }\n .mb-xl-n45,\n .my-xl-n45 {\n margin-bottom: -2.8125rem !important;\n }\n .ml-xl-n45,\n .mx-xl-n45 {\n margin-left: -2.8125rem !important;\n }\n .m-xl-n50 {\n margin: -3.125rem !important;\n }\n .mt-xl-n50,\n .my-xl-n50 {\n margin-top: -3.125rem !important;\n }\n .mr-xl-n50,\n .mx-xl-n50 {\n margin-right: -3.125rem !important;\n }\n .mb-xl-n50,\n .my-xl-n50 {\n margin-bottom: -3.125rem !important;\n }\n .ml-xl-n50,\n .mx-xl-n50 {\n margin-left: -3.125rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mt-xl-auto,\n .my-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-auto,\n .mx-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-auto,\n .my-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-auto,\n .mx-xl-auto {\n margin-left: auto !important;\n }\n}\n\n.text-monospace {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !important;\n}\n\n.text-justify {\n text-align: justify !important;\n}\n\n.text-wrap {\n white-space: normal !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n@media (min-width: 576px) {\n .text-sm-left {\n text-align: left !important;\n }\n .text-sm-right {\n text-align: right !important;\n }\n .text-sm-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 768px) {\n .text-md-left {\n text-align: left !important;\n }\n .text-md-right {\n text-align: right !important;\n }\n .text-md-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 992px) {\n .text-lg-left {\n text-align: left !important;\n }\n .text-lg-right {\n text-align: right !important;\n }\n .text-lg-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 1200px) {\n .text-xl-left {\n text-align: left !important;\n }\n .text-xl-right {\n text-align: right !important;\n }\n .text-xl-center {\n text-align: center !important;\n }\n}\n\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.font-weight-light {\n font-weight: 300 !important;\n}\n\n.font-weight-lighter {\n font-weight: lighter !important;\n}\n\n.font-weight-normal {\n font-weight: 400 !important;\n}\n\n.font-weight-bold {\n font-weight: 700 !important;\n}\n\n.font-weight-bolder {\n font-weight: bolder !important;\n}\n\n.font-italic {\n font-style: italic !important;\n}\n\n.text-white {\n color: #ffffff !important;\n}\n\n.text-primary {\n color: #6E4FF6 !important;\n}\n\na.text-primary:hover, a.text-primary:focus {\n color: #360cec !important;\n}\n\n.text-secondary {\n color: #1DC9B7 !important;\n}\n\na.text-secondary:hover, a.text-secondary:focus {\n color: #13867a !important;\n}\n\n.text-success {\n color: #4caf50 !important;\n}\n\na.text-success:hover, a.text-success:focus {\n color: #357a38 !important;\n}\n\n.text-info {\n color: #36A3F7 !important;\n}\n\na.text-info:hover, a.text-info:focus {\n color: #097ed8 !important;\n}\n\n.text-warning {\n color: #FFB822 !important;\n}\n\na.text-warning:hover, a.text-warning:focus {\n color: #d59000 !important;\n}\n\n.text-danger {\n color: #F4516C !important;\n}\n\na.text-danger:hover, a.text-danger:focus {\n color: #ea0f33 !important;\n}\n\n.text-light {\n color: #ffffff !important;\n}\n\na.text-light:hover, a.text-light:focus {\n color: #d9d9d9 !important;\n}\n\n.text-dark {\n color: #202428 !important;\n}\n\na.text-dark:hover, a.text-dark:focus {\n color: black !important;\n}\n\n.text-body {\n color: #6F7495 !important;\n}\n\n.text-muted {\n color: #6c757d !important;\n}\n\n.text-black-50 {\n color: rgba(0, 0, 0, 0.5) !important;\n}\n\n.text-white-50 {\n color: rgba(255, 255, 255, 0.5) !important;\n}\n\n.text-hide {\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n\n.text-decoration-none {\n text-decoration: none !important;\n}\n\n.text-break {\n word-break: break-word !important;\n overflow-wrap: break-word !important;\n}\n\n.text-reset {\n color: inherit !important;\n}\n\n.visible {\n visibility: visible !important;\n}\n\n.invisible {\n visibility: hidden !important;\n}\n\n@media print {\n *,\n *::before,\n *::after {\n text-shadow: none !important;\n box-shadow: none !important;\n }\n a:not(.btn) {\n text-decoration: underline;\n }\n abbr[title]::after {\n content: \" (\" attr(title) \")\";\n }\n pre {\n white-space: pre-wrap !important;\n }\n pre,\n blockquote {\n border: 1px solid #adb5bd;\n page-break-inside: avoid;\n }\n thead {\n display: table-header-group;\n }\n tr,\n img {\n page-break-inside: avoid;\n }\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n h2,\n h3 {\n page-break-after: avoid;\n }\n @page {\n size: a3;\n }\n body {\n min-width: 992px !important;\n }\n .container {\n min-width: 992px !important;\n }\n .navbar {\n display: none;\n }\n .badge {\n border: 1px solid #000;\n }\n .table {\n border-collapse: collapse !important;\n }\n .table td,\n .table th {\n background-color: #ffffff !important;\n }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #dee2e6 !important;\n }\n .table-dark {\n color: inherit;\n }\n .table-dark th,\n .table-dark td,\n .table-dark thead th,\n .table-dark tbody + tbody {\n border-color: #dee2e6;\n }\n .table .thead-dark th {\n color: inherit;\n border-color: #dee2e6;\n }\n}\n","/*!\r\n * Bootstrap v4.3.1 (https://getbootstrap.com/)\r\n * Copyright 2011-2019 The Bootstrap Authors\r\n * Copyright 2011-2019 Twitter, Inc.\r\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\r\n */\r\n\r\n@import \"functions\";\r\n@import \"variables\";\r\n@import \"mixins\";\r\n@import \"root\";\r\n@import \"reboot\";\r\n@import \"type\";\r\n@import \"images\";\r\n@import \"code\";\r\n@import \"grid\";\r\n@import \"tables\";\r\n@import \"forms\";\r\n@import \"buttons\";\r\n@import \"transitions\";\r\n@import \"dropdown\";\r\n@import \"button-group\";\r\n@import \"input-group\";\r\n@import \"custom-forms\";\r\n@import \"nav\";\r\n@import \"navbar\";\r\n@import \"card\";\r\n@import \"breadcrumb\";\r\n@import \"pagination\";\r\n@import \"badge\";\r\n@import \"jumbotron\";\r\n@import \"alert\";\r\n@import \"progress\";\r\n@import \"media\";\r\n@import \"list-group\";\r\n@import \"close\";\r\n@import \"toasts\";\r\n@import \"modal\";\r\n@import \"tooltip\";\r\n@import \"popover\";\r\n@import \"carousel\";\r\n@import \"spinners\";\r\n@import \"utilities\";\r\n@import \"print\";\r\n",":root {\r\n // Custom variable values only support SassScript inside `#{}`.\r\n @each $color, $value in $colors {\r\n --#{$color}: #{$value};\r\n }\r\n\r\n @each $color, $value in $theme-colors {\r\n --#{$color}: #{$value};\r\n }\r\n\r\n @each $bp, $value in $grid-breakpoints {\r\n --breakpoint-#{$bp}: #{$value};\r\n }\r\n\r\n // Use `inspect` for lists so that quoted items keep the quotes.\r\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\r\n --font-family-sans-serif: #{inspect($font-family-sans-serif)};\r\n --font-family-monospace: #{inspect($font-family-monospace)};\r\n}\r\n","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\r\n\r\n// Reboot\r\n//\r\n// Normalization of HTML elements, manually forked from Normalize.css to remove\r\n// styles targeting irrelevant browsers while applying new styles.\r\n//\r\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\r\n\r\n\r\n// Document\r\n//\r\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\r\n// 2. Change the default font family in all browsers.\r\n// 3. Correct the line height in all browsers.\r\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\r\n// 5. Change the default tap highlight to be completely transparent in iOS.\r\n\r\n*,\r\n*::before,\r\n*::after {\r\n box-sizing: border-box; // 1\r\n}\r\n\r\nhtml {\r\n font-family: sans-serif; // 2\r\n line-height: 1.15; // 3\r\n -webkit-text-size-adjust: 100%; // 4\r\n -webkit-tap-highlight-color: rgba($black, 0); // 5\r\n}\r\n\r\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\r\n// TODO: remove in v5\r\n// stylelint-disable-next-line selector-list-comma-newline-after\r\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\r\n display: block;\r\n}\r\n\r\n// Body\r\n//\r\n// 1. Remove the margin in all browsers.\r\n// 2. As a best practice, apply a default `background-color`.\r\n// 3. Set an explicit initial text-align value so that we can later use\r\n// the `inherit` value on things like `` elements.\r\n\r\nbody {\r\n margin: 0; // 1\r\n font-family: $font-family-base;\r\n @include font-size($font-size-base);\r\n font-weight: $font-weight-base;\r\n line-height: $line-height-base;\r\n color: $body-color;\r\n text-align: left; // 3\r\n background-color: $body-bg; // 2\r\n}\r\n\r\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\r\n// This prevents an unwanted focus outline from appearing around elements that\r\n// might still respond to pointer events.\r\n//\r\n// Credit: https://github.com/suitcss/base\r\n[tabindex=\"-1\"]:focus {\r\n outline: 0 !important;\r\n}\r\n\r\n\r\n// Content grouping\r\n//\r\n// 1. Add the correct box sizing in Firefox.\r\n// 2. Show the overflow in Edge and IE.\r\n\r\nhr {\r\n box-sizing: content-box; // 1\r\n height: 0; // 1\r\n overflow: visible; // 2\r\n}\r\n\r\n\r\n//\r\n// Typography\r\n//\r\n\r\n// Remove top margins from headings\r\n//\r\n// By default, `

    `-`

    ` all receive top and bottom margins. We nuke the top\r\n// margin for easier control within type scales as it avoids margin collapsing.\r\n// stylelint-disable-next-line selector-list-comma-newline-after\r\nh1, h2, h3, h4, h5, h6 {\r\n margin-top: 0;\r\n margin-bottom: $headings-margin-bottom;\r\n}\r\n\r\n// Reset margins on paragraphs\r\n//\r\n// Similarly, the top margin on `

    `s get reset. However, we also reset the\r\n// bottom margin to use `rem` units instead of `em`.\r\np {\r\n margin-top: 0;\r\n margin-bottom: $paragraph-margin-bottom;\r\n}\r\n\r\n// Abbreviations\r\n//\r\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\r\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\r\n// 3. Add explicit cursor to indicate changed behavior.\r\n// 4. Remove the bottom border in Firefox 39-.\r\n// 5. Prevent the text-decoration to be skipped.\r\n\r\nabbr[title],\r\nabbr[data-original-title] { // 1\r\n text-decoration: underline; // 2\r\n text-decoration: underline dotted; // 2\r\n cursor: help; // 3\r\n border-bottom: 0; // 4\r\n text-decoration-skip-ink: none; // 5\r\n}\r\n\r\naddress {\r\n margin-bottom: 1rem;\r\n font-style: normal;\r\n line-height: inherit;\r\n}\r\n\r\nol,\r\nul,\r\ndl {\r\n margin-top: 0;\r\n margin-bottom: 1rem;\r\n}\r\n\r\nol ol,\r\nul ul,\r\nol ul,\r\nul ol {\r\n margin-bottom: 0;\r\n}\r\n\r\ndt {\r\n font-weight: $dt-font-weight;\r\n}\r\n\r\ndd {\r\n margin-bottom: .5rem;\r\n margin-left: 0; // Undo browser default\r\n}\r\n\r\nblockquote {\r\n margin: 0 0 1rem;\r\n}\r\n\r\nb,\r\nstrong {\r\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\r\n}\r\n\r\nsmall {\r\n @include font-size(80%); // Add the correct font size in all browsers\r\n}\r\n\r\n//\r\n// Prevent `sub` and `sup` elements from affecting the line height in\r\n// all browsers.\r\n//\r\n\r\nsub,\r\nsup {\r\n position: relative;\r\n @include font-size(75%);\r\n line-height: 0;\r\n vertical-align: baseline;\r\n}\r\n\r\nsub { bottom: -.25em; }\r\nsup { top: -.5em; }\r\n\r\n\r\n//\r\n// Links\r\n//\r\n\r\na {\r\n color: $link-color;\r\n text-decoration: $link-decoration;\r\n background-color: transparent; // Remove the gray background on active links in IE 10.\r\n\r\n @include hover {\r\n color: $link-hover-color;\r\n text-decoration: $link-hover-decoration;\r\n }\r\n}\r\n\r\n// And undo these styles for placeholder links/named anchors (without href)\r\n// which have not been made explicitly keyboard-focusable (without tabindex).\r\n// It would be more straightforward to just use a[href] in previous block, but that\r\n// causes specificity issues in many other styles that are too complex to fix.\r\n// See https://github.com/twbs/bootstrap/issues/19402\r\n\r\na:not([href]):not([tabindex]) {\r\n color: inherit;\r\n text-decoration: none;\r\n\r\n @include hover-focus {\r\n color: inherit;\r\n text-decoration: none;\r\n }\r\n\r\n &:focus {\r\n outline: 0;\r\n }\r\n}\r\n\r\n\r\n//\r\n// Code\r\n//\r\n\r\npre,\r\ncode,\r\nkbd,\r\nsamp {\r\n font-family: $font-family-monospace;\r\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\r\n}\r\n\r\npre {\r\n // Remove browser default top margin\r\n margin-top: 0;\r\n // Reset browser default of `1em` to use `rem`s\r\n margin-bottom: 1rem;\r\n // Don't allow content to break outside\r\n overflow: auto;\r\n}\r\n\r\n\r\n//\r\n// Figures\r\n//\r\n\r\nfigure {\r\n // Apply a consistent margin strategy (matches our type styles).\r\n margin: 0 0 1rem;\r\n}\r\n\r\n\r\n//\r\n// Images and content\r\n//\r\n\r\nimg {\r\n vertical-align: middle;\r\n border-style: none; // Remove the border on images inside links in IE 10-.\r\n}\r\n\r\nsvg {\r\n // Workaround for the SVG overflow bug in IE10/11 is still required.\r\n // See https://github.com/twbs/bootstrap/issues/26878\r\n overflow: hidden;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n//\r\n// Tables\r\n//\r\n\r\ntable {\r\n border-collapse: collapse; // Prevent double borders\r\n}\r\n\r\ncaption {\r\n padding-top: $table-cell-padding;\r\n padding-bottom: $table-cell-padding;\r\n color: $table-caption-color;\r\n text-align: left;\r\n caption-side: bottom;\r\n}\r\n\r\nth {\r\n // Matches default `` alignment by inheriting from the ``, or the\r\n // closest parent with a set `text-align`.\r\n text-align: inherit;\r\n}\r\n\r\n\r\n//\r\n// Forms\r\n//\r\n\r\nlabel {\r\n // Allow labels to use `margin` for spacing.\r\n display: inline-block;\r\n margin-bottom: $label-margin-bottom;\r\n}\r\n\r\n// Remove the default `border-radius` that macOS Chrome adds.\r\n//\r\n// Details at https://github.com/twbs/bootstrap/issues/24093\r\nbutton {\r\n // stylelint-disable-next-line property-blacklist\r\n border-radius: 0;\r\n}\r\n\r\n// Work around a Firefox/IE bug where the transparent `button` background\r\n// results in a loss of the default `button` focus styles.\r\n//\r\n// Credit: https://github.com/suitcss/base/\r\nbutton:focus {\r\n outline: 1px dotted;\r\n outline: 5px auto -webkit-focus-ring-color;\r\n}\r\n\r\ninput,\r\nbutton,\r\nselect,\r\noptgroup,\r\ntextarea {\r\n margin: 0; // Remove the margin in Firefox and Safari\r\n font-family: inherit;\r\n @include font-size(inherit);\r\n line-height: inherit;\r\n}\r\n\r\nbutton,\r\ninput {\r\n overflow: visible; // Show the overflow in Edge\r\n}\r\n\r\nbutton,\r\nselect {\r\n text-transform: none; // Remove the inheritance of text transform in Firefox\r\n}\r\n\r\n// Remove the inheritance of word-wrap in Safari.\r\n//\r\n// Details at https://github.com/twbs/bootstrap/issues/24990\r\nselect {\r\n word-wrap: normal;\r\n}\r\n\r\n\r\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\r\n// controls in Android 4.\r\n// 2. Correct the inability to style clickable types in iOS and Safari.\r\nbutton,\r\n[type=\"button\"], // 1\r\n[type=\"reset\"],\r\n[type=\"submit\"] {\r\n -webkit-appearance: button; // 2\r\n}\r\n\r\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\r\n@if $enable-pointer-cursor-for-buttons {\r\n button,\r\n [type=\"button\"],\r\n [type=\"reset\"],\r\n [type=\"submit\"] {\r\n &:not(:disabled) {\r\n cursor: pointer;\r\n }\r\n }\r\n}\r\n\r\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\r\nbutton::-moz-focus-inner,\r\n[type=\"button\"]::-moz-focus-inner,\r\n[type=\"reset\"]::-moz-focus-inner,\r\n[type=\"submit\"]::-moz-focus-inner {\r\n padding: 0;\r\n border-style: none;\r\n}\r\n\r\ninput[type=\"radio\"],\r\ninput[type=\"checkbox\"] {\r\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\r\n padding: 0; // 2. Remove the padding in IE 10-\r\n}\r\n\r\n\r\ninput[type=\"date\"],\r\ninput[type=\"time\"],\r\ninput[type=\"datetime-local\"],\r\ninput[type=\"month\"] {\r\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\r\n // bug where setting a custom line-height prevents text from being vertically\r\n // centered within the input.\r\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\r\n // and https://github.com/twbs/bootstrap/issues/11266\r\n -webkit-appearance: listbox;\r\n}\r\n\r\ntextarea {\r\n overflow: auto; // Remove the default vertical scrollbar in IE.\r\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\r\n resize: vertical;\r\n}\r\n\r\nfieldset {\r\n // Browsers set a default `min-width: min-content;` on fieldsets,\r\n // unlike e.g. `

    `s, which have `min-width: 0;` by default.\r\n // So we reset that to ensure fieldsets behave more like a standard block element.\r\n // See https://github.com/twbs/bootstrap/issues/12359\r\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\r\n min-width: 0;\r\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\r\n padding: 0;\r\n margin: 0;\r\n border: 0;\r\n}\r\n\r\n// 1. Correct the text wrapping in Edge and IE.\r\n// 2. Correct the color inheritance from `fieldset` elements in IE.\r\nlegend {\r\n display: block;\r\n width: 100%;\r\n max-width: 100%; // 1\r\n padding: 0;\r\n margin-bottom: .5rem;\r\n @include font-size(1.5rem);\r\n line-height: inherit;\r\n color: inherit; // 2\r\n white-space: normal; // 1\r\n}\r\n\r\nprogress {\r\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\r\n}\r\n\r\n// Correct the cursor style of increment and decrement buttons in Chrome.\r\n[type=\"number\"]::-webkit-inner-spin-button,\r\n[type=\"number\"]::-webkit-outer-spin-button {\r\n height: auto;\r\n}\r\n\r\n[type=\"search\"] {\r\n // This overrides the extra rounded corners on search inputs in iOS so that our\r\n // `.form-control` class can properly style them. Note that this cannot simply\r\n // be added to `.form-control` as it's not specific enough. For details, see\r\n // https://github.com/twbs/bootstrap/issues/11586.\r\n outline-offset: -2px; // 2. Correct the outline style in Safari.\r\n -webkit-appearance: none;\r\n}\r\n\r\n//\r\n// Remove the inner padding in Chrome and Safari on macOS.\r\n//\r\n\r\n[type=\"search\"]::-webkit-search-decoration {\r\n -webkit-appearance: none;\r\n}\r\n\r\n//\r\n// 1. Correct the inability to style clickable types in iOS and Safari.\r\n// 2. Change font properties to `inherit` in Safari.\r\n//\r\n\r\n::-webkit-file-upload-button {\r\n font: inherit; // 2\r\n -webkit-appearance: button; // 1\r\n}\r\n\r\n//\r\n// Correct element displays\r\n//\r\n\r\noutput {\r\n display: inline-block;\r\n}\r\n\r\nsummary {\r\n display: list-item; // Add the correct display in all browsers\r\n cursor: pointer;\r\n}\r\n\r\ntemplate {\r\n display: none; // Add the correct display in IE\r\n}\r\n\r\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\r\n// Needed for proper display in IE 10-.\r\n[hidden] {\r\n display: none !important;\r\n}\r\n","// Variables\r\n//\r\n// Variables should follow the `$component-state-property-size` formula for\r\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\r\n\r\n// Color system\r\n\r\n$white: #fff !default;\r\n$gray-100: #f8f9fa !default;\r\n$gray-200: #e9ecef !default;\r\n$gray-300: #dee2e6 !default;\r\n$gray-400: #ced4da !default;\r\n$gray-500: #adb5bd !default;\r\n$gray-600: #6c757d !default;\r\n$gray-700: #495057 !default;\r\n$gray-800: #343a40 !default;\r\n$gray-900: #212529 !default;\r\n$black: #000 !default;\r\n\r\n$grays: () !default;\r\n// stylelint-disable-next-line scss/dollar-variable-default\r\n$grays: map-merge(\r\n (\r\n \"100\": $gray-100,\r\n \"200\": $gray-200,\r\n \"300\": $gray-300,\r\n \"400\": $gray-400,\r\n \"500\": $gray-500,\r\n \"600\": $gray-600,\r\n \"700\": $gray-700,\r\n \"800\": $gray-800,\r\n \"900\": $gray-900\r\n ),\r\n $grays\r\n);\r\n\r\n$blue: #007bff !default;\r\n$indigo: #6610f2 !default;\r\n$purple: #6f42c1 !default;\r\n$pink: #e83e8c !default;\r\n$red: #dc3545 !default;\r\n$orange: #fd7e14 !default;\r\n$yellow: #ffc107 !default;\r\n$green: #28a745 !default;\r\n$teal: #20c997 !default;\r\n$cyan: #17a2b8 !default;\r\n\r\n$colors: () !default;\r\n// stylelint-disable-next-line scss/dollar-variable-default\r\n$colors: map-merge(\r\n (\r\n \"blue\": $blue,\r\n \"indigo\": $indigo,\r\n \"purple\": $purple,\r\n \"pink\": $pink,\r\n \"red\": $red,\r\n \"orange\": $orange,\r\n \"yellow\": $yellow,\r\n \"green\": $green,\r\n \"teal\": $teal,\r\n \"cyan\": $cyan,\r\n \"white\": $white,\r\n \"gray\": $gray-600,\r\n \"gray-dark\": $gray-800\r\n ),\r\n $colors\r\n);\r\n\r\n$primary: $blue !default;\r\n$secondary: $gray-600 !default;\r\n$success: $green !default;\r\n$info: $cyan !default;\r\n$warning: $yellow !default;\r\n$danger: $red !default;\r\n$light: $gray-100 !default;\r\n$dark: $gray-800 !default;\r\n\r\n$theme-colors: () !default;\r\n// stylelint-disable-next-line scss/dollar-variable-default\r\n$theme-colors: map-merge(\r\n (\r\n \"primary\": $primary,\r\n \"secondary\": $secondary,\r\n \"success\": $success,\r\n \"info\": $info,\r\n \"warning\": $warning,\r\n \"danger\": $danger,\r\n \"light\": $light,\r\n \"dark\": $dark\r\n ),\r\n $theme-colors\r\n);\r\n\r\n// Set a specific jump point for requesting color jumps\r\n$theme-color-interval: 8% !default;\r\n\r\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\r\n$yiq-contrasted-threshold: 150 !default;\r\n\r\n// Customize the light and dark text colors for use in our YIQ color contrast function.\r\n$yiq-text-dark: $gray-900 !default;\r\n$yiq-text-light: $white !default;\r\n\r\n\r\n// Options\r\n//\r\n// Quickly modify global styling by enabling or disabling optional features.\r\n\r\n$enable-caret: true !default;\r\n$enable-rounded: true !default;\r\n$enable-shadows: false !default;\r\n$enable-gradients: false !default;\r\n$enable-transitions: true !default;\r\n$enable-prefers-reduced-motion-media-query: true !default;\r\n$enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS\r\n$enable-grid-classes: true !default;\r\n$enable-pointer-cursor-for-buttons: true !default;\r\n$enable-print-styles: true !default;\r\n$enable-responsive-font-sizes: false !default;\r\n$enable-validation-icons: true !default;\r\n$enable-deprecation-messages: true !default;\r\n\r\n\r\n// Spacing\r\n//\r\n// Control the default styling of most Bootstrap elements by modifying these\r\n// variables. Mostly focused on spacing.\r\n// You can add more entries to the $spacers map, should you need more variation.\r\n\r\n$spacer: 1rem !default;\r\n$spacers: () !default;\r\n// stylelint-disable-next-line scss/dollar-variable-default\r\n$spacers: map-merge(\r\n (\r\n 0: 0,\r\n 1: ($spacer * .25),\r\n 2: ($spacer * .5),\r\n 3: $spacer,\r\n 4: ($spacer * 1.5),\r\n 5: ($spacer * 3)\r\n ),\r\n $spacers\r\n);\r\n\r\n// This variable affects the `.h-*` and `.w-*` classes.\r\n$sizes: () !default;\r\n// stylelint-disable-next-line scss/dollar-variable-default\r\n$sizes: map-merge(\r\n (\r\n 25: 25%,\r\n 50: 50%,\r\n 75: 75%,\r\n 100: 100%,\r\n auto: auto\r\n ),\r\n $sizes\r\n);\r\n\r\n\r\n// Body\r\n//\r\n// Settings for the `` element.\r\n\r\n$body-bg: $white !default;\r\n$body-color: $gray-900 !default;\r\n\r\n\r\n// Links\r\n//\r\n// Style anchor elements.\r\n\r\n$link-color: theme-color(\"primary\") !default;\r\n$link-decoration: none !default;\r\n$link-hover-color: darken($link-color, 15%) !default;\r\n$link-hover-decoration: underline !default;\r\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\r\n$emphasized-link-hover-darken-percentage: 15% !default;\r\n\r\n// Paragraphs\r\n//\r\n// Style p element.\r\n\r\n$paragraph-margin-bottom: 1rem !default;\r\n\r\n\r\n// Grid breakpoints\r\n//\r\n// Define the minimum dimensions at which your layout will change,\r\n// adapting to different screen sizes, for use in media queries.\r\n\r\n$grid-breakpoints: (\r\n xs: 0,\r\n sm: 576px,\r\n md: 768px,\r\n lg: 992px,\r\n xl: 1200px\r\n) !default;\r\n\r\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\r\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\r\n\r\n\r\n// Grid containers\r\n//\r\n// Define the maximum width of `.container` for different screen sizes.\r\n\r\n$container-max-widths: (\r\n sm: 540px,\r\n md: 720px,\r\n lg: 960px,\r\n xl: 1140px\r\n) !default;\r\n\r\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\r\n\r\n\r\n// Grid columns\r\n//\r\n// Set the number of columns and specify the width of the gutters.\r\n\r\n$grid-columns: 12 !default;\r\n$grid-gutter-width: 30px !default;\r\n\r\n\r\n// Components\r\n//\r\n// Define common padding and border radius sizes and more.\r\n\r\n$line-height-lg: 1.5 !default;\r\n$line-height-sm: 1.5 !default;\r\n\r\n$border-width: 1px !default;\r\n$border-color: $gray-300 !default;\r\n\r\n$border-radius: .25rem !default;\r\n$border-radius-lg: .3rem !default;\r\n$border-radius-sm: .2rem !default;\r\n\r\n$rounded-pill: 50rem !default;\r\n\r\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\r\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\r\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\r\n\r\n$component-active-color: $white !default;\r\n$component-active-bg: theme-color(\"primary\") !default;\r\n\r\n$caret-width: .3em !default;\r\n$caret-vertical-align: $caret-width * .85 !default;\r\n$caret-spacing: $caret-width * .85 !default;\r\n\r\n$transition-base: all .2s ease-in-out !default;\r\n$transition-fade: opacity .15s linear !default;\r\n$transition-collapse: height .35s ease !default;\r\n\r\n$embed-responsive-aspect-ratios: () !default;\r\n// stylelint-disable-next-line scss/dollar-variable-default\r\n$embed-responsive-aspect-ratios: join(\r\n (\r\n (21 9),\r\n (16 9),\r\n (4 3),\r\n (1 1),\r\n ),\r\n $embed-responsive-aspect-ratios\r\n);\r\n\r\n// Typography\r\n//\r\n// Font, line-height, and color for body text, headings, and more.\r\n\r\n// stylelint-disable value-keyword-case\r\n$font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\r\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\r\n$font-family-base: $font-family-sans-serif !default;\r\n// stylelint-enable value-keyword-case\r\n\r\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\r\n$font-size-lg: $font-size-base * 1.25 !default;\r\n$font-size-sm: $font-size-base * .875 !default;\r\n\r\n$font-weight-lighter: lighter !default;\r\n$font-weight-light: 300 !default;\r\n$font-weight-normal: 400 !default;\r\n$font-weight-bold: 700 !default;\r\n$font-weight-bolder: bolder !default;\r\n\r\n$font-weight-base: $font-weight-normal !default;\r\n$line-height-base: 1.5 !default;\r\n\r\n$h1-font-size: $font-size-base * 2.5 !default;\r\n$h2-font-size: $font-size-base * 2 !default;\r\n$h3-font-size: $font-size-base * 1.75 !default;\r\n$h4-font-size: $font-size-base * 1.5 !default;\r\n$h5-font-size: $font-size-base * 1.25 !default;\r\n$h6-font-size: $font-size-base !default;\r\n\r\n$headings-margin-bottom: $spacer / 2 !default;\r\n$headings-font-family: null !default;\r\n$headings-font-weight: 500 !default;\r\n$headings-line-height: 1.2 !default;\r\n$headings-color: null !default;\r\n\r\n$display1-size: 6rem !default;\r\n$display2-size: 5.5rem !default;\r\n$display3-size: 4.5rem !default;\r\n$display4-size: 3.5rem !default;\r\n\r\n$display1-weight: 300 !default;\r\n$display2-weight: 300 !default;\r\n$display3-weight: 300 !default;\r\n$display4-weight: 300 !default;\r\n$display-line-height: $headings-line-height !default;\r\n\r\n$lead-font-size: $font-size-base * 1.25 !default;\r\n$lead-font-weight: 300 !default;\r\n\r\n$small-font-size: 80% !default;\r\n\r\n$text-muted: $gray-600 !default;\r\n\r\n$blockquote-small-color: $gray-600 !default;\r\n$blockquote-small-font-size: $small-font-size !default;\r\n$blockquote-font-size: $font-size-base * 1.25 !default;\r\n\r\n$hr-border-color: rgba($black, .1) !default;\r\n$hr-border-width: $border-width !default;\r\n\r\n$mark-padding: .2em !default;\r\n\r\n$dt-font-weight: $font-weight-bold !default;\r\n\r\n$kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;\r\n$nested-kbd-font-weight: $font-weight-bold !default;\r\n\r\n$list-inline-padding: .5rem !default;\r\n\r\n$mark-bg: #fcf8e3 !default;\r\n\r\n$hr-margin-y: $spacer !default;\r\n\r\n\r\n// Tables\r\n//\r\n// Customizes the `.table` component with basic values, each used across all table variations.\r\n\r\n$table-cell-padding: .75rem !default;\r\n$table-cell-padding-sm: .3rem !default;\r\n\r\n$table-color: $body-color !default;\r\n$table-bg: null !default;\r\n$table-accent-bg: rgba($black, .05) !default;\r\n$table-hover-color: $table-color !default;\r\n$table-hover-bg: rgba($black, .075) !default;\r\n$table-active-bg: $table-hover-bg !default;\r\n\r\n$table-border-width: $border-width !default;\r\n$table-border-color: $border-color !default;\r\n\r\n$table-head-bg: $gray-200 !default;\r\n$table-head-color: $gray-700 !default;\r\n\r\n$table-dark-color: $white !default;\r\n$table-dark-bg: $gray-800 !default;\r\n$table-dark-accent-bg: rgba($white, .05) !default;\r\n$table-dark-hover-color: $table-dark-color !default;\r\n$table-dark-hover-bg: rgba($white, .075) !default;\r\n$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;\r\n$table-dark-color: $white !default;\r\n\r\n$table-striped-order: odd !default;\r\n\r\n$table-caption-color: $text-muted !default;\r\n\r\n$table-bg-level: -9 !default;\r\n$table-border-level: -6 !default;\r\n\r\n\r\n// Buttons + Forms\r\n//\r\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\r\n\r\n$input-btn-padding-y: .375rem !default;\r\n$input-btn-padding-x: .75rem !default;\r\n$input-btn-font-family: null !default;\r\n$input-btn-font-size: $font-size-base !default;\r\n$input-btn-line-height: $line-height-base !default;\r\n\r\n$input-btn-focus-width: .2rem !default;\r\n$input-btn-focus-color: rgba($component-active-bg, .25) !default;\r\n$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;\r\n\r\n$input-btn-padding-y-sm: .25rem !default;\r\n$input-btn-padding-x-sm: .5rem !default;\r\n$input-btn-font-size-sm: $font-size-sm !default;\r\n$input-btn-line-height-sm: $line-height-sm !default;\r\n\r\n$input-btn-padding-y-lg: .5rem !default;\r\n$input-btn-padding-x-lg: 1rem !default;\r\n$input-btn-font-size-lg: $font-size-lg !default;\r\n$input-btn-line-height-lg: $line-height-lg !default;\r\n\r\n$input-btn-border-width: $border-width !default;\r\n\r\n\r\n// Buttons\r\n//\r\n// For each of Bootstrap's buttons, define text, background, and border color.\r\n\r\n$btn-padding-y: $input-btn-padding-y !default;\r\n$btn-padding-x: $input-btn-padding-x !default;\r\n$btn-font-family: $input-btn-font-family !default;\r\n$btn-font-size: $input-btn-font-size !default;\r\n$btn-line-height: $input-btn-line-height !default;\r\n\r\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\r\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\r\n$btn-font-size-sm: $input-btn-font-size-sm !default;\r\n$btn-line-height-sm: $input-btn-line-height-sm !default;\r\n\r\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\r\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\r\n$btn-font-size-lg: $input-btn-font-size-lg !default;\r\n$btn-line-height-lg: $input-btn-line-height-lg !default;\r\n\r\n$btn-border-width: $input-btn-border-width !default;\r\n\r\n$btn-font-weight: $font-weight-normal !default;\r\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\r\n$btn-focus-width: $input-btn-focus-width !default;\r\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\r\n$btn-disabled-opacity: .65 !default;\r\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\r\n\r\n$btn-link-disabled-color: $gray-600 !default;\r\n\r\n$btn-block-spacing-y: .5rem !default;\r\n\r\n// Allows for customizing button radius independently from global border radius\r\n$btn-border-radius: $border-radius !default;\r\n$btn-border-radius-lg: $border-radius-lg !default;\r\n$btn-border-radius-sm: $border-radius-sm !default;\r\n\r\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\r\n\r\n\r\n// Forms\r\n\r\n$label-margin-bottom: .5rem !default;\r\n\r\n$input-padding-y: $input-btn-padding-y !default;\r\n$input-padding-x: $input-btn-padding-x !default;\r\n$input-font-family: $input-btn-font-family !default;\r\n$input-font-size: $input-btn-font-size !default;\r\n$input-font-weight: $font-weight-base !default;\r\n$input-line-height: $input-btn-line-height !default;\r\n\r\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\r\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\r\n$input-font-size-sm: $input-btn-font-size-sm !default;\r\n$input-line-height-sm: $input-btn-line-height-sm !default;\r\n\r\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\r\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\r\n$input-font-size-lg: $input-btn-font-size-lg !default;\r\n$input-line-height-lg: $input-btn-line-height-lg !default;\r\n\r\n$input-bg: $white !default;\r\n$input-disabled-bg: $gray-200 !default;\r\n\r\n$input-color: $gray-700 !default;\r\n$input-border-color: $gray-400 !default;\r\n$input-border-width: $input-btn-border-width !default;\r\n$input-box-shadow: inset 0 1px 1px rgba($black, .075) !default;\r\n\r\n$input-border-radius: $border-radius !default;\r\n$input-border-radius-lg: $border-radius-lg !default;\r\n$input-border-radius-sm: $border-radius-sm !default;\r\n\r\n$input-focus-bg: $input-bg !default;\r\n$input-focus-border-color: lighten($component-active-bg, 25%) !default;\r\n$input-focus-color: $input-color !default;\r\n$input-focus-width: $input-btn-focus-width !default;\r\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\r\n\r\n$input-placeholder-color: $gray-600 !default;\r\n$input-plaintext-color: $body-color !default;\r\n\r\n$input-height-border: $input-border-width * 2 !default;\r\n\r\n$input-height-inner: calc(#{$input-line-height * 1em} + #{$input-padding-y * 2}) !default;\r\n$input-height-inner-half: calc(#{$input-line-height * .5em} + #{$input-padding-y}) !default;\r\n$input-height-inner-quarter: calc(#{$input-line-height * .25em} + #{$input-padding-y / 2}) !default;\r\n\r\n$input-height: calc(#{$input-line-height * 1em} + #{$input-padding-y * 2} + #{$input-height-border}) !default;\r\n$input-height-sm: calc(#{$input-line-height-sm * 1em} + #{$input-btn-padding-y-sm * 2} + #{$input-height-border}) !default;\r\n$input-height-lg: calc(#{$input-line-height-lg * 1em} + #{$input-btn-padding-y-lg * 2} + #{$input-height-border}) !default;\r\n\r\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\r\n\r\n$form-text-margin-top: .25rem !default;\r\n\r\n$form-check-input-gutter: 1.25rem !default;\r\n$form-check-input-margin-y: .3rem !default;\r\n$form-check-input-margin-x: .25rem !default;\r\n\r\n$form-check-inline-margin-x: .75rem !default;\r\n$form-check-inline-input-margin-x: .3125rem !default;\r\n\r\n$form-grid-gutter-width: 10px !default;\r\n$form-group-margin-bottom: 1rem !default;\r\n\r\n$input-group-addon-color: $input-color !default;\r\n$input-group-addon-bg: $gray-200 !default;\r\n$input-group-addon-border-color: $input-border-color !default;\r\n\r\n$custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\r\n\r\n$custom-control-gutter: .5rem !default;\r\n$custom-control-spacer-x: 1rem !default;\r\n\r\n$custom-control-indicator-size: 1rem !default;\r\n$custom-control-indicator-bg: $input-bg !default;\r\n\r\n$custom-control-indicator-bg-size: 50% 50% !default;\r\n$custom-control-indicator-box-shadow: $input-box-shadow !default;\r\n$custom-control-indicator-border-color: $gray-500 !default;\r\n$custom-control-indicator-border-width: $input-border-width !default;\r\n\r\n$custom-control-indicator-disabled-bg: $input-disabled-bg !default;\r\n$custom-control-label-disabled-color: $gray-600 !default;\r\n\r\n$custom-control-indicator-checked-color: $component-active-color !default;\r\n$custom-control-indicator-checked-bg: $component-active-bg !default;\r\n$custom-control-indicator-checked-disabled-bg: rgba(theme-color(\"primary\"), .5) !default;\r\n$custom-control-indicator-checked-box-shadow: none !default;\r\n$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;\r\n\r\n$custom-control-indicator-focus-box-shadow: $input-focus-box-shadow !default;\r\n$custom-control-indicator-focus-border-color: $input-focus-border-color !default;\r\n\r\n$custom-control-indicator-active-color: $component-active-color !default;\r\n$custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default;\r\n$custom-control-indicator-active-box-shadow: none !default;\r\n$custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default;\r\n\r\n$custom-checkbox-indicator-border-radius: $border-radius !default;\r\n$custom-checkbox-indicator-icon-checked: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\r\n\r\n$custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;\r\n$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;\r\n$custom-checkbox-indicator-icon-indeterminate: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\r\n$custom-checkbox-indicator-indeterminate-box-shadow: none !default;\r\n$custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg !default;\r\n\r\n$custom-radio-indicator-border-radius: 50% !default;\r\n$custom-radio-indicator-icon-checked: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\r\n\r\n$custom-switch-width: $custom-control-indicator-size * 1.75 !default;\r\n$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;\r\n$custom-switch-indicator-size: calc(#{$custom-control-indicator-size} - #{$custom-control-indicator-border-width * 4}) !default;\r\n\r\n$custom-select-padding-y: $input-padding-y !default;\r\n$custom-select-padding-x: $input-padding-x !default;\r\n$custom-select-font-family: $input-font-family !default;\r\n$custom-select-font-size: $input-font-size !default;\r\n$custom-select-height: $input-height !default;\r\n$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\r\n$custom-select-font-weight: $input-font-weight !default;\r\n$custom-select-line-height: $input-line-height !default;\r\n$custom-select-color: $input-color !default;\r\n$custom-select-disabled-color: $gray-600 !default;\r\n$custom-select-bg: $input-bg !default;\r\n$custom-select-disabled-bg: $gray-200 !default;\r\n$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions\r\n$custom-select-indicator-color: $gray-800 !default;\r\n$custom-select-indicator: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\r\n$custom-select-background: $custom-select-indicator no-repeat right $custom-select-padding-x center / $custom-select-bg-size !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)\r\n\r\n$custom-select-feedback-icon-padding-right: calc((1em + #{2 * $custom-select-padding-y}) * 3 / 4 + #{$custom-select-padding-x + $custom-select-indicator-padding}) !default;\r\n$custom-select-feedback-icon-position: center right ($custom-select-padding-x + $custom-select-indicator-padding) !default;\r\n$custom-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\r\n\r\n$custom-select-border-width: $input-border-width !default;\r\n$custom-select-border-color: $input-border-color !default;\r\n$custom-select-border-radius: $border-radius !default;\r\n$custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default;\r\n\r\n$custom-select-focus-border-color: $input-focus-border-color !default;\r\n$custom-select-focus-width: $input-focus-width !default;\r\n$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width $input-btn-focus-color !default;\r\n\r\n$custom-select-padding-y-sm: $input-padding-y-sm !default;\r\n$custom-select-padding-x-sm: $input-padding-x-sm !default;\r\n$custom-select-font-size-sm: $input-font-size-sm !default;\r\n$custom-select-height-sm: $input-height-sm !default;\r\n\r\n$custom-select-padding-y-lg: $input-padding-y-lg !default;\r\n$custom-select-padding-x-lg: $input-padding-x-lg !default;\r\n$custom-select-font-size-lg: $input-font-size-lg !default;\r\n$custom-select-height-lg: $input-height-lg !default;\r\n\r\n$custom-range-track-width: 100% !default;\r\n$custom-range-track-height: .5rem !default;\r\n$custom-range-track-cursor: pointer !default;\r\n$custom-range-track-bg: $gray-300 !default;\r\n$custom-range-track-border-radius: 1rem !default;\r\n$custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;\r\n\r\n$custom-range-thumb-width: 1rem !default;\r\n$custom-range-thumb-height: $custom-range-thumb-width !default;\r\n$custom-range-thumb-bg: $component-active-bg !default;\r\n$custom-range-thumb-border: 0 !default;\r\n$custom-range-thumb-border-radius: 1rem !default;\r\n$custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\r\n$custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\r\n$custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge\r\n$custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;\r\n$custom-range-thumb-disabled-bg: $gray-500 !default;\r\n\r\n$custom-file-height: $input-height !default;\r\n$custom-file-height-inner: $input-height-inner !default;\r\n$custom-file-focus-border-color: $input-focus-border-color !default;\r\n$custom-file-focus-box-shadow: $input-focus-box-shadow !default;\r\n$custom-file-disabled-bg: $input-disabled-bg !default;\r\n\r\n$custom-file-padding-y: $input-padding-y !default;\r\n$custom-file-padding-x: $input-padding-x !default;\r\n$custom-file-line-height: $input-line-height !default;\r\n$custom-file-font-family: $input-font-family !default;\r\n$custom-file-font-weight: $input-font-weight !default;\r\n$custom-file-color: $input-color !default;\r\n$custom-file-bg: $input-bg !default;\r\n$custom-file-border-width: $input-border-width !default;\r\n$custom-file-border-color: $input-border-color !default;\r\n$custom-file-border-radius: $input-border-radius !default;\r\n$custom-file-box-shadow: $input-box-shadow !default;\r\n$custom-file-button-color: $custom-file-color !default;\r\n$custom-file-button-bg: $input-group-addon-bg !default;\r\n$custom-file-text: (\r\n en: \"Browse\"\r\n) !default;\r\n\r\n\r\n// Form validation\r\n\r\n$form-feedback-margin-top: $form-text-margin-top !default;\r\n$form-feedback-font-size: $small-font-size !default;\r\n$form-feedback-valid-color: theme-color(\"success\") !default;\r\n$form-feedback-invalid-color: theme-color(\"danger\") !default;\r\n\r\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\r\n$form-feedback-icon-valid: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\r\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\r\n$form-feedback-icon-invalid: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-feedback-icon-invalid-color}' viewBox='-2 -2 7 7'%3e%3cpath stroke='#{$form-feedback-icon-invalid-color}' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E\"), \"#\", \"%23\") !default;\r\n\r\n$form-validation-states: () !default;\r\n// stylelint-disable-next-line scss/dollar-variable-default\r\n$form-validation-states: map-merge(\r\n (\r\n \"valid\": (\r\n \"color\": $form-feedback-valid-color,\r\n \"icon\": $form-feedback-icon-valid\r\n ),\r\n \"invalid\": (\r\n \"color\": $form-feedback-invalid-color,\r\n \"icon\": $form-feedback-icon-invalid\r\n ),\r\n ),\r\n $form-validation-states\r\n);\r\n\r\n// Z-index master list\r\n//\r\n// Warning: Avoid customizing these values. They're used for a bird's eye view\r\n// of components dependent on the z-axis and are designed to all work together.\r\n\r\n$zindex-dropdown: 1000 !default;\r\n$zindex-sticky: 1020 !default;\r\n$zindex-fixed: 1030 !default;\r\n$zindex-modal-backdrop: 1040 !default;\r\n$zindex-modal: 1050 !default;\r\n$zindex-popover: 1060 !default;\r\n$zindex-tooltip: 1070 !default;\r\n\r\n\r\n// Navs\r\n\r\n$nav-link-padding-y: .5rem !default;\r\n$nav-link-padding-x: 1rem !default;\r\n$nav-link-disabled-color: $gray-600 !default;\r\n\r\n$nav-tabs-border-color: $gray-300 !default;\r\n$nav-tabs-border-width: $border-width !default;\r\n$nav-tabs-border-radius: $border-radius !default;\r\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\r\n$nav-tabs-link-active-color: $gray-700 !default;\r\n$nav-tabs-link-active-bg: $body-bg !default;\r\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\r\n\r\n$nav-pills-border-radius: $border-radius !default;\r\n$nav-pills-link-active-color: $component-active-color !default;\r\n$nav-pills-link-active-bg: $component-active-bg !default;\r\n\r\n$nav-divider-color: $gray-200 !default;\r\n$nav-divider-margin-y: $spacer / 2 !default;\r\n\r\n\r\n// Navbar\r\n\r\n$navbar-padding-y: $spacer / 2 !default;\r\n$navbar-padding-x: $spacer !default;\r\n\r\n$navbar-nav-link-padding-x: .5rem !default;\r\n\r\n$navbar-brand-font-size: $font-size-lg !default;\r\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\r\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\r\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\r\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;\r\n\r\n$navbar-toggler-padding-y: .25rem !default;\r\n$navbar-toggler-padding-x: .75rem !default;\r\n$navbar-toggler-font-size: $font-size-lg !default;\r\n$navbar-toggler-border-radius: $btn-border-radius !default;\r\n\r\n$navbar-dark-color: rgba($white, .5) !default;\r\n$navbar-dark-hover-color: rgba($white, .75) !default;\r\n$navbar-dark-active-color: $white !default;\r\n$navbar-dark-disabled-color: rgba($white, .25) !default;\r\n$navbar-dark-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\r\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\r\n\r\n$navbar-light-color: rgba($black, .5) !default;\r\n$navbar-light-hover-color: rgba($black, .7) !default;\r\n$navbar-light-active-color: rgba($black, .9) !default;\r\n$navbar-light-disabled-color: rgba($black, .3) !default;\r\n$navbar-light-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\r\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\r\n\r\n$navbar-light-brand-color: $navbar-light-active-color !default;\r\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\r\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\r\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\r\n\r\n\r\n// Dropdowns\r\n//\r\n// Dropdown menu container and contents.\r\n\r\n$dropdown-min-width: 10rem !default;\r\n$dropdown-padding-y: .5rem !default;\r\n$dropdown-spacer: .125rem !default;\r\n$dropdown-font-size: $font-size-base !default;\r\n$dropdown-color: $body-color !default;\r\n$dropdown-bg: $white !default;\r\n$dropdown-border-color: rgba($black, .15) !default;\r\n$dropdown-border-radius: $border-radius !default;\r\n$dropdown-border-width: $border-width !default;\r\n$dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}) !default;\r\n$dropdown-divider-bg: $gray-200 !default;\r\n$dropdown-divider-margin-y: $nav-divider-margin-y !default;\r\n$dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;\r\n\r\n$dropdown-link-color: $gray-900 !default;\r\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\r\n$dropdown-link-hover-bg: $gray-100 !default;\r\n\r\n$dropdown-link-active-color: $component-active-color !default;\r\n$dropdown-link-active-bg: $component-active-bg !default;\r\n\r\n$dropdown-link-disabled-color: $gray-600 !default;\r\n\r\n$dropdown-item-padding-y: .25rem !default;\r\n$dropdown-item-padding-x: 1.5rem !default;\r\n\r\n$dropdown-header-color: $gray-600 !default;\r\n\r\n\r\n// Pagination\r\n\r\n$pagination-padding-y: .5rem !default;\r\n$pagination-padding-x: .75rem !default;\r\n$pagination-padding-y-sm: .25rem !default;\r\n$pagination-padding-x-sm: .5rem !default;\r\n$pagination-padding-y-lg: .75rem !default;\r\n$pagination-padding-x-lg: 1.5rem !default;\r\n$pagination-line-height: 1.25 !default;\r\n\r\n$pagination-color: $link-color !default;\r\n$pagination-bg: $white !default;\r\n$pagination-border-width: $border-width !default;\r\n$pagination-border-color: $gray-300 !default;\r\n\r\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\r\n$pagination-focus-outline: 0 !default;\r\n\r\n$pagination-hover-color: $link-hover-color !default;\r\n$pagination-hover-bg: $gray-200 !default;\r\n$pagination-hover-border-color: $gray-300 !default;\r\n\r\n$pagination-active-color: $component-active-color !default;\r\n$pagination-active-bg: $component-active-bg !default;\r\n$pagination-active-border-color: $pagination-active-bg !default;\r\n\r\n$pagination-disabled-color: $gray-600 !default;\r\n$pagination-disabled-bg: $white !default;\r\n$pagination-disabled-border-color: $gray-300 !default;\r\n\r\n\r\n// Jumbotron\r\n\r\n$jumbotron-padding: 2rem !default;\r\n$jumbotron-color: null !default;\r\n$jumbotron-bg: $gray-200 !default;\r\n\r\n\r\n// Cards\r\n\r\n$card-spacer-y: .75rem !default;\r\n$card-spacer-x: 1.25rem !default;\r\n$card-border-width: $border-width !default;\r\n$card-border-radius: $border-radius !default;\r\n$card-border-color: rgba($black, .125) !default;\r\n$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;\r\n$card-cap-bg: rgba($black, .03) !default;\r\n$card-cap-color: null !default;\r\n$card-color: null !default;\r\n$card-bg: $white !default;\r\n\r\n$card-img-overlay-padding: 1.25rem !default;\r\n\r\n$card-group-margin: $grid-gutter-width / 2 !default;\r\n$card-deck-margin: $card-group-margin !default;\r\n\r\n$card-columns-count: 3 !default;\r\n$card-columns-gap: 1.25rem !default;\r\n$card-columns-margin: $card-spacer-y !default;\r\n\r\n\r\n// Tooltips\r\n\r\n$tooltip-font-size: $font-size-sm !default;\r\n$tooltip-max-width: 200px !default;\r\n$tooltip-color: $white !default;\r\n$tooltip-bg: $black !default;\r\n$tooltip-border-radius: $border-radius !default;\r\n$tooltip-opacity: .9 !default;\r\n$tooltip-padding-y: .25rem !default;\r\n$tooltip-padding-x: .5rem !default;\r\n$tooltip-margin: 0 !default;\r\n\r\n$tooltip-arrow-width: .8rem !default;\r\n$tooltip-arrow-height: .4rem !default;\r\n$tooltip-arrow-color: $tooltip-bg !default;\r\n\r\n// Form tooltips must come after regular tooltips\r\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\r\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\r\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\r\n$form-feedback-tooltip-line-height: $line-height-base !default;\r\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\r\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\r\n\r\n\r\n// Popovers\r\n\r\n$popover-font-size: $font-size-sm !default;\r\n$popover-bg: $white !default;\r\n$popover-max-width: 276px !default;\r\n$popover-border-width: $border-width !default;\r\n$popover-border-color: rgba($black, .2) !default;\r\n$popover-border-radius: $border-radius-lg !default;\r\n$popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default;\r\n\r\n$popover-header-bg: darken($popover-bg, 3%) !default;\r\n$popover-header-color: $headings-color !default;\r\n$popover-header-padding-y: .5rem !default;\r\n$popover-header-padding-x: .75rem !default;\r\n\r\n$popover-body-color: $body-color !default;\r\n$popover-body-padding-y: $popover-header-padding-y !default;\r\n$popover-body-padding-x: $popover-header-padding-x !default;\r\n\r\n$popover-arrow-width: 1rem !default;\r\n$popover-arrow-height: .5rem !default;\r\n$popover-arrow-color: $popover-bg !default;\r\n\r\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\r\n\r\n\r\n// Toasts\r\n\r\n$toast-max-width: 350px !default;\r\n$toast-padding-x: .75rem !default;\r\n$toast-padding-y: .25rem !default;\r\n$toast-font-size: .875rem !default;\r\n$toast-color: null !default;\r\n$toast-background-color: rgba($white, .85) !default;\r\n$toast-border-width: 1px !default;\r\n$toast-border-color: rgba(0, 0, 0, .1) !default;\r\n$toast-border-radius: .25rem !default;\r\n$toast-box-shadow: 0 .25rem .75rem rgba($black, .1) !default;\r\n\r\n$toast-header-color: $gray-600 !default;\r\n$toast-header-background-color: rgba($white, .85) !default;\r\n$toast-header-border-color: rgba(0, 0, 0, .05) !default;\r\n\r\n\r\n// Badges\r\n\r\n$badge-font-size: 75% !default;\r\n$badge-font-weight: $font-weight-bold !default;\r\n$badge-padding-y: .25em !default;\r\n$badge-padding-x: .4em !default;\r\n$badge-border-radius: $border-radius !default;\r\n\r\n$badge-transition: $btn-transition !default;\r\n$badge-focus-width: $input-btn-focus-width !default;\r\n\r\n$badge-pill-padding-x: .6em !default;\r\n// Use a higher than normal value to ensure completely rounded edges when\r\n// customizing padding or font-size on labels.\r\n$badge-pill-border-radius: 10rem !default;\r\n\r\n\r\n// Modals\r\n\r\n// Padding applied to the modal body\r\n$modal-inner-padding: 1rem !default;\r\n\r\n$modal-dialog-margin: .5rem !default;\r\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\r\n\r\n$modal-title-line-height: $line-height-base !default;\r\n\r\n$modal-content-color: null !default;\r\n$modal-content-bg: $white !default;\r\n$modal-content-border-color: rgba($black, .2) !default;\r\n$modal-content-border-width: $border-width !default;\r\n$modal-content-border-radius: $border-radius-lg !default;\r\n$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;\r\n$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;\r\n\r\n$modal-backdrop-bg: $black !default;\r\n$modal-backdrop-opacity: .5 !default;\r\n$modal-header-border-color: $border-color !default;\r\n$modal-footer-border-color: $modal-header-border-color !default;\r\n$modal-header-border-width: $modal-content-border-width !default;\r\n$modal-footer-border-width: $modal-header-border-width !default;\r\n$modal-header-padding-y: 1rem !default;\r\n$modal-header-padding-x: 1rem !default;\r\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\r\n\r\n$modal-xl: 1140px !default;\r\n$modal-lg: 800px !default;\r\n$modal-md: 500px !default;\r\n$modal-sm: 300px !default;\r\n\r\n$modal-fade-transform: translate(0, -50px) !default;\r\n$modal-show-transform: none !default;\r\n$modal-transition: transform .3s ease-out !default;\r\n\r\n\r\n// Alerts\r\n//\r\n// Define alert colors, border radius, and padding.\r\n\r\n$alert-padding-y: .75rem !default;\r\n$alert-padding-x: 1.25rem !default;\r\n$alert-margin-bottom: 1rem !default;\r\n$alert-border-radius: $border-radius !default;\r\n$alert-link-font-weight: $font-weight-bold !default;\r\n$alert-border-width: $border-width !default;\r\n\r\n$alert-bg-level: -10 !default;\r\n$alert-border-level: -9 !default;\r\n$alert-color-level: 6 !default;\r\n\r\n\r\n// Progress bars\r\n\r\n$progress-height: 1rem !default;\r\n$progress-font-size: $font-size-base * .75 !default;\r\n$progress-bg: $gray-200 !default;\r\n$progress-border-radius: $border-radius !default;\r\n$progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;\r\n$progress-bar-color: $white !default;\r\n$progress-bar-bg: theme-color(\"primary\") !default;\r\n$progress-bar-animation-timing: 1s linear infinite !default;\r\n$progress-bar-transition: width .6s ease !default;\r\n\r\n\r\n// List group\r\n\r\n$list-group-color: null !default;\r\n$list-group-bg: $white !default;\r\n$list-group-border-color: rgba($black, .125) !default;\r\n$list-group-border-width: $border-width !default;\r\n$list-group-border-radius: $border-radius !default;\r\n\r\n$list-group-item-padding-y: .75rem !default;\r\n$list-group-item-padding-x: 1.25rem !default;\r\n\r\n$list-group-hover-bg: $gray-100 !default;\r\n$list-group-active-color: $component-active-color !default;\r\n$list-group-active-bg: $component-active-bg !default;\r\n$list-group-active-border-color: $list-group-active-bg !default;\r\n\r\n$list-group-disabled-color: $gray-600 !default;\r\n$list-group-disabled-bg: $list-group-bg !default;\r\n\r\n$list-group-action-color: $gray-700 !default;\r\n$list-group-action-hover-color: $list-group-action-color !default;\r\n\r\n$list-group-action-active-color: $body-color !default;\r\n$list-group-action-active-bg: $gray-200 !default;\r\n\r\n\r\n// Image thumbnails\r\n\r\n$thumbnail-padding: .25rem !default;\r\n$thumbnail-bg: $body-bg !default;\r\n$thumbnail-border-width: $border-width !default;\r\n$thumbnail-border-color: $gray-300 !default;\r\n$thumbnail-border-radius: $border-radius !default;\r\n$thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;\r\n\r\n\r\n// Figures\r\n\r\n$figure-caption-font-size: 90% !default;\r\n$figure-caption-color: $gray-600 !default;\r\n\r\n\r\n// Breadcrumbs\r\n\r\n$breadcrumb-padding-y: .75rem !default;\r\n$breadcrumb-padding-x: 1rem !default;\r\n$breadcrumb-item-padding: .5rem !default;\r\n\r\n$breadcrumb-margin-bottom: 1rem !default;\r\n\r\n$breadcrumb-bg: $gray-200 !default;\r\n$breadcrumb-divider-color: $gray-600 !default;\r\n$breadcrumb-active-color: $gray-600 !default;\r\n$breadcrumb-divider: quote(\"/\") !default;\r\n\r\n$breadcrumb-border-radius: $border-radius !default;\r\n\r\n\r\n// Carousel\r\n\r\n$carousel-control-color: $white !default;\r\n$carousel-control-width: 15% !default;\r\n$carousel-control-opacity: .5 !default;\r\n$carousel-control-hover-opacity: .9 !default;\r\n$carousel-control-transition: opacity .15s ease !default;\r\n\r\n$carousel-indicator-width: 30px !default;\r\n$carousel-indicator-height: 3px !default;\r\n$carousel-indicator-hit-area-height: 10px !default;\r\n$carousel-indicator-spacer: 3px !default;\r\n$carousel-indicator-active-bg: $white !default;\r\n$carousel-indicator-transition: opacity .6s ease !default;\r\n\r\n$carousel-caption-width: 70% !default;\r\n$carousel-caption-color: $white !default;\r\n\r\n$carousel-control-icon-width: 20px !default;\r\n\r\n$carousel-control-prev-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\r\n$carousel-control-next-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\r\n\r\n$carousel-transition-duration: .6s !default;\r\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\r\n\r\n\r\n// Spinners\r\n\r\n$spinner-width: 2rem !default;\r\n$spinner-height: $spinner-width !default;\r\n$spinner-border-width: .25em !default;\r\n\r\n$spinner-width-sm: 1rem !default;\r\n$spinner-height-sm: $spinner-width-sm !default;\r\n$spinner-border-width-sm: .2em !default;\r\n\r\n\r\n// Close\r\n\r\n$close-font-size: $font-size-base * 1.5 !default;\r\n$close-font-weight: $font-weight-bold !default;\r\n$close-color: $black !default;\r\n$close-text-shadow: 0 1px 0 $white !default;\r\n\r\n\r\n// Code\r\n\r\n$code-font-size: 87.5% !default;\r\n$code-color: $pink !default;\r\n\r\n$kbd-padding-y: .2rem !default;\r\n$kbd-padding-x: .4rem !default;\r\n$kbd-font-size: $code-font-size !default;\r\n$kbd-color: $white !default;\r\n$kbd-bg: $gray-900 !default;\r\n\r\n$pre-color: $gray-900 !default;\r\n$pre-scrollable-max-height: 340px !default;\r\n\r\n\r\n// Utilities\r\n\r\n$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;\r\n$overflows: auto, hidden !default;\r\n$positions: static, relative, absolute, fixed, sticky !default;\r\n\r\n\r\n// Printing\r\n\r\n$print-page-size: a3 !default;\r\n$print-body-min-width: map-get($grid-breakpoints, \"lg\") !default;\r\n","// this file contains the configuration\r\n// for customizing bootstrap,\r\n// and other theme components\r\n\r\n@import \"scss/functions\";\r\n@import \"scss/mixins\";\r\n@import \"scss/variables\";\r\n\r\n\r\n// theme color\r\n$primary: #6E4FF6;\r\n$secondary: #1DC9B7;\r\n$success: #4caf50;\r\n$info: #36A3F7;\r\n$warning: #FFB822;\r\n$danger: #F4516C;\r\n$dark: #202428;\r\n$light: #ffffff;\r\n$light-gray: #9192a3;\r\n\r\n$theme-colors: ();\r\n\r\n\r\n// stylelint-disable\r\n$gray-100: #c9cfe4;\r\n$white: #ffffff;\r\n\r\n$text-light: #9299b8;\r\n$text-grey1: #5d658c;\r\n$text-grey2: #7a82a6;\r\n$footer-dark: #353b58;\r\n$title-color: #313342;\r\n$text-color: #6b6e8a;\r\n$text-color2: #6F7495;\r\n\r\n// other colors, these are the colors\r\n// that has been used in different part of ui exceptionally\r\n\r\n$other-colors: (\r\n \"footer-dark\": $footer-dark\r\n);\r\n\r\n// border color\r\n$border-light: #e9ebf4;\r\n$border-color: #ebedf2;\r\n\r\n//social colors\r\n$facebook: #3b5998;\r\n$twitter: #55acee;\r\n$pinterest: #bd081c;\r\n$gplus: #dc4e41;\r\n$linkedin: #0077b5;\r\n$tumblr: #35465c;\r\n$vk: #4A76A8;\r\n\r\n$social-colors: ();\r\n\r\n// stylelint disabled\r\n$social-colors: map-merge(\r\n (\r\n \"facebook\": $facebook,\r\n \"twitter\": $twitter,\r\n \"pinterest\": $pinterest,\r\n \"gplus\": $gplus,\r\n \"linkedin\": $linkedin,\r\n \"tumblr\": $tumblr,\r\n \"vk\": $vk\r\n ),\r\n $social-colors\r\n);\r\n\r\n\r\n// stylelint-disable-next-line scss/dollar-variable-default\r\n$spacers: map-merge(\r\n (\r\n 0: 0,\r\n 1: ($spacer * .25),\r\n 2: ($spacer * .5),\r\n 3: $spacer,\r\n 4: ($spacer * 1.5),\r\n 5: ($spacer * 3),\r\n 10:($spacer * .625),\r\n 15:($spacer * .9375),\r\n 20:($spacer * 1.25),\r\n 25:($spacer * 1.5625),\r\n 30:($spacer * 1.875),\r\n 35:($spacer * 2.18753),\r\n 40:($spacer * 2.5),\r\n 45:($spacer * 2.8125),\r\n 50:($spacer * 3.125)\r\n ),\r\n $spacers\r\n);\r\n\r\n\r\n// global setting override\r\n$enable-caret: false;\r\n$enable-shadows: true;\r\n\r\n// shadows\r\n$box-shadow-color: #9299b8;\r\n$box-shadow: 0 0.67rem 0.67rem rgba($box-shadow-color, .08);\r\n$box-shadow-lg: 0 0.67remt 0.67rem rgba($box-shadow-color, .10);\r\n$box-shadow-lg2: 0 8px 10px rgba($primary, .08);\r\n\r\n// font\r\n$font-size-base: 1rem;\r\n$font-family-base: \"Work Sans\", sans-serif;\r\n\r\n// display text\r\n$display1-size: 4rem; //60px\r\n$display2-size: 3.6rem; //54px\r\n$display3-size: 3.2rem; //48px\r\n$display4-size: 2.8rem; //42px\r\n$display1-weight: 500;\r\n$display2-weight: 500;\r\n$display3-weight: 500;\r\n$display4-weight: 500;\r\n\r\n\r\n// btn\r\n$btn-font-weight: 600;\r\n$btn-font-size: 0.933rem;\r\n$btn-font-size-lg: 1.133rem;\r\n\r\n$btn-padding-x: 1.33rem;\r\n$btn-padding-x-sm: 1rem;\r\n$btn-padding-x-lg: 2.33rem;\r\n$btn-padding-y: 0;\r\n$btn-padding-y-sm: 0;\r\n$btn-padding-y-lg: 0;\r\n\r\n$btn-line-height: 2.875rem;\r\n$btn-line-height-lg: 3.5rem;\r\n$btn-line-height-md: 3.125rem;\r\n$btn-line-height-sm: 2.375rem;\r\n$btn-line-height-xs: 2.125rem;\r\n\r\n$btn-box-shadow: none;\r\n\r\n\r\n\r\n// leading text\r\n$lead-font-size: ($font-size-base * 1.33);\r\n$lead-font-weight: 400;\r\n$lead-medium-font-size: ($font-size-base * 1.6);\r\n$lead-medium-font-weight: 500;\r\n\r\n// link\r\n$link-color: $primary;\r\n$link-hover-decoration: none;\r\n\r\n// navbar\r\n$navbar-padding-y: 1.3rem;\r\n\r\n//light\r\n$navbar-light-color: #202428;\r\n$navbar-light-hover-color: $primary;\r\n$navbar-light-active-color: $primary;\r\n\r\n// dark\r\n$navbar-dark-color: rgba($white, .7);\r\n$navbar-dark-hover-color: $white;\r\n\r\n// section bg\r\n$section-bg2: #f1f3f8;\r\n$section-bg: #eff1f5;\r\n$bgcolor: #f1f2f7;\r\n$bgcolor2: #f6f7fb;\r\n$bgcolor3: #f0f1f5;\r\n$dark-bg: #2c333e;\r\n\r\n//breadcrumb\r\n$breadcrumb-area-bg: $section-bg;\r\n$breadcrumb-padding-y: 0;\r\n$breadcrumb-padding-x: 0;\r\n$breadcrumb-item-padding: 0.5rem;\r\n$breadcrumb-margin-bottom: 0;\r\n$breadcrumb-bg: none;\r\n$breadcrumb-divider-color: $light;\r\n$breadcrumb-active-color: $gray-100;\r\n$breadcrumb-divider: quote(\"\\f112\");\r\n\r\n// Cards\r\n$card-border-color: $border-color;\r\n$card-cap-bg: #fff;\r\n$card-spacer-x: 2.66rem;\r\n\r\n//Pagination\r\n$pagination-padding-y: .8rem;\r\n$pagination-padding-x: 1rem;\r\n$pagination-hover-color: $secondary;\r\n$pagination-hover-bg: none;\r\n$pagination-hover-border-color: inherit;\r\n$pagination-active-bg: $secondary;\r\n$pagination-active-border-color: $secondary;\r\n$pagination-disabled-border-color: $border-color;\r\n\r\n//Headings Font Sizes\r\n$h1-font-size: 2.4rem; //36px\r\n$h2-font-size: 2rem; //30px\r\n$h3-font-size: 1.6rem; //24px\r\n$h4-font-size: 1.33rem; //20px\r\n$h5-font-size: 1.2rem; //18px\r\n$h6-font-size: 1.1rem; //16px\r\n$headings-margin-bottom: 0;\r\n$headings-color: $title-color;\r\n$headings-font-weight: 500;\r\n\r\n// alerts\r\n$alert-bg-level: -10;\r\n$alert-border-level: -9;\r\n$alert-color-level: 0;\r\n$alert-padding-y: 1.6rem;\r\n$alert-padding-x: 2rem;\r\n$alert-margin-bottom: 1.33rem;\r\n\r\n//progress bars\r\n$progress-height: 0.54rem;\r\n$border-radius: 0.1875rem;\r\n$btn-border-radius: $border-radius;\r\n\r\n//form elements\r\n$input-height: 3.2rem;\r\n$input-height-lg: 3.47rem;\r\n$input-height-sm: 2.8rem;\r\n$input-padding-x: 1.2rem;\r\n$form-text-margin-top: .66rem;\r\n$input-border-radius: $border-radius-sm;\r\n$input-border-color: $border-color;\r\n\r\n// tabs\r\n$nav-tabs-border-radius: 0;\r\n$nav-tabs-link-active-color: $secondary;\r\n$nav-tabs-link-active-bg: $light;\r\n\r\n$nav-pills-border-radius: 13.33rem;\r\n$nav-pills-link-active-color: $component-active-color;\r\n$nav-pills-link-active-bg: $primary;\r\n\r\n//transition\r\n$transition-base: all .3s ease;\r\n\r\n//hr\r\n$hr-margin-y: 4.67rem;\r\n$hr-border-color: $border-light;\r\n\r\n//badges\r\n$badge-padding-y: 0.3rem;\r\n$badge-padding-x: 0.66rem;\r\n$badge-font-size: 0.7rem;\r\n$badge-font-weight: 600;\r\n$badge-border-radius: 0.133rem;\r\n$badge-pill-padding-x: 0.86rem;\r\n\r\n//modal\r\n$modal-md: 420px;\r\n\r\n//body\r\n$body-color: $text-color2;\r\n\r\n//Progress\r\n$progress-height: 8px;\r\n$progress-border-radius: 200px;\r\n$progress-bar-bg: $secondary;\r\n\r\n//blockquote\r\n$blockquote-font-size: 20px;\r\n\r\n\r\n@import \"scss/variables\";\r\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\r\n\r\n// SCSS RFS mixin\r\n//\r\n// Automated font-resizing\r\n//\r\n// See https://github.com/twbs/rfs\r\n\r\n// Configuration\r\n\r\n// Base font size\r\n$rfs-base-font-size: 1.25rem !default;\r\n$rfs-font-size-unit: rem !default;\r\n\r\n// Breakpoint at where font-size starts decreasing if screen width is smaller\r\n$rfs-breakpoint: 1200px !default;\r\n$rfs-breakpoint-unit: px !default;\r\n\r\n// Resize font-size based on screen height and width\r\n$rfs-two-dimensional: false !default;\r\n\r\n// Factor of decrease\r\n$rfs-factor: 10 !default;\r\n\r\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\r\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\r\n}\r\n\r\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\r\n$rfs-class: false !default;\r\n\r\n// 1 rem = $rfs-rem-value px\r\n$rfs-rem-value: 16 !default;\r\n\r\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\r\n$rfs-safari-iframe-resize-bug-fix: false !default;\r\n\r\n// Disable RFS by setting $enable-responsive-font-sizes to false\r\n$enable-responsive-font-sizes: true !default;\r\n\r\n// Cache $rfs-base-font-size unit\r\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\r\n\r\n// Remove px-unit from $rfs-base-font-size for calculations\r\n@if $rfs-base-font-size-unit == \"px\" {\r\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\r\n}\r\n@else if $rfs-base-font-size-unit == \"rem\" {\r\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\r\n}\r\n\r\n// Cache $rfs-breakpoint unit to prevent multiple calls\r\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\r\n\r\n// Remove unit from $rfs-breakpoint for calculations\r\n@if $rfs-breakpoint-unit-cache == \"px\" {\r\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\r\n}\r\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\r\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\r\n}\r\n\r\n// Responsive font-size mixin\r\n@mixin rfs($fs, $important: false) {\r\n // Cache $fs unit\r\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\r\n\r\n // Add !important suffix if needed\r\n $rfs-suffix: if($important, \" !important\", \"\");\r\n\r\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\r\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\r\n font-size: #{$fs}#{$rfs-suffix};\r\n }\r\n @else {\r\n // Variables for storing static and fluid rescaling\r\n $rfs-static: null;\r\n $rfs-fluid: null;\r\n\r\n // Remove px-unit from $fs for calculations\r\n @if $fs-unit == \"px\" {\r\n $fs: $fs / ($fs * 0 + 1);\r\n }\r\n @else if $fs-unit == \"rem\" {\r\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\r\n }\r\n\r\n // Set default font-size\r\n @if $rfs-font-size-unit == rem {\r\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\r\n }\r\n @else if $rfs-font-size-unit == px {\r\n $rfs-static: #{$fs}px#{$rfs-suffix};\r\n }\r\n @else {\r\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\r\n }\r\n\r\n // Only add media query if font-size is bigger as the minimum font-size\r\n // If $rfs-factor == 1, no rescaling will take place\r\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\r\n $min-width: null;\r\n $variable-unit: null;\r\n\r\n // Calculate minimum font-size for given font-size\r\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\r\n\r\n // Calculate difference between given font-size and minimum font-size for given font-size\r\n $fs-diff: $fs - $fs-min;\r\n\r\n // Base font-size formatting\r\n // No need to check if the unit is valid, because we did that before\r\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\r\n\r\n // If two-dimensional, use smallest of screen width and height\r\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\r\n\r\n // Calculate the variable width between 0 and $rfs-breakpoint\r\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\r\n\r\n // Set the calculated font-size.\r\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\r\n }\r\n\r\n // Rendering\r\n @if $rfs-fluid == null {\r\n // Only render static font-size if no fluid font-size is available\r\n font-size: $rfs-static;\r\n }\r\n @else {\r\n $mq-value: null;\r\n\r\n // RFS breakpoint formatting\r\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\r\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\r\n }\r\n @else if $rfs-breakpoint-unit == px {\r\n $mq-value: #{$rfs-breakpoint}px;\r\n }\r\n @else {\r\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\r\n }\r\n\r\n @if $rfs-class == \"disable\" {\r\n // Adding an extra class increases specificity,\r\n // which prevents the media query to override the font size\r\n &,\r\n .disable-responsive-font-size &,\r\n &.disable-responsive-font-size {\r\n font-size: $rfs-static;\r\n }\r\n }\r\n @else {\r\n font-size: $rfs-static;\r\n }\r\n\r\n @if $rfs-two-dimensional {\r\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\r\n @if $rfs-class == \"enable\" {\r\n .enable-responsive-font-size &,\r\n &.enable-responsive-font-size {\r\n font-size: $rfs-fluid;\r\n }\r\n }\r\n @else {\r\n font-size: $rfs-fluid;\r\n }\r\n\r\n @if $rfs-safari-iframe-resize-bug-fix {\r\n // stylelint-disable-next-line length-zero-no-unit\r\n min-width: 0vw;\r\n }\r\n }\r\n }\r\n @else {\r\n @media (max-width: #{$mq-value}) {\r\n @if $rfs-class == \"enable\" {\r\n .enable-responsive-font-size &,\r\n &.enable-responsive-font-size {\r\n font-size: $rfs-fluid;\r\n }\r\n }\r\n @else {\r\n font-size: $rfs-fluid;\r\n }\r\n\r\n @if $rfs-safari-iframe-resize-bug-fix {\r\n // stylelint-disable-next-line length-zero-no-unit\r\n min-width: 0vw;\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n\r\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\r\n@mixin font-size($fs, $important: false) {\r\n @include rfs($fs, $important);\r\n}\r\n\r\n@mixin responsive-font-size($fs, $important: false) {\r\n @include rfs($fs, $important);\r\n}\r\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\r\n//\r\n// Originally added during our alphas and maintained during betas, this mixin was\r\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\r\n// would persist after initial touch.\r\n//\r\n// For backward compatibility, we've kept these mixins and updated them to\r\n// always return their regular pseudo-classes instead of a shimmed media query.\r\n//\r\n// Issue: https://github.com/twbs/bootstrap/issues/25195\r\n\r\n@mixin hover {\r\n &:hover { @content; }\r\n}\r\n\r\n@mixin hover-focus {\r\n &:hover,\r\n &:focus {\r\n @content;\r\n }\r\n}\r\n\r\n@mixin plain-hover-focus {\r\n &,\r\n &:hover,\r\n &:focus {\r\n @content;\r\n }\r\n}\r\n\r\n@mixin hover-focus-active {\r\n &:hover,\r\n &:focus,\r\n &:active {\r\n @content;\r\n }\r\n}\r\n","// stylelint-disable declaration-no-important, selector-list-comma-newline-after\r\n\r\n//\r\n// Headings\r\n//\r\n\r\nh1, h2, h3, h4, h5, h6,\r\n.h1, .h2, .h3, .h4, .h5, .h6 {\r\n margin-bottom: $headings-margin-bottom;\r\n font-family: $headings-font-family;\r\n font-weight: $headings-font-weight;\r\n line-height: $headings-line-height;\r\n color: $headings-color;\r\n}\r\n\r\nh1, .h1 { @include font-size($h1-font-size); }\r\nh2, .h2 { @include font-size($h2-font-size); }\r\nh3, .h3 { @include font-size($h3-font-size); }\r\nh4, .h4 { @include font-size($h4-font-size); }\r\nh5, .h5 { @include font-size($h5-font-size); }\r\nh6, .h6 { @include font-size($h6-font-size); }\r\n\r\n.lead {\r\n @include font-size($lead-font-size);\r\n font-weight: $lead-font-weight;\r\n}\r\n\r\n// Type display classes\r\n.display-1 {\r\n @include font-size($display1-size);\r\n font-weight: $display1-weight;\r\n line-height: $display-line-height;\r\n}\r\n.display-2 {\r\n @include font-size($display2-size);\r\n font-weight: $display2-weight;\r\n line-height: $display-line-height;\r\n}\r\n.display-3 {\r\n @include font-size($display3-size);\r\n font-weight: $display3-weight;\r\n line-height: $display-line-height;\r\n}\r\n.display-4 {\r\n @include font-size($display4-size);\r\n font-weight: $display4-weight;\r\n line-height: $display-line-height;\r\n}\r\n\r\n\r\n//\r\n// Horizontal rules\r\n//\r\n\r\nhr {\r\n margin-top: $hr-margin-y;\r\n margin-bottom: $hr-margin-y;\r\n border: 0;\r\n border-top: $hr-border-width solid $hr-border-color;\r\n}\r\n\r\n\r\n//\r\n// Emphasis\r\n//\r\n\r\nsmall,\r\n.small {\r\n @include font-size($small-font-size);\r\n font-weight: $font-weight-normal;\r\n}\r\n\r\nmark,\r\n.mark {\r\n padding: $mark-padding;\r\n background-color: $mark-bg;\r\n}\r\n\r\n\r\n//\r\n// Lists\r\n//\r\n\r\n.list-unstyled {\r\n @include list-unstyled;\r\n}\r\n\r\n// Inline turns list items into inline-block\r\n.list-inline {\r\n @include list-unstyled;\r\n}\r\n.list-inline-item {\r\n display: inline-block;\r\n\r\n &:not(:last-child) {\r\n margin-right: $list-inline-padding;\r\n }\r\n}\r\n\r\n\r\n//\r\n// Misc\r\n//\r\n\r\n// Builds on `abbr`\r\n.initialism {\r\n @include font-size(90%);\r\n text-transform: uppercase;\r\n}\r\n\r\n// Blockquotes\r\n.blockquote {\r\n margin-bottom: $spacer;\r\n @include font-size($blockquote-font-size);\r\n}\r\n\r\n.blockquote-footer {\r\n display: block;\r\n @include font-size($blockquote-small-font-size);\r\n color: $blockquote-small-color;\r\n\r\n &::before {\r\n content: \"\\2014\\00A0\"; // em dash, nbsp\r\n }\r\n}\r\n","// Lists\r\n\r\n// Unstyled keeps list items block level, just removes default browser padding and list-style\r\n@mixin list-unstyled {\r\n padding-left: 0;\r\n list-style: none;\r\n}\r\n","// Responsive images (ensure images don't scale beyond their parents)\r\n//\r\n// This is purposefully opt-in via an explicit class rather than being the default for all ``s.\r\n// We previously tried the \"images are responsive by default\" approach in Bootstrap v2,\r\n// and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)\r\n// which weren't expecting the images within themselves to be involuntarily resized.\r\n// See also https://github.com/twbs/bootstrap/issues/18178\r\n.img-fluid {\r\n @include img-fluid;\r\n}\r\n\r\n\r\n// Image thumbnails\r\n.img-thumbnail {\r\n padding: $thumbnail-padding;\r\n background-color: $thumbnail-bg;\r\n border: $thumbnail-border-width solid $thumbnail-border-color;\r\n @include border-radius($thumbnail-border-radius);\r\n @include box-shadow($thumbnail-box-shadow);\r\n\r\n // Keep them at most 100% wide\r\n @include img-fluid;\r\n}\r\n\r\n//\r\n// Figures\r\n//\r\n\r\n.figure {\r\n // Ensures the caption's text aligns with the image.\r\n display: inline-block;\r\n}\r\n\r\n.figure-img {\r\n margin-bottom: $spacer / 2;\r\n line-height: 1;\r\n}\r\n\r\n.figure-caption {\r\n @include font-size($figure-caption-font-size);\r\n color: $figure-caption-color;\r\n}\r\n","// Image Mixins\r\n// - Responsive image\r\n// - Retina image\r\n\r\n\r\n// Responsive image\r\n//\r\n// Keep images from scaling beyond the width of their parents.\r\n\r\n@mixin img-fluid {\r\n // Part 1: Set a maximum relative to the parent\r\n max-width: 100%;\r\n // Part 2: Override the height to auto, otherwise images will be stretched\r\n // when setting a width and height attribute on the img element.\r\n height: auto;\r\n}\r\n\r\n\r\n// Retina image\r\n//\r\n// Short retina mixin for setting background-image and -size.\r\n\r\n@mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {\r\n background-image: url($file-1x);\r\n\r\n // Autoprefixer takes care of adding -webkit-min-device-pixel-ratio and -o-min-device-pixel-ratio,\r\n // but doesn't convert dppx=>dpi.\r\n // There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.\r\n // Compatibility info: https://caniuse.com/#feat=css-media-resolution\r\n @media only screen and (min-resolution: 192dpi), // IE9-11 don't support dppx\r\n only screen and (min-resolution: 2dppx) { // Standardized\r\n background-image: url($file-2x);\r\n background-size: $width-1x $height-1x;\r\n }\r\n @include deprecate(\"`img-retina()`\", \"v4.3.0\", \"v5\");\r\n}\r\n","// stylelint-disable property-blacklist\r\n// Single side border-radius\r\n\r\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\r\n @if $enable-rounded {\r\n border-radius: $radius;\r\n }\r\n @else if $fallback-border-radius != false {\r\n border-radius: $fallback-border-radius;\r\n }\r\n}\r\n\r\n@mixin border-top-radius($radius) {\r\n @if $enable-rounded {\r\n border-top-left-radius: $radius;\r\n border-top-right-radius: $radius;\r\n }\r\n}\r\n\r\n@mixin border-right-radius($radius) {\r\n @if $enable-rounded {\r\n border-top-right-radius: $radius;\r\n border-bottom-right-radius: $radius;\r\n }\r\n}\r\n\r\n@mixin border-bottom-radius($radius) {\r\n @if $enable-rounded {\r\n border-bottom-right-radius: $radius;\r\n border-bottom-left-radius: $radius;\r\n }\r\n}\r\n\r\n@mixin border-left-radius($radius) {\r\n @if $enable-rounded {\r\n border-top-left-radius: $radius;\r\n border-bottom-left-radius: $radius;\r\n }\r\n}\r\n\r\n@mixin border-top-left-radius($radius) {\r\n @if $enable-rounded {\r\n border-top-left-radius: $radius;\r\n }\r\n}\r\n\r\n@mixin border-top-right-radius($radius) {\r\n @if $enable-rounded {\r\n border-top-right-radius: $radius;\r\n }\r\n}\r\n\r\n@mixin border-bottom-right-radius($radius) {\r\n @if $enable-rounded {\r\n border-bottom-right-radius: $radius;\r\n }\r\n}\r\n\r\n@mixin border-bottom-left-radius($radius) {\r\n @if $enable-rounded {\r\n border-bottom-left-radius: $radius;\r\n }\r\n}\r\n","@mixin box-shadow($shadow...) {\r\n @if $enable-shadows {\r\n $result: ();\r\n\r\n @if (length($shadow) == 1) {\r\n // We can pass `@include box-shadow(none);`\r\n $result: $shadow;\r\n } @else {\r\n // Filter to avoid invalid properties for example `box-shadow: none, 1px 1px black;`\r\n @for $i from 1 through length($shadow) {\r\n @if nth($shadow, $i) != \"none\" {\r\n $result: append($result, nth($shadow, $i), \"comma\");\r\n }\r\n }\r\n }\r\n @if (length($result) > 0) {\r\n box-shadow: $result;\r\n }\r\n }\r\n}\r\n","// Inline code\r\ncode {\r\n @include font-size($code-font-size);\r\n color: $code-color;\r\n word-break: break-word;\r\n\r\n // Streamline the style when inside anchors to avoid broken underline and more\r\n a > & {\r\n color: inherit;\r\n }\r\n}\r\n\r\n// User input typically entered via keyboard\r\nkbd {\r\n padding: $kbd-padding-y $kbd-padding-x;\r\n @include font-size($kbd-font-size);\r\n color: $kbd-color;\r\n background-color: $kbd-bg;\r\n @include border-radius($border-radius-sm);\r\n @include box-shadow($kbd-box-shadow);\r\n\r\n kbd {\r\n padding: 0;\r\n @include font-size(100%);\r\n font-weight: $nested-kbd-font-weight;\r\n @include box-shadow(none);\r\n }\r\n}\r\n\r\n// Blocks of code\r\npre {\r\n display: block;\r\n @include font-size($code-font-size);\r\n color: $pre-color;\r\n\r\n // Account for some code outputs that place code tags in pre tags\r\n code {\r\n @include font-size(inherit);\r\n color: inherit;\r\n word-break: normal;\r\n }\r\n}\r\n\r\n// Enable scrollable blocks of code\r\n.pre-scrollable {\r\n max-height: $pre-scrollable-max-height;\r\n overflow-y: scroll;\r\n}\r\n","// Container widths\r\n//\r\n// Set the container width, and override it for fixed navbars in media queries.\r\n\r\n@if $enable-grid-classes {\r\n .container {\r\n @include make-container();\r\n @include make-container-max-widths();\r\n }\r\n}\r\n\r\n// Fluid container\r\n//\r\n// Utilizes the mixin meant for fixed width containers, but with 100% width for\r\n// fluid, full width layouts.\r\n\r\n@if $enable-grid-classes {\r\n .container-fluid {\r\n @include make-container();\r\n }\r\n}\r\n\r\n// Row\r\n//\r\n// Rows contain and clear the floats of your columns.\r\n\r\n@if $enable-grid-classes {\r\n .row {\r\n @include make-row();\r\n }\r\n\r\n // Remove the negative margin from default .row, then the horizontal padding\r\n // from all immediate children columns (to prevent runaway style inheritance).\r\n .no-gutters {\r\n margin-right: 0;\r\n margin-left: 0;\r\n\r\n > .col,\r\n > [class*=\"col-\"] {\r\n padding-right: 0;\r\n padding-left: 0;\r\n }\r\n }\r\n}\r\n\r\n// Columns\r\n//\r\n// Common styles for small and large grid columns\r\n\r\n@if $enable-grid-classes {\r\n @include make-grid-columns();\r\n}\r\n","/// Grid system\r\n//\r\n// Generate semantic grid columns with these mixins.\r\n\r\n@mixin make-container($gutter: $grid-gutter-width) {\r\n width: 100%;\r\n padding-right: $gutter / 2;\r\n padding-left: $gutter / 2;\r\n margin-right: auto;\r\n margin-left: auto;\r\n}\r\n\r\n\r\n// For each breakpoint, define the maximum width of the container in a media query\r\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\r\n @each $breakpoint, $container-max-width in $max-widths {\r\n @include media-breakpoint-up($breakpoint, $breakpoints) {\r\n max-width: $container-max-width;\r\n }\r\n }\r\n}\r\n\r\n@mixin make-row($gutter: $grid-gutter-width) {\r\n display: flex;\r\n flex-wrap: wrap;\r\n margin-right: -$gutter / 2;\r\n margin-left: -$gutter / 2;\r\n}\r\n\r\n@mixin make-col-ready($gutter: $grid-gutter-width) {\r\n position: relative;\r\n // Prevent columns from becoming too narrow when at smaller grid tiers by\r\n // always setting `width: 100%;`. This works because we use `flex` values\r\n // later on to override this initial width.\r\n width: 100%;\r\n padding-right: $gutter / 2;\r\n padding-left: $gutter / 2;\r\n}\r\n\r\n@mixin make-col($size, $columns: $grid-columns) {\r\n flex: 0 0 percentage($size / $columns);\r\n // Add a `max-width` to ensure content within each column does not blow out\r\n // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari\r\n // do not appear to require this.\r\n max-width: percentage($size / $columns);\r\n}\r\n\r\n@mixin make-col-offset($size, $columns: $grid-columns) {\r\n $num: $size / $columns;\r\n margin-left: if($num == 0, 0, percentage($num));\r\n}\r\n","// Breakpoint viewport sizes and media queries.\r\n//\r\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\r\n//\r\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\r\n//\r\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\r\n\r\n// Name of the next breakpoint, or null for the last breakpoint.\r\n//\r\n// >> breakpoint-next(sm)\r\n// md\r\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\r\n// md\r\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\r\n// md\r\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\r\n $n: index($breakpoint-names, $name);\r\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\r\n}\r\n\r\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\r\n//\r\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\r\n// 576px\r\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\r\n $min: map-get($breakpoints, $name);\r\n @return if($min != 0, $min, null);\r\n}\r\n\r\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\r\n// The maximum value is calculated as the minimum of the next one less 0.02px\r\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\r\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\r\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\r\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\r\n//\r\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\r\n// 767.98px\r\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\r\n $next: breakpoint-next($name, $breakpoints);\r\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\r\n}\r\n\r\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\r\n// Useful for making responsive utilities.\r\n//\r\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\r\n// \"\" (Returns a blank string)\r\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\r\n// \"-sm\"\r\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\r\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\r\n}\r\n\r\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\r\n// Makes the @content apply to the given breakpoint and wider.\r\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\r\n $min: breakpoint-min($name, $breakpoints);\r\n @if $min {\r\n @media (min-width: $min) {\r\n @content;\r\n }\r\n } @else {\r\n @content;\r\n }\r\n}\r\n\r\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\r\n// Makes the @content apply to the given breakpoint and narrower.\r\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\r\n $max: breakpoint-max($name, $breakpoints);\r\n @if $max {\r\n @media (max-width: $max) {\r\n @content;\r\n }\r\n } @else {\r\n @content;\r\n }\r\n}\r\n\r\n// Media that spans multiple breakpoint widths.\r\n// Makes the @content apply between the min and max breakpoints\r\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\r\n $min: breakpoint-min($lower, $breakpoints);\r\n $max: breakpoint-max($upper, $breakpoints);\r\n\r\n @if $min != null and $max != null {\r\n @media (min-width: $min) and (max-width: $max) {\r\n @content;\r\n }\r\n } @else if $max == null {\r\n @include media-breakpoint-up($lower, $breakpoints) {\r\n @content;\r\n }\r\n } @else if $min == null {\r\n @include media-breakpoint-down($upper, $breakpoints) {\r\n @content;\r\n }\r\n }\r\n}\r\n\r\n// Media between the breakpoint's minimum and maximum widths.\r\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\r\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\r\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\r\n $min: breakpoint-min($name, $breakpoints);\r\n $max: breakpoint-max($name, $breakpoints);\r\n\r\n @if $min != null and $max != null {\r\n @media (min-width: $min) and (max-width: $max) {\r\n @content;\r\n }\r\n } @else if $max == null {\r\n @include media-breakpoint-up($name, $breakpoints) {\r\n @content;\r\n }\r\n } @else if $min == null {\r\n @include media-breakpoint-down($name, $breakpoints) {\r\n @content;\r\n }\r\n }\r\n}\r\n","// Framework grid generation\r\n//\r\n// Used only by Bootstrap to generate the correct number of grid classes given\r\n// any value of `$grid-columns`.\r\n\r\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\r\n // Common properties for all breakpoints\r\n %grid-column {\r\n position: relative;\r\n width: 100%;\r\n padding-right: $gutter / 2;\r\n padding-left: $gutter / 2;\r\n }\r\n\r\n @each $breakpoint in map-keys($breakpoints) {\r\n $infix: breakpoint-infix($breakpoint, $breakpoints);\r\n\r\n // Allow columns to stretch full width below their breakpoints\r\n @for $i from 1 through $columns {\r\n .col#{$infix}-#{$i} {\r\n @extend %grid-column;\r\n }\r\n }\r\n .col#{$infix},\r\n .col#{$infix}-auto {\r\n @extend %grid-column;\r\n }\r\n\r\n @include media-breakpoint-up($breakpoint, $breakpoints) {\r\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\r\n .col#{$infix} {\r\n flex-basis: 0;\r\n flex-grow: 1;\r\n max-width: 100%;\r\n }\r\n .col#{$infix}-auto {\r\n flex: 0 0 auto;\r\n width: auto;\r\n max-width: 100%; // Reset earlier grid tiers\r\n }\r\n\r\n @for $i from 1 through $columns {\r\n .col#{$infix}-#{$i} {\r\n @include make-col($i, $columns);\r\n }\r\n }\r\n\r\n .order#{$infix}-first { order: -1; }\r\n\r\n .order#{$infix}-last { order: $columns + 1; }\r\n\r\n @for $i from 0 through $columns {\r\n .order#{$infix}-#{$i} { order: $i; }\r\n }\r\n\r\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\r\n @for $i from 0 through ($columns - 1) {\r\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\r\n .offset#{$infix}-#{$i} {\r\n @include make-col-offset($i, $columns);\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}\r\n","//\r\n// Basic Bootstrap table\r\n//\r\n\r\n.table {\r\n width: 100%;\r\n margin-bottom: $spacer;\r\n color: $table-color;\r\n background-color: $table-bg; // Reset for nesting within parents with `background-color`.\r\n\r\n th,\r\n td {\r\n padding: $table-cell-padding;\r\n vertical-align: top;\r\n border-top: $table-border-width solid $table-border-color;\r\n }\r\n\r\n thead th {\r\n vertical-align: bottom;\r\n border-bottom: (2 * $table-border-width) solid $table-border-color;\r\n }\r\n\r\n tbody + tbody {\r\n border-top: (2 * $table-border-width) solid $table-border-color;\r\n }\r\n}\r\n\r\n\r\n//\r\n// Condensed table w/ half padding\r\n//\r\n\r\n.table-sm {\r\n th,\r\n td {\r\n padding: $table-cell-padding-sm;\r\n }\r\n}\r\n\r\n\r\n// Border versions\r\n//\r\n// Add or remove borders all around the table and between all the columns.\r\n\r\n.table-bordered {\r\n border: $table-border-width solid $table-border-color;\r\n\r\n th,\r\n td {\r\n border: $table-border-width solid $table-border-color;\r\n }\r\n\r\n thead {\r\n th,\r\n td {\r\n border-bottom-width: 2 * $table-border-width;\r\n }\r\n }\r\n}\r\n\r\n.table-borderless {\r\n th,\r\n td,\r\n thead th,\r\n tbody + tbody {\r\n border: 0;\r\n }\r\n}\r\n\r\n// Zebra-striping\r\n//\r\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\r\n\r\n.table-striped {\r\n tbody tr:nth-of-type(#{$table-striped-order}) {\r\n background-color: $table-accent-bg;\r\n }\r\n}\r\n\r\n\r\n// Hover effect\r\n//\r\n// Placed here since it has to come after the potential zebra striping\r\n\r\n.table-hover {\r\n tbody tr {\r\n @include hover {\r\n color: $table-hover-color;\r\n background-color: $table-hover-bg;\r\n }\r\n }\r\n}\r\n\r\n\r\n// Table backgrounds\r\n//\r\n// Exact selectors below required to override `.table-striped` and prevent\r\n// inheritance to nested tables.\r\n\r\n@each $color, $value in $theme-colors {\r\n @include table-row-variant($color, theme-color-level($color, $table-bg-level), theme-color-level($color, $table-border-level));\r\n}\r\n\r\n@include table-row-variant(active, $table-active-bg);\r\n\r\n\r\n// Dark styles\r\n//\r\n// Same table markup, but inverted color scheme: dark background and light text.\r\n\r\n// stylelint-disable-next-line no-duplicate-selectors\r\n.table {\r\n .thead-dark {\r\n th {\r\n color: $table-dark-color;\r\n background-color: $table-dark-bg;\r\n border-color: $table-dark-border-color;\r\n }\r\n }\r\n\r\n .thead-light {\r\n th {\r\n color: $table-head-color;\r\n background-color: $table-head-bg;\r\n border-color: $table-border-color;\r\n }\r\n }\r\n}\r\n\r\n.table-dark {\r\n color: $table-dark-color;\r\n background-color: $table-dark-bg;\r\n\r\n th,\r\n td,\r\n thead th {\r\n border-color: $table-dark-border-color;\r\n }\r\n\r\n &.table-bordered {\r\n border: 0;\r\n }\r\n\r\n &.table-striped {\r\n tbody tr:nth-of-type(odd) {\r\n background-color: $table-dark-accent-bg;\r\n }\r\n }\r\n\r\n &.table-hover {\r\n tbody tr {\r\n @include hover {\r\n color: $table-dark-hover-color;\r\n background-color: $table-dark-hover-bg;\r\n }\r\n }\r\n }\r\n}\r\n\r\n\r\n// Responsive tables\r\n//\r\n// Generate series of `.table-responsive-*` classes for configuring the screen\r\n// size of where your table will overflow.\r\n\r\n.table-responsive {\r\n @each $breakpoint in map-keys($grid-breakpoints) {\r\n $next: breakpoint-next($breakpoint, $grid-breakpoints);\r\n $infix: breakpoint-infix($next, $grid-breakpoints);\r\n\r\n &#{$infix} {\r\n @include media-breakpoint-down($breakpoint) {\r\n display: block;\r\n width: 100%;\r\n overflow-x: auto;\r\n -webkit-overflow-scrolling: touch;\r\n\r\n // Prevent double border on horizontal scroll due to use of `display: block;`\r\n > .table-bordered {\r\n border: 0;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n","// Tables\r\n\r\n@mixin table-row-variant($state, $background, $border: null) {\r\n // Exact selectors below required to override `.table-striped` and prevent\r\n // inheritance to nested tables.\r\n .table-#{$state} {\r\n &,\r\n > th,\r\n > td {\r\n background-color: $background;\r\n }\r\n\r\n @if $border != null {\r\n th,\r\n td,\r\n thead th,\r\n tbody + tbody {\r\n border-color: $border;\r\n }\r\n }\r\n }\r\n\r\n // Hover states for `.table-hover`\r\n // Note: this is not available for cells or rows within `thead` or `tfoot`.\r\n .table-hover {\r\n $hover-background: darken($background, 5%);\r\n\r\n .table-#{$state} {\r\n @include hover {\r\n background-color: $hover-background;\r\n\r\n > td,\r\n > th {\r\n background-color: $hover-background;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n","// Bootstrap functions\r\n//\r\n// Utility mixins and functions for evaluating source code across our variables, maps, and mixins.\r\n\r\n// Ascending\r\n// Used to evaluate Sass maps like our grid breakpoints.\r\n@mixin _assert-ascending($map, $map-name) {\r\n $prev-key: null;\r\n $prev-num: null;\r\n @each $key, $num in $map {\r\n @if $prev-num == null or unit($num) == \"%\" {\r\n // Do nothing\r\n } @else if not comparable($prev-num, $num) {\r\n @warn \"Potentially invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} whose unit makes it incomparable to #{$prev-num}, the value of the previous key '#{$prev-key}' !\";\r\n } @else if $prev-num >= $num {\r\n @warn \"Invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} which isn't greater than #{$prev-num}, the value of the previous key '#{$prev-key}' !\";\r\n }\r\n $prev-key: $key;\r\n $prev-num: $num;\r\n }\r\n}\r\n\r\n// Starts at zero\r\n// Used to ensure the min-width of the lowest breakpoint starts at 0.\r\n@mixin _assert-starts-at-zero($map, $map-name: \"$grid-breakpoints\") {\r\n $values: map-values($map);\r\n $first-value: nth($values, 1);\r\n @if $first-value != 0 {\r\n @warn \"First breakpoint in #{$map-name} must start at 0, but starts at #{$first-value}.\";\r\n }\r\n}\r\n\r\n// Replace `$search` with `$replace` in `$string`\r\n// Used on our SVG icon backgrounds for custom forms.\r\n//\r\n// @author Hugo Giraudel\r\n// @param {String} $string - Initial string\r\n// @param {String} $search - Substring to replace\r\n// @param {String} $replace ('') - New value\r\n// @return {String} - Updated string\r\n@function str-replace($string, $search, $replace: \"\") {\r\n $index: str-index($string, $search);\r\n\r\n @if $index {\r\n @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);\r\n }\r\n\r\n @return $string;\r\n}\r\n\r\n// Color contrast\r\n@function color-yiq($color, $dark: $yiq-text-dark, $light: $yiq-text-light) {\r\n $r: red($color);\r\n $g: green($color);\r\n $b: blue($color);\r\n\r\n $yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;\r\n\r\n @if ($yiq >= $yiq-contrasted-threshold) {\r\n @return $dark;\r\n } @else {\r\n @return $light;\r\n }\r\n}\r\n\r\n// Retrieve color Sass maps\r\n@function color($key: \"blue\") {\r\n @return map-get($colors, $key);\r\n}\r\n\r\n@function theme-color($key: \"primary\") {\r\n @return map-get($theme-colors, $key);\r\n}\r\n\r\n@function gray($key: \"100\") {\r\n @return map-get($grays, $key);\r\n}\r\n\r\n// Request a theme color level\r\n@function theme-color-level($color-name: \"primary\", $level: 0) {\r\n $color: theme-color($color-name);\r\n $color-base: if($level > 0, $black, $white);\r\n $level: abs($level);\r\n\r\n @return mix($color-base, $color, $level * $theme-color-interval);\r\n}\r\n","// stylelint-disable selector-no-qualifying-type\r\n\r\n//\r\n// Textual form controls\r\n//\r\n\r\n.form-control {\r\n display: block;\r\n width: 100%;\r\n height: $input-height;\r\n padding: $input-padding-y $input-padding-x;\r\n font-family: $input-font-family;\r\n @include font-size($input-font-size);\r\n font-weight: $input-font-weight;\r\n line-height: $input-line-height;\r\n color: $input-color;\r\n background-color: $input-bg;\r\n background-clip: padding-box;\r\n border: $input-border-width solid $input-border-color;\r\n\r\n // Note: This has no effect on `s in CSS.\r\n @include border-radius($input-border-radius, 0);\r\n\r\n @include box-shadow($input-box-shadow);\r\n @include transition($input-transition);\r\n\r\n // Unstyle the caret on ` receives focus\r\n // in IE and (under certain conditions) Edge, as it looks bad and cannot be made to\r\n // match the appearance of the native widget.\r\n // See https://github.com/twbs/bootstrap/issues/19398.\r\n color: $input-color;\r\n background-color: $input-bg;\r\n }\r\n}\r\n\r\n// Make file inputs better match text inputs by forcing them to new lines.\r\n.form-control-file,\r\n.form-control-range {\r\n display: block;\r\n width: 100%;\r\n}\r\n\r\n\r\n//\r\n// Labels\r\n//\r\n\r\n// For use with horizontal and inline forms, when you need the label (or legend)\r\n// text to align with the form controls.\r\n.col-form-label {\r\n padding-top: calc(#{$input-padding-y} + #{$input-border-width});\r\n padding-bottom: calc(#{$input-padding-y} + #{$input-border-width});\r\n margin-bottom: 0; // Override the `
    diff --git a/resources/views/livewire/coveredareas.blade.php b/resources/views/livewire/coveredareas.blade.php new file mode 100644 index 0000000..dc83ff6 --- /dev/null +++ b/resources/views/livewire/coveredareas.blade.php @@ -0,0 +1,102 @@ +
    +
    +
    + + + +
    +
    + + + +
    + +
    + + + + + + + + + + + @if ($areas) + @foreach ($areas as $area) + + + + + + + + + + + @endforeach + @endif + +
    #nameCountryCity
    {{ $area->id }}{{ $area->name }}{{ $area->city->country->name }}{{ $area->city->name }} + @php + + $userarea = $user + ->areas() + ->where('id', $area->id) + ->get(); + @endphp + @if ($userarea->isEmpty()) + + @endif +
    +
    +
    diff --git a/resources/views/livewire/select-cities.blade.php b/resources/views/livewire/select-cities.blade.php new file mode 100644 index 0000000..c2dd6c3 --- /dev/null +++ b/resources/views/livewire/select-cities.blade.php @@ -0,0 +1,24 @@ +
    +
    + + + +
    +
    + + + +
    diff --git a/resources/views/products/show.blade.php b/resources/views/products/show.blade.php index 0741b71..dd4c678 100644 --- a/resources/views/products/show.blade.php +++ b/resources/views/products/show.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.guest') +extends('layouts.guest') @section('content')