From 8b5ea1bec92b36820b3e3d355608048eecaf1e4f Mon Sep 17 00:00:00 2001 From: Himas Rafeek Date: Sun, 27 Feb 2022 18:48:57 +0530 Subject: [PATCH] Latest Compilations --- dist/css/butterCake.css | 7162 +++++++++++++++++++++ dist/css/butterCake.min.css | 10214 +++++++++++++++++++++++++++++- dist/css/butterCake.min.css.map | 2 +- dist/css/min/butterCake.min.css | 2 + 4 files changed, 17378 insertions(+), 2 deletions(-) create mode 100644 dist/css/butterCake.css create mode 100644 dist/css/min/butterCake.min.css diff --git a/dist/css/butterCake.css b/dist/css/butterCake.css new file mode 100644 index 0000000..8a509a3 --- /dev/null +++ b/dist/css/butterCake.css @@ -0,0 +1,7162 @@ +@charset "UTF-8"; +/*! getButterCake.com v4.0.0 | MIT License | https://github.com/HimasRafeek/butterCake */ +/* ======================================================================================== + * ---------------------------------------------------------------------------------------- + * Author : Himas Rafeek + * Framework : Butter Cake + * Description : A Modern CSS framework built with flexbox + * Version : 4.0.0 + * Copyright : 2018 - 2020 + * Github : https://github.com/HimasRafeek/butterCake + * URI : https://getButterCake.com + * Licence : MIT - https://github.com/HimasRafeek/butterCake/blob/master/LICENSE + * ---------------------------------------------------------------------------------------- + * ======================================================================================== + */ +/* +* Overwrite vraiable.scss contents here +*/ +:root { + --primary: #5b3ff9; + --secondary: #363b4d; + --light: #f4f5f6; + --dark: #1c1b19; + --gray: gray; + --white: white; + --success: #2ECC71; + --info: #17a2b8; + --warning: #F3BB45; + --danger: #E74C3C; + --muted: #9E9E9E; + --bp-sm: 590px; + --bp-medium: 790px; + --bp-large: 1160px; + --bp-xl: 1260px; } + +i, +i::after, +i::before { + -webkit-transition: all 0s !important; + transition: all 0s !important; } + +*, +::after, +::before { + -webkit-box-sizing: border-box; + box-sizing: border-box; } + +html { + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + scroll-behavior: smooth; } + +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + line-height: 1.5; } + +html, +body { + color: #333; + font-size: 16px; } + html ::-moz-selection, body ::-moz-selection { + background: #5b3ff9; + color: white; } + html ::selection, + body ::selection { + background: #5b3ff9; + color: white; } + +article, +aside, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section { + display: block; } + +[tabindex="-1"]:focus { + outline: 0 !important; } + +hr { + overflow: visible; + -webkit-box-sizing: content-box; + box-sizing: content-box; + height: 0; + border: 0; + margin: 10px 0; + border-top: 1px solid #e9e9e9; } + +pre { + font-family: monospace; + font-size: 5px; } + +figure { + margin: 0; } + +mark { + color: #F3BB45; } + +a { + background-color: transparent; + text-decoration: none; + color: #5b3ff9; } + a:hover { + color: #2807e4; } + +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; } + +abbr[title], +abbr[data-original-title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; } + +address { + margin-bottom: 15px; + font-style: normal; + line-height: inherit; } + +b, +strong { + font-weight: bold; } + +ol ol ul, +ol ul ul, +ul ol ul, +ul ul ul { + font-size: 100%; } + +pre, +code, +kbd, +samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-size: 16px; } + +small { + font-size: 12px; } + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; } + +sub { + bottom: -5px; } + +sup { + top: -5px; } + +img { + vertical-align: middle; + max-width: 100%; + border-style: none; } + +caption { + padding-top: 10px; + padding-bottom: 10px; + color: #333; + text-align: left; + caption-side: bottom; } + +fieldset { + border: none; } + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + font-size: 100%; + line-height: 1.5; + margin: 0; } + +button, +input { + overflow: visible; } + +button, +select { + text-transform: none; } + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; } + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; } + +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; } + +fieldset { + padding: 10px; } + +legend { + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: inherit; + display: table; + max-width: 100%; + padding: 0; + white-space: normal; } + +progress { + vertical-align: baseline; } + +textarea { + overflow: auto; } + +[type="checkbox"], +[type="radio"] { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0; } + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; } + +[type="search"] { + -webkit-appearance: textfield; + outline-offset: -2px; } + +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; } + +::-webkit-file-upload-button { + -webkit-appearance: button; + font: inherit; } + +details { + display: block; } + +summary { + display: list-item; } + +template { + display: none; } + +[hidden] { + display: none; } + +h1, +h2, +h3, +h4, +h5, +h6, +p { + font-weight: 400; + margin-top: 0; + margin-bottom: 15px; } + +.h1, +h1 { + font-size: 46px; } + +.h2, +h2 { + font-size: 36px; } + +.h3, +h3 { + font-size: 28px; } + +.h4, +h4 { + font-size: 22px; } + +.h5, +h5 { + font-size: 18px; } + +.h6, +h6 { + font-size: 16px; } + +p { + font-size: 16px; } + +.mark, +mark { + padding: 2px 4px; + background-color: #363b4d; } + +.container { + margin: 0 auto; + padding-left: 10px; + padding-right: 10px; + width: 100%; + /* Breakpoints | Min Width */ } + @media (min-width: 590px) { + .container { + max-width: calc(100% - 50px); } } + @media (min-width: 790px) { + .container { + max-width: calc(100% - 100px); } } + @media (min-width: 1160px) { + .container { + max-width: 1150px; } } + +.container-fluid { + max-width: 100%; + padding-left: 10px; + padding-right: 10px; + width: 100%; } + +/* +* * .row +*/ +.row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; } + +/* +* * .column +*/ +.row .column { + max-width: 100%; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } + +/* +* * .row.no-gutters +*/ +.row { + margin-left: -10px; + margin-right: -10px; } + .row.no-gutters > div { + padding-left: 0 !important; + padding-right: 0 !important; } + +/* +* * .row > .col-* +*/ +.row > [class*="col"] { + position: relative; + width: 100%; + min-height: 1px; + padding-left: 10px; + padding-right: 10px; } + +.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%; } + +.offset-12 { + margin-left: 100%; } + +.col-1 { + -ms-flex-preferred-size: 8.33333%; + flex-basis: 8.33333%; + max-width: 8.33333%; } + +.col-2 { + -ms-flex-preferred-size: 16.66667%; + flex-basis: 16.66667%; + max-width: 16.66667%; } + +.col-3 { + -ms-flex-preferred-size: 25%; + flex-basis: 25%; + max-width: 25%; } + +.col-4 { + -ms-flex-preferred-size: 33.33333%; + flex-basis: 33.33333%; + max-width: 33.33333%; } + +.col-5 { + -ms-flex-preferred-size: 41.66667%; + flex-basis: 41.66667%; + max-width: 41.66667%; } + +.col-6 { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50%; } + +.col-7 { + -ms-flex-preferred-size: 58.33333%; + flex-basis: 58.33333%; + max-width: 58.33333%; } + +.col-8 { + -ms-flex-preferred-size: 66.66667%; + flex-basis: 66.66667%; + max-width: 66.66667%; } + +.col-9 { + -ms-flex-preferred-size: 75%; + flex-basis: 75%; + max-width: 75%; } + +.col-10 { + -ms-flex-preferred-size: 83.33333%; + flex-basis: 83.33333%; + max-width: 83.33333%; } + +.col-11 { + -ms-flex-preferred-size: 91.66667%; + flex-basis: 91.66667%; + max-width: 91.66667%; } + +.col-12 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; } + +.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; } + +@media (min-width: 590px) { + .col-sm-1 { + -ms-flex-preferred-size: 8.33333%; + flex-basis: 8.33333%; + max-width: 8.33333%; } + .col-sm-2 { + -ms-flex-preferred-size: 16.66667%; + flex-basis: 16.66667%; + max-width: 16.66667%; } + .col-sm-3 { + -ms-flex-preferred-size: 25%; + flex-basis: 25%; + max-width: 25%; } + .col-sm-4 { + -ms-flex-preferred-size: 33.33333%; + flex-basis: 33.33333%; + max-width: 33.33333%; } + .col-sm-5 { + -ms-flex-preferred-size: 41.66667%; + flex-basis: 41.66667%; + max-width: 41.66667%; } + .col-sm-6 { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50%; } + .col-sm-7 { + -ms-flex-preferred-size: 58.33333%; + flex-basis: 58.33333%; + max-width: 58.33333%; } + .col-sm-8 { + -ms-flex-preferred-size: 66.66667%; + flex-basis: 66.66667%; + max-width: 66.66667%; } + .col-sm-9 { + -ms-flex-preferred-size: 75%; + flex-basis: 75%; + max-width: 75%; } + .col-sm-10 { + -ms-flex-preferred-size: 83.33333%; + flex-basis: 83.33333%; + max-width: 83.33333%; } + .col-sm-11 { + -ms-flex-preferred-size: 91.66667%; + flex-basis: 91.66667%; + max-width: 91.66667%; } + .col-sm-12 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; } + .d-none-sm, + .hide-sm { + display: none !important; } + .d-block-sm { + display: block !important; } + .d-inline-block-sm { + display: inline-block !important; } + .d-flex-sm { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .fa-center-sm { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .fa-baseline-sm { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .fa-start-sm { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .fa-end-sm { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fa-stretch-sm { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .fa-end-sm { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fj-center-sm { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .fj-baseline-sm { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; } + .fj-start-sm { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .fj-end-sm { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .fj-between-sm { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .fj-around-sm { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .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; } } + +@media (min-width: 790px) { + .col-md-1 { + -ms-flex-preferred-size: 8.33333%; + flex-basis: 8.33333%; + max-width: 8.33333%; } + .col-md-2 { + -ms-flex-preferred-size: 16.66667%; + flex-basis: 16.66667%; + max-width: 16.66667%; } + .col-md-3 { + -ms-flex-preferred-size: 25%; + flex-basis: 25%; + max-width: 25%; } + .col-md-4 { + -ms-flex-preferred-size: 33.33333%; + flex-basis: 33.33333%; + max-width: 33.33333%; } + .col-md-5 { + -ms-flex-preferred-size: 41.66667%; + flex-basis: 41.66667%; + max-width: 41.66667%; } + .col-md-6 { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50%; } + .col-md-7 { + -ms-flex-preferred-size: 58.33333%; + flex-basis: 58.33333%; + max-width: 58.33333%; } + .col-md-8 { + -ms-flex-preferred-size: 66.66667%; + flex-basis: 66.66667%; + max-width: 66.66667%; } + .col-md-9 { + -ms-flex-preferred-size: 75%; + flex-basis: 75%; + max-width: 75%; } + .col-md-10 { + -ms-flex-preferred-size: 83.33333%; + flex-basis: 83.33333%; + max-width: 83.33333%; } + .col-md-11 { + -ms-flex-preferred-size: 91.66667%; + flex-basis: 91.66667%; + max-width: 91.66667%; } + .col-md-12 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; } + .d-none-md, + .hide-md { + display: none !important; } + .d-block-md { + display: block !important; } + .d-inline-block-md { + display: inline-block !important; } + .d-flex-md { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .fa-center-md { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .fa-baseline-md { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .fa-start-md { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .fa-end-md { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fa-stretch-md { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .fa-end-md { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fj-center-md { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .fj-baseline-md { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; } + .fj-start-md { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .fj-end-md { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .fj-between-md { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .fj-around-md { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .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; } } + +@media (min-width: 1160px) { + .col-lg-1 { + -ms-flex-preferred-size: 8.33333%; + flex-basis: 8.33333%; + max-width: 8.33333%; } + .col-lg-2 { + -ms-flex-preferred-size: 16.66667%; + flex-basis: 16.66667%; + max-width: 16.66667%; } + .col-lg-3 { + -ms-flex-preferred-size: 25%; + flex-basis: 25%; + max-width: 25%; } + .col-lg-4 { + -ms-flex-preferred-size: 33.33333%; + flex-basis: 33.33333%; + max-width: 33.33333%; } + .col-lg-5 { + -ms-flex-preferred-size: 41.66667%; + flex-basis: 41.66667%; + max-width: 41.66667%; } + .col-lg-6 { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50%; } + .col-lg-7 { + -ms-flex-preferred-size: 58.33333%; + flex-basis: 58.33333%; + max-width: 58.33333%; } + .col-lg-8 { + -ms-flex-preferred-size: 66.66667%; + flex-basis: 66.66667%; + max-width: 66.66667%; } + .col-lg-9 { + -ms-flex-preferred-size: 75%; + flex-basis: 75%; + max-width: 75%; } + .col-lg-10 { + -ms-flex-preferred-size: 83.33333%; + flex-basis: 83.33333%; + max-width: 83.33333%; } + .col-lg-11 { + -ms-flex-preferred-size: 91.66667%; + flex-basis: 91.66667%; + max-width: 91.66667%; } + .col-lg-12 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; } + .d-none-lg, + .hide-lg { + display: none !important; } + .d-block-lg { + display: block !important; } + .d-inline-block-lg { + display: inline-block !important; } + .d-flex-lg { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .fa-center-lg { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .fa-baseline-lg { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .fa-start-lg { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .fa-end-lg { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fa-stretch-lg { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .fa-end-lg { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fj-center-lg { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .fj-baseline-lg { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; } + .fj-start-lg { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .fj-end-lg { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .fj-between-lg { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .fj-around-lg { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .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; } } + +@media (min-width: 1260px) { + .col-xl-1 { + -ms-flex-preferred-size: 8.33333%; + flex-basis: 8.33333%; + max-width: 8.33333%; } + .col-xl-2 { + -ms-flex-preferred-size: 16.66667%; + flex-basis: 16.66667%; + max-width: 16.66667%; } + .col-xl-3 { + -ms-flex-preferred-size: 25%; + flex-basis: 25%; + max-width: 25%; } + .col-xl-4 { + -ms-flex-preferred-size: 33.33333%; + flex-basis: 33.33333%; + max-width: 33.33333%; } + .col-xl-5 { + -ms-flex-preferred-size: 41.66667%; + flex-basis: 41.66667%; + max-width: 41.66667%; } + .col-xl-6 { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50%; } + .col-xl-7 { + -ms-flex-preferred-size: 58.33333%; + flex-basis: 58.33333%; + max-width: 58.33333%; } + .col-xl-8 { + -ms-flex-preferred-size: 66.66667%; + flex-basis: 66.66667%; + max-width: 66.66667%; } + .col-xl-9 { + -ms-flex-preferred-size: 75%; + flex-basis: 75%; + max-width: 75%; } + .col-xl-10 { + -ms-flex-preferred-size: 83.33333%; + flex-basis: 83.33333%; + max-width: 83.33333%; } + .col-xl-11 { + -ms-flex-preferred-size: 91.66667%; + flex-basis: 91.66667%; + max-width: 91.66667%; } + .col-xl-12 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; } + .d-none-xl, + .hide-xl { + display: none !important; } + .d-block-xl { + display: block !important; } + .d-inline-block-xl { + display: inline-block !important; } + .d-flex-xl { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .fa-center-xl { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .fa-baseline-xl { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .fa-start-xl { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .fa-end-xl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fa-stretch-xl { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .fa-end-xl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fj-center-xl { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .fj-baseline-xl { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; } + .fj-start-xl { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .fj-end-xl { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .fj-between-xl { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .fj-around-xl { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .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; } } + +/* +* * Prevent Overflow hidden for Sidebar Menu and Modal +*/ +.noScroll { + overflow: hidden !important; } + +/* +* * Fixed Top Menu +*/ +.fixed-top { + width: 100%; + position: fixed !important; + top: 0; + left: 0; + z-index: 1050; } + +/* +* * Main Navbar scss +*/ +.navbar { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 0 10px; + /* + * * Container and Container fluid + */ + /* + * * Navbar Brand | Logo + */ + /* + * * Navigation Menu Main Container + */ + /* + * * Sidebar Menu Toggler on Mobile + */ + /* + * * Default Butter Cake Menu Styling for Navbar + * * Remove .default-nav from the .navbar to remove all the defaults styles, + * * that applied by Butter Cake OR You can change the scss below + */ } + .navbar * { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; } + .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; + width: 100%; } + .navbar .brand { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + margin-right: 16px; + line-height: inherit; + white-space: nowrap; } + .navbar .menu-box { + display: none; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + /* + * * Navigation Menu | UL TAG + */ } + .navbar .menu-box .menu { + 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; + padding: 0; + margin: 0; + /* + * * Navigation Item | LI TAG + */ + /* + * * Default fix for all LI tags inside the Menu + */ } + .navbar .menu-box .menu .nav-item { + margin: 0; + /* + * * Navigation Link | A TAG + */ } + .navbar .menu-box .menu .nav-item .nav-link { + display: inline-block; } + .navbar .menu-box .menu li { + list-style: none; + padding: 0; } + .navbar .toggler { + 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; + color: white; + background-color: white; + margin-top: 10px; + margin-bottom: 10px; + margin-left: auto; + padding: 10px 15px; + border: none; + outline: none; + cursor: pointer; + border-radius: 4px; } + .navbar .toggler:hover { + color: white; + background: #310ef7 !important; } + .navbar.default-nav { + background-color: white; + /* + * * Default Navbar Styles + */ + /* + * * Primary Navbar Styles + */ } + .navbar.default-nav .brand { + padding-right: 10px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .navbar.default-nav .brand a { + display: block; + font-weight: 400; + font-size: 28px; + color: #5b3ff9; } + .navbar.default-nav .brand a:hover { + color: #2807e4 !important; } + .navbar.default-nav .brand a img { + display: block; } + .navbar.default-nav .menu .nav-link { + color: #363b4d; + padding: 20px 25px; } + .navbar.default-nav .menu .nav-link:focus, .navbar.default-nav .menu .nav-link:hover { + color: white; + background-color: #5b3ff9; } + .navbar.default-nav .menu .active .nav-link { + color: white; + background-color: #5b3ff9; } + .navbar.default-nav .slidedown, + .navbar.default-nav .sideNavbar { + background-color: white !important; } + .navbar.default-nav.bg-primary { + background: #5b3ff9; } + .navbar.default-nav.bg-primary .brand a { + color: white; } + .navbar.default-nav.bg-primary .brand a:hover { + color: #2807e4 !important; } + .navbar.default-nav.bg-primary .menu-close { + background: #2807e4; } + .navbar.default-nav.bg-primary .menu-close:hover { + background: #2406cc; } + .navbar.default-nav.bg-primary .menu .nav-link { + color: white; } + .navbar.default-nav.bg-primary .menu .nav-link:focus, .navbar.default-nav.bg-primary .menu .nav-link:hover { + color: white; + background-color: #310ef7; } + .navbar.default-nav.bg-primary .menu .active .nav-link { + color: white; + background-color: #310ef7; } + .navbar.default-nav.bg-primary .toggler { + background-color: #4626f8 !important; } + .navbar.default-nav.bg-primary .toggler:hover { + background: #310ef7 !important; } + .navbar.default-nav.bg-primary .slidedown, + .navbar.default-nav.bg-primary .sideNavbar { + background-color: #5b3ff9 !important; } + .navbar.default-nav.bg-secondary { + background: #363b4d; } + .navbar.default-nav.bg-secondary .brand a { + color: white; } + .navbar.default-nav.bg-secondary .brand a:hover { + color: #161920 !important; } + .navbar.default-nav.bg-secondary .menu-close { + background: #161920; } + .navbar.default-nav.bg-secondary .menu-close:hover { + background: #0c0d11; } + .navbar.default-nav.bg-secondary .menu .nav-link { + color: white; } + .navbar.default-nav.bg-secondary .menu .nav-link:focus, .navbar.default-nav.bg-secondary .menu .nav-link:hover { + color: white; + background-color: #21242f; } + .navbar.default-nav.bg-secondary .menu .active .nav-link { + color: white; + background-color: #21242f; } + .navbar.default-nav.bg-secondary .toggler { + background-color: #2b303e !important; } + .navbar.default-nav.bg-secondary .toggler:hover { + background: #21242f !important; } + .navbar.default-nav.bg-secondary .slidedown, + .navbar.default-nav.bg-secondary .sideNavbar { + background-color: #363b4d !important; } + .navbar.default-nav.bg-light { + background: #f4f5f6; } + .navbar.default-nav.bg-light .brand a { + color: white; } + .navbar.default-nav.bg-light .brand a:hover { + color: #cacfd4 !important; } + .navbar.default-nav.bg-light .menu-close { + background: #cacfd4; } + .navbar.default-nav.bg-light .menu-close:hover { + background: #bcc2c8; } + .navbar.default-nav.bg-light .menu .nav-link { + color: white; } + .navbar.default-nav.bg-light .menu .nav-link:focus, .navbar.default-nav.bg-light .menu .nav-link:hover { + color: white; + background-color: #d8dcdf; } + .navbar.default-nav.bg-light .menu .active .nav-link { + color: white; + background-color: #d8dcdf; } + .navbar.default-nav.bg-light .toggler { + background-color: #e6e8eb !important; } + .navbar.default-nav.bg-light .toggler:hover { + background: #d8dcdf !important; } + .navbar.default-nav.bg-light .slidedown, + .navbar.default-nav.bg-light .sideNavbar { + background-color: #f4f5f6 !important; } + .navbar.default-nav.bg-dark { + background: #1c1b19; } + .navbar.default-nav.bg-dark .brand a { + color: white; } + .navbar.default-nav.bg-dark .brand a:hover { + color: black !important; } + .navbar.default-nav.bg-dark .menu-close { + background: black; } + .navbar.default-nav.bg-dark .menu-close:hover { + background: black; } + .navbar.default-nav.bg-dark .menu .nav-link { + color: white; } + .navbar.default-nav.bg-dark .menu .nav-link:focus, .navbar.default-nav.bg-dark .menu .nav-link:hover { + color: white; + background-color: #010101; } + .navbar.default-nav.bg-dark .menu .active .nav-link { + color: white; + background-color: #010101; } + .navbar.default-nav.bg-dark .toggler { + background-color: #0f0e0d !important; } + .navbar.default-nav.bg-dark .toggler:hover { + background: #010101 !important; } + .navbar.default-nav.bg-dark .slidedown, + .navbar.default-nav.bg-dark .sideNavbar { + background-color: #1c1b19 !important; } + .navbar.default-nav.bg-gray { + background: gray; } + .navbar.default-nav.bg-gray .brand a { + color: white; } + .navbar.default-nav.bg-gray .brand a:hover { + color: #5a5a5a !important; } + .navbar.default-nav.bg-gray .menu-close { + background: #5a5a5a; } + .navbar.default-nav.bg-gray .menu-close:hover { + background: #4d4d4d; } + .navbar.default-nav.bg-gray .menu .nav-link { + color: white; } + .navbar.default-nav.bg-gray .menu .nav-link:focus, .navbar.default-nav.bg-gray .menu .nav-link:hover { + color: white; + background-color: #676767; } + .navbar.default-nav.bg-gray .menu .active .nav-link { + color: white; + background-color: #676767; } + .navbar.default-nav.bg-gray .toggler { + background-color: #737373 !important; } + .navbar.default-nav.bg-gray .toggler:hover { + background: #676767 !important; } + .navbar.default-nav.bg-gray .slidedown, + .navbar.default-nav.bg-gray .sideNavbar { + background-color: gray !important; } + .navbar.default-nav.bg-white { + background: white; } + .navbar.default-nav.bg-white .brand a { + color: white; } + .navbar.default-nav.bg-white .brand a:hover { + color: #d9d9d9 !important; } + .navbar.default-nav.bg-white .menu-close { + background: #d9d9d9; } + .navbar.default-nav.bg-white .menu-close:hover { + background: #cccccc; } + .navbar.default-nav.bg-white .menu .nav-link { + color: white; } + .navbar.default-nav.bg-white .menu .nav-link:focus, .navbar.default-nav.bg-white .menu .nav-link:hover { + color: white; + background-color: #e6e6e6; } + .navbar.default-nav.bg-white .menu .active .nav-link { + color: white; + background-color: #e6e6e6; } + .navbar.default-nav.bg-white .toggler { + background-color: #f2f2f2 !important; } + .navbar.default-nav.bg-white .toggler:hover { + background: #e6e6e6 !important; } + .navbar.default-nav.bg-white .slidedown, + .navbar.default-nav.bg-white .sideNavbar { + background-color: white !important; } + .navbar.default-nav.bg-success { + background: #2ECC71; } + .navbar.default-nav.bg-success .brand a { + color: white; } + .navbar.default-nav.bg-success .brand a:hover { + color: #208e4e !important; } + .navbar.default-nav.bg-success .menu-close { + background: #208e4e; } + .navbar.default-nav.bg-success .menu-close:hover { + background: #1b7943; } + .navbar.default-nav.bg-success .menu .nav-link { + color: white; } + .navbar.default-nav.bg-success .menu .nav-link:focus, .navbar.default-nav.bg-success .menu .nav-link:hover { + color: white; + background-color: #25a25a; } + .navbar.default-nav.bg-success .menu .active .nav-link { + color: white; + background-color: #25a25a; } + .navbar.default-nav.bg-success .toggler { + background-color: #29b765 !important; } + .navbar.default-nav.bg-success .toggler:hover { + background: #25a25a !important; } + .navbar.default-nav.bg-success .slidedown, + .navbar.default-nav.bg-success .sideNavbar { + background-color: #2ECC71 !important; } + .navbar.default-nav.bg-info { + background: #17a2b8; } + .navbar.default-nav.bg-info .brand a { + color: white; } + .navbar.default-nav.bg-info .brand a:hover { + color: #0f6674 !important; } + .navbar.default-nav.bg-info .menu-close { + background: #0f6674; } + .navbar.default-nav.bg-info .menu-close:hover { + background: #0c525d; } + .navbar.default-nav.bg-info .menu .nav-link { + color: white; } + .navbar.default-nav.bg-info .menu .nav-link:focus, .navbar.default-nav.bg-info .menu .nav-link:hover { + color: white; + background-color: #117a8b; } + .navbar.default-nav.bg-info .menu .active .nav-link { + color: white; + background-color: #117a8b; } + .navbar.default-nav.bg-info .toggler { + background-color: #148ea1 !important; } + .navbar.default-nav.bg-info .toggler:hover { + background: #117a8b !important; } + .navbar.default-nav.bg-info .slidedown, + .navbar.default-nav.bg-info .sideNavbar { + background-color: #17a2b8 !important; } + .navbar.default-nav.bg-warning { + background: #F3BB45; } + .navbar.default-nav.bg-warning .brand a { + color: white; } + .navbar.default-nav.bg-warning .brand a:hover { + color: #dd9b0e !important; } + .navbar.default-nav.bg-warning .menu-close { + background: #dd9b0e; } + .navbar.default-nav.bg-warning .menu-close:hover { + background: #c58a0d; } + .navbar.default-nav.bg-warning .menu .nav-link { + color: white; } + .navbar.default-nav.bg-warning .menu .nav-link:focus, .navbar.default-nav.bg-warning .menu .nav-link:hover { + color: white; + background-color: #f0a915; } + .navbar.default-nav.bg-warning .menu .active .nav-link { + color: white; + background-color: #f0a915; } + .navbar.default-nav.bg-warning .toggler { + background-color: #f1b22d !important; } + .navbar.default-nav.bg-warning .toggler:hover { + background: #f0a915 !important; } + .navbar.default-nav.bg-warning .slidedown, + .navbar.default-nav.bg-warning .sideNavbar { + background-color: #F3BB45 !important; } + .navbar.default-nav.bg-danger { + background: #E74C3C; } + .navbar.default-nav.bg-danger .brand a { + color: white; } + .navbar.default-nav.bg-danger .brand a:hover { + color: #bf2718 !important; } + .navbar.default-nav.bg-danger .menu-close { + background: #bf2718; } + .navbar.default-nav.bg-danger .menu-close:hover { + background: #a82315; } + .navbar.default-nav.bg-danger .menu .nav-link { + color: white; } + .navbar.default-nav.bg-danger .menu .nav-link:focus, .navbar.default-nav.bg-danger .menu .nav-link:hover { + color: white; + background-color: #d62c1a; } + .navbar.default-nav.bg-danger .menu .active .nav-link { + color: white; + background-color: #d62c1a; } + .navbar.default-nav.bg-danger .toggler { + background-color: #e43725 !important; } + .navbar.default-nav.bg-danger .toggler:hover { + background: #d62c1a !important; } + .navbar.default-nav.bg-danger .slidedown, + .navbar.default-nav.bg-danger .sideNavbar { + background-color: #E74C3C !important; } + .navbar.default-nav.bg-muted { + background: #9E9E9E; } + .navbar.default-nav.bg-muted .brand a { + color: white; } + .navbar.default-nav.bg-muted .brand a:hover { + color: #787878 !important; } + .navbar.default-nav.bg-muted .menu-close { + background: #787878; } + .navbar.default-nav.bg-muted .menu-close:hover { + background: #6b6b6b; } + .navbar.default-nav.bg-muted .menu .nav-link { + color: white; } + .navbar.default-nav.bg-muted .menu .nav-link:focus, .navbar.default-nav.bg-muted .menu .nav-link:hover { + color: white; + background-color: #858585; } + .navbar.default-nav.bg-muted .menu .active .nav-link { + color: white; + background-color: #858585; } + .navbar.default-nav.bg-muted .toggler { + background-color: #919191 !important; } + .navbar.default-nav.bg-muted .toggler:hover { + background: #858585 !important; } + .navbar.default-nav.bg-muted .slidedown, + .navbar.default-nav.bg-muted .sideNavbar { + background-color: #9E9E9E !important; } + +.navbar.expanded .toggler { + display: none !important; } + +.navbar.expanded .menu-box { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + +.navbar.expanded .menu { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + +.navbar.expanded > .container, +.navbar.expanded > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } + +/* +* * Warning upating without proper knowledge can break the Navbar +*/ +@media (min-width: 590px) { + .navbar.expand-sm .toggler { + display: none; } + .navbar.expand-sm .menu-box { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar.expand-sm .menu { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar.expand-sm > .container, + .navbar.expand-sm > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } } + +@media (min-width: 790px) { + .navbar.expand-md .toggler { + display: none; } + .navbar.expand-md .menu-box { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar.expand-md .menu { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar.expand-md > .container, + .navbar.expand-md > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } } + +@media (min-width: 1160px) { + .navbar.expand-lg .toggler { + display: none; } + .navbar.expand-lg .menu-box { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar.expand-lg .menu { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar.expand-lg > .container, + .navbar.expand-lg > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } } + +@media (min-width: 1260px) { + .navbar.expand-xl .toggler { + display: none; } + .navbar.expand-xl .menu-box { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .navbar.expand-xl .menu { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } + .navbar.expand-xl > .container, + .navbar.expand-xl > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } } + +/* +* * Sidebar styles for Mobile +*/ +.sideNavbar { + -webkit-transition: all 0.5s !important; + transition: all 0.5s !important; + display: block !important; + max-width: 300px; + width: 100%; + min-height: 100vh; + overflow-x: hidden !important; + overflow-y: auto; + position: fixed; + top: 0; + height: 100%; + left: -100%; + z-index: 1250; + padding-bottom: 50px; } + .sideNavbar .menu { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; } + .sideNavbar .menu .nav-item { + position: relative; + width: 100%; + text-align: center; } + .sideNavbar .menu .nav-item > .btn { + margin: 10px 0 !important; } + .sideNavbar .menu .nav-item > .input { + margin: 10px 0 !important; } + .sideNavbar .menu .nav-link { + display: block; + width: 100%; + padding: 10px 10px !important; + text-align: center; } + .sideNavbar .dropdown > .dropdown-menu { + position: unset !important; + background: white; + max-width: 100% !important; + min-width: 100% !important; + margin-top: 0 !important; + border-radius: 0 !important; + border: none; } + .sideNavbar.toggled { + left: 0; } + .sideNavbar .menu-close { + display: block !important; + background: #363b4d; + color: white; + text-align: center; + padding: 10px; + margin-bottom: 10px; + cursor: pointer; } + .sideNavbar .menu-close:hover { + background: #1c1b19; } + +.toggled ~ .shadow-fixed { + width: 100%; + min-height: 100vh; + background: rgba(0, 0, 0, 0.5); + position: fixed; + top: 0; + left: 0; + z-index: 500; } + +.menu-close { + display: none; } + +.slidedown { + overflow: hidden; + display: block !important; + position: absolute; + left: 0; + top: 100%; + z-index: 1150; + width: 100%; } + .slidedown .menu { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + width: 100%; } + .slidedown .menu .nav-item { + width: 100%; + text-align: center; } + .slidedown .menu .nav-item .nav-link { + width: 100%; } + +.btn { + display: inline-block; + padding: 8px 20px; + text-align: center; + font-weight: 400; + background: none; + border: none; + text-decoration: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + border-radius: 4px; } + .btn:focus { + outline: none; } + .btn.btn-choose-file { + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + overflow: hidden; } + .btn.btn-choose-file input { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + opacity: 0; + cursor: pointer !important; + z-index: 1; } + .btn.btn-loading.loader-active { + position: relative; + pointer-events: none !important; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 1; + overflow: hidden; } + .btn.btn-loading.loader-active .loader { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } + .btn.btn-loading .loader { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: none; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + background: inherit; } + +.btn.primary { + border: 1px solid #5b3ff9; + color: white !important; + background-color: #5b3ff9; } + .btn.primary.active, .btn.primary:focus, .btn.primary:hover { + color: white !important; + background-color: #310ef7 !important; + border-color: #310ef7 !important; } + .btn.primary:focus, .btn.primary:active { + -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important; + box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important; } + .btn.primary.outline { + border-width: 2px; } + .btn.primary.outline:hover { + color: white !important; + border-color: #5b3ff9 !important; + background-color: #5b3ff9 !important; } + .btn.primary.outline:focus, .btn.primary.outline:active { + background-color: #2406cc !important; } + .btn.primary.active, .btn.primary:focus, .btn.primary:hover { + color: white !important; + background-color: #310ef7 !important; + border-color: #310ef7 !important; } + .btn.primary:focus, .btn.primary:active { + -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important; + box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important; } + .btn.primary.outline { + border-width: 2px; } + .btn.primary.outline:hover { + color: white !important; + border-color: #5b3ff9 !important; + background-color: #5b3ff9 !important; } + .btn.primary.outline:focus, .btn.primary.outline:active { + background-color: #2406cc !important; } + +.btn.primary.outline { + color: #5b3ff9 !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.primary.outline:focus { + color: white !important; + border-color: #310ef7 !important; } + +.btn.secondary { + border: 1px solid #363b4d; + color: white !important; + background-color: #363b4d; } + .btn.secondary.active, .btn.secondary:focus, .btn.secondary:hover { + color: white !important; + background-color: #21242f !important; + border-color: #21242f !important; } + .btn.secondary:focus, .btn.secondary:active { + -webkit-box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important; + box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important; } + .btn.secondary.outline { + border-width: 2px; } + .btn.secondary.outline:hover { + color: white !important; + border-color: #363b4d !important; + background-color: #363b4d !important; } + .btn.secondary.outline:focus, .btn.secondary.outline:active { + background-color: #0c0d11 !important; } + .btn.secondary.active, .btn.secondary:focus, .btn.secondary:hover { + color: white !important; + background-color: #21242f !important; + border-color: #21242f !important; } + .btn.secondary:focus, .btn.secondary:active { + -webkit-box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important; + box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important; } + .btn.secondary.outline { + border-width: 2px; } + .btn.secondary.outline:hover { + color: white !important; + border-color: #363b4d !important; + background-color: #363b4d !important; } + .btn.secondary.outline:focus, .btn.secondary.outline:active { + background-color: #0c0d11 !important; } + +.btn.secondary.outline { + color: #363b4d !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.secondary.outline:focus { + color: white !important; + border-color: #21242f !important; } + +.btn.light { + background-color: #f4f5f6; + color: #1c1b19 !important; + border-color: #f4f5f6 !important; } + .btn.light:focus, .btn.light:active, .btn.light:hover { + color: #1c1b19 !important; + background-color: #d8dcdf !important; + border-color: #d8dcdf !important; } + +.btn.light.outline { + color: #1c1b19 !important; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.light.outline:focus, .btn.light.outline:active, .btn.light.outline:hover { + color: #1c1b19 !important; + background-color: #d8dcdf !important; + border-color: #d8dcdf !important; } + +.btn.white { + border: 1px solid white; + color: white !important; + background-color: white; + border-color: rgba(0, 0, 0, 0.125) !important; } + .btn.white.active, .btn.white:focus, .btn.white:hover { + color: white !important; + background-color: #e6e6e6 !important; + border-color: #e6e6e6 !important; } + .btn.white:focus, .btn.white:active { + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important; } + .btn.white.outline { + border-width: 2px; } + .btn.white.outline:hover { + color: white !important; + border-color: white !important; + background-color: white !important; } + .btn.white.outline:focus, .btn.white.outline:active { + background-color: #cccccc !important; } + .btn.white.active, .btn.white:focus, .btn.white:hover { + color: white !important; + background-color: #e6e6e6 !important; + border-color: #e6e6e6 !important; } + .btn.white:focus, .btn.white:active { + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important; } + .btn.white.outline { + border-width: 2px; } + .btn.white.outline:hover { + color: white !important; + border-color: white !important; + background-color: white !important; } + .btn.white.outline:focus, .btn.white.outline:active { + background-color: #cccccc !important; } + .btn.white.active { + color: black !important; } + +.btn.white.outline { + color: white !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.white.outline:focus { + color: white !important; + border-color: #e6e6e6 !important; } + +.btn.dark { + border: 1px solid #1c1b19; + color: white !important; + background-color: #1c1b19; } + .btn.dark.active, .btn.dark:focus, .btn.dark:hover { + color: white !important; + background-color: #010101 !important; + border-color: #010101 !important; } + .btn.dark:focus, .btn.dark:active { + -webkit-box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important; + box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important; } + .btn.dark.outline { + border-width: 2px; } + .btn.dark.outline:hover { + color: white !important; + border-color: #1c1b19 !important; + background-color: #1c1b19 !important; } + .btn.dark.outline:focus, .btn.dark.outline:active { + background-color: black !important; } + .btn.dark.active, .btn.dark:focus, .btn.dark:hover { + color: white !important; + background-color: #010101 !important; + border-color: #010101 !important; } + .btn.dark:focus, .btn.dark:active { + -webkit-box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important; + box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important; } + .btn.dark.outline { + border-width: 2px; } + .btn.dark.outline:hover { + color: white !important; + border-color: #1c1b19 !important; + background-color: #1c1b19 !important; } + .btn.dark.outline:focus, .btn.dark.outline:active { + background-color: black !important; } + +.btn.dark.outline { + color: #1c1b19 !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.dark.outline:focus { + color: white !important; + border-color: #010101 !important; } + +.btn.gray { + border: 1px solid gray; + color: white !important; + background-color: gray; } + .btn.gray.active, .btn.gray:focus, .btn.gray:hover { + color: white !important; + background-color: #676767 !important; + border-color: #676767 !important; } + .btn.gray:focus, .btn.gray:active { + -webkit-box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important; + box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important; } + .btn.gray.outline { + border-width: 2px; } + .btn.gray.outline:hover { + color: white !important; + border-color: gray !important; + background-color: gray !important; } + .btn.gray.outline:focus, .btn.gray.outline:active { + background-color: #4d4d4d !important; } + .btn.gray.active, .btn.gray:focus, .btn.gray:hover { + color: white !important; + background-color: #676767 !important; + border-color: #676767 !important; } + .btn.gray:focus, .btn.gray:active { + -webkit-box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important; + box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important; } + .btn.gray.outline { + border-width: 2px; } + .btn.gray.outline:hover { + color: white !important; + border-color: gray !important; + background-color: gray !important; } + .btn.gray.outline:focus, .btn.gray.outline:active { + background-color: #4d4d4d !important; } + +.btn.gray.outline { + color: gray !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.gray.outline:focus { + color: white !important; + border-color: #676767 !important; } + +.btn.muted { + border: 1px solid #9E9E9E; + color: white !important; + background-color: #9E9E9E; } + .btn.muted.active, .btn.muted:focus, .btn.muted:hover { + color: white !important; + background-color: #858585 !important; + border-color: #858585 !important; } + .btn.muted:focus, .btn.muted:active { + -webkit-box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important; + box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important; } + .btn.muted.outline { + border-width: 2px; } + .btn.muted.outline:hover { + color: white !important; + border-color: #9E9E9E !important; + background-color: #9E9E9E !important; } + .btn.muted.outline:focus, .btn.muted.outline:active { + background-color: #6b6b6b !important; } + .btn.muted.active, .btn.muted:focus, .btn.muted:hover { + color: white !important; + background-color: #858585 !important; + border-color: #858585 !important; } + .btn.muted:focus, .btn.muted:active { + -webkit-box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important; + box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important; } + .btn.muted.outline { + border-width: 2px; } + .btn.muted.outline:hover { + color: white !important; + border-color: #9E9E9E !important; + background-color: #9E9E9E !important; } + .btn.muted.outline:focus, .btn.muted.outline:active { + background-color: #6b6b6b !important; } + +.btn.muted.outline { + color: #9E9E9E !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.muted.outline:focus { + color: white !important; + border-color: #858585 !important; } + +.btn.success { + border: 1px solid #2ECC71; + color: white !important; + background-color: #2ECC71; } + .btn.success.active, .btn.success:focus, .btn.success:hover { + color: white !important; + background-color: #25a25a !important; + border-color: #25a25a !important; } + .btn.success:focus, .btn.success:active { + -webkit-box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important; + box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important; } + .btn.success.outline { + border-width: 2px; } + .btn.success.outline:hover { + color: white !important; + border-color: #2ECC71 !important; + background-color: #2ECC71 !important; } + .btn.success.outline:focus, .btn.success.outline:active { + background-color: #1b7943 !important; } + .btn.success.active, .btn.success:focus, .btn.success:hover { + color: white !important; + background-color: #25a25a !important; + border-color: #25a25a !important; } + .btn.success:focus, .btn.success:active { + -webkit-box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important; + box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important; } + .btn.success.outline { + border-width: 2px; } + .btn.success.outline:hover { + color: white !important; + border-color: #2ECC71 !important; + background-color: #2ECC71 !important; } + .btn.success.outline:focus, .btn.success.outline:active { + background-color: #1b7943 !important; } + +.btn.success.outline { + color: #2ECC71 !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.success.outline:focus { + color: white !important; + border-color: #25a25a !important; } + +.btn.info { + border: 1px solid #17a2b8; + color: white !important; + background-color: #17a2b8; } + .btn.info.active, .btn.info:focus, .btn.info:hover { + color: white !important; + background-color: #117a8b !important; + border-color: #117a8b !important; } + .btn.info:focus, .btn.info:active { + -webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important; + box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important; } + .btn.info.outline { + border-width: 2px; } + .btn.info.outline:hover { + color: white !important; + border-color: #17a2b8 !important; + background-color: #17a2b8 !important; } + .btn.info.outline:focus, .btn.info.outline:active { + background-color: #0c525d !important; } + .btn.info.active, .btn.info:focus, .btn.info:hover { + color: white !important; + background-color: #117a8b !important; + border-color: #117a8b !important; } + .btn.info:focus, .btn.info:active { + -webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important; + box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important; } + .btn.info.outline { + border-width: 2px; } + .btn.info.outline:hover { + color: white !important; + border-color: #17a2b8 !important; + background-color: #17a2b8 !important; } + .btn.info.outline:focus, .btn.info.outline:active { + background-color: #0c525d !important; } + +.btn.info.outline { + color: #17a2b8 !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.info.outline:focus { + color: white !important; + border-color: #117a8b !important; } + +.btn.warning { + border: 1px solid #F3BB45; + color: white !important; + background-color: #F3BB45; } + .btn.warning.active, .btn.warning:focus, .btn.warning:hover { + color: white !important; + background-color: #f0a915 !important; + border-color: #f0a915 !important; } + .btn.warning:focus, .btn.warning:active { + -webkit-box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important; + box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important; } + .btn.warning.outline { + border-width: 2px; } + .btn.warning.outline:hover { + color: white !important; + border-color: #F3BB45 !important; + background-color: #F3BB45 !important; } + .btn.warning.outline:focus, .btn.warning.outline:active { + background-color: #c58a0d !important; } + .btn.warning.active, .btn.warning:focus, .btn.warning:hover { + color: white !important; + background-color: #f0a915 !important; + border-color: #f0a915 !important; } + .btn.warning:focus, .btn.warning:active { + -webkit-box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important; + box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important; } + .btn.warning.outline { + border-width: 2px; } + .btn.warning.outline:hover { + color: white !important; + border-color: #F3BB45 !important; + background-color: #F3BB45 !important; } + .btn.warning.outline:focus, .btn.warning.outline:active { + background-color: #c58a0d !important; } + +.btn.warning.outline { + color: #F3BB45 !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.warning.outline:focus { + color: white !important; + border-color: #f0a915 !important; } + +.btn.danger { + border: 1px solid #E74C3C; + color: white !important; + background-color: #E74C3C; } + .btn.danger.active, .btn.danger:focus, .btn.danger:hover { + color: white !important; + background-color: #d62c1a !important; + border-color: #d62c1a !important; } + .btn.danger:focus, .btn.danger:active { + -webkit-box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important; + box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important; } + .btn.danger.outline { + border-width: 2px; } + .btn.danger.outline:hover { + color: white !important; + border-color: #E74C3C !important; + background-color: #E74C3C !important; } + .btn.danger.outline:focus, .btn.danger.outline:active { + background-color: #a82315 !important; } + .btn.danger.active, .btn.danger:focus, .btn.danger:hover { + color: white !important; + background-color: #d62c1a !important; + border-color: #d62c1a !important; } + .btn.danger:focus, .btn.danger:active { + -webkit-box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important; + box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important; } + .btn.danger.outline { + border-width: 2px; } + .btn.danger.outline:hover { + color: white !important; + border-color: #E74C3C !important; + background-color: #E74C3C !important; } + .btn.danger.outline:focus, .btn.danger.outline:active { + background-color: #a82315 !important; } + +.btn.danger.outline { + color: #E74C3C !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; } + .btn.danger.outline:focus { + color: white !important; + border-color: #d62c1a !important; } + +.btn-lg { + padding: 14px 30px !important; + font-size: 20px; } + +.btn-sm { + padding: 8px 15px !important; + font-size: 14px; } + +.block { + display: block !important; + width: 100% !important; } + .block + .block { + margin-top: 5px; } + +.btn-group { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -ms-flex-wrap: wrap; + flex-wrap: wrap; } + .btn-group + .btn-group { + margin-top: 5px; } + .btn-group > .dropdown > .btn, + .btn-group > .btn { + margin: 0 !important; + border-radius: 0; } + .btn-group > .dropdown > .btn, + .btn-group > .btn { + position: relative; } + .btn-group > .dropdown > .btn:hover, .btn-group > .dropdown > .btn:focus, .btn-group > .dropdown > .btn:active, .btn-group > .dropdown > .btn.active, + .btn-group > .btn:hover, + .btn-group > .btn:focus, + .btn-group > .btn:active, + .btn-group > .btn.active { + z-index: 1; } + .btn-group > .dropdown:first-child > .btn, + .btn-group > .btn:first-child { + border-radius: 4px 0px 0px 4px; } + .btn-group > .dropdown:last-child > .btn, + .btn-group > .btn:last-child { + border-radius: 0px 4px 4px 0px; } + .btn-group.stacked-group { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; } + .btn-group.stacked-group > .dropdown > .btn, + .btn-group.stacked-group > .btn { + margin: 0 !important; + border-radius: 0; + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + width: 100%; } + .btn-group.stacked-group > .dropdown:first-child > .btn, + .btn-group.stacked-group > .btn:first-child { + border-radius: 4px 4px 0px 0px; } + .btn-group.stacked-group > .dropdown:last-child > .btn, + .btn-group.stacked-group > .btn:last-child { + border-radius: 0px 0 4px 4px; } + +.jumbotron { + background-color: #f4f5f6; + max-width: 1150px; + width: 100%; + padding: 100px 10px; + margin: 0 auto; + -webkit-box-sizing: border-box; + box-sizing: border-box; } + +.jumbotron.fluid { + max-width: 100% !important; } + +form { + width: 100%; } + +.input { + display: block; + max-width: 100%; + width: 100%; + min-height: 45px; + height: 45px; + padding: 10px 10px; + background-color: white; + outline: none; + border: 1px solid #d8dcdf; + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + border-radius: 4px; } + .input:focus { + border-color: #5b3ff9; + -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5); + box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5); } + .input:focus ~ .append-icon i, + .input:focus ~ .pre-append-icon i { + color: #5b3ff9 !important; } + .input.primary { + border: 1px solid #5b3ff9; } + .input.primary:focus { + border-color: #5b3ff9; + -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5); + box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5); } + .input.primary:focus ~ .append-icon i, + .input.primary:focus ~ .pre-append-icon i { + color: #5b3ff9 !important; } + .input.secondary { + border: 1px solid #363b4d; } + .input.secondary:focus { + border-color: #363b4d; + -webkit-box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5); + box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5); } + .input.secondary:focus ~ .append-icon i, + .input.secondary:focus ~ .pre-append-icon i { + color: #363b4d !important; } + .input.light { + border: 1px solid #f4f5f6; } + .input.light:focus { + border-color: #f4f5f6; + -webkit-box-shadow: 0 0 0 2px rgba(244, 245, 246, 0.5); + box-shadow: 0 0 0 2px rgba(244, 245, 246, 0.5); } + .input.light:focus ~ .append-icon i, + .input.light:focus ~ .pre-append-icon i { + color: #f4f5f6 !important; } + .input.dark { + border: 1px solid #1c1b19; } + .input.dark:focus { + border-color: #1c1b19; + -webkit-box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5); + box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5); } + .input.dark:focus ~ .append-icon i, + .input.dark:focus ~ .pre-append-icon i { + color: #1c1b19 !important; } + .input.gray { + border: 1px solid gray; } + .input.gray:focus { + border-color: gray; + -webkit-box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5); + box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5); } + .input.gray:focus ~ .append-icon i, + .input.gray:focus ~ .pre-append-icon i { + color: gray !important; } + .input.white { + border: 1px solid white; } + .input.white:focus { + border-color: white; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); } + .input.white:focus ~ .append-icon i, + .input.white:focus ~ .pre-append-icon i { + color: white !important; } + .input.success { + border: 1px solid #2ECC71; } + .input.success:focus { + border-color: #2ECC71; + -webkit-box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5); + box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5); } + .input.success:focus ~ .append-icon i, + .input.success:focus ~ .pre-append-icon i { + color: #2ECC71 !important; } + .input.info { + border: 1px solid #17a2b8; } + .input.info:focus { + border-color: #17a2b8; + -webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5); + box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5); } + .input.info:focus ~ .append-icon i, + .input.info:focus ~ .pre-append-icon i { + color: #17a2b8 !important; } + .input.warning { + border: 1px solid #F3BB45; } + .input.warning:focus { + border-color: #F3BB45; + -webkit-box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5); + box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5); } + .input.warning:focus ~ .append-icon i, + .input.warning:focus ~ .pre-append-icon i { + color: #F3BB45 !important; } + .input.danger { + border: 1px solid #E74C3C; } + .input.danger:focus { + border-color: #E74C3C; + -webkit-box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5); + box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5); } + .input.danger:focus ~ .append-icon i, + .input.danger:focus ~ .pre-append-icon i { + color: #E74C3C !important; } + .input.muted { + border: 1px solid #9E9E9E; } + .input.muted:focus { + border-color: #9E9E9E; + -webkit-box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5); + box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5); } + .input.muted:focus ~ .append-icon i, + .input.muted:focus ~ .pre-append-icon i { + color: #9E9E9E !important; } + +select { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + padding-right: 10px; + appearance: none; + position: relative; + background-color: transparent; + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-size: 20px; + background-position: right center; + background-clip: border-box; } + select::-ms-expand { + display: none; } + select option:not([disabled]) { + color: #1c1b19; } + select option[disabled] { + color: gray; } + select[multiple] { + overflow-y: auto; + min-height: 125px; + background-image: none !important; } + select[multiple] option { + padding: 5px; } + select[multiple] option:checked { + background: #5b3ff9 !important; } + select[multiple]:checked { + background: #5b3ff9 !important; } + select.input { + padding: 10px 8px; } + +textarea.input { + min-height: 150px !important; } + +textarea { + resize: vertical; } + +label { + display: inline-block; + margin-bottom: 10px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } + +.group { + padding: 10px 0; } + .group .message, + .group .success-message, + .group .error-message { + display: block; + font-size: 12px; + padding-top: 4px; + padding-left: 4px; + font-weight: bold; } + .group .error-message { + color: #E74C3C; } + .group .success-message { + color: #2ECC71; } + .group .is-primary .append-icon i, + .group .is-primary .pre-append-icon i, .group.is-primary .append-icon i, + .group.is-primary .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #5b3ff9; } + .group .is-primary .input, .group.is-primary .input { + background: rgba(91, 63, 249, 0.1); + color: #310ef7 !important; + border-color: #5b3ff9; } + .group .is-primary .input:focus, .group.is-primary .input:focus { + background: white; + color: black !important; } + .group .is-secondary .append-icon i, + .group .is-secondary .pre-append-icon i, .group.is-secondary .append-icon i, + .group.is-secondary .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #363b4d; } + .group .is-secondary .input, .group.is-secondary .input { + background: rgba(54, 59, 77, 0.1); + color: #21242f !important; + border-color: #363b4d; } + .group .is-secondary .input:focus, .group.is-secondary .input:focus { + background: white; + color: black !important; } + .group .is-light .append-icon i, + .group .is-light .pre-append-icon i, .group.is-light .append-icon i, + .group.is-light .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #f4f5f6; } + .group .is-light .input, .group.is-light .input { + background: rgba(244, 245, 246, 0.1); + color: #d8dcdf !important; + border-color: #f4f5f6; } + .group .is-light .input:focus, .group.is-light .input:focus { + background: white; + color: black !important; } + .group .is-dark .append-icon i, + .group .is-dark .pre-append-icon i, .group.is-dark .append-icon i, + .group.is-dark .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #1c1b19; } + .group .is-dark .input, .group.is-dark .input { + background: rgba(28, 27, 25, 0.1); + color: #010101 !important; + border-color: #1c1b19; } + .group .is-dark .input:focus, .group.is-dark .input:focus { + background: white; + color: black !important; } + .group .is-gray .append-icon i, + .group .is-gray .pre-append-icon i, .group.is-gray .append-icon i, + .group.is-gray .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: gray; } + .group .is-gray .input, .group.is-gray .input { + background: rgba(128, 128, 128, 0.1); + color: #676767 !important; + border-color: gray; } + .group .is-gray .input:focus, .group.is-gray .input:focus { + background: white; + color: black !important; } + .group .is-white .append-icon i, + .group .is-white .pre-append-icon i, .group.is-white .append-icon i, + .group.is-white .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: white; } + .group .is-white .input, .group.is-white .input { + background: rgba(255, 255, 255, 0.1); + color: #e6e6e6 !important; + border-color: white; } + .group .is-white .input:focus, .group.is-white .input:focus { + background: white; + color: black !important; } + .group .is-success .append-icon i, + .group .is-success .pre-append-icon i, .group.is-success .append-icon i, + .group.is-success .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #2ECC71; } + .group .is-success .input, .group.is-success .input { + background: rgba(46, 204, 113, 0.1); + color: #25a25a !important; + border-color: #2ECC71; } + .group .is-success .input:focus, .group.is-success .input:focus { + background: white; + color: black !important; } + .group .is-info .append-icon i, + .group .is-info .pre-append-icon i, .group.is-info .append-icon i, + .group.is-info .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #17a2b8; } + .group .is-info .input, .group.is-info .input { + background: rgba(23, 162, 184, 0.1); + color: #117a8b !important; + border-color: #17a2b8; } + .group .is-info .input:focus, .group.is-info .input:focus { + background: white; + color: black !important; } + .group .is-warning .append-icon i, + .group .is-warning .pre-append-icon i, .group.is-warning .append-icon i, + .group.is-warning .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #F3BB45; } + .group .is-warning .input, .group.is-warning .input { + background: rgba(243, 187, 69, 0.1); + color: #f0a915 !important; + border-color: #F3BB45; } + .group .is-warning .input:focus, .group.is-warning .input:focus { + background: white; + color: black !important; } + .group .is-danger .append-icon i, + .group .is-danger .pre-append-icon i, .group.is-danger .append-icon i, + .group.is-danger .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #E74C3C; } + .group .is-danger .input, .group.is-danger .input { + background: rgba(231, 76, 60, 0.1); + color: #d62c1a !important; + border-color: #E74C3C; } + .group .is-danger .input:focus, .group.is-danger .input:focus { + background: white; + color: black !important; } + .group .is-muted .append-icon i, + .group .is-muted .pre-append-icon i, .group.is-muted .append-icon i, + .group.is-muted .pre-append-icon i { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #9E9E9E; } + .group .is-muted .input, .group.is-muted .input { + background: rgba(158, 158, 158, 0.1); + color: #858585 !important; + border-color: #9E9E9E; } + .group .is-muted .input:focus, .group.is-muted .input:focus { + background: white; + color: black !important; } + +.input-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; } + .input-group.input-addon { + padding: 0 !important; } + .input-group.input-addon .pre-append-icon { + position: absolute; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 40px; + height: 100%; + top: 0; + left: 0; + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; } + .input-group.input-addon .append-icon { + position: absolute; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 40px; + height: 100%; + top: 0; + right: 0; + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; } + .input-group.input-addon.input-addon-both input { + padding-left: 40px; + padding-right: 40px; } + .input-group.input-addon.input-addon-left input { + padding-left: 40px; } + .input-group.input-addon.input-addon-right input { + padding-right: 40px; } + +.radio-group, +.checkbox-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .radio-group label, + .checkbox-group label { + margin: 0; + margin-left: 10px; } + +[type="radio"], +[type="checkbox"] { + width: 15px; + height: 15px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0; } + +.custom-radio, +.custom-checkbox { + position: relative; + display: block; } + .custom-radio input, + .custom-checkbox input { + position: absolute; + z-index: -1; + opacity: 0; } + .custom-radio input:checked ~ label::before, + .custom-checkbox input:checked ~ label::before { + color: #fff; + background-color: #5b3ff9; + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; } + .custom-radio label, + .custom-checkbox label { + margin-bottom: 0; + padding-left: 25px; } + +.custom-checkbox { + position: relative; + display: block; } + .custom-checkbox input:checked ~ label::after { + background-image: url("data:image/svg+xml;charset=utf8,%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 input:checked:focus ~ label::before { + -webkit-box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25); + box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25); } + .custom-checkbox label { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; } + .custom-checkbox label::before { + content: ""; + position: absolute; + top: 50%; + left: 0; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + display: block; + width: 16px; + height: 16px; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: #dee2e6; + border-radius: 4px; } + .custom-checkbox label::after { + content: ""; + position: absolute; + top: 50%; + left: 0; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + display: block; + width: 16px; + height: 16px; + background-repeat: no-repeat; + background-position: center center; + background-size: 50% 50%; } + +.custom-radio input:checked ~ label::after { + background-image: url("data:image/svg+xml;charset=utf8,%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 input:focus ~ label::before { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + -webkit-box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25); + box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25); } + +.custom-radio label::before { + content: ""; + position: absolute; + top: 50%; + left: 0; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + display: block; + width: 16px; + height: 16px; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: #dee2e6; + border-radius: 50%; } + +.custom-radio label::after { + content: ""; + position: absolute; + top: 50%; + left: 0; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + display: block; + width: 16px; + height: 16px; + background-repeat: no-repeat; + background-position: center center; + background-size: 50% 50%; } + +.checkbox-toggle { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; } + .checkbox-toggle label { + margin: 0 !important; } + +.checkbox-toggle input[type='checkbox'] { + display: block; + margin: 0 10px 0 0; + -moz-appearance: none; + appearance: none; + -webkit-appearance: none; + border: none; + outline: none; + background-color: #d8dcdf; + width: 50px; + height: 22px; + border-radius: 3px; + cursor: pointer; + position: relative; + -webkit-transition: background-color 1s; + transition: background-color 1s; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); } + +.checkbox-toggle.rounded input[type='checkbox']:after, +.checkbox-toggle.rounded input[type='checkbox'] { + border-radius: 35px !important; } + +.checkbox-toggle input[type='checkbox']:after { + content: attr(data-off); + 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; + position: absolute; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + left: 2px; + text-transform: uppercase; + font-size: 12px; + width: 50%; + height: calc(100% - 4px); + font-weight: bold; + background-color: #fdfdfd; + border-radius: 2px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); + background: white; + -webkit-transition: .5s all; + transition: .5s all; } + +.checkbox-toggle input[type='checkbox']:checked { + background-color: #aeb5bd; } + +.checkbox-toggle.primary input[type='checkbox']:checked { + background-color: #5b3ff9 !important; } + +.checkbox-toggle.primary input[type='checkbox']:checked:after { + color: #5b3ff9 !important; } + +.checkbox-toggle.secondary input[type='checkbox']:checked { + background-color: #363b4d !important; } + +.checkbox-toggle.secondary input[type='checkbox']:checked:after { + color: #363b4d !important; } + +.checkbox-toggle.light input[type='checkbox']:checked { + background-color: #f4f5f6 !important; } + +.checkbox-toggle.light input[type='checkbox']:checked:after { + color: #f4f5f6 !important; } + +.checkbox-toggle.dark input[type='checkbox']:checked { + background-color: #1c1b19 !important; } + +.checkbox-toggle.dark input[type='checkbox']:checked:after { + color: #1c1b19 !important; } + +.checkbox-toggle.gray input[type='checkbox']:checked { + background-color: gray !important; } + +.checkbox-toggle.gray input[type='checkbox']:checked:after { + color: gray !important; } + +.checkbox-toggle.white input[type='checkbox']:checked { + background-color: white !important; } + +.checkbox-toggle.white input[type='checkbox']:checked:after { + color: white !important; } + +.checkbox-toggle.success input[type='checkbox']:checked { + background-color: #2ECC71 !important; } + +.checkbox-toggle.success input[type='checkbox']:checked:after { + color: #2ECC71 !important; } + +.checkbox-toggle.info input[type='checkbox']:checked { + background-color: #17a2b8 !important; } + +.checkbox-toggle.info input[type='checkbox']:checked:after { + color: #17a2b8 !important; } + +.checkbox-toggle.warning input[type='checkbox']:checked { + background-color: #F3BB45 !important; } + +.checkbox-toggle.warning input[type='checkbox']:checked:after { + color: #F3BB45 !important; } + +.checkbox-toggle.danger input[type='checkbox']:checked { + background-color: #E74C3C !important; } + +.checkbox-toggle.danger input[type='checkbox']:checked:after { + color: #E74C3C !important; } + +.checkbox-toggle.muted input[type='checkbox']:checked { + background-color: #9E9E9E !important; } + +.checkbox-toggle.muted input[type='checkbox']:checked:after { + color: #9E9E9E !important; } + +.checkbox-toggle input[type='checkbox']:checked:after { + content: attr(data-on); + left: calc(50% - 2px); } + +.dropdown { + position: relative; } + .dropdown:hover > .dropdown-menu, + .dropdown.menu-showing > .dropdown-menu { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .dropdown li { + list-style: none; + margin: 0; } + .dropdown.btn > .dropdown-menu { + top: 100% !important; } + .dropdown > .dropdown-menu { + display: none; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + min-width: 200px; + width: 100%; + background: white; + -webkit-box-shadow: 0 2px 4px 0 rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1); + box-shadow: 0 2px 4px 0 rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1); + padding: 5px 0; + position: absolute; + right: 0; + top: 100%; + white-space: nowrap; + -webkit-animation: dropdown 0.220s forwards ease-in-out; + animation: dropdown 0.220s forwards ease-in-out; + z-index: 1000; + border-radius: 4px; } + .dropdown > .dropdown-menu .dropdown-group { + border-bottom: 1px solid #e9ecef; } + .dropdown > .dropdown-menu .dropdown-group .dropdown-title { + display: block; + color: #363b4d; + font-weight: bold; + border-bottom: 1px solid #e9ecef; + text-align: left; + white-space: nowrap; + padding: 10px 15px; } + .dropdown > .dropdown-menu .dropdown-group .inner-dropdown > a, + .dropdown > .dropdown-menu .dropdown-group > li > a, + .dropdown > .dropdown-menu .dropdown-group > a { + padding-left: 25px !important; } + .dropdown > .dropdown-menu .dropdown-divider { + height: 0; + overflow: hidden; + border-top: 1px solid #e9ecef; } + .dropdown > .dropdown-menu a { + display: block; + color: #333; + text-align: left; + padding: 10px 15px; } + .dropdown > .dropdown-menu a.active, .dropdown > .dropdown-menu a.is-active, .dropdown > .dropdown-menu a:hover { + color: white; + background: #5b3ff9; } + .dropdown > .dropdown-menu .menu-hiding { + -webkit-animation: dropdownHiding 0.220s forwards ease-in-out; + animation: dropdownHiding 0.220s forwards ease-in-out; } + .dropdown > .dropdown-menu .inner-dropdown .dropdown-menu { + top: 0; + -webkit-animation: dropdownInner 0.220s forwards ease-in-out; + animation: dropdownInner 0.220s forwards ease-in-out; + margin-top: 0 !important; } + .dropdown > .dropdown-menu .inner-dropdown.dropdown-right > .dropdown-menu { + left: 100%; } + .dropdown > .dropdown-menu .inner-dropdown.dropdown-left > .dropdown-menu { + left: -100%; } + @media (max-width: 768px) { + .dropdown > .dropdown-menu .inner-dropdown .dropdown-menu { + top: 100% !important; } + .dropdown > .dropdown-menu .inner-dropdown.dropdown-right > .dropdown-menu { + left: 0 !important; } + .dropdown > .dropdown-menu .inner-dropdown.dropdown-left > .dropdown-menu { + left: 0 !important; } } + .dropdown.dropdown-bigger { + position: static; } + .dropdown.dropdown-bigger > .dropdown-menu { + left: 0 !important; + width: 100%; + min-width: auto !important; + max-width: 100% !important; } + .dropdown.dropdown-right > .dropdown-menu { + right: 0; } + .dropdown.dropdown-left > .dropdown-menu { + left: 0; } + .dropdown.carret:after, + .dropdown > button:after, + .dropdown > div:not(.dropdown-menu):after, + .dropdown > a:after { + display: inline-block; + width: 0; + height: 0; + margin-left: 10px; + vertical-align: 4px; + content: " "; + border-top: 5px solid; + border-right: 5px solid transparent; + border-bottom: 0; + border-left: 5px solid transparent; } + +@-webkit-keyframes dropdown { + 0% { + opacity: 0; + top: 80%; } + 100% { + opacity: 1; + top: 100%; } } + +@keyframes dropdown { + 0% { + opacity: 0; + top: 80%; } + 100% { + opacity: 1; + top: 100%; } } + +@-webkit-keyframes dropdownInner { + 0% { + opacity: 0; + top: -10%; } + 100% { + opacity: 1; + top: 0; } } + +@keyframes dropdownInner { + 0% { + opacity: 0; + top: -10%; } + 100% { + opacity: 1; + top: 0; } } + +@-webkit-keyframes dropdownHiding { + 0% { + opacity: 0; + top: 0; } + 100% { + opacity: 1; + top: -10%; } } + +@keyframes dropdownHiding { + 0% { + opacity: 0; + top: 0; } + 100% { + opacity: 1; + top: -10%; } } + +.card { + position: relative; + max-width: 100%; + background-color: #fff; + background-clip: border-box; + word-wrap: break-word; + overflow: hidden; + border: 1px solid rgba(0, 0, 0, 0.125); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + border-radius: 4px; } + .card .card-header { + background-color: white; + padding: 10px 15px; + border-bottom: 1px solid rgba(0, 0, 0, 0.125); } + .card .card-header .card-title { + margin: 0; } + .card .card-body { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 15px; + background-color: white; } + .card .card-footer { + background-color: white; + padding: 10px 15px; + border-top: 1px solid rgba(0, 0, 0, 0.125); } + +.equal-cards .card { + height: 100%; } + +dl, +ol, +ul { + list-style: none; + margin-top: 0; + padding-left: 20px; } + dl dl, + dl ol, + dl ul, + ol dl, + ol ol, + ol ul, + ul dl, + ul ol, + ul ul { + font-size: 100%; + margin: 0; } + +ol { + list-style: decimal inside; } + +ul { + list-style: circle inside; } + +ul li, +ol li { + margin-bottom: 5px; } + +blockquote { + padding: 20px 30px; + margin-left: 0; + margin-right: 0; + border-left: 4px solid #5b3ff9; + background-color: #f9f9f9; } + +.table-fluid { + max-width: 100%; + width: 100%; + overflow-x: auto; } + .table-fluid tr, + .table-fluid td, + .table-fluid table { + white-space: nowrap; } + +table.table { + border-collapse: collapse; + border-spacing: 0; + width: 100%; + display: table; } + table.table td, + table.table th, + table.table td, + table.table th { + padding: 10px 15px; + display: table-cell; + text-align: left; + vertical-align: middle; } + table.table thead { + background-color: #f4f5f6; } + table.table thead th { + padding: 15px !important; + font-weight: bold; } + table.table th { + font-weight: 500; } + table.table tr { + border-bottom: 1px solid #d8dcdf; } + +.table-striped tr:nth-child(even) { + background-color: #f4f5f6; } + +.code-wrap { + overflow-x: auto; } + .code-wrap code { + padding: 10px 15px; } + +code { + background-color: #f4f5f6; + color: #E74C3C; + padding: 4px 8px; + word-wrap: break-word; + overflow-x: auto; + line-height: 1.50; + border-radius: 4px; } + +pre { + font-size: 14px; + padding: 10px 25px; + background: #eee; + overflow-y: hidden; + border-radius: 4px; } + pre > code { + display: block; + padding: 15px; + white-space: pre; } + +.alert { + display: block; + text-align: left; + margin-top: 8px; + margin-bottom: 8px; + padding: 10px 15px; + position: relative; + overflow: hidden; + border-radius: 4px; } + .alert.dismissable { + padding-right: 40px; } + .alert .alert-close { + position: absolute; + top: 0; + right: 0; + padding: 5px 10px; + 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; + height: 100%; + cursor: pointer; } + +.alert.primary { + background: #5b3ff9; + color: white; } + .alert.primary .alert-close:hover { + background: #310ef7; + color: white; } + +.alert.secondary { + background: #363b4d; + color: white; } + .alert.secondary .alert-close:hover { + background: #21242f; + color: white; } + +.alert.light { + background: #f4f5f6; + color: black; } + .alert.light .alert-close:hover { + background: #d8dcdf; + color: black; } + +.alert.dark { + background: #1c1b19; + color: white; } + .alert.dark .alert-close:hover { + background: #010101; + color: white; } + +.alert.gray { + background: gray; + color: white; } + .alert.gray .alert-close:hover { + background: #676767; + color: white; } + +.alert.success { + background: #2ECC71; + color: white; } + .alert.success .alert-close:hover { + background: #25a25a; + color: white; } + +.alert.info { + background: #17a2b8; + color: white; } + .alert.info .alert-close:hover { + background: #117a8b; + color: white; } + +.alert.warning { + background: #F3BB45; + color: white; } + .alert.warning .alert-close:hover { + background: #f0a915; + color: white; } + +.alert.danger { + background: #E74C3C; + color: white; } + .alert.danger .alert-close:hover { + background: #d62c1a; + color: white; } + +.alert.muted { + background: #9E9E9E; + color: white; } + .alert.muted .alert-close:hover { + background: #858585; + color: white; } + +.badge { + display: inline-block; + background-color: #f4f5f6; + font-size: 16px; + padding: 2px 6px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + text-align: center; + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + border-radius: 4px; } + .badge.badge-icon { + width: 40px; + height: 40px; + vertical-align: middle; + text-align: center; + border-radius: 50%; } + .badge.badge-icon > * { + width: 100%; + height: 100%; + 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; } + +.badge-lg { + font-size: 18px; + padding: 2px 8px; } + .badge-lg.badge-icon { + width: 50px; + height: 50px; } + +.badge-sm { + font-size: 12px; + padding: 2px 6px; } + .badge-sm.badge-icon { + width: 30px; + height: 30px; } + +.badge.rounded { + border-radius: 35px; } + +.badge.primary { + background-color: #5b3ff9 !important; + color: white; } + .badge.primary > * { + color: white; } + +.badge.primary.outline { + background-color: transparent !important; + color: #5b3ff9; + border: 1px solid #5b3ff9; } + .badge.primary.outline > * { + color: #5b3ff9; } + +a.badge.primary:hover { + background-color: #310ef7 !important; + color: white; } + +a.badge.primary.outline:hover { + background-color: #5b3ff9 !important; + color: white !important; } + a.badge.primary.outline:hover > * { + color: white !important; } + +.badge.secondary { + background-color: #363b4d !important; + color: white; } + .badge.secondary > * { + color: white; } + +.badge.secondary.outline { + background-color: transparent !important; + color: #363b4d; + border: 1px solid #363b4d; } + .badge.secondary.outline > * { + color: #363b4d; } + +a.badge.secondary:hover { + background-color: #21242f !important; + color: white; } + +a.badge.secondary.outline:hover { + background-color: #363b4d !important; + color: white !important; } + a.badge.secondary.outline:hover > * { + color: white !important; } + +.badge.light { + background-color: #f4f5f6 !important; + color: white; } + .badge.light > * { + color: white; } + +.badge.light.outline { + background-color: transparent !important; + color: #f4f5f6; + border: 1px solid #f4f5f6; } + .badge.light.outline > * { + color: #f4f5f6; } + +a.badge.light:hover { + background-color: #d8dcdf !important; + color: white; } + +a.badge.light.outline:hover { + background-color: #f4f5f6 !important; + color: white !important; } + a.badge.light.outline:hover > * { + color: white !important; } + +.badge.dark { + background-color: #1c1b19 !important; + color: white; } + .badge.dark > * { + color: white; } + +.badge.dark.outline { + background-color: transparent !important; + color: #1c1b19; + border: 1px solid #1c1b19; } + .badge.dark.outline > * { + color: #1c1b19; } + +a.badge.dark:hover { + background-color: #010101 !important; + color: white; } + +a.badge.dark.outline:hover { + background-color: #1c1b19 !important; + color: white !important; } + a.badge.dark.outline:hover > * { + color: white !important; } + +.badge.gray { + background-color: gray !important; + color: white; } + .badge.gray > * { + color: white; } + +.badge.gray.outline { + background-color: transparent !important; + color: gray; + border: 1px solid gray; } + .badge.gray.outline > * { + color: gray; } + +a.badge.gray:hover { + background-color: #676767 !important; + color: white; } + +a.badge.gray.outline:hover { + background-color: gray !important; + color: white !important; } + a.badge.gray.outline:hover > * { + color: white !important; } + +.badge.white { + background-color: white !important; + color: white; } + .badge.white > * { + color: white; } + +.badge.white.outline { + background-color: transparent !important; + color: white; + border: 1px solid white; } + .badge.white.outline > * { + color: white; } + +a.badge.white:hover { + background-color: #e6e6e6 !important; + color: white; } + +a.badge.white.outline:hover { + background-color: white !important; + color: white !important; } + a.badge.white.outline:hover > * { + color: white !important; } + +.badge.success { + background-color: #2ECC71 !important; + color: white; } + .badge.success > * { + color: white; } + +.badge.success.outline { + background-color: transparent !important; + color: #2ECC71; + border: 1px solid #2ECC71; } + .badge.success.outline > * { + color: #2ECC71; } + +a.badge.success:hover { + background-color: #25a25a !important; + color: white; } + +a.badge.success.outline:hover { + background-color: #2ECC71 !important; + color: white !important; } + a.badge.success.outline:hover > * { + color: white !important; } + +.badge.info { + background-color: #17a2b8 !important; + color: white; } + .badge.info > * { + color: white; } + +.badge.info.outline { + background-color: transparent !important; + color: #17a2b8; + border: 1px solid #17a2b8; } + .badge.info.outline > * { + color: #17a2b8; } + +a.badge.info:hover { + background-color: #117a8b !important; + color: white; } + +a.badge.info.outline:hover { + background-color: #17a2b8 !important; + color: white !important; } + a.badge.info.outline:hover > * { + color: white !important; } + +.badge.warning { + background-color: #F3BB45 !important; + color: white; } + .badge.warning > * { + color: white; } + +.badge.warning.outline { + background-color: transparent !important; + color: #F3BB45; + border: 1px solid #F3BB45; } + .badge.warning.outline > * { + color: #F3BB45; } + +a.badge.warning:hover { + background-color: #f0a915 !important; + color: white; } + +a.badge.warning.outline:hover { + background-color: #F3BB45 !important; + color: white !important; } + a.badge.warning.outline:hover > * { + color: white !important; } + +.badge.danger { + background-color: #E74C3C !important; + color: white; } + .badge.danger > * { + color: white; } + +.badge.danger.outline { + background-color: transparent !important; + color: #E74C3C; + border: 1px solid #E74C3C; } + .badge.danger.outline > * { + color: #E74C3C; } + +a.badge.danger:hover { + background-color: #d62c1a !important; + color: white; } + +a.badge.danger.outline:hover { + background-color: #E74C3C !important; + color: white !important; } + a.badge.danger.outline:hover > * { + color: white !important; } + +.badge.muted { + background-color: #9E9E9E !important; + color: white; } + .badge.muted > * { + color: white; } + +.badge.muted.outline { + background-color: transparent !important; + color: #9E9E9E; + border: 1px solid #9E9E9E; } + .badge.muted.outline > * { + color: #9E9E9E; } + +a.badge.muted:hover { + background-color: #858585 !important; + color: white; } + +a.badge.muted.outline:hover { + background-color: #9E9E9E !important; + color: white !important; } + a.badge.muted.outline:hover > * { + color: white !important; } + +.modal { + -webkit-transition: all 0.500s !important; + transition: all 0.500s !important; + width: 100%; + height: 100%; + min-height: 100vh; + max-height: 100vh; + padding: 80px 15px; + position: fixed; + top: 0; + left: 0; + pointer-events: none; + z-index: -10; + overflow-x: hidden; + opacity: 0; + overflow-y: auto !important; } + .modal .modal-container { + position: relative; + margin: 0 auto; + overflow: hidden; + z-index: 1350; + -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 5px 1px rgba(0, 0, 0, 0.1); + box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 5px 1px rgba(0, 0, 0, 0.1); + border-radius: 4px; } + +.modal-title { + margin: 0; + font-size: 20px; } + +.modal-header { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + background: white; + border-bottom: 1px solid #e9ecef; + padding: 10px 15px; } + .modal-header .modal-close { + padding: 10px; + cursor: pointer; } + .modal-header .modal-close:hover { + opacity: 0.5; } + +.modal-container { + display: none; + max-width: 580px; + width: 100%; + height: auto; + background: white; + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; } + .modal-container.modal-sm { + max-width: 480px; } + .modal-container.modal-md { + max-width: 750px; } + .modal-container.modal-lg { + max-width: 1100px; } + .modal-container .modal-body { + padding: 15px; } + .modal-container .modal-footer { + padding: 10px 15px; + background: white; + border-top: 1px solid #e9ecef; } + +.modal.modal-show { + opacity: 1 !important; + z-index: 1250 !important; + -webkit-animation: modalbg 1s ease-in forwards; + animation: modalbg 1s ease-in forwards; + pointer-events: initial !important; } + .modal.modal-show .modal-container { + display: block !important; } + .modal.modal-show .modal-container.animation-added { + -webkit-animation: animateUp 0.5s forwards; + animation: animateUp 0.5s forwards; } + +.modal-exit { + top: 0 !important; + opacity: 0; + z-index: -1; } + +@-webkit-keyframes modalbg { + 0% { + background: rgba(0, 0, 0, 0); } + 100% { + background: rgba(0, 0, 0, 0.5); } } + +@keyframes modalbg { + 0% { + background: rgba(0, 0, 0, 0); } + 100% { + background: rgba(0, 0, 0, 0.5); } } + +@-webkit-keyframes animateUp { + 0% { + -webkit-transform: translateY(-50px); + transform: translateY(-50px); } + 100% { + -webkit-transform: translateY(0px); + transform: translateY(0px); } } + +@keyframes animateUp { + 0% { + -webkit-transform: translateY(-50px); + transform: translateY(-50px); } + 100% { + -webkit-transform: translateY(0px); + transform: translateY(0px); } } + +.tab-nav.default { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + border-bottom: 1px solid #d8dcdf; } + .tab-nav.default .tab-link { + outline: none; + border: none; + display: block; + padding: 10px 15px 20px 15px; + cursor: pointer; + background: white; + color: #1c1b19; + position: relative; } + .tab-nav.default .tab-link:hover { + color: #5b3ff9; } + .tab-nav.default .tab-link.active { + color: #5b3ff9; + background-color: white; } + .tab-nav.default .tab-link.active:before, .tab-nav.default .tab-link.active:focus:before, .tab-nav.default .tab-link.active:hover:before { + border-bottom: 11px solid #cacfd4; + border-left: 11px solid transparent; + border-right: 11px solid transparent; + content: ""; + display: inline-block; + position: absolute; + right: 40%; + bottom: 0; + z-index: 1; } + .tab-nav.default .tab-link.active:after, .tab-nav.default .tab-link.active:focus:after, .tab-nav.default .tab-link.active:hover:after { + border-bottom: 11px solid #fff; + border-left: 11px solid transparent; + border-right: 11px solid transparent; + content: ""; + display: inline-block; + position: absolute; + right: 40%; + bottom: -1px; + z-index: 1; } + +.tab-container { + padding: 15px 0; } + +.tab-content { + display: none; + padding: 6px 12px; + -webkit-animation: fadeEffect 1s; + animation: fadeEffect 1s; } + .tab-content.active { + display: block !important; } + .tab-content .tab-close { + cursor: pointer; + opacity: 0.5; + font-size: 16px; } + .tab-content .tab-close:hover { + opacity: 1; } + +@-webkit-keyframes fadeEffect { + from { + opacity: 0; } + to { + opacity: 1; } } + +@keyframes fadeEffect { + from { + opacity: 0; } + to { + opacity: 1; } } + +.accordion { + -webkit-transition: all 0.125s; + transition: all 0.125s; + width: 100%; + border: none; + outline: none; + cursor: pointer; } + +.accordion-container.default .accordion { + padding: 15px; + background-color: white; + border: 1px solid #d8dcdf; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + border-radius: 4px; } + .accordion-container.default .accordion:not(.active) { + margin-bottom: 5px; } + .accordion-container.default .accordion.active:after { + color: white; } + +.accordion-container.default .active, +.accordion-container.default .accordion:hover { + border-color: #5b3ff9; + color: white; + background: #5b3ff9; } + .accordion-container.default .active:after, + .accordion-container.default .accordion:hover:after { + color: white; } + +.accordion-container.default .accordion:after { + content: '\002B'; + color: #777; + font-weight: bold; + float: right; + font-size: 20px; + margin-left: 5px; } + +.accordion-container.default .active:after { + content: "\2212"; } + +.accordion-container.default .panel-box { + border: 1px solid #d8dcdf; + padding: 15px; + margin-bottom: 5px; + margin-top: 5px; + background-color: white; + border-radius: 4px; } + +.accordion-container .panel { + -webkit-transition: max-height 0.2s ease-out; + transition: max-height 0.2s ease-out; + max-height: 0; + overflow: hidden; } + +.breadcrumb { + list-style: none; + padding: 15px 20px; + margin: 0; + background-color: #f4f5f6; } + .breadcrumb li { + list-style: none; + display: inline; } + .breadcrumb li + li:before { + padding: 8px; + color: black; + content: ""; + font-family: fontAwesome; } + .breadcrumb.primary { + background: #5b3ff9; + color: white; } + .breadcrumb.primary a { + color: white; } + .breadcrumb.primary li + li:before { + color: white; } + .breadcrumb.secondary { + background: #363b4d; + color: white; } + .breadcrumb.secondary a { + color: white; } + .breadcrumb.secondary li + li:before { + color: white; } + .breadcrumb.light { + background: #f4f5f6; + color: black; } + .breadcrumb.light a { + color: white; } + .breadcrumb.light li + li:before { + color: black; } + .breadcrumb.dark { + background: #1c1b19; + color: white; } + .breadcrumb.dark a { + color: white; } + .breadcrumb.dark li + li:before { + color: white; } + .breadcrumb.gray { + background: gray; + color: white; } + .breadcrumb.gray a { + color: white; } + .breadcrumb.gray li + li:before { + color: white; } + .breadcrumb.success { + background: #2ECC71; + color: white; } + .breadcrumb.success a { + color: white; } + .breadcrumb.success li + li:before { + color: white; } + .breadcrumb.info { + background: #17a2b8; + color: white; } + .breadcrumb.info a { + color: white; } + .breadcrumb.info li + li:before { + color: white; } + .breadcrumb.warning { + background: #F3BB45; + color: white; } + .breadcrumb.warning a { + color: white; } + .breadcrumb.warning li + li:before { + color: white; } + .breadcrumb.danger { + background: #E74C3C; + color: white; } + .breadcrumb.danger a { + color: white; } + .breadcrumb.danger li + li:before { + color: white; } + .breadcrumb.muted { + background: #9E9E9E; + color: white; } + .breadcrumb.muted a { + color: white; } + .breadcrumb.muted li + li:before { + color: white; } + +.progress { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + height: 18px; + overflow: hidden; + font-size: 12px; + background-color: #ccc; + border-radius: 4px; } + .progress .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; + -webkit-transition: width .6s ease; + transition: width .6s ease; } + .progress .progress-bar.striped { + 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); + background-size: 16px 16px; } + .progress .progress-bar.animated-stripe { + -webkit-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite; } + .progress.primary .progress-bar { + background-color: #5b3ff9 !important; } + .progress.secondary .progress-bar { + background-color: #363b4d !important; } + .progress.light .progress-bar { + background-color: #f4f5f6 !important; } + .progress.dark .progress-bar { + background-color: #1c1b19 !important; } + .progress.gray .progress-bar { + background-color: gray !important; } + .progress.white .progress-bar { + background-color: white !important; } + .progress.success .progress-bar { + background-color: #2ECC71 !important; } + .progress.info .progress-bar { + background-color: #17a2b8 !important; } + .progress.warning .progress-bar { + background-color: #F3BB45 !important; } + .progress.danger .progress-bar { + background-color: #E74C3C !important; } + .progress.muted .progress-bar { + background-color: #9E9E9E !important; } + +@-webkit-keyframes progress-bar-stripes { + 0% { + background-position: 0 16px; } + 100% { + background-position: 0 0; } } + +@keyframes progress-bar-stripes { + 0% { + background-position: 0 16px; } + 100% { + background-position: 0 0; } } + +[data-tip] { + position: relative; } + [data-tip].tooltip-active::before, [data-tip].tooltip-active::after, [data-tip]:focus::before, [data-tip]:focus::after, [data-tip]:hover::before, [data-tip]:hover::after { + visibility: visible; + margin-top: 0 !important; } + +[data-tip]::before { + content: ""; + position: absolute; + top: -6px; + left: 50%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + border-width: 4px 6px 0 6px; + border-style: solid; + border-color: #1c1b19 transparent transparent transparent; + z-index: 100; + margin-top: 10px; } + +[data-tip]::after { + content: attr(data-tip); + position: absolute; + left: 50%; + top: -6px; + display: block; + -webkit-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); + background: #1c1b19; + color: #fff; + padding: 10px; + font-size: 12px; + min-width: 150px; + pointer-events: none; + margin-top: 10px; + border-radius: 4px; + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; } + +[data-tip]::before, +[data-tip]::after { + visibility: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + pointer-events: none; } + +[data-tip-position="left"]::before { + left: 0%; + top: 50%; + margin-left: -12px; + -webkit-transform: translatey(-50%) rotate(-90deg); + transform: translatey(-50%) rotate(-90deg); } + +[data-tip-position='top']::before { + left: 50%; } + +[data-tip-position='bottom']::before { + top: 100%; + margin-top: 8px; + -webkit-transform: translateX(-50%) translateY(-100%) rotate(-180deg); + transform: translateX(-50%) translateY(-100%) rotate(-180deg); } + +[data-tip-position='right']::before { + left: 100%; + top: 50%; + margin-left: 1px; + -webkit-transform: translateY(-50%) rotate(90deg); + transform: translateY(-50%) rotate(90deg); } + +[data-tip-position='left']::after { + left: 0%; + top: 50%; + margin-left: -8px; + -webkit-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } + +[data-tip-position='top']::after { + left: 50%; } + +[data-tip-position='bottom']::after { + top: 100%; + margin-top: 8px; + -webkit-transform: translateX(-50%) translateY(0%); + transform: translateX(-50%) translateY(0%); } + +[data-tip-position='right']::after { + left: 100%; + top: 50%; + margin-left: 8px; + -webkit-transform: translateX(0%) translateY(-50%); + transform: translateX(0%) translateY(-50%); } + +.chip { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + background: #f4f5f6; + border-radius: 35px; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + font-size: 90%; + height: 30px; + margin: 2px; + text-decoration: none; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + padding: 5px 10px; } + .chip.dismissable { + padding: 5px 4px 5px 8px !important; } + .chip.with-avatar { + padding: 5px 10px 5px 0 !important; } + .chip.with-avatar.dismissable { + padding: 5px 4px 5px 0 !important; } + .chip.with-avatar.avatar-zoomed { + margin: 8px 2px 8px 9px; } + .chip.with-avatar.avatar-zoomed .chip-img { + -webkit-transform: scale(1.4); + transform: scale(1.4); + font-size: 80%; + margin-right: 10px; } + .chip .btn-clear-chip { + border-radius: 50%; + -webkit-transform: scale(0.75); + transform: scale(0.75); + background: white; + min-width: 25px; + min-height: 25px; + margin-left: 5px; + color: #1c1b19; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + border: none; + outline: none; + cursor: pointer; } + .chip .chip-img { + border-radius: 50%; + width: 30px; + height: 30px; + -o-object-fit: cover; + object-fit: cover; + margin-right: 5px; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + font-size: 90%; + font-weight: 500; } + .chip.primary { + background-color: #5b3ff9; + color: white; } + .chip.primary .chip-img { + border: 2px solid white; + background-color: #5b3ff9; } + .chip.primary img.chip-img { + border: 2px solid #5b3ff9; } + .chip.primary .btn-clear-chip:hover { + background: #310ef7; + color: white; } + .chip.secondary { + background-color: #363b4d; + color: white; } + .chip.secondary .chip-img { + border: 2px solid white; + background-color: #363b4d; } + .chip.secondary img.chip-img { + border: 2px solid #363b4d; } + .chip.secondary .btn-clear-chip:hover { + background: #21242f; + color: white; } + .chip.light { + background-color: #f4f5f6; + color: white; } + .chip.light .chip-img { + border: 2px solid white; + background-color: #f4f5f6; } + .chip.light img.chip-img { + border: 2px solid #f4f5f6; } + .chip.light .btn-clear-chip:hover { + background: #d8dcdf; + color: white; } + .chip.dark { + background-color: #1c1b19; + color: white; } + .chip.dark .chip-img { + border: 2px solid white; + background-color: #1c1b19; } + .chip.dark img.chip-img { + border: 2px solid #1c1b19; } + .chip.dark .btn-clear-chip:hover { + background: #010101; + color: white; } + .chip.gray { + background-color: gray; + color: white; } + .chip.gray .chip-img { + border: 2px solid white; + background-color: gray; } + .chip.gray img.chip-img { + border: 2px solid gray; } + .chip.gray .btn-clear-chip:hover { + background: #676767; + color: white; } + .chip.white { + background-color: white; + color: white; } + .chip.white .chip-img { + border: 2px solid white; + background-color: white; } + .chip.white img.chip-img { + border: 2px solid white; } + .chip.white .btn-clear-chip:hover { + background: #e6e6e6; + color: white; } + .chip.success { + background-color: #2ECC71; + color: white; } + .chip.success .chip-img { + border: 2px solid white; + background-color: #2ECC71; } + .chip.success img.chip-img { + border: 2px solid #2ECC71; } + .chip.success .btn-clear-chip:hover { + background: #25a25a; + color: white; } + .chip.info { + background-color: #17a2b8; + color: white; } + .chip.info .chip-img { + border: 2px solid white; + background-color: #17a2b8; } + .chip.info img.chip-img { + border: 2px solid #17a2b8; } + .chip.info .btn-clear-chip:hover { + background: #117a8b; + color: white; } + .chip.warning { + background-color: #F3BB45; + color: white; } + .chip.warning .chip-img { + border: 2px solid white; + background-color: #F3BB45; } + .chip.warning img.chip-img { + border: 2px solid #F3BB45; } + .chip.warning .btn-clear-chip:hover { + background: #f0a915; + color: white; } + .chip.danger { + background-color: #E74C3C; + color: white; } + .chip.danger .chip-img { + border: 2px solid white; + background-color: #E74C3C; } + .chip.danger img.chip-img { + border: 2px solid #E74C3C; } + .chip.danger .btn-clear-chip:hover { + background: #d62c1a; + color: white; } + .chip.muted { + background-color: #9E9E9E; + color: white; } + .chip.muted .chip-img { + border: 2px solid white; + background-color: #9E9E9E; } + .chip.muted img.chip-img { + border: 2px solid #9E9E9E; } + .chip.muted .btn-clear-chip:hover { + background: #858585; + color: white; } + +[disabled] { + -webkit-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; + pointer-events: none !important; + opacity: 0.5; } + +.overflow-unset { + overflow: unset !important; } + +.d-none { + display: none !important; } + +.d-block { + display: block !important; } + +.d-inline { + display: inline !important; } + +.d-inline-block { + display: inline-block !important; } + +[class*="flex"], +.d-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + +.flex-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } + +.flex-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } + +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } + +.fj-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + +.fj-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + +.fj-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + +.fj-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + +.fj-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + +.fj-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; } + +.fj-baseline { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; } + +.fa-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + +.fa-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + +.fa-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + +.fa-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + +.flex-center-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + +.float-left { + float: left !important; } + +.float-right { + float: right !important; } + +.clearfix { + clear: both; + float: none !important; } + +.bg-primary { + background-color: #5b3ff9 !important; } + +.bg-secondary { + background-color: #363b4d !important; } + +.bg-light { + background-color: #f4f5f6 !important; } + +.bg-dark { + background-color: #1c1b19 !important; } + +.bg-gray { + background-color: gray !important; } + +.bg-white { + background-color: white !important; } + +.bg-success { + background-color: #2ECC71 !important; } + +.bg-info { + background-color: #17a2b8 !important; } + +.bg-warning { + background-color: #F3BB45 !important; } + +.bg-danger { + background-color: #E74C3C !important; } + +.bg-muted { + background-color: #9E9E9E !important; } + +.bg-none { + background: none !important; } + +.text-primary { + color: #5b3ff9 !important; } + +.text-secondary { + color: #363b4d !important; } + +.text-light { + color: #f4f5f6 !important; } + +.text-dark { + color: #1c1b19 !important; } + +.text-gray { + color: gray !important; } + +.text-white { + color: white !important; } + +.text-success { + color: #2ECC71 !important; } + +.text-info { + color: #17a2b8 !important; } + +.text-warning { + color: #F3BB45 !important; } + +.text-danger { + color: #E74C3C !important; } + +.text-muted { + color: #9E9E9E !important; } + +.w-100 { + width: 100% !important; } + +.h-100 { + height: 100%; } + +.p-0 { + padding: 0 !important; } + +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; } + +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } + +.pt-0 { + padding-top: 0 !important; } + +.pb-0 { + padding-bottom: 0 !important; } + +.pl-0 { + padding-left: 0 !important; } + +.pr-0 { + padding-right: 0 !important; } + +.p-1 { + padding: 10px !important; } + +.py-1 { + padding-top: 10px !important; + padding-bottom: 10px !important; } + +.px-1 { + padding-left: 10px !important; + padding-right: 10px !important; } + +.pl-1 { + padding-left: 10px !important; } + +.pr-1 { + padding-right: 10px !important; } + +.pt-1 { + padding-top: 10px !important; } + +.pb-1 { + padding-bottom: 10px !important; } + +.p-2 { + padding: 20px !important; } + +.py-2 { + padding-top: 20px !important; + padding-bottom: 20px !important; } + +.px-2 { + padding-left: 20px !important; + padding-right: 20px !important; } + +.pl-2 { + padding-left: 20px !important; } + +.pr-2 { + padding-right: 20px !important; } + +.pt-2 { + padding-top: 20px !important; } + +.pb-2 { + padding-bottom: 20px !important; } + +.p-3 { + padding: 30px !important; } + +.py-3 { + padding-top: 30px !important; + padding-bottom: 30px !important; } + +.px-3 { + padding-left: 30px !important; + padding-right: 30px !important; } + +.pl-3 { + padding-left: 30px !important; } + +.pr-3 { + padding-right: 30px !important; } + +.pt-3 { + padding-top: 30px !important; } + +.pb-3 { + padding-bottom: 30px !important; } + +.p-4 { + padding: 40px !important; } + +.py-4 { + padding-top: 40px !important; + padding-bottom: 40px !important; } + +.px-4 { + padding-left: 40px !important; + padding-right: 40px !important; } + +.pl-4 { + padding-left: 40px !important; } + +.pr-4 { + padding-right: 40px !important; } + +.pt-4 { + padding-top: 40px !important; } + +.pb-4 { + padding-bottom: 40px !important; } + +.p-5 { + padding: 50px !important; } + +.py-5 { + padding-top: 50px !important; + padding-bottom: 50px !important; } + +.px-5 { + padding-left: 50px !important; + padding-right: 50px !important; } + +.pl-5 { + padding-left: 50px !important; } + +.pr-5 { + padding-right: 50px !important; } + +.pt-5 { + padding-top: 50px !important; } + +.pb-5 { + padding-bottom: 50px !important; } + +.p-6 { + padding: 60px !important; } + +.py-6 { + padding-top: 60px !important; + padding-bottom: 60px !important; } + +.px-6 { + padding-left: 60px !important; + padding-right: 60px !important; } + +.pl-6 { + padding-left: 60px !important; } + +.pr-6 { + padding-right: 60px !important; } + +.pt-6 { + padding-top: 60px !important; } + +.pb-6 { + padding-bottom: 60px !important; } + +.p-7 { + padding: 70px !important; } + +.py-7 { + padding-top: 70px !important; + padding-bottom: 70px !important; } + +.px-7 { + padding-left: 70px !important; + padding-right: 70px !important; } + +.pl-7 { + padding-left: 70px !important; } + +.pr-7 { + padding-right: 70px !important; } + +.pt-7 { + padding-top: 70px !important; } + +.pb-7 { + padding-bottom: 70px !important; } + +.p-8 { + padding: 80px !important; } + +.py-8 { + padding-top: 80px !important; + padding-bottom: 80px !important; } + +.px-8 { + padding-left: 80px !important; + padding-right: 80px !important; } + +.pl-8 { + padding-left: 80px !important; } + +.pr-8 { + padding-right: 80px !important; } + +.pt-8 { + padding-top: 80px !important; } + +.pb-8 { + padding-bottom: 80px !important; } + +.p-9 { + padding: 90px !important; } + +.py-9 { + padding-top: 90px !important; + padding-bottom: 90px !important; } + +.px-9 { + padding-left: 90px !important; + padding-right: 90px !important; } + +.pl-9 { + padding-left: 90px !important; } + +.pr-9 { + padding-right: 90px !important; } + +.pt-9 { + padding-top: 90px !important; } + +.pb-9 { + padding-bottom: 90px !important; } + +.p-10 { + padding: 100px !important; } + +.py-10 { + padding-top: 100px !important; + padding-bottom: 100px !important; } + +.px-10 { + padding-left: 100px !important; + padding-right: 100px !important; } + +.pl-10 { + padding-left: 100px !important; } + +.pr-10 { + padding-right: 100px !important; } + +.pt-10 { + padding-top: 100px !important; } + +.pb-10 { + padding-bottom: 100px !important; } + +.mx-auto { + margin: 0 auto !important; } + +.m-0 { + margin: 0 !important; } + +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; } + +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } + +.ml-auto { + margin-left: auto !important; } + +.mr-auto { + margin-right: auto !important; } + +.mt-0 { + margin-top: 0 !important; } + +.mb-0 { + margin-bottom: 0 !important; } + +.ml-0 { + margin-left: 0 !important; } + +.mr-0 { + margin-right: 0 !important; } + +.m-1 { + margin: 10px !important; } + +.my-1 { + margin-top: 10px !important; + margin-bottom: 10px !important; } + +.mx-1 { + margin-left: 10px !important; + margin-right: 10px !important; } + +.ml-1 { + margin-left: 10px !important; } + +.mr-1 { + margin-right: 10px !important; } + +.mt-1 { + margin-top: 10px !important; } + +.mb-1 { + margin-bottom: 10px !important; } + +.m-2 { + margin: 20px !important; } + +.my-2 { + margin-top: 20px !important; + margin-bottom: 20px !important; } + +.mx-2 { + margin-left: 20px !important; + margin-right: 20px !important; } + +.ml-2 { + margin-left: 20px !important; } + +.mr-2 { + margin-right: 20px !important; } + +.mt-2 { + margin-top: 20px !important; } + +.mb-2 { + margin-bottom: 20px !important; } + +.m-3 { + margin: 30px !important; } + +.my-3 { + margin-top: 30px !important; + margin-bottom: 30px !important; } + +.mx-3 { + margin-left: 30px !important; + margin-right: 30px !important; } + +.ml-3 { + margin-left: 30px !important; } + +.mr-3 { + margin-right: 30px !important; } + +.mt-3 { + margin-top: 30px !important; } + +.mb-3 { + margin-bottom: 30px !important; } + +.m-4 { + margin: 40px !important; } + +.my-4 { + margin-top: 40px !important; + margin-bottom: 40px !important; } + +.mx-4 { + margin-left: 40px !important; + margin-right: 40px !important; } + +.ml-4 { + margin-left: 40px !important; } + +.mr-4 { + margin-right: 40px !important; } + +.mt-4 { + margin-top: 40px !important; } + +.mb-4 { + margin-bottom: 40px !important; } + +.m-5 { + margin: 50px !important; } + +.my-5 { + margin-top: 50px !important; + margin-bottom: 50px !important; } + +.mx-5 { + margin-left: 50px !important; + margin-right: 50px !important; } + +.ml-5 { + margin-left: 50px !important; } + +.mr-5 { + margin-right: 50px !important; } + +.mt-5 { + margin-top: 50px !important; } + +.mb-5 { + margin-bottom: 50px !important; } + +.m-6 { + margin: 60px !important; } + +.my-6 { + margin-top: 60px !important; + margin-bottom: 60px !important; } + +.mx-6 { + margin-left: 60px !important; + margin-right: 60px !important; } + +.ml-6 { + margin-left: 60px !important; } + +.mr-6 { + margin-right: 60px !important; } + +.mt-6 { + margin-top: 60px !important; } + +.mb-6 { + margin-bottom: 60px !important; } + +.m-7 { + margin: 70px !important; } + +.my-7 { + margin-top: 70px !important; + margin-bottom: 70px !important; } + +.mx-7 { + margin-left: 70px !important; + margin-right: 70px !important; } + +.ml-7 { + margin-left: 70px !important; } + +.mr-7 { + margin-right: 70px !important; } + +.mt-7 { + margin-top: 70px !important; } + +.mb-7 { + margin-bottom: 70px !important; } + +.m-8 { + margin: 80px !important; } + +.my-8 { + margin-top: 80px !important; + margin-bottom: 80px !important; } + +.mx-8 { + margin-left: 80px !important; + margin-right: 80px !important; } + +.ml-8 { + margin-left: 80px !important; } + +.mr-8 { + margin-right: 80px !important; } + +.mt-8 { + margin-top: 80px !important; } + +.mb-8 { + margin-bottom: 80px !important; } + +.m-9 { + margin: 90px !important; } + +.my-9 { + margin-top: 90px !important; + margin-bottom: 90px !important; } + +.mx-9 { + margin-left: 90px !important; + margin-right: 90px !important; } + +.ml-9 { + margin-left: 90px !important; } + +.mr-9 { + margin-right: 90px !important; } + +.mt-9 { + margin-top: 90px !important; } + +.mb-9 { + margin-bottom: 90px !important; } + +.m-10 { + margin: 100px !important; } + +.my-10 { + margin-top: 100px !important; + margin-bottom: 100px !important; } + +.mx-10 { + margin-left: 100px !important; + margin-right: 100px !important; } + +.ml-10 { + margin-left: 100px !important; } + +.mr-10 { + margin-right: 100px !important; } + +.mt-10 { + margin-top: 100px !important; } + +.mb-10 { + margin-bottom: 100px !important; } + +.display-1 { + font-size: 80px; } + +.display-2 { + font-size: 70px; } + +.display-3 { + font-size: 60px; } + +.display-4 { + font-size: 50px; } + +.font-normal { + font-weight: normal !important; } + +.font-bold { + font-weight: bold !important; } + +.weight-100 { + font-weight: 100 !important; } + +.weight-200 { + font-weight: 200 !important; } + +.weight-300 { + font-weight: 300 !important; } + +.weight-400 { + font-weight: 400 !important; } + +.weight-500 { + font-weight: 500 !important; } + +.weight-600 { + font-weight: 600 !important; } + +.weight-700 { + font-weight: 700 !important; } + +.weight-800 { + font-weight: 800 !important; } + +.weight-900 { + font-weight: 900 !important; } + +.text-center { + text-align: center !important; } + +.text-left { + text-align: left !important; } + +.text-right { + text-align: right !important; } + +.uppercase { + text-transform: uppercase !important; } + +.lowercase { + text-transform: lowercase !important; } + +.capitalize { + text-transform: capitalize !important; } + +.b-none { + border: none !important; } + +.bt-none { + border-top: none !important; } + +.bb-none { + border-bottom: none !important; } + +.bl-none { + border-left: none !important; } + +.br-none { + border-right: none !important; } + +.radius-none { + border-radius: 0 !important; } + +.shadow { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } + .shadow:hover { + -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2); } + +.shadow-1 { + -webkit-transition: all 0.22s ease; + transition: all 0.22s ease; + -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); } + .shadow-1:hover { + -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19); + box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19); } + +.shadow-none { + -webkit-box-shadow: none !important; + box-shadow: none !important; } + +.list-unstyled { + padding: 0; + margin: 0; } + .list-unstyled li { + list-style: none; + padding: 0; + margin: 0; } + +.img-fluid { + width: 100%; } + +.img-rounded { + border-radius: 5px; } + +.img-circle { + border-radius: 50%; } + +.img-cover { + -o-object-fit: cover; + object-fit: cover; } + +.img-contain { + -o-object-fit: contain; + object-fit: contain; } + +.rounded { + border-radius: 40px !important; } + +.bg-cover { + background-position: center center; + background-size: cover; + background-repeat: no-repeat; } + +.bg-contain { + background-position: center center; + background-size: contain; + background-repeat: no-repeat; } + +.bg-fixed { + background-attachment: fixed; } + +@media (min-width: 590px) { + .d-none-sm { + display: none !important; } + .d-block-sm { + display: block !important; } + .d-inline-block-sm { + display: inline-block !important; } + .d-flex-sm { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .fa-center-sm { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .fa-baseline-sm { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .fa-start-sm { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .fa-end-sm { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fa-stretch-sm { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .fa-end-sm { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fj-center-sm { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .fj-baseline-sm { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; } + .fj-start-sm { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .fj-end-sm { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .fj-between-sm { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .fj-around-sm { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .text-center-sm { + text-align: center !important; } + .text-left-sm { + text-align: left !important; } + .text-right-sm { + text-align: right !important; } + .display-1-sm { + font-size: 80px; } + .display-2-sm { + font-size: 70px; } + .display-3-sm { + font-size: 60px; } + .display-4-sm { + font-size: 50px; } + .h1-sm { + font-size: 46px; } + .h2-sm { + font-size: 36px; } + .h3-sm { + font-size: 28px; } + .h4-sm { + font-size: 22px; } + .h5-sm { + font-size: 18px; } + .h6-sm { + font-size: 16px; } + p-sm { + font-size: 16px; } + .p-0-sm { + padding: 0 !important; } + .px-0-sm { + padding-left: 0 !important; + padding-right: 0 !important; } + .py-0-sm { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .pt-0-sm { + padding-top: 0 !important; } + .pb-0-sm { + padding-bottom: 0 !important; } + .pl-0-sm { + padding-left: 0 !important; } + .pr-0-sm { + padding-right: 0 !important; } + .p-1-sm { + padding: 10px !important; } + .py-1-sm { + padding-top: 10px !important; + padding-bottom: 10px !important; } + .px-1-sm { + padding-left: 10px !important; + padding-right: 10px !important; } + .pl-1-sm { + padding-left: 10px !important; } + .pr-1-sm { + padding-right: 10px !important; } + .pt-1-sm { + padding-top: 10px !important; } + .pb-1-sm { + padding-bottom: 10px !important; } + .p-2-sm { + padding: 20px !important; } + .py-2-sm { + padding-top: 20px !important; + padding-bottom: 20px !important; } + .px-2-sm { + padding-left: 20px !important; + padding-right: 20px !important; } + .pl-2-sm { + padding-left: 20px !important; } + .pr-2-sm { + padding-right: 20px !important; } + .pt-2-sm { + padding-top: 20px !important; } + .pb-2-sm { + padding-bottom: 20px !important; } + .p-3-sm { + padding: 30px !important; } + .py-3-sm { + padding-top: 30px !important; + padding-bottom: 30px !important; } + .px-3-sm { + padding-left: 30px !important; + padding-right: 30px !important; } + .pl-3-sm { + padding-left: 30px !important; } + .pr-3-sm { + padding-right: 30px !important; } + .pt-3-sm { + padding-top: 30px !important; } + .pb-3-sm { + padding-bottom: 30px !important; } + .p-4-sm { + padding: 40px !important; } + .py-4-sm { + padding-top: 40px !important; + padding-bottom: 40px !important; } + .px-4-sm { + padding-left: 40px !important; + padding-right: 40px !important; } + .pl-4-sm { + padding-left: 40px !important; } + .pr-4-sm { + padding-right: 40px !important; } + .pt-4-sm { + padding-top: 40px !important; } + .pb-4-sm { + padding-bottom: 40px !important; } + .p-5-sm { + padding: 50px !important; } + .py-5-sm { + padding-top: 50px !important; + padding-bottom: 50px !important; } + .px-5-sm { + padding-left: 50px !important; + padding-right: 50px !important; } + .pl-5-sm { + padding-left: 50px !important; } + .pr-5-sm { + padding-right: 50px !important; } + .pt-5-sm { + padding-top: 50px !important; } + .pb-5-sm { + padding-bottom: 50px !important; } + .p-6-sm { + padding: 60px !important; } + .py-6-sm { + padding-top: 60px !important; + padding-bottom: 60px !important; } + .px-6-sm { + padding-left: 60px !important; + padding-right: 60px !important; } + .pl-6-sm { + padding-left: 60px !important; } + .pr-6-sm { + padding-right: 60px !important; } + .pt-6-sm { + padding-top: 60px !important; } + .pb-6-sm { + padding-bottom: 60px !important; } + .p-7-sm { + padding: 70px !important; } + .py-7-sm { + padding-top: 70px !important; + padding-bottom: 70px !important; } + .px-7-sm { + padding-left: 70px !important; + padding-right: 70px !important; } + .pl-7-sm { + padding-left: 70px !important; } + .pr-7-sm { + padding-right: 70px !important; } + .pt-7-sm { + padding-top: 70px !important; } + .pb-7-sm { + padding-bottom: 70px !important; } + .p-8-sm { + padding: 80px !important; } + .py-8-sm { + padding-top: 80px !important; + padding-bottom: 80px !important; } + .px-8-sm { + padding-left: 80px !important; + padding-right: 80px !important; } + .pl-8-sm { + padding-left: 80px !important; } + .pr-8-sm { + padding-right: 80px !important; } + .pt-8-sm { + padding-top: 80px !important; } + .pb-8-sm { + padding-bottom: 80px !important; } + .p-9-sm { + padding: 90px !important; } + .py-9-sm { + padding-top: 90px !important; + padding-bottom: 90px !important; } + .px-9-sm { + padding-left: 90px !important; + padding-right: 90px !important; } + .pl-9-sm { + padding-left: 90px !important; } + .pr-9-sm { + padding-right: 90px !important; } + .pt-9-sm { + padding-top: 90px !important; } + .pb-9-sm { + padding-bottom: 90px !important; } + .p-10-sm { + padding: 100px !important; } + .py-10-sm { + padding-top: 100px !important; + padding-bottom: 100px !important; } + .px-10-sm { + padding-left: 100px !important; + padding-right: 100px !important; } + .pl-10-sm { + padding-left: 100px !important; } + .pr-10-sm { + padding-right: 100px !important; } + .pt-10-sm { + padding-top: 100px !important; } + .pb-10-sm { + padding-bottom: 100px !important; } + .mx-auto-sm { + margin: 0 auto !important; } + .m-0-sm { + margin: 0 !important; } + .mx-0-sm { + margin-left: 0 !important; + margin-right: 0 !important; } + .my-0-sm { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .ml-auto-sm { + margin-left: auto !important; } + .mr-auto-sm { + margin-right: auto !important; } + .mt-0-sm { + margin-top: 0 !important; } + .mb-0-sm { + margin-bottom: 0 !important; } + .ml-0-sm { + margin-left: 0 !important; } + .mr-0-sm { + margin-right: 0 !important; } + .m-1-sm { + margin: 10px !important; } + .my-1-sm { + margin-top: 10px !important; + margin-bottom: 10px !important; } + .mx-1-sm { + margin-left: 10px !important; + margin-right: 10px !important; } + .ml-1-sm { + margin-left: 10px !important; } + .mr-1-sm { + margin-right: 10px !important; } + .mt-1-sm { + margin-top: 10px !important; } + .mb-1-sm { + margin-bottom: 10px !important; } + .m-2-sm { + margin: 20px !important; } + .my-2-sm { + margin-top: 20px !important; + margin-bottom: 20px !important; } + .mx-2-sm { + margin-left: 20px !important; + margin-right: 20px !important; } + .ml-2-sm { + margin-left: 20px !important; } + .mr-2-sm { + margin-right: 20px !important; } + .mt-2-sm { + margin-top: 20px !important; } + .mb-2-sm { + margin-bottom: 20px !important; } + .m-3-sm { + margin: 30px !important; } + .my-3-sm { + margin-top: 30px !important; + margin-bottom: 30px !important; } + .mx-3-sm { + margin-left: 30px !important; + margin-right: 30px !important; } + .ml-3-sm { + margin-left: 30px !important; } + .mr-3-sm { + margin-right: 30px !important; } + .mt-3-sm { + margin-top: 30px !important; } + .mb-3-sm { + margin-bottom: 30px !important; } + .m-4-sm { + margin: 40px !important; } + .my-4-sm { + margin-top: 40px !important; + margin-bottom: 40px !important; } + .mx-4-sm { + margin-left: 40px !important; + margin-right: 40px !important; } + .ml-4-sm { + margin-left: 40px !important; } + .mr-4-sm { + margin-right: 40px !important; } + .mt-4-sm { + margin-top: 40px !important; } + .mb-4-sm { + margin-bottom: 40px !important; } + .m-5-sm { + margin: 50px !important; } + .my-5-sm { + margin-top: 50px !important; + margin-bottom: 50px !important; } + .mx-5-sm { + margin-left: 50px !important; + margin-right: 50px !important; } + .ml-5-sm { + margin-left: 50px !important; } + .mr-5-sm { + margin-right: 50px !important; } + .mt-5-sm { + margin-top: 50px !important; } + .mb-5-sm { + margin-bottom: 50px !important; } + .m-6-sm { + margin: 60px !important; } + .my-6-sm { + margin-top: 60px !important; + margin-bottom: 60px !important; } + .mx-6-sm { + margin-left: 60px !important; + margin-right: 60px !important; } + .ml-6-sm { + margin-left: 60px !important; } + .mr-6-sm { + margin-right: 60px !important; } + .mt-6-sm { + margin-top: 60px !important; } + .mb-6-sm { + margin-bottom: 60px !important; } + .m-7-sm { + margin: 70px !important; } + .my-7-sm { + margin-top: 70px !important; + margin-bottom: 70px !important; } + .mx-7-sm { + margin-left: 70px !important; + margin-right: 70px !important; } + .ml-7-sm { + margin-left: 70px !important; } + .mr-7-sm { + margin-right: 70px !important; } + .mt-7-sm { + margin-top: 70px !important; } + .mb-7-sm { + margin-bottom: 70px !important; } + .m-8-sm { + margin: 80px !important; } + .my-8-sm { + margin-top: 80px !important; + margin-bottom: 80px !important; } + .mx-8-sm { + margin-left: 80px !important; + margin-right: 80px !important; } + .ml-8-sm { + margin-left: 80px !important; } + .mr-8-sm { + margin-right: 80px !important; } + .mt-8-sm { + margin-top: 80px !important; } + .mb-8-sm { + margin-bottom: 80px !important; } + .m-9-sm { + margin: 90px !important; } + .my-9-sm { + margin-top: 90px !important; + margin-bottom: 90px !important; } + .mx-9-sm { + margin-left: 90px !important; + margin-right: 90px !important; } + .ml-9-sm { + margin-left: 90px !important; } + .mr-9-sm { + margin-right: 90px !important; } + .mt-9-sm { + margin-top: 90px !important; } + .mb-9-sm { + margin-bottom: 90px !important; } + .m-10-sm { + margin: 100px !important; } + .my-10-sm { + margin-top: 100px !important; + margin-bottom: 100px !important; } + .mx-10-sm { + margin-left: 100px !important; + margin-right: 100px !important; } + .ml-10-sm { + margin-left: 100px !important; } + .mr-10-sm { + margin-right: 100px !important; } + .mt-10-sm { + margin-top: 100px !important; } + .mb-10-sm { + margin-bottom: 100px !important; } + .weight-100-sm { + font-weight: 100 !important; } + .weight-200-sm { + font-weight: 200 !important; } + .weight-300-sm { + font-weight: 300 !important; } + .weight-400-sm { + font-weight: 400 !important; } + .weight-500-sm { + font-weight: 500 !important; } + .weight-600-sm { + font-weight: 600 !important; } + .weight-700-sm { + font-weight: 700 !important; } + .weight-800-sm { + font-weight: 800 !important; } + .weight-900-sm { + font-weight: 900 !important; } } + +@media (min-width: 790px) { + .d-none-md { + display: none !important; } + .d-block-md { + display: block !important; } + .d-inline-block-md { + display: inline-block !important; } + .d-flex-md { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .fa-center-md { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .fa-baseline-md { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .fa-start-md { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .fa-end-md { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fa-stretch-md { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .fa-end-md { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fj-center-md { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .fj-baseline-md { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; } + .fj-start-md { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .fj-end-md { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .fj-between-md { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .fj-around-md { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .text-center-md { + text-align: center !important; } + .text-left-md { + text-align: left !important; } + .text-right-md { + text-align: right !important; } + .display-1-md { + font-size: 80px; } + .display-2-md { + font-size: 70px; } + .display-3-md { + font-size: 60px; } + .display-4-md { + font-size: 50px; } + .h1-md { + font-size: 46px; } + .h2-md { + font-size: 36px; } + .h3-md { + font-size: 28px; } + .h4-md { + font-size: 22px; } + .h5-md { + font-size: 18px; } + .h6-md { + font-size: 16px; } + p-md { + font-size: 16px; } + .p-0-md { + padding: 0 !important; } + .px-0-md { + padding-left: 0 !important; + padding-right: 0 !important; } + .py-0-md { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .pt-0-md { + padding-top: 0 !important; } + .pb-0-md { + padding-bottom: 0 !important; } + .pl-0-md { + padding-left: 0 !important; } + .pr-0-md { + padding-right: 0 !important; } + .p-1-md { + padding: 10px !important; } + .py-1-md { + padding-top: 10px !important; + padding-bottom: 10px !important; } + .px-1-md { + padding-left: 10px !important; + padding-right: 10px !important; } + .pl-1-md { + padding-left: 10px !important; } + .pr-1-md { + padding-right: 10px !important; } + .pt-1-md { + padding-top: 10px !important; } + .pb-1-md { + padding-bottom: 10px !important; } + .p-2-md { + padding: 20px !important; } + .py-2-md { + padding-top: 20px !important; + padding-bottom: 20px !important; } + .px-2-md { + padding-left: 20px !important; + padding-right: 20px !important; } + .pl-2-md { + padding-left: 20px !important; } + .pr-2-md { + padding-right: 20px !important; } + .pt-2-md { + padding-top: 20px !important; } + .pb-2-md { + padding-bottom: 20px !important; } + .p-3-md { + padding: 30px !important; } + .py-3-md { + padding-top: 30px !important; + padding-bottom: 30px !important; } + .px-3-md { + padding-left: 30px !important; + padding-right: 30px !important; } + .pl-3-md { + padding-left: 30px !important; } + .pr-3-md { + padding-right: 30px !important; } + .pt-3-md { + padding-top: 30px !important; } + .pb-3-md { + padding-bottom: 30px !important; } + .p-4-md { + padding: 40px !important; } + .py-4-md { + padding-top: 40px !important; + padding-bottom: 40px !important; } + .px-4-md { + padding-left: 40px !important; + padding-right: 40px !important; } + .pl-4-md { + padding-left: 40px !important; } + .pr-4-md { + padding-right: 40px !important; } + .pt-4-md { + padding-top: 40px !important; } + .pb-4-md { + padding-bottom: 40px !important; } + .p-5-md { + padding: 50px !important; } + .py-5-md { + padding-top: 50px !important; + padding-bottom: 50px !important; } + .px-5-md { + padding-left: 50px !important; + padding-right: 50px !important; } + .pl-5-md { + padding-left: 50px !important; } + .pr-5-md { + padding-right: 50px !important; } + .pt-5-md { + padding-top: 50px !important; } + .pb-5-md { + padding-bottom: 50px !important; } + .p-6-md { + padding: 60px !important; } + .py-6-md { + padding-top: 60px !important; + padding-bottom: 60px !important; } + .px-6-md { + padding-left: 60px !important; + padding-right: 60px !important; } + .pl-6-md { + padding-left: 60px !important; } + .pr-6-md { + padding-right: 60px !important; } + .pt-6-md { + padding-top: 60px !important; } + .pb-6-md { + padding-bottom: 60px !important; } + .p-7-md { + padding: 70px !important; } + .py-7-md { + padding-top: 70px !important; + padding-bottom: 70px !important; } + .px-7-md { + padding-left: 70px !important; + padding-right: 70px !important; } + .pl-7-md { + padding-left: 70px !important; } + .pr-7-md { + padding-right: 70px !important; } + .pt-7-md { + padding-top: 70px !important; } + .pb-7-md { + padding-bottom: 70px !important; } + .p-8-md { + padding: 80px !important; } + .py-8-md { + padding-top: 80px !important; + padding-bottom: 80px !important; } + .px-8-md { + padding-left: 80px !important; + padding-right: 80px !important; } + .pl-8-md { + padding-left: 80px !important; } + .pr-8-md { + padding-right: 80px !important; } + .pt-8-md { + padding-top: 80px !important; } + .pb-8-md { + padding-bottom: 80px !important; } + .p-9-md { + padding: 90px !important; } + .py-9-md { + padding-top: 90px !important; + padding-bottom: 90px !important; } + .px-9-md { + padding-left: 90px !important; + padding-right: 90px !important; } + .pl-9-md { + padding-left: 90px !important; } + .pr-9-md { + padding-right: 90px !important; } + .pt-9-md { + padding-top: 90px !important; } + .pb-9-md { + padding-bottom: 90px !important; } + .p-10-md { + padding: 100px !important; } + .py-10-md { + padding-top: 100px !important; + padding-bottom: 100px !important; } + .px-10-md { + padding-left: 100px !important; + padding-right: 100px !important; } + .pl-10-md { + padding-left: 100px !important; } + .pr-10-md { + padding-right: 100px !important; } + .pt-10-md { + padding-top: 100px !important; } + .pb-10-md { + padding-bottom: 100px !important; } + .mx-auto-md { + margin: 0 auto !important; } + .m-0-md { + margin: 0 !important; } + .mx-0-md { + margin-left: 0 !important; + margin-right: 0 !important; } + .my-0-md { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .ml-auto-md { + margin-left: auto !important; } + .mr-auto-md { + margin-right: auto !important; } + .mt-0-md { + margin-top: 0 !important; } + .mb-0-md { + margin-bottom: 0 !important; } + .ml-0-md { + margin-left: 0 !important; } + .mr-0-md { + margin-right: 0 !important; } + .m-1-md { + margin: 10px !important; } + .my-1-md { + margin-top: 10px !important; + margin-bottom: 10px !important; } + .mx-1-md { + margin-left: 10px !important; + margin-right: 10px !important; } + .ml-1-md { + margin-left: 10px !important; } + .mr-1-md { + margin-right: 10px !important; } + .mt-1-md { + margin-top: 10px !important; } + .mb-1-md { + margin-bottom: 10px !important; } + .m-2-md { + margin: 20px !important; } + .my-2-md { + margin-top: 20px !important; + margin-bottom: 20px !important; } + .mx-2-md { + margin-left: 20px !important; + margin-right: 20px !important; } + .ml-2-md { + margin-left: 20px !important; } + .mr-2-md { + margin-right: 20px !important; } + .mt-2-md { + margin-top: 20px !important; } + .mb-2-md { + margin-bottom: 20px !important; } + .m-3-md { + margin: 30px !important; } + .my-3-md { + margin-top: 30px !important; + margin-bottom: 30px !important; } + .mx-3-md { + margin-left: 30px !important; + margin-right: 30px !important; } + .ml-3-md { + margin-left: 30px !important; } + .mr-3-md { + margin-right: 30px !important; } + .mt-3-md { + margin-top: 30px !important; } + .mb-3-md { + margin-bottom: 30px !important; } + .m-4-md { + margin: 40px !important; } + .my-4-md { + margin-top: 40px !important; + margin-bottom: 40px !important; } + .mx-4-md { + margin-left: 40px !important; + margin-right: 40px !important; } + .ml-4-md { + margin-left: 40px !important; } + .mr-4-md { + margin-right: 40px !important; } + .mt-4-md { + margin-top: 40px !important; } + .mb-4-md { + margin-bottom: 40px !important; } + .m-5-md { + margin: 50px !important; } + .my-5-md { + margin-top: 50px !important; + margin-bottom: 50px !important; } + .mx-5-md { + margin-left: 50px !important; + margin-right: 50px !important; } + .ml-5-md { + margin-left: 50px !important; } + .mr-5-md { + margin-right: 50px !important; } + .mt-5-md { + margin-top: 50px !important; } + .mb-5-md { + margin-bottom: 50px !important; } + .m-6-md { + margin: 60px !important; } + .my-6-md { + margin-top: 60px !important; + margin-bottom: 60px !important; } + .mx-6-md { + margin-left: 60px !important; + margin-right: 60px !important; } + .ml-6-md { + margin-left: 60px !important; } + .mr-6-md { + margin-right: 60px !important; } + .mt-6-md { + margin-top: 60px !important; } + .mb-6-md { + margin-bottom: 60px !important; } + .m-7-md { + margin: 70px !important; } + .my-7-md { + margin-top: 70px !important; + margin-bottom: 70px !important; } + .mx-7-md { + margin-left: 70px !important; + margin-right: 70px !important; } + .ml-7-md { + margin-left: 70px !important; } + .mr-7-md { + margin-right: 70px !important; } + .mt-7-md { + margin-top: 70px !important; } + .mb-7-md { + margin-bottom: 70px !important; } + .m-8-md { + margin: 80px !important; } + .my-8-md { + margin-top: 80px !important; + margin-bottom: 80px !important; } + .mx-8-md { + margin-left: 80px !important; + margin-right: 80px !important; } + .ml-8-md { + margin-left: 80px !important; } + .mr-8-md { + margin-right: 80px !important; } + .mt-8-md { + margin-top: 80px !important; } + .mb-8-md { + margin-bottom: 80px !important; } + .m-9-md { + margin: 90px !important; } + .my-9-md { + margin-top: 90px !important; + margin-bottom: 90px !important; } + .mx-9-md { + margin-left: 90px !important; + margin-right: 90px !important; } + .ml-9-md { + margin-left: 90px !important; } + .mr-9-md { + margin-right: 90px !important; } + .mt-9-md { + margin-top: 90px !important; } + .mb-9-md { + margin-bottom: 90px !important; } + .m-10-md { + margin: 100px !important; } + .my-10-md { + margin-top: 100px !important; + margin-bottom: 100px !important; } + .mx-10-md { + margin-left: 100px !important; + margin-right: 100px !important; } + .ml-10-md { + margin-left: 100px !important; } + .mr-10-md { + margin-right: 100px !important; } + .mt-10-md { + margin-top: 100px !important; } + .mb-10-md { + margin-bottom: 100px !important; } + .weight-100-md { + font-weight: 100 !important; } + .weight-200-md { + font-weight: 200 !important; } + .weight-300-md { + font-weight: 300 !important; } + .weight-400-md { + font-weight: 400 !important; } + .weight-500-md { + font-weight: 500 !important; } + .weight-600-md { + font-weight: 600 !important; } + .weight-700-md { + font-weight: 700 !important; } + .weight-800-md { + font-weight: 800 !important; } + .weight-900-md { + font-weight: 900 !important; } } + +@media (min-width: 1160px) { + .d-none-lg { + display: none !important; } + .d-block-lg { + display: block !important; } + .d-inline-block-lg { + display: inline-block !important; } + .d-flex-lg { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .fa-center-lg { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .fa-baseline-lg { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .fa-start-lg { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .fa-end-lg { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fa-stretch-lg { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .fa-end-lg { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fj-center-lg { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .fj-baseline-lg { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; } + .fj-start-lg { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .fj-end-lg { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .fj-between-lg { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .fj-around-lg { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .text-center-lg { + text-align: center !important; } + .text-left-lg { + text-align: left !important; } + .text-right-lg { + text-align: right !important; } + .display-1-lg { + font-size: 80px; } + .display-2-lg { + font-size: 70px; } + .display-3-lg { + font-size: 60px; } + .display-4-lg { + font-size: 50px; } + .h1-lg { + font-size: 46px; } + .h2-lg { + font-size: 36px; } + .h3-lg { + font-size: 28px; } + .h4-lg { + font-size: 22px; } + .h5-lg { + font-size: 18px; } + .h6-lg { + font-size: 16px; } + p-lg { + font-size: 16px; } + .p-0-lg { + padding: 0 !important; } + .px-0-lg { + padding-left: 0 !important; + padding-right: 0 !important; } + .py-0-lg { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .pt-0-lg { + padding-top: 0 !important; } + .pb-0-lg { + padding-bottom: 0 !important; } + .pl-0-lg { + padding-left: 0 !important; } + .pr-0-lg { + padding-right: 0 !important; } + .p-1-lg { + padding: 10px !important; } + .py-1-lg { + padding-top: 10px !important; + padding-bottom: 10px !important; } + .px-1-lg { + padding-left: 10px !important; + padding-right: 10px !important; } + .pl-1-lg { + padding-left: 10px !important; } + .pr-1-lg { + padding-right: 10px !important; } + .pt-1-lg { + padding-top: 10px !important; } + .pb-1-lg { + padding-bottom: 10px !important; } + .p-2-lg { + padding: 20px !important; } + .py-2-lg { + padding-top: 20px !important; + padding-bottom: 20px !important; } + .px-2-lg { + padding-left: 20px !important; + padding-right: 20px !important; } + .pl-2-lg { + padding-left: 20px !important; } + .pr-2-lg { + padding-right: 20px !important; } + .pt-2-lg { + padding-top: 20px !important; } + .pb-2-lg { + padding-bottom: 20px !important; } + .p-3-lg { + padding: 30px !important; } + .py-3-lg { + padding-top: 30px !important; + padding-bottom: 30px !important; } + .px-3-lg { + padding-left: 30px !important; + padding-right: 30px !important; } + .pl-3-lg { + padding-left: 30px !important; } + .pr-3-lg { + padding-right: 30px !important; } + .pt-3-lg { + padding-top: 30px !important; } + .pb-3-lg { + padding-bottom: 30px !important; } + .p-4-lg { + padding: 40px !important; } + .py-4-lg { + padding-top: 40px !important; + padding-bottom: 40px !important; } + .px-4-lg { + padding-left: 40px !important; + padding-right: 40px !important; } + .pl-4-lg { + padding-left: 40px !important; } + .pr-4-lg { + padding-right: 40px !important; } + .pt-4-lg { + padding-top: 40px !important; } + .pb-4-lg { + padding-bottom: 40px !important; } + .p-5-lg { + padding: 50px !important; } + .py-5-lg { + padding-top: 50px !important; + padding-bottom: 50px !important; } + .px-5-lg { + padding-left: 50px !important; + padding-right: 50px !important; } + .pl-5-lg { + padding-left: 50px !important; } + .pr-5-lg { + padding-right: 50px !important; } + .pt-5-lg { + padding-top: 50px !important; } + .pb-5-lg { + padding-bottom: 50px !important; } + .p-6-lg { + padding: 60px !important; } + .py-6-lg { + padding-top: 60px !important; + padding-bottom: 60px !important; } + .px-6-lg { + padding-left: 60px !important; + padding-right: 60px !important; } + .pl-6-lg { + padding-left: 60px !important; } + .pr-6-lg { + padding-right: 60px !important; } + .pt-6-lg { + padding-top: 60px !important; } + .pb-6-lg { + padding-bottom: 60px !important; } + .p-7-lg { + padding: 70px !important; } + .py-7-lg { + padding-top: 70px !important; + padding-bottom: 70px !important; } + .px-7-lg { + padding-left: 70px !important; + padding-right: 70px !important; } + .pl-7-lg { + padding-left: 70px !important; } + .pr-7-lg { + padding-right: 70px !important; } + .pt-7-lg { + padding-top: 70px !important; } + .pb-7-lg { + padding-bottom: 70px !important; } + .p-8-lg { + padding: 80px !important; } + .py-8-lg { + padding-top: 80px !important; + padding-bottom: 80px !important; } + .px-8-lg { + padding-left: 80px !important; + padding-right: 80px !important; } + .pl-8-lg { + padding-left: 80px !important; } + .pr-8-lg { + padding-right: 80px !important; } + .pt-8-lg { + padding-top: 80px !important; } + .pb-8-lg { + padding-bottom: 80px !important; } + .p-9-lg { + padding: 90px !important; } + .py-9-lg { + padding-top: 90px !important; + padding-bottom: 90px !important; } + .px-9-lg { + padding-left: 90px !important; + padding-right: 90px !important; } + .pl-9-lg { + padding-left: 90px !important; } + .pr-9-lg { + padding-right: 90px !important; } + .pt-9-lg { + padding-top: 90px !important; } + .pb-9-lg { + padding-bottom: 90px !important; } + .p-10-lg { + padding: 100px !important; } + .py-10-lg { + padding-top: 100px !important; + padding-bottom: 100px !important; } + .px-10-lg { + padding-left: 100px !important; + padding-right: 100px !important; } + .pl-10-lg { + padding-left: 100px !important; } + .pr-10-lg { + padding-right: 100px !important; } + .pt-10-lg { + padding-top: 100px !important; } + .pb-10-lg { + padding-bottom: 100px !important; } + .mx-auto-lg { + margin: 0 auto !important; } + .m-0-lg { + margin: 0 !important; } + .mx-0-lg { + margin-left: 0 !important; + margin-right: 0 !important; } + .my-0-lg { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .ml-auto-lg { + margin-left: auto !important; } + .mr-auto-lg { + margin-right: auto !important; } + .mt-0-lg { + margin-top: 0 !important; } + .mb-0-lg { + margin-bottom: 0 !important; } + .ml-0-lg { + margin-left: 0 !important; } + .mr-0-lg { + margin-right: 0 !important; } + .m-1-lg { + margin: 10px !important; } + .my-1-lg { + margin-top: 10px !important; + margin-bottom: 10px !important; } + .mx-1-lg { + margin-left: 10px !important; + margin-right: 10px !important; } + .ml-1-lg { + margin-left: 10px !important; } + .mr-1-lg { + margin-right: 10px !important; } + .mt-1-lg { + margin-top: 10px !important; } + .mb-1-lg { + margin-bottom: 10px !important; } + .m-2-lg { + margin: 20px !important; } + .my-2-lg { + margin-top: 20px !important; + margin-bottom: 20px !important; } + .mx-2-lg { + margin-left: 20px !important; + margin-right: 20px !important; } + .ml-2-lg { + margin-left: 20px !important; } + .mr-2-lg { + margin-right: 20px !important; } + .mt-2-lg { + margin-top: 20px !important; } + .mb-2-lg { + margin-bottom: 20px !important; } + .m-3-lg { + margin: 30px !important; } + .my-3-lg { + margin-top: 30px !important; + margin-bottom: 30px !important; } + .mx-3-lg { + margin-left: 30px !important; + margin-right: 30px !important; } + .ml-3-lg { + margin-left: 30px !important; } + .mr-3-lg { + margin-right: 30px !important; } + .mt-3-lg { + margin-top: 30px !important; } + .mb-3-lg { + margin-bottom: 30px !important; } + .m-4-lg { + margin: 40px !important; } + .my-4-lg { + margin-top: 40px !important; + margin-bottom: 40px !important; } + .mx-4-lg { + margin-left: 40px !important; + margin-right: 40px !important; } + .ml-4-lg { + margin-left: 40px !important; } + .mr-4-lg { + margin-right: 40px !important; } + .mt-4-lg { + margin-top: 40px !important; } + .mb-4-lg { + margin-bottom: 40px !important; } + .m-5-lg { + margin: 50px !important; } + .my-5-lg { + margin-top: 50px !important; + margin-bottom: 50px !important; } + .mx-5-lg { + margin-left: 50px !important; + margin-right: 50px !important; } + .ml-5-lg { + margin-left: 50px !important; } + .mr-5-lg { + margin-right: 50px !important; } + .mt-5-lg { + margin-top: 50px !important; } + .mb-5-lg { + margin-bottom: 50px !important; } + .m-6-lg { + margin: 60px !important; } + .my-6-lg { + margin-top: 60px !important; + margin-bottom: 60px !important; } + .mx-6-lg { + margin-left: 60px !important; + margin-right: 60px !important; } + .ml-6-lg { + margin-left: 60px !important; } + .mr-6-lg { + margin-right: 60px !important; } + .mt-6-lg { + margin-top: 60px !important; } + .mb-6-lg { + margin-bottom: 60px !important; } + .m-7-lg { + margin: 70px !important; } + .my-7-lg { + margin-top: 70px !important; + margin-bottom: 70px !important; } + .mx-7-lg { + margin-left: 70px !important; + margin-right: 70px !important; } + .ml-7-lg { + margin-left: 70px !important; } + .mr-7-lg { + margin-right: 70px !important; } + .mt-7-lg { + margin-top: 70px !important; } + .mb-7-lg { + margin-bottom: 70px !important; } + .m-8-lg { + margin: 80px !important; } + .my-8-lg { + margin-top: 80px !important; + margin-bottom: 80px !important; } + .mx-8-lg { + margin-left: 80px !important; + margin-right: 80px !important; } + .ml-8-lg { + margin-left: 80px !important; } + .mr-8-lg { + margin-right: 80px !important; } + .mt-8-lg { + margin-top: 80px !important; } + .mb-8-lg { + margin-bottom: 80px !important; } + .m-9-lg { + margin: 90px !important; } + .my-9-lg { + margin-top: 90px !important; + margin-bottom: 90px !important; } + .mx-9-lg { + margin-left: 90px !important; + margin-right: 90px !important; } + .ml-9-lg { + margin-left: 90px !important; } + .mr-9-lg { + margin-right: 90px !important; } + .mt-9-lg { + margin-top: 90px !important; } + .mb-9-lg { + margin-bottom: 90px !important; } + .m-10-lg { + margin: 100px !important; } + .my-10-lg { + margin-top: 100px !important; + margin-bottom: 100px !important; } + .mx-10-lg { + margin-left: 100px !important; + margin-right: 100px !important; } + .ml-10-lg { + margin-left: 100px !important; } + .mr-10-lg { + margin-right: 100px !important; } + .mt-10-lg { + margin-top: 100px !important; } + .mb-10-lg { + margin-bottom: 100px !important; } + .weight-100-lg { + font-weight: 100 !important; } + .weight-200-lg { + font-weight: 200 !important; } + .weight-300-lg { + font-weight: 300 !important; } + .weight-400-lg { + font-weight: 400 !important; } + .weight-500-lg { + font-weight: 500 !important; } + .weight-600-lg { + font-weight: 600 !important; } + .weight-700-lg { + font-weight: 700 !important; } + .weight-800-lg { + font-weight: 800 !important; } + .weight-900-lg { + font-weight: 900 !important; } } + +@media (min-width: 1260px) { + .d-none-xl { + display: none !important; } + .d-block-xl { + display: block !important; } + .d-inline-block-xl { + display: inline-block !important; } + .d-flex-xl { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; } + .fa-center-xl { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } + .fa-baseline-xl { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } + .fa-start-xl { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } + .fa-end-xl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fa-stretch-xl { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } + .fa-end-xl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } + .fj-center-xl { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } + .fj-baseline-xl { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; } + .fj-start-xl { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } + .fj-end-xl { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } + .fj-between-xl { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } + .fj-around-xl { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } + .text-center-xl { + text-align: center !important; } + .text-left-xl { + text-align: left !important; } + .text-right-xl { + text-align: right !important; } + .display-1-xl { + font-size: 80px; } + .display-2-xl { + font-size: 70px; } + .display-3-xl { + font-size: 60px; } + .display-4-xl { + font-size: 50px; } + .h1-xl { + font-size: 46px; } + .h2-xl { + font-size: 36px; } + .h3-xl { + font-size: 28px; } + .h4-xl { + font-size: 22px; } + .h5-xl { + font-size: 18px; } + .h6-xl { + font-size: 16px; } + p-xl { + font-size: 16px; } + .p-0-xl { + padding: 0 !important; } + .px-0-xl { + padding-left: 0 !important; + padding-right: 0 !important; } + .py-0-xl { + padding-top: 0 !important; + padding-bottom: 0 !important; } + .pt-0-xl { + padding-top: 0 !important; } + .pb-0-xl { + padding-bottom: 0 !important; } + .pl-0-xl { + padding-left: 0 !important; } + .pr-0-xl { + padding-right: 0 !important; } + .p-1-xl { + padding: 10px !important; } + .py-1-xl { + padding-top: 10px !important; + padding-bottom: 10px !important; } + .px-1-xl { + padding-left: 10px !important; + padding-right: 10px !important; } + .pl-1-xl { + padding-left: 10px !important; } + .pr-1-xl { + padding-right: 10px !important; } + .pt-1-xl { + padding-top: 10px !important; } + .pb-1-xl { + padding-bottom: 10px !important; } + .p-2-xl { + padding: 20px !important; } + .py-2-xl { + padding-top: 20px !important; + padding-bottom: 20px !important; } + .px-2-xl { + padding-left: 20px !important; + padding-right: 20px !important; } + .pl-2-xl { + padding-left: 20px !important; } + .pr-2-xl { + padding-right: 20px !important; } + .pt-2-xl { + padding-top: 20px !important; } + .pb-2-xl { + padding-bottom: 20px !important; } + .p-3-xl { + padding: 30px !important; } + .py-3-xl { + padding-top: 30px !important; + padding-bottom: 30px !important; } + .px-3-xl { + padding-left: 30px !important; + padding-right: 30px !important; } + .pl-3-xl { + padding-left: 30px !important; } + .pr-3-xl { + padding-right: 30px !important; } + .pt-3-xl { + padding-top: 30px !important; } + .pb-3-xl { + padding-bottom: 30px !important; } + .p-4-xl { + padding: 40px !important; } + .py-4-xl { + padding-top: 40px !important; + padding-bottom: 40px !important; } + .px-4-xl { + padding-left: 40px !important; + padding-right: 40px !important; } + .pl-4-xl { + padding-left: 40px !important; } + .pr-4-xl { + padding-right: 40px !important; } + .pt-4-xl { + padding-top: 40px !important; } + .pb-4-xl { + padding-bottom: 40px !important; } + .p-5-xl { + padding: 50px !important; } + .py-5-xl { + padding-top: 50px !important; + padding-bottom: 50px !important; } + .px-5-xl { + padding-left: 50px !important; + padding-right: 50px !important; } + .pl-5-xl { + padding-left: 50px !important; } + .pr-5-xl { + padding-right: 50px !important; } + .pt-5-xl { + padding-top: 50px !important; } + .pb-5-xl { + padding-bottom: 50px !important; } + .p-6-xl { + padding: 60px !important; } + .py-6-xl { + padding-top: 60px !important; + padding-bottom: 60px !important; } + .px-6-xl { + padding-left: 60px !important; + padding-right: 60px !important; } + .pl-6-xl { + padding-left: 60px !important; } + .pr-6-xl { + padding-right: 60px !important; } + .pt-6-xl { + padding-top: 60px !important; } + .pb-6-xl { + padding-bottom: 60px !important; } + .p-7-xl { + padding: 70px !important; } + .py-7-xl { + padding-top: 70px !important; + padding-bottom: 70px !important; } + .px-7-xl { + padding-left: 70px !important; + padding-right: 70px !important; } + .pl-7-xl { + padding-left: 70px !important; } + .pr-7-xl { + padding-right: 70px !important; } + .pt-7-xl { + padding-top: 70px !important; } + .pb-7-xl { + padding-bottom: 70px !important; } + .p-8-xl { + padding: 80px !important; } + .py-8-xl { + padding-top: 80px !important; + padding-bottom: 80px !important; } + .px-8-xl { + padding-left: 80px !important; + padding-right: 80px !important; } + .pl-8-xl { + padding-left: 80px !important; } + .pr-8-xl { + padding-right: 80px !important; } + .pt-8-xl { + padding-top: 80px !important; } + .pb-8-xl { + padding-bottom: 80px !important; } + .p-9-xl { + padding: 90px !important; } + .py-9-xl { + padding-top: 90px !important; + padding-bottom: 90px !important; } + .px-9-xl { + padding-left: 90px !important; + padding-right: 90px !important; } + .pl-9-xl { + padding-left: 90px !important; } + .pr-9-xl { + padding-right: 90px !important; } + .pt-9-xl { + padding-top: 90px !important; } + .pb-9-xl { + padding-bottom: 90px !important; } + .p-10-xl { + padding: 100px !important; } + .py-10-xl { + padding-top: 100px !important; + padding-bottom: 100px !important; } + .px-10-xl { + padding-left: 100px !important; + padding-right: 100px !important; } + .pl-10-xl { + padding-left: 100px !important; } + .pr-10-xl { + padding-right: 100px !important; } + .pt-10-xl { + padding-top: 100px !important; } + .pb-10-xl { + padding-bottom: 100px !important; } + .mx-auto-xl { + margin: 0 auto !important; } + .m-0-xl { + margin: 0 !important; } + .mx-0-xl { + margin-left: 0 !important; + margin-right: 0 !important; } + .my-0-xl { + margin-top: 0 !important; + margin-bottom: 0 !important; } + .ml-auto-xl { + margin-left: auto !important; } + .mr-auto-xl { + margin-right: auto !important; } + .mt-0-xl { + margin-top: 0 !important; } + .mb-0-xl { + margin-bottom: 0 !important; } + .ml-0-xl { + margin-left: 0 !important; } + .mr-0-xl { + margin-right: 0 !important; } + .m-1-xl { + margin: 10px !important; } + .my-1-xl { + margin-top: 10px !important; + margin-bottom: 10px !important; } + .mx-1-xl { + margin-left: 10px !important; + margin-right: 10px !important; } + .ml-1-xl { + margin-left: 10px !important; } + .mr-1-xl { + margin-right: 10px !important; } + .mt-1-xl { + margin-top: 10px !important; } + .mb-1-xl { + margin-bottom: 10px !important; } + .m-2-xl { + margin: 20px !important; } + .my-2-xl { + margin-top: 20px !important; + margin-bottom: 20px !important; } + .mx-2-xl { + margin-left: 20px !important; + margin-right: 20px !important; } + .ml-2-xl { + margin-left: 20px !important; } + .mr-2-xl { + margin-right: 20px !important; } + .mt-2-xl { + margin-top: 20px !important; } + .mb-2-xl { + margin-bottom: 20px !important; } + .m-3-xl { + margin: 30px !important; } + .my-3-xl { + margin-top: 30px !important; + margin-bottom: 30px !important; } + .mx-3-xl { + margin-left: 30px !important; + margin-right: 30px !important; } + .ml-3-xl { + margin-left: 30px !important; } + .mr-3-xl { + margin-right: 30px !important; } + .mt-3-xl { + margin-top: 30px !important; } + .mb-3-xl { + margin-bottom: 30px !important; } + .m-4-xl { + margin: 40px !important; } + .my-4-xl { + margin-top: 40px !important; + margin-bottom: 40px !important; } + .mx-4-xl { + margin-left: 40px !important; + margin-right: 40px !important; } + .ml-4-xl { + margin-left: 40px !important; } + .mr-4-xl { + margin-right: 40px !important; } + .mt-4-xl { + margin-top: 40px !important; } + .mb-4-xl { + margin-bottom: 40px !important; } + .m-5-xl { + margin: 50px !important; } + .my-5-xl { + margin-top: 50px !important; + margin-bottom: 50px !important; } + .mx-5-xl { + margin-left: 50px !important; + margin-right: 50px !important; } + .ml-5-xl { + margin-left: 50px !important; } + .mr-5-xl { + margin-right: 50px !important; } + .mt-5-xl { + margin-top: 50px !important; } + .mb-5-xl { + margin-bottom: 50px !important; } + .m-6-xl { + margin: 60px !important; } + .my-6-xl { + margin-top: 60px !important; + margin-bottom: 60px !important; } + .mx-6-xl { + margin-left: 60px !important; + margin-right: 60px !important; } + .ml-6-xl { + margin-left: 60px !important; } + .mr-6-xl { + margin-right: 60px !important; } + .mt-6-xl { + margin-top: 60px !important; } + .mb-6-xl { + margin-bottom: 60px !important; } + .m-7-xl { + margin: 70px !important; } + .my-7-xl { + margin-top: 70px !important; + margin-bottom: 70px !important; } + .mx-7-xl { + margin-left: 70px !important; + margin-right: 70px !important; } + .ml-7-xl { + margin-left: 70px !important; } + .mr-7-xl { + margin-right: 70px !important; } + .mt-7-xl { + margin-top: 70px !important; } + .mb-7-xl { + margin-bottom: 70px !important; } + .m-8-xl { + margin: 80px !important; } + .my-8-xl { + margin-top: 80px !important; + margin-bottom: 80px !important; } + .mx-8-xl { + margin-left: 80px !important; + margin-right: 80px !important; } + .ml-8-xl { + margin-left: 80px !important; } + .mr-8-xl { + margin-right: 80px !important; } + .mt-8-xl { + margin-top: 80px !important; } + .mb-8-xl { + margin-bottom: 80px !important; } + .m-9-xl { + margin: 90px !important; } + .my-9-xl { + margin-top: 90px !important; + margin-bottom: 90px !important; } + .mx-9-xl { + margin-left: 90px !important; + margin-right: 90px !important; } + .ml-9-xl { + margin-left: 90px !important; } + .mr-9-xl { + margin-right: 90px !important; } + .mt-9-xl { + margin-top: 90px !important; } + .mb-9-xl { + margin-bottom: 90px !important; } + .m-10-xl { + margin: 100px !important; } + .my-10-xl { + margin-top: 100px !important; + margin-bottom: 100px !important; } + .mx-10-xl { + margin-left: 100px !important; + margin-right: 100px !important; } + .ml-10-xl { + margin-left: 100px !important; } + .mr-10-xl { + margin-right: 100px !important; } + .mt-10-xl { + margin-top: 100px !important; } + .mb-10-xl { + margin-bottom: 100px !important; } + .weight-100-xl { + font-weight: 100 !important; } + .weight-200-xl { + font-weight: 200 !important; } + .weight-300-xl { + font-weight: 300 !important; } + .weight-400-xl { + font-weight: 400 !important; } + .weight-500-xl { + font-weight: 500 !important; } + .weight-600-xl { + font-weight: 600 !important; } + .weight-700-xl { + font-weight: 700 !important; } + .weight-800-xl { + font-weight: 800 !important; } + .weight-900-xl { + font-weight: 900 !important; } } + +.pagination { + display: inline-block; } + +.pagination a { + color: black; + float: left; + padding: 8px 16px; + text-decoration: none; } + +.pagination a.active { + background-color: #5b3ff9; + color: white; } + +.pagination a:hover:not(.active) { + background-color: #ddd; } + +.flat-tabs .tab-nav { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } + .flat-tabs .tab-nav .tab-link { + outline: none; + border: none; + display: block; + padding: 10px 15px; + cursor: pointer; + background: #5b3ff9; + color: white; + position: relative; } + .flat-tabs .tab-nav .tab-link:hover, .flat-tabs .tab-nav .tab-link.active { + background: #4626f8; + -webkit-box-shadow: inset 0 -4px 0 0 #310ef7; + box-shadow: inset 0 -4px 0 0 #310ef7; } + +.flat-tabs .tab-container { + padding: 15px 0; } + +.flat-tabs .tab-content { + display: none; + padding: 6px 12px; + -webkit-animation: fadeEffect 1s; + animation: fadeEffect 1s; } + .flat-tabs .tab-content.active { + display: block !important; } + .flat-tabs .tab-content .tab-close { + cursor: pointer; + opacity: 0.5; + font-size: 16px; } + .flat-tabs .tab-content .tab-close:hover { + opacity: 1; } + +@-webkit-keyframes fadeEffect { + from { + opacity: 0; } + to { + opacity: 1; } } + +@keyframes fadeEffect { + from { + opacity: 0; } + to { + opacity: 1; } } + +/* Custom Css */ +/* Breakpoints | Min Width */ +/* Breakpoints | Max Width */ diff --git a/dist/css/butterCake.min.css b/dist/css/butterCake.min.css index 0e32f32..9cdf1d8 100644 --- a/dist/css/butterCake.min.css +++ b/dist/css/butterCake.min.css @@ -1,3 +1,10215 @@ @charset "UTF-8"; -/*! getButterCake.com v4.0.0 | MIT License | https://github.com/HimasRafeek/butterCake */:root{--primary:#5b3ff9;--secondary:#363b4d;--light:#f4f5f6;--dark:#1c1b19;--gray:gray;--white:white;--success:#2ECC71;--info:#17a2b8;--warning:#F3BB45;--danger:#E74C3C;--muted:#9E9E9E;--bp-sm:590px;--bp-medium:790px;--bp-large:1160px;--bp-xl:1260px}i,i:after,i:before{-webkit-transition:all 0s!important;-o-transition:all 0s!important;transition:all 0s!important}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);scroll-behavior:smooth}body{margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-weight:400;line-height:1.5}body,html{color:#333;font-size:16px}body ::-moz-selection,html ::-moz-selection{background:#5b3ff9;color:white}body ::selection,html ::selection{background:#5b3ff9;color:white}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[tabindex="-1"]:focus{outline:0!important}hr{overflow:visible;-webkit-box-sizing:content-box;box-sizing:content-box;height:0;border:0;margin:10px 0;border-top:1px solid #e9e9e9}pre{font-family:monospace;font-size:5px}figure{margin:0}mark{color:#F3BB45}a{background-color:transparent;text-decoration:none;color:#5b3ff9}a:hover{color:#2807e4}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[data-original-title],abbr[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:15px;font-style:normal;line-height:inherit}b,strong{font-weight:bold}ol ol ul,ol ul ul,ul ol ul,ul ul ul{font-size:100%}code,kbd,pre,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:16px}small{font-size:12px}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-5px}sup{top:-5px}img{vertical-align:middle;max-width:100%;border-style:none}caption{padding-top:10px;padding-bottom:10px;color:#333;text-align:left;caption-side:bottom}fieldset{border:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.5;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:10px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}h1,h2,h3,h4,h5,h6,p{font-weight:400;margin-top:0;margin-bottom:15px}.h1,h1{font-size:46px}.h2,h2{font-size:36px}.h3,h3{font-size:28px}.h4,h4{font-size:22px}.h5,h5{font-size:18px}.h6,h6{font-size:16px}p{font-size:16px}.mark,mark{padding:2px 4px;background-color:#363b4d}.container{margin:0 auto;padding-left:10px;padding-right:10px;width:100%}@media (min-width:590px){.container{max-width:calc(100% - 50px)}}@media (min-width:790px){.container{max-width:calc(100% - 100px)}}@media (min-width:1160px){.container{max-width:1150px}}.container-fluid{max-width:100%;padding-left:10px;padding-right:10px;width:100%}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.row .column{max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.row{margin-left:-10px;margin-right:-10px}.row.no-gutters>div{padding-left:0!important;padding-right:0!important}.row>[class*=col]{position:relative;width:100%;min-height:1px;padding-left:10px;padding-right:10px}.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%}.offset-12{margin-left:100%}.col-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.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}@media (min-width:590px){.col-sm-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-sm-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-sm-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-sm-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-sm-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.d-none-sm,.hide-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-block-sm{display:inline-block!important}.d-flex-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-sm{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-sm{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-sm{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fa-stretch-sm{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-sm{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-sm{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-sm{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-sm{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-sm{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-sm{-ms-flex-pack:distribute!important;justify-content:space-around!important}.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}}@media (min-width:790px){.col-md-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-md-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-md-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-md-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-md-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.d-none-md,.hide-md{display:none!important}.d-block-md{display:block!important}.d-inline-block-md{display:inline-block!important}.d-flex-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-md{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-md{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-md{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fa-stretch-md{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-md{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-md{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-md{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-md{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-md{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-md{-ms-flex-pack:distribute!important;justify-content:space-around!important}.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}}@media (min-width:1160px){.col-lg-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-lg-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-lg-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-lg-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-lg-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.d-none-lg,.hide-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-block-lg{display:inline-block!important}.d-flex-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-lg{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-lg{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-lg{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fa-stretch-lg{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-lg{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-lg{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-lg{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-lg{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-lg{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-lg{-ms-flex-pack:distribute!important;justify-content:space-around!important}.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}}@media (min-width:1260px){.col-xl-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-xl-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-xl-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xl-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-xl-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-xl-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xl-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-xl-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-xl-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xl-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-xl-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-xl-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.d-none-xl,.hide-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-block-xl{display:inline-block!important}.d-flex-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-xl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-xl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-xl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-end-xl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fa-stretch-xl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-xl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-xl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-xl{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-xl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-xl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-xl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-xl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.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}}.noScroll{overflow:hidden!important}.fixed-top{width:100%;position:fixed!important;top:0;left:0;z-index:1050}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px}.navbar *{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease}.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;width:100%}.navbar .brand{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:16px;line-height:inherit;white-space:nowrap}.navbar .menu-box{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:100%;flex-basis:100%}.navbar .menu-box .menu{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;padding:0;margin:0}.navbar .menu-box .menu .nav-item{margin:0}.navbar .menu-box .menu .nav-item .nav-link{display:inline-block}.navbar .menu-box .menu li{list-style:none;padding:0}.navbar .toggler{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;color:white;background-color:white;margin-top:10px;margin-bottom:10px;margin-left:auto;padding:10px 15px;border:none;outline:none;cursor:pointer;border-radius:4px}.navbar .toggler:hover{color:white;background:#310ef7!important}.navbar.default-nav{background-color:white}.navbar.default-nav .brand{padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar.default-nav .brand a{display:block;font-weight:400;font-size:28px;color:#5b3ff9}.navbar.default-nav .brand a:hover{color:#2807e4!important}.navbar.default-nav .brand a img{display:block}.navbar.default-nav .menu .nav-link{color:#363b4d;padding:20px 25px}.navbar.default-nav .menu .nav-link:focus,.navbar.default-nav .menu .nav-link:hover{color:white;background-color:#5b3ff9}.navbar.default-nav .menu .active .nav-link{color:white;background-color:#5b3ff9}.navbar.default-nav .sideNavbar,.navbar.default-nav .slidedown{background-color:white!important}.navbar.default-nav.bg-primary{background:#5b3ff9}.navbar.default-nav.bg-primary .brand a{color:white}.navbar.default-nav.bg-primary .brand a:hover{color:#2807e4!important}.navbar.default-nav.bg-primary .menu-close{background:#2807e4}.navbar.default-nav.bg-primary .menu-close:hover{background:#2406cc}.navbar.default-nav.bg-primary .menu .nav-link{color:white}.navbar.default-nav.bg-primary .menu .nav-link:focus,.navbar.default-nav.bg-primary .menu .nav-link:hover{color:white;background-color:#310ef7}.navbar.default-nav.bg-primary .menu .active .nav-link{color:white;background-color:#310ef7}.navbar.default-nav.bg-primary .toggler{background-color:#4626f8!important}.navbar.default-nav.bg-primary .toggler:hover{background:#310ef7!important}.navbar.default-nav.bg-primary .sideNavbar,.navbar.default-nav.bg-primary .slidedown{background-color:#5b3ff9!important}.navbar.default-nav.bg-secondary{background:#363b4d}.navbar.default-nav.bg-secondary .brand a{color:white}.navbar.default-nav.bg-secondary .brand a:hover{color:#161920!important}.navbar.default-nav.bg-secondary .menu-close{background:#161920}.navbar.default-nav.bg-secondary .menu-close:hover{background:#0c0d11}.navbar.default-nav.bg-secondary .menu .nav-link{color:white}.navbar.default-nav.bg-secondary .menu .nav-link:focus,.navbar.default-nav.bg-secondary .menu .nav-link:hover{color:white;background-color:#21242f}.navbar.default-nav.bg-secondary .menu .active .nav-link{color:white;background-color:#21242f}.navbar.default-nav.bg-secondary .toggler{background-color:#2b303e!important}.navbar.default-nav.bg-secondary .toggler:hover{background:#21242f!important}.navbar.default-nav.bg-secondary .sideNavbar,.navbar.default-nav.bg-secondary .slidedown{background-color:#363b4d!important}.navbar.default-nav.bg-light{background:#f4f5f6}.navbar.default-nav.bg-light .brand a{color:white}.navbar.default-nav.bg-light .brand a:hover{color:#cacfd4!important}.navbar.default-nav.bg-light .menu-close{background:#cacfd4}.navbar.default-nav.bg-light .menu-close:hover{background:#bcc2c8}.navbar.default-nav.bg-light .menu .nav-link{color:white}.navbar.default-nav.bg-light .menu .nav-link:focus,.navbar.default-nav.bg-light .menu .nav-link:hover{color:white;background-color:#d8dcdf}.navbar.default-nav.bg-light .menu .active .nav-link{color:white;background-color:#d8dcdf}.navbar.default-nav.bg-light .toggler{background-color:#e6e8eb!important}.navbar.default-nav.bg-light .toggler:hover{background:#d8dcdf!important}.navbar.default-nav.bg-light .sideNavbar,.navbar.default-nav.bg-light .slidedown{background-color:#f4f5f6!important}.navbar.default-nav.bg-dark{background:#1c1b19}.navbar.default-nav.bg-dark .brand a{color:white}.navbar.default-nav.bg-dark .brand a:hover{color:black!important}.navbar.default-nav.bg-dark .menu-close{background:black}.navbar.default-nav.bg-dark .menu-close:hover{background:black}.navbar.default-nav.bg-dark .menu .nav-link{color:white}.navbar.default-nav.bg-dark .menu .nav-link:focus,.navbar.default-nav.bg-dark .menu .nav-link:hover{color:white;background-color:#010101}.navbar.default-nav.bg-dark .menu .active .nav-link{color:white;background-color:#010101}.navbar.default-nav.bg-dark .toggler{background-color:#0f0e0d!important}.navbar.default-nav.bg-dark .toggler:hover{background:#010101!important}.navbar.default-nav.bg-dark .sideNavbar,.navbar.default-nav.bg-dark .slidedown{background-color:#1c1b19!important}.navbar.default-nav.bg-gray{background:gray}.navbar.default-nav.bg-gray .brand a{color:white}.navbar.default-nav.bg-gray .brand a:hover{color:#5a5a5a!important}.navbar.default-nav.bg-gray .menu-close{background:#5a5a5a}.navbar.default-nav.bg-gray .menu-close:hover{background:#4d4d4d}.navbar.default-nav.bg-gray .menu .nav-link{color:white}.navbar.default-nav.bg-gray .menu .nav-link:focus,.navbar.default-nav.bg-gray .menu .nav-link:hover{color:white;background-color:#676767}.navbar.default-nav.bg-gray .menu .active .nav-link{color:white;background-color:#676767}.navbar.default-nav.bg-gray .toggler{background-color:#737373!important}.navbar.default-nav.bg-gray .toggler:hover{background:#676767!important}.navbar.default-nav.bg-gray .sideNavbar,.navbar.default-nav.bg-gray .slidedown{background-color:gray!important}.navbar.default-nav.bg-white{background:white}.navbar.default-nav.bg-white .brand a{color:white}.navbar.default-nav.bg-white .brand a:hover{color:#d9d9d9!important}.navbar.default-nav.bg-white .menu-close{background:#d9d9d9}.navbar.default-nav.bg-white .menu-close:hover{background:#cccccc}.navbar.default-nav.bg-white .menu .nav-link{color:white}.navbar.default-nav.bg-white .menu .nav-link:focus,.navbar.default-nav.bg-white .menu .nav-link:hover{color:white;background-color:#e6e6e6}.navbar.default-nav.bg-white .menu .active .nav-link{color:white;background-color:#e6e6e6}.navbar.default-nav.bg-white .toggler{background-color:#f2f2f2!important}.navbar.default-nav.bg-white .toggler:hover{background:#e6e6e6!important}.navbar.default-nav.bg-white .sideNavbar,.navbar.default-nav.bg-white .slidedown{background-color:white!important}.navbar.default-nav.bg-success{background:#2ECC71}.navbar.default-nav.bg-success .brand a{color:white}.navbar.default-nav.bg-success .brand a:hover{color:#208e4e!important}.navbar.default-nav.bg-success .menu-close{background:#208e4e}.navbar.default-nav.bg-success .menu-close:hover{background:#1b7943}.navbar.default-nav.bg-success .menu .nav-link{color:white}.navbar.default-nav.bg-success .menu .nav-link:focus,.navbar.default-nav.bg-success .menu .nav-link:hover{color:white;background-color:#25a25a}.navbar.default-nav.bg-success .menu .active .nav-link{color:white;background-color:#25a25a}.navbar.default-nav.bg-success .toggler{background-color:#29b765!important}.navbar.default-nav.bg-success .toggler:hover{background:#25a25a!important}.navbar.default-nav.bg-success .sideNavbar,.navbar.default-nav.bg-success .slidedown{background-color:#2ECC71!important}.navbar.default-nav.bg-info{background:#17a2b8}.navbar.default-nav.bg-info .brand a{color:white}.navbar.default-nav.bg-info .brand a:hover{color:#0f6674!important}.navbar.default-nav.bg-info .menu-close{background:#0f6674}.navbar.default-nav.bg-info .menu-close:hover{background:#0c525d}.navbar.default-nav.bg-info .menu .nav-link{color:white}.navbar.default-nav.bg-info .menu .nav-link:focus,.navbar.default-nav.bg-info .menu .nav-link:hover{color:white;background-color:#117a8b}.navbar.default-nav.bg-info .menu .active .nav-link{color:white;background-color:#117a8b}.navbar.default-nav.bg-info .toggler{background-color:#148ea1!important}.navbar.default-nav.bg-info .toggler:hover{background:#117a8b!important}.navbar.default-nav.bg-info .sideNavbar,.navbar.default-nav.bg-info .slidedown{background-color:#17a2b8!important}.navbar.default-nav.bg-warning{background:#F3BB45}.navbar.default-nav.bg-warning .brand a{color:white}.navbar.default-nav.bg-warning .brand a:hover{color:#dd9b0e!important}.navbar.default-nav.bg-warning .menu-close{background:#dd9b0e}.navbar.default-nav.bg-warning .menu-close:hover{background:#c58a0d}.navbar.default-nav.bg-warning .menu .nav-link{color:white}.navbar.default-nav.bg-warning .menu .nav-link:focus,.navbar.default-nav.bg-warning .menu .nav-link:hover{color:white;background-color:#f0a915}.navbar.default-nav.bg-warning .menu .active .nav-link{color:white;background-color:#f0a915}.navbar.default-nav.bg-warning .toggler{background-color:#f1b22d!important}.navbar.default-nav.bg-warning .toggler:hover{background:#f0a915!important}.navbar.default-nav.bg-warning .sideNavbar,.navbar.default-nav.bg-warning .slidedown{background-color:#F3BB45!important}.navbar.default-nav.bg-danger{background:#E74C3C}.navbar.default-nav.bg-danger .brand a{color:white}.navbar.default-nav.bg-danger .brand a:hover{color:#bf2718!important}.navbar.default-nav.bg-danger .menu-close{background:#bf2718}.navbar.default-nav.bg-danger .menu-close:hover{background:#a82315}.navbar.default-nav.bg-danger .menu .nav-link{color:white}.navbar.default-nav.bg-danger .menu .nav-link:focus,.navbar.default-nav.bg-danger .menu .nav-link:hover{color:white;background-color:#d62c1a}.navbar.default-nav.bg-danger .menu .active .nav-link{color:white;background-color:#d62c1a}.navbar.default-nav.bg-danger .toggler{background-color:#e43725!important}.navbar.default-nav.bg-danger .toggler:hover{background:#d62c1a!important}.navbar.default-nav.bg-danger .sideNavbar,.navbar.default-nav.bg-danger .slidedown{background-color:#E74C3C!important}.navbar.default-nav.bg-muted{background:#9E9E9E}.navbar.default-nav.bg-muted .brand a{color:white}.navbar.default-nav.bg-muted .brand a:hover{color:#787878!important}.navbar.default-nav.bg-muted .menu-close{background:#787878}.navbar.default-nav.bg-muted .menu-close:hover{background:#6b6b6b}.navbar.default-nav.bg-muted .menu .nav-link{color:white}.navbar.default-nav.bg-muted .menu .nav-link:focus,.navbar.default-nav.bg-muted .menu .nav-link:hover{color:white;background-color:#858585}.navbar.default-nav.bg-muted .menu .active .nav-link{color:white;background-color:#858585}.navbar.default-nav.bg-muted .toggler{background-color:#919191!important}.navbar.default-nav.bg-muted .toggler:hover{background:#858585!important}.navbar.default-nav.bg-muted .sideNavbar,.navbar.default-nav.bg-muted .slidedown{background-color:#9E9E9E!important}.navbar.expanded .toggler{display:none!important}.navbar.expanded .menu-box{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navbar.expanded .menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar.expanded>.container,.navbar.expanded>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (min-width:590px){.navbar.expand-sm .toggler{display:none}.navbar.expand-sm .menu-box{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navbar.expand-sm .menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar.expand-sm>.container,.navbar.expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width:790px){.navbar.expand-md .toggler{display:none}.navbar.expand-md .menu-box{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navbar.expand-md .menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar.expand-md>.container,.navbar.expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width:1160px){.navbar.expand-lg .toggler{display:none}.navbar.expand-lg .menu-box{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navbar.expand-lg .menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar.expand-lg>.container,.navbar.expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width:1260px){.navbar.expand-xl .toggler{display:none}.navbar.expand-xl .menu-box{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navbar.expand-xl .menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar.expand-xl>.container,.navbar.expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.sideNavbar{-webkit-transition:all 0.5s!important;-o-transition:all 0.5s!important;transition:all 0.5s!important;display:block!important;max-width:300px;width:100%;min-height:100vh;overflow-x:hidden!important;overflow-y:auto;position:fixed;top:0;height:100%;left:-100%;z-index:1250;padding-bottom:50px}.sideNavbar .menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sideNavbar .menu .nav-item{position:relative;width:100%;text-align:center}.sideNavbar .menu .nav-item>.btn{margin:10px 0!important}.sideNavbar .menu .nav-item>.input{margin:10px 0!important}.sideNavbar .menu .nav-link{display:block;width:100%;padding:10px 10px!important;text-align:center}.sideNavbar .dropdown>.dropdown-menu{position:unset!important;background:white;max-width:100%!important;min-width:100%!important;margin-top:0!important;border-radius:0!important;border:none}.sideNavbar.toggled{left:0}.sideNavbar .menu-close{display:block!important;background:#363b4d;color:white;text-align:center;padding:10px;margin-bottom:10px;cursor:pointer}.sideNavbar .menu-close:hover{background:#1c1b19}.toggled~.shadow-fixed{width:100%;min-height:100vh;background:rgba(0, 0, 0, 0.5);position:fixed;top:0;left:0;z-index:500}.menu-close{display:none}.slidedown{overflow:hidden;display:block!important;position:absolute;left:0;top:100%;z-index:1150;width:100%}.slidedown .menu{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;width:100%}.slidedown .menu .nav-item{width:100%;text-align:center}.slidedown .menu .nav-item .nav-link{width:100%}.btn{display:inline-block;padding:8px 20px;text-align:center;font-weight:400;background:none;border:none;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;border-radius:4px}.btn:focus{outline:none}.btn.btn-choose-file{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.btn.btn-choose-file input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer!important;z-index:1}.btn.btn-loading.loader-active{position:relative;pointer-events:none!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1;overflow:hidden}.btn.btn-loading.loader-active .loader{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.btn.btn-loading .loader{position:absolute;top:0;left:0;width:100%;height:100%;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:inherit}.btn.primary{border:1px solid #5b3ff9;color:white!important;background-color:#5b3ff9}.btn.primary.active,.btn.primary:focus,.btn.primary:hover{color:white!important;background-color:#310ef7!important;border-color:#310ef7!important}.btn.primary:active,.btn.primary:focus{-webkit-box-shadow:0 0 0 2px rgba(91, 63, 249, 0.5)!important;box-shadow:0 0 0 2px rgba(91, 63, 249, 0.5)!important}.btn.primary.outline{border-width:2px}.btn.primary.outline:hover{color:white!important;border-color:#5b3ff9!important;background-color:#5b3ff9!important}.btn.primary.outline:active,.btn.primary.outline:focus{background-color:#2406cc!important}.btn.primary.outline{color:#5b3ff9!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.primary.outline:focus{color:white!important;border-color:#310ef7!important}.btn.secondary{border:1px solid #363b4d;color:white!important;background-color:#363b4d}.btn.secondary.active,.btn.secondary:focus,.btn.secondary:hover{color:white!important;background-color:#21242f!important;border-color:#21242f!important}.btn.secondary:active,.btn.secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(54, 59, 77, 0.5)!important;box-shadow:0 0 0 2px rgba(54, 59, 77, 0.5)!important}.btn.secondary.outline{border-width:2px}.btn.secondary.outline:hover{color:white!important;border-color:#363b4d!important;background-color:#363b4d!important}.btn.secondary.outline:active,.btn.secondary.outline:focus{background-color:#0c0d11!important}.btn.secondary.outline{color:#363b4d!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.secondary.outline:focus{color:white!important;border-color:#21242f!important}.btn.light{border:1px solid #f4f5f6;color:white!important;background-color:#f4f5f6;border-color:rgba(0, 0, 0, 0.125)!important}.btn.light.active,.btn.light:focus,.btn.light:hover{color:white!important;background-color:#d8dcdf!important;border-color:#d8dcdf!important}.btn.light:active,.btn.light:focus{-webkit-box-shadow:0 0 0 2px rgba(244, 245, 246, 0.5)!important;box-shadow:0 0 0 2px rgba(244, 245, 246, 0.5)!important}.btn.light.outline{border-width:2px}.btn.light.outline:hover{color:white!important;border-color:#f4f5f6!important;background-color:#f4f5f6!important}.btn.light.outline:active,.btn.light.outline:focus{background-color:#bcc2c8!important}.btn.light.active{color:black!important}.btn.light{background-color:#f4f5f6;color:#1c1b19!important;border-color:#f4f5f6!important}.btn.light:active,.btn.light:focus,.btn.light:hover{color:#1c1b19!important;background-color:#d8dcdf!important;border-color:#d8dcdf!important}.btn.light.outline{color:#1c1b19!important;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.light.outline:active,.btn.light.outline:focus,.btn.light.outline:hover{color:#1c1b19!important;background-color:#d8dcdf!important;border-color:#d8dcdf!important}.btn.white{border:1px solid white;color:white!important;background-color:white;border-color:rgba(0, 0, 0, 0.125)!important}.btn.white.active,.btn.white:focus,.btn.white:hover{color:white!important;background-color:#e6e6e6!important;border-color:#e6e6e6!important}.btn.white:active,.btn.white:focus{-webkit-box-shadow:0 0 0 2px rgba(255, 255, 255, 0.5)!important;box-shadow:0 0 0 2px rgba(255, 255, 255, 0.5)!important}.btn.white.outline{border-width:2px}.btn.white.outline:hover{color:white!important;border-color:white!important;background-color:white!important}.btn.white.outline:active,.btn.white.outline:focus{background-color:#cccccc!important}.btn.white.active{color:black!important}.btn.white{background-color:white;color:#1c1b19!important;border-color:white!important}.btn.white:active,.btn.white:focus,.btn.white:hover{color:#1c1b19!important;background-color:#e6e6e6!important;border-color:#e6e6e6!important}.btn.white.outline{color:#1c1b19!important;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.white.outline:active,.btn.white.outline:focus,.btn.white.outline:hover{color:#1c1b19!important;background-color:#e6e6e6!important;border-color:#e6e6e6!important}.btn.dark{border:1px solid #1c1b19;color:white!important;background-color:#1c1b19}.btn.dark.active,.btn.dark:focus,.btn.dark:hover{color:white!important;background-color:#010101!important;border-color:#010101!important}.btn.dark:active,.btn.dark:focus{-webkit-box-shadow:0 0 0 2px rgba(28, 27, 25, 0.5)!important;box-shadow:0 0 0 2px rgba(28, 27, 25, 0.5)!important}.btn.dark.outline{border-width:2px}.btn.dark.outline:hover{color:white!important;border-color:#1c1b19!important;background-color:#1c1b19!important}.btn.dark.outline:active,.btn.dark.outline:focus{background-color:black!important}.btn.dark.outline{color:#1c1b19!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.dark.outline:focus{color:white!important;border-color:#010101!important}.btn.gray{border:1px solid gray;color:white!important;background-color:gray}.btn.gray.active,.btn.gray:focus,.btn.gray:hover{color:white!important;background-color:#676767!important;border-color:#676767!important}.btn.gray:active,.btn.gray:focus{-webkit-box-shadow:0 0 0 2px rgba(128, 128, 128, 0.5)!important;box-shadow:0 0 0 2px rgba(128, 128, 128, 0.5)!important}.btn.gray.outline{border-width:2px}.btn.gray.outline:hover{color:white!important;border-color:gray!important;background-color:gray!important}.btn.gray.outline:active,.btn.gray.outline:focus{background-color:#4d4d4d!important}.btn.gray.outline{color:gray!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.gray.outline:focus{color:white!important;border-color:#676767!important}.btn.muted{border:1px solid #9E9E9E;color:white!important;background-color:#9E9E9E}.btn.muted.active,.btn.muted:focus,.btn.muted:hover{color:white!important;background-color:#858585!important;border-color:#858585!important}.btn.muted:active,.btn.muted:focus{-webkit-box-shadow:0 0 0 2px rgba(158, 158, 158, 0.5)!important;box-shadow:0 0 0 2px rgba(158, 158, 158, 0.5)!important}.btn.muted.outline{border-width:2px}.btn.muted.outline:hover{color:white!important;border-color:#9E9E9E!important;background-color:#9E9E9E!important}.btn.muted.outline:active,.btn.muted.outline:focus{background-color:#6b6b6b!important}.btn.muted.outline{color:#9E9E9E!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.muted.outline:focus{color:white!important;border-color:#858585!important}.btn.success{border:1px solid #2ECC71;color:white!important;background-color:#2ECC71}.btn.success.active,.btn.success:focus,.btn.success:hover{color:white!important;background-color:#25a25a!important;border-color:#25a25a!important}.btn.success:active,.btn.success:focus{-webkit-box-shadow:0 0 0 2px rgba(46, 204, 113, 0.5)!important;box-shadow:0 0 0 2px rgba(46, 204, 113, 0.5)!important}.btn.success.outline{border-width:2px}.btn.success.outline:hover{color:white!important;border-color:#2ECC71!important;background-color:#2ECC71!important}.btn.success.outline:active,.btn.success.outline:focus{background-color:#1b7943!important}.btn.success.outline{color:#2ECC71!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.success.outline:focus{color:white!important;border-color:#25a25a!important}.btn.info{border:1px solid #17a2b8;color:white!important;background-color:#17a2b8}.btn.info.active,.btn.info:focus,.btn.info:hover{color:white!important;background-color:#117a8b!important;border-color:#117a8b!important}.btn.info:active,.btn.info:focus{-webkit-box-shadow:0 0 0 2px rgba(23, 162, 184, 0.5)!important;box-shadow:0 0 0 2px rgba(23, 162, 184, 0.5)!important}.btn.info.outline{border-width:2px}.btn.info.outline:hover{color:white!important;border-color:#17a2b8!important;background-color:#17a2b8!important}.btn.info.outline:active,.btn.info.outline:focus{background-color:#0c525d!important}.btn.info.outline{color:#17a2b8!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.info.outline:focus{color:white!important;border-color:#117a8b!important}.btn.warning{border:1px solid #F3BB45;color:white!important;background-color:#F3BB45}.btn.warning.active,.btn.warning:focus,.btn.warning:hover{color:white!important;background-color:#f0a915!important;border-color:#f0a915!important}.btn.warning:active,.btn.warning:focus{-webkit-box-shadow:0 0 0 2px rgba(243, 187, 69, 0.5)!important;box-shadow:0 0 0 2px rgba(243, 187, 69, 0.5)!important}.btn.warning.outline{border-width:2px}.btn.warning.outline:hover{color:white!important;border-color:#F3BB45!important;background-color:#F3BB45!important}.btn.warning.outline:active,.btn.warning.outline:focus{background-color:#c58a0d!important}.btn.warning.outline{color:#F3BB45!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.warning.outline:focus{color:white!important;border-color:#f0a915!important}.btn.danger{border:1px solid #E74C3C;color:white!important;background-color:#E74C3C}.btn.danger.active,.btn.danger:focus,.btn.danger:hover{color:white!important;background-color:#d62c1a!important;border-color:#d62c1a!important}.btn.danger:active,.btn.danger:focus{-webkit-box-shadow:0 0 0 2px rgba(231, 76, 60, 0.5)!important;box-shadow:0 0 0 2px rgba(231, 76, 60, 0.5)!important}.btn.danger.outline{border-width:2px}.btn.danger.outline:hover{color:white!important;border-color:#E74C3C!important;background-color:#E74C3C!important}.btn.danger.outline:active,.btn.danger.outline:focus{background-color:#a82315!important}.btn.danger.outline{color:#E74C3C!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.danger.outline:focus{color:white!important;border-color:#d62c1a!important}.btn-lg{padding:14px 30px!important;font-size:20px}.btn-sm{padding:8px 15px!important;font-size:14px}.block{display:block!important;width:100%!important}.block+.block{margin-top:5px}.btn-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-group+.btn-group{margin-top:5px}.btn-group>.btn,.btn-group>.dropdown>.btn{margin:0!important;border-radius:0}.btn-group>.btn,.btn-group>.dropdown>.btn{position:relative}.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.btn-group>.dropdown>.btn.active,.btn-group>.dropdown>.btn:active,.btn-group>.dropdown>.btn:focus,.btn-group>.dropdown>.btn:hover{z-index:1}.btn-group>.btn:first-child,.btn-group>.dropdown:first-child>.btn{border-radius:4px 0px 0px 4px}.btn-group>.btn:last-child,.btn-group>.dropdown:last-child>.btn{border-radius:0px 4px 4px 0px}.btn-group.stacked-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.btn-group.stacked-group>.btn,.btn-group.stacked-group>.dropdown>.btn{margin:0!important;border-radius:0;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}.btn-group.stacked-group>.btn:first-child,.btn-group.stacked-group>.dropdown:first-child>.btn{border-radius:4px 4px 0px 0px}.btn-group.stacked-group>.btn:last-child,.btn-group.stacked-group>.dropdown:last-child>.btn{border-radius:0px 0 4px 4px}.jumbotron{background-color:#f4f5f6;max-width:1150px;width:100%;padding:100px 10px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.jumbotron.fluid{max-width:100%!important}form{width:100%}.input{display:block;max-width:100%;width:100%;min-height:45px;height:45px;padding:10px 10px;background-color:white;outline:none;border:1px solid #d8dcdf;-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;border-radius:4px}.input:focus{border-color:#5b3ff9;-webkit-box-shadow:0 0 0 2px rgba(91, 63, 249, 0.5);box-shadow:0 0 0 2px rgba(91, 63, 249, 0.5)}.input:focus~.append-icon i,.input:focus~.pre-append-icon i{color:#5b3ff9!important}.input.primary{border:1px solid #5b3ff9}.input.primary:focus{border-color:#5b3ff9;-webkit-box-shadow:0 0 0 2px rgba(91, 63, 249, 0.5);box-shadow:0 0 0 2px rgba(91, 63, 249, 0.5)}.input.primary:focus~.append-icon i,.input.primary:focus~.pre-append-icon i{color:#5b3ff9!important}.input.secondary{border:1px solid #363b4d}.input.secondary:focus{border-color:#363b4d;-webkit-box-shadow:0 0 0 2px rgba(54, 59, 77, 0.5);box-shadow:0 0 0 2px rgba(54, 59, 77, 0.5)}.input.secondary:focus~.append-icon i,.input.secondary:focus~.pre-append-icon i{color:#363b4d!important}.input.light{border:1px solid #f4f5f6}.input.light:focus{border-color:#f4f5f6;-webkit-box-shadow:0 0 0 2px rgba(244, 245, 246, 0.5);box-shadow:0 0 0 2px rgba(244, 245, 246, 0.5)}.input.light:focus~.append-icon i,.input.light:focus~.pre-append-icon i{color:#f4f5f6!important}.input.dark{border:1px solid #1c1b19}.input.dark:focus{border-color:#1c1b19;-webkit-box-shadow:0 0 0 2px rgba(28, 27, 25, 0.5);box-shadow:0 0 0 2px rgba(28, 27, 25, 0.5)}.input.dark:focus~.append-icon i,.input.dark:focus~.pre-append-icon i{color:#1c1b19!important}.input.gray{border:1px solid gray}.input.gray:focus{border-color:gray;-webkit-box-shadow:0 0 0 2px rgba(128, 128, 128, 0.5);box-shadow:0 0 0 2px rgba(128, 128, 128, 0.5)}.input.gray:focus~.append-icon i,.input.gray:focus~.pre-append-icon i{color:gray!important}.input.white{border:1px solid white}.input.white:focus{border-color:white;-webkit-box-shadow:0 0 0 2px rgba(255, 255, 255, 0.5);box-shadow:0 0 0 2px rgba(255, 255, 255, 0.5)}.input.white:focus~.append-icon i,.input.white:focus~.pre-append-icon i{color:white!important}.input.success{border:1px solid #2ECC71}.input.success:focus{border-color:#2ECC71;-webkit-box-shadow:0 0 0 2px rgba(46, 204, 113, 0.5);box-shadow:0 0 0 2px rgba(46, 204, 113, 0.5)}.input.success:focus~.append-icon i,.input.success:focus~.pre-append-icon i{color:#2ECC71!important}.input.info{border:1px solid #17a2b8}.input.info:focus{border-color:#17a2b8;-webkit-box-shadow:0 0 0 2px rgba(23, 162, 184, 0.5);box-shadow:0 0 0 2px rgba(23, 162, 184, 0.5)}.input.info:focus~.append-icon i,.input.info:focus~.pre-append-icon i{color:#17a2b8!important}.input.warning{border:1px solid #F3BB45}.input.warning:focus{border-color:#F3BB45;-webkit-box-shadow:0 0 0 2px rgba(243, 187, 69, 0.5);box-shadow:0 0 0 2px rgba(243, 187, 69, 0.5)}.input.warning:focus~.append-icon i,.input.warning:focus~.pre-append-icon i{color:#F3BB45!important}.input.danger{border:1px solid #E74C3C}.input.danger:focus{border-color:#E74C3C;-webkit-box-shadow:0 0 0 2px rgba(231, 76, 60, 0.5);box-shadow:0 0 0 2px rgba(231, 76, 60, 0.5)}.input.danger:focus~.append-icon i,.input.danger:focus~.pre-append-icon i{color:#E74C3C!important}.input.muted{border:1px solid #9E9E9E}.input.muted:focus{border-color:#9E9E9E;-webkit-box-shadow:0 0 0 2px rgba(158, 158, 158, 0.5);box-shadow:0 0 0 2px rgba(158, 158, 158, 0.5)}.input.muted:focus~.append-icon i,.input.muted:focus~.pre-append-icon i{color:#9E9E9E!important}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:10px;appearance:none;position:relative;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");background-repeat:no-repeat;background-size:20px;background-position:right center;background-clip:border-box}select::-ms-expand{display:none}select option:not([disabled]){color:#1c1b19}select option[disabled]{color:gray}select[multiple]{overflow-y:auto;min-height:125px;background-image:none!important}select[multiple] option{padding:5px}select[multiple] option:checked{background:#5b3ff9!important}select[multiple]:checked{background:#5b3ff9!important}select.input{padding:10px 8px}textarea.input{min-height:150px!important}textarea{resize:vertical}label{display:inline-block;margin-bottom:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.group{padding:10px 0}.group .error-message,.group .message,.group .success-message{display:block;font-size:12px;padding-top:4px;padding-left:4px;font-weight:bold}.group .error-message{color:#E74C3C}.group .success-message{color:#2ECC71}.group .is-primary .append-icon i,.group.is-primary .append-icon i,.group.is-primary .pre-append-icon i,.group .is-primary .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:#5b3ff9}.group .is-primary .input,.group.is-primary .input{background:rgba(91, 63, 249, 0.1);color:#310ef7!important;border-color:#5b3ff9}.group .is-primary .input:focus,.group.is-primary .input:focus{background:white;color:black!important}.group .is-secondary .append-icon i,.group.is-secondary .append-icon i,.group.is-secondary .pre-append-icon i,.group .is-secondary .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:#363b4d}.group .is-secondary .input,.group.is-secondary .input{background:rgba(54, 59, 77, 0.1);color:#21242f!important;border-color:#363b4d}.group .is-secondary .input:focus,.group.is-secondary .input:focus{background:white;color:black!important}.group .is-light .append-icon i,.group.is-light .append-icon i,.group.is-light .pre-append-icon i,.group .is-light .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:#f4f5f6}.group .is-light .input,.group.is-light .input{background:rgba(244, 245, 246, 0.1);color:#d8dcdf!important;border-color:#f4f5f6}.group .is-light .input:focus,.group.is-light .input:focus{background:white;color:black!important}.group .is-dark .append-icon i,.group.is-dark .append-icon i,.group.is-dark .pre-append-icon i,.group .is-dark .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:#1c1b19}.group .is-dark .input,.group.is-dark .input{background:rgba(28, 27, 25, 0.1);color:#010101!important;border-color:#1c1b19}.group .is-dark .input:focus,.group.is-dark .input:focus{background:white;color:black!important}.group .is-gray .append-icon i,.group.is-gray .append-icon i,.group.is-gray .pre-append-icon i,.group .is-gray .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:gray}.group .is-gray .input,.group.is-gray .input{background:rgba(128, 128, 128, 0.1);color:#676767!important;border-color:gray}.group .is-gray .input:focus,.group.is-gray .input:focus{background:white;color:black!important}.group .is-white .append-icon i,.group.is-white .append-icon i,.group.is-white .pre-append-icon i,.group .is-white .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:white}.group .is-white .input,.group.is-white .input{background:rgba(255, 255, 255, 0.1);color:#e6e6e6!important;border-color:white}.group .is-white .input:focus,.group.is-white .input:focus{background:white;color:black!important}.group .is-success .append-icon i,.group.is-success .append-icon i,.group.is-success .pre-append-icon i,.group .is-success .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:#2ECC71}.group .is-success .input,.group.is-success .input{background:rgba(46, 204, 113, 0.1);color:#25a25a!important;border-color:#2ECC71}.group .is-success .input:focus,.group.is-success .input:focus{background:white;color:black!important}.group .is-info .append-icon i,.group.is-info .append-icon i,.group.is-info .pre-append-icon i,.group .is-info .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:#17a2b8}.group .is-info .input,.group.is-info .input{background:rgba(23, 162, 184, 0.1);color:#117a8b!important;border-color:#17a2b8}.group .is-info .input:focus,.group.is-info .input:focus{background:white;color:black!important}.group .is-warning .append-icon i,.group.is-warning .append-icon i,.group.is-warning .pre-append-icon i,.group .is-warning .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:#F3BB45}.group .is-warning .input,.group.is-warning .input{background:rgba(243, 187, 69, 0.1);color:#f0a915!important;border-color:#F3BB45}.group .is-warning .input:focus,.group.is-warning .input:focus{background:white;color:black!important}.group .is-danger .append-icon i,.group.is-danger .append-icon i,.group.is-danger .pre-append-icon i,.group .is-danger .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:#E74C3C}.group .is-danger .input,.group.is-danger .input{background:rgba(231, 76, 60, 0.1);color:#d62c1a!important;border-color:#E74C3C}.group .is-danger .input:focus,.group.is-danger .input:focus{background:white;color:black!important}.group .is-muted .append-icon i,.group.is-muted .append-icon i,.group.is-muted .pre-append-icon i,.group .is-muted .pre-append-icon i{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;color:#9E9E9E}.group .is-muted .input,.group.is-muted .input{background:rgba(158, 158, 158, 0.1);color:#858585!important;border-color:#9E9E9E}.group .is-muted .input:focus,.group.is-muted .input:focus{background:white;color:black!important}.input-group{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.input-group.input-addon{padding:0!important}.input-group.input-addon .pre-append-icon{position:absolute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:100%;top:0;left:0;-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease}.input-group.input-addon .append-icon{position:absolute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:100%;top:0;right:0;-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease}.input-group.input-addon.input-addon-both input{padding-left:40px;padding-right:40px}.input-group.input-addon.input-addon-left input{padding-left:40px}.input-group.input-addon.input-addon-right input{padding-right:40px}.checkbox-group,.radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.checkbox-group label,.radio-group label{margin:0;margin-left:10px}[type=checkbox],[type=radio]{width:15px;height:15px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.custom-checkbox,.custom-radio{position:relative;display:block}.custom-checkbox input,.custom-radio input{position:absolute;z-index:-1;opacity:0}.custom-checkbox input:checked~label:before,.custom-radio input:checked~label:before{color:#fff;background-color:#5b3ff9;-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease}.custom-checkbox label,.custom-radio label{margin-bottom:0;padding-left:25px}.custom-checkbox{position:relative;display:block}.custom-checkbox input:checked~label:after{background-image:url("data:image/svg+xml;charset=utf8,%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 input:checked:focus~label:before{-webkit-box-shadow:0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25);box-shadow:0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25)}.custom-checkbox label{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease}.custom-checkbox label:before{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;width:16px;height:16px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6;border-radius:4px}.custom-checkbox label:after{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;width:16px;height:16px;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-radio input:checked~label:after{background-image:url("data:image/svg+xml;charset=utf8,%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 input:focus~label:before{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;-webkit-box-shadow:0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25);box-shadow:0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25)}.custom-radio label:before{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;width:16px;height:16px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6;border-radius:50%}.custom-radio label:after{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;width:16px;height:16px;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.checkbox-toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkbox-toggle label{margin:0!important}.checkbox-toggle input[type=checkbox]{display:block;margin:0 10px 0 0;-webkit-appearance:button;border:none;outline:none;background-color:#d8dcdf;width:50px;height:22px;border-radius:3px;cursor:pointer;position:relative;-webkit-transition:background-color 1s;-o-transition:background-color 1s;transition:background-color 1s;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.2)}.checkbox-toggle.rounded input[type=checkbox],.checkbox-toggle.rounded input[type=checkbox]:after{border-radius:35px!important}.checkbox-toggle input[type=checkbox]:after{content:attr(data-off);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;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:2px;text-transform:uppercase;font-size:12px;width:50%;height:calc(100% - 4px);font-weight:bold;background-color:#fdfdfd;border-radius:2px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);background:white;-webkit-transition:.5s all;-o-transition:.5s all;transition:.5s all}.checkbox-toggle input[type=checkbox]:checked{background-color:#aeb5bd}.checkbox-toggle.primary input[type=checkbox]:checked{background-color:#5b3ff9!important}.checkbox-toggle.primary input[type=checkbox]:checked:after{color:#5b3ff9!important}.checkbox-toggle.secondary input[type=checkbox]:checked{background-color:#363b4d!important}.checkbox-toggle.secondary input[type=checkbox]:checked:after{color:#363b4d!important}.checkbox-toggle.light input[type=checkbox]:checked{background-color:#f4f5f6!important}.checkbox-toggle.light input[type=checkbox]:checked:after{color:#f4f5f6!important}.checkbox-toggle.dark input[type=checkbox]:checked{background-color:#1c1b19!important}.checkbox-toggle.dark input[type=checkbox]:checked:after{color:#1c1b19!important}.checkbox-toggle.gray input[type=checkbox]:checked{background-color:gray!important}.checkbox-toggle.gray input[type=checkbox]:checked:after{color:gray!important}.checkbox-toggle.white input[type=checkbox]:checked{background-color:white!important}.checkbox-toggle.white input[type=checkbox]:checked:after{color:white!important}.checkbox-toggle.success input[type=checkbox]:checked{background-color:#2ECC71!important}.checkbox-toggle.success input[type=checkbox]:checked:after{color:#2ECC71!important}.checkbox-toggle.info input[type=checkbox]:checked{background-color:#17a2b8!important}.checkbox-toggle.info input[type=checkbox]:checked:after{color:#17a2b8!important}.checkbox-toggle.warning input[type=checkbox]:checked{background-color:#F3BB45!important}.checkbox-toggle.warning input[type=checkbox]:checked:after{color:#F3BB45!important}.checkbox-toggle.danger input[type=checkbox]:checked{background-color:#E74C3C!important}.checkbox-toggle.danger input[type=checkbox]:checked:after{color:#E74C3C!important}.checkbox-toggle.muted input[type=checkbox]:checked{background-color:#9E9E9E!important}.checkbox-toggle.muted input[type=checkbox]:checked:after{color:#9E9E9E!important}.checkbox-toggle input[type=checkbox]:checked:after{content:attr(data-on);left:calc(50% - 2px)}.dropdown{position:relative}.dropdown.menu-showing>.dropdown-menu,.dropdown:hover>.dropdown-menu{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.dropdown li{list-style:none;margin:0}.dropdown.btn>.dropdown-menu{top:100%!important}.dropdown>.dropdown-menu{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:200px;width:100%;background:white;-webkit-box-shadow:0 2px 4px 0 rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1);box-shadow:0 2px 4px 0 rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1);padding:5px 0;position:absolute;right:0;top:100%;white-space:nowrap;-webkit-animation:dropdown 0.220s forwards ease-in-out;animation:dropdown 0.220s forwards ease-in-out;z-index:1000;border-radius:4px}.dropdown>.dropdown-menu .dropdown-group{border-bottom:1px solid #e9ecef}.dropdown>.dropdown-menu .dropdown-group .dropdown-title{display:block;color:#363b4d;font-weight:bold;border-bottom:1px solid #e9ecef;text-align:left;white-space:nowrap;padding:10px 15px}.dropdown>.dropdown-menu .dropdown-group .inner-dropdown>a,.dropdown>.dropdown-menu .dropdown-group>a,.dropdown>.dropdown-menu .dropdown-group>li>a{padding-left:25px!important}.dropdown>.dropdown-menu .dropdown-divider{height:0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown>.dropdown-menu a{display:block;color:#333;text-align:left;padding:10px 15px}.dropdown>.dropdown-menu a.active,.dropdown>.dropdown-menu a.is-active,.dropdown>.dropdown-menu a:hover{color:white;background:#5b3ff9}.dropdown>.dropdown-menu .menu-hiding{-webkit-animation:dropdownHiding 0.220s forwards ease-in-out;animation:dropdownHiding 0.220s forwards ease-in-out}.dropdown>.dropdown-menu .inner-dropdown .dropdown-menu{top:0;-webkit-animation:dropdownInner 0.220s forwards ease-in-out;animation:dropdownInner 0.220s forwards ease-in-out;margin-top:0!important}.dropdown>.dropdown-menu .inner-dropdown.dropdown-right>.dropdown-menu{left:100%}.dropdown>.dropdown-menu .inner-dropdown.dropdown-left>.dropdown-menu{left:-100%}@media (max-width:768px){.dropdown>.dropdown-menu .inner-dropdown .dropdown-menu{top:100%!important}.dropdown>.dropdown-menu .inner-dropdown.dropdown-right>.dropdown-menu{left:0!important}.dropdown>.dropdown-menu .inner-dropdown.dropdown-left>.dropdown-menu{left:0!important}}.dropdown.dropdown-bigger{position:static}.dropdown.dropdown-bigger>.dropdown-menu{left:0!important;width:100%;min-width:auto!important;max-width:100%!important}.dropdown.dropdown-right>.dropdown-menu{right:0}.dropdown.dropdown-left>.dropdown-menu{left:0}.dropdown.carret:after,.dropdown>a:after,.dropdown>button:after,.dropdown>div:not(.dropdown-menu):after{display:inline-block;width:0;height:0;margin-left:10px;vertical-align:4px;content:" ";border-top:5px solid;border-right:5px solid transparent;border-bottom:0;border-left:5px solid transparent}@-webkit-keyframes dropdown{0%{opacity:0;top:80%}to{opacity:1;top:100%}}@keyframes dropdown{0%{opacity:0;top:80%}to{opacity:1;top:100%}}@-webkit-keyframes dropdownInner{0%{opacity:0;top:-10%}to{opacity:1;top:0}}@keyframes dropdownInner{0%{opacity:0;top:-10%}to{opacity:1;top:0}}@-webkit-keyframes dropdownHiding{0%{opacity:0;top:0}to{opacity:1;top:-10%}}@keyframes dropdownHiding{0%{opacity:0;top:0}to{opacity:1;top:-10%}}.card{position:relative;max-width:100%;background-color:#fff;background-clip:border-box;word-wrap:break-word;overflow:hidden;border:1px solid rgba(0, 0, 0, 0.125);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:4px}.card .card-header{background-color:white;padding:10px 15px;border-bottom:1px solid rgba(0, 0, 0, 0.125)}.card .card-header .card-title{margin:0}.card .card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px;background-color:white}.card .card-footer{background-color:white;padding:10px 15px;border-top:1px solid rgba(0, 0, 0, 0.125)}.equal-cards .card{height:100%}dl,ol,ul{list-style:none;margin-top:0;padding-left:20px}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{font-size:100%;margin:0}ol{list-style:decimal inside}ul{list-style:circle inside}ol li,ul li{margin-bottom:5px}blockquote{padding:20px 30px;margin-left:0;margin-right:0;border-left:4px solid #5b3ff9;background-color:#f9f9f9}.table-fluid{max-width:100%;width:100%;overflow-x:auto}.table-fluid table,.table-fluid td,.table-fluid tr{white-space:nowrap}table.table{border-collapse:collapse;border-spacing:0;width:100%;display:table}table.table td,table.table td,table.table th{padding:10px 15px;display:table-cell;text-align:left;vertical-align:middle}table.table thead{background-color:#f4f5f6}table.table thead th{padding:15px!important;font-weight:bold}table.table th{font-weight:500}table.table tr{border-bottom:1px solid #d8dcdf}.table-striped tr:nth-child(2n){background-color:#f4f5f6}.code-wrap{overflow-x:auto}.code-wrap code{padding:10px 15px}code{background-color:#f4f5f6;color:#E74C3C;padding:4px 8px;word-wrap:break-word;overflow-x:auto;line-height:1.50;border-radius:4px}pre{font-size:14px;padding:10px 25px;background:#eee;overflow-y:hidden;border-radius:4px}pre>code{display:block;padding:15px;white-space:pre}.alert{display:block;text-align:left;margin-top:8px;margin-bottom:8px;padding:10px 15px;position:relative;overflow:hidden;border-radius:4px}.alert.dismissable{padding-right:40px}.alert .alert-close{position:absolute;top:0;right:0;padding:5px 10px;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;height:100%;cursor:pointer}.alert.primary{background:#5b3ff9;color:white}.alert.primary .alert-close:hover{background:#310ef7;color:white}.alert.secondary{background:#363b4d;color:white}.alert.secondary .alert-close:hover{background:#21242f;color:white}.alert.light{background:#f4f5f6;color:black}.alert.light .alert-close:hover{background:#d8dcdf;color:black}.alert.dark{background:#1c1b19;color:white}.alert.dark .alert-close:hover{background:#010101;color:white}.alert.gray{background:gray;color:white}.alert.gray .alert-close:hover{background:#676767;color:white}.alert.success{background:#2ECC71;color:white}.alert.success .alert-close:hover{background:#25a25a;color:white}.alert.info{background:#17a2b8;color:white}.alert.info .alert-close:hover{background:#117a8b;color:white}.alert.warning{background:#F3BB45;color:white}.alert.warning .alert-close:hover{background:#f0a915;color:white}.alert.danger{background:#E74C3C;color:white}.alert.danger .alert-close:hover{background:#d62c1a;color:white}.alert.muted{background:#9E9E9E;color:white}.alert.muted .alert-close:hover{background:#858585;color:white}.badge{display:inline-block;background-color:#f4f5f6;font-size:16px;padding:2px 6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;border-radius:4px}.badge.badge-icon{width:40px;height:40px;vertical-align:middle;text-align:center;border-radius:50%}.badge.badge-icon>*{width:100%;height:100%;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}.badge-lg{font-size:18px;padding:2px 8px}.badge-lg.badge-icon{width:50px;height:50px}.badge-sm{font-size:12px;padding:2px 6px}.badge-sm.badge-icon{width:30px;height:30px}.badge.rounded{border-radius:35px}.badge.primary{background-color:#5b3ff9!important;color:white}.badge.primary>*{color:white}.badge.primary.outline{background-color:transparent!important;color:#5b3ff9;border:1px solid #5b3ff9}.badge.primary.outline>*{color:#5b3ff9}a.badge.primary:hover{background-color:#310ef7!important;color:white}a.badge.primary.outline:hover{background-color:#5b3ff9!important;color:white!important}a.badge.primary.outline:hover>*{color:white!important}.badge.secondary{background-color:#363b4d!important;color:white}.badge.secondary>*{color:white}.badge.secondary.outline{background-color:transparent!important;color:#363b4d;border:1px solid #363b4d}.badge.secondary.outline>*{color:#363b4d}a.badge.secondary:hover{background-color:#21242f!important;color:white}a.badge.secondary.outline:hover{background-color:#363b4d!important;color:white!important}a.badge.secondary.outline:hover>*{color:white!important}.badge.light{background-color:#f4f5f6!important;color:white}.badge.light>*{color:white}.badge.light.outline{background-color:transparent!important;color:#f4f5f6;border:1px solid #f4f5f6}.badge.light.outline>*{color:#f4f5f6}a.badge.light:hover{background-color:#d8dcdf!important;color:white}a.badge.light.outline:hover{background-color:#f4f5f6!important;color:white!important}a.badge.light.outline:hover>*{color:white!important}.badge.dark{background-color:#1c1b19!important;color:white}.badge.dark>*{color:white}.badge.dark.outline{background-color:transparent!important;color:#1c1b19;border:1px solid #1c1b19}.badge.dark.outline>*{color:#1c1b19}a.badge.dark:hover{background-color:#010101!important;color:white}a.badge.dark.outline:hover{background-color:#1c1b19!important;color:white!important}a.badge.dark.outline:hover>*{color:white!important}.badge.gray{background-color:gray!important;color:white}.badge.gray>*{color:white}.badge.gray.outline{background-color:transparent!important;color:gray;border:1px solid gray}.badge.gray.outline>*{color:gray}a.badge.gray:hover{background-color:#676767!important;color:white}a.badge.gray.outline:hover{background-color:gray!important;color:white!important}a.badge.gray.outline:hover>*{color:white!important}.badge.white{background-color:white!important;color:white}.badge.white>*{color:white}.badge.white.outline{background-color:transparent!important;color:white;border:1px solid white}.badge.white.outline>*{color:white}a.badge.white:hover{background-color:#e6e6e6!important;color:white}a.badge.white.outline:hover{background-color:white!important;color:white!important}a.badge.white.outline:hover>*{color:white!important}.badge.success{background-color:#2ECC71!important;color:white}.badge.success>*{color:white}.badge.success.outline{background-color:transparent!important;color:#2ECC71;border:1px solid #2ECC71}.badge.success.outline>*{color:#2ECC71}a.badge.success:hover{background-color:#25a25a!important;color:white}a.badge.success.outline:hover{background-color:#2ECC71!important;color:white!important}a.badge.success.outline:hover>*{color:white!important}.badge.info{background-color:#17a2b8!important;color:white}.badge.info>*{color:white}.badge.info.outline{background-color:transparent!important;color:#17a2b8;border:1px solid #17a2b8}.badge.info.outline>*{color:#17a2b8}a.badge.info:hover{background-color:#117a8b!important;color:white}a.badge.info.outline:hover{background-color:#17a2b8!important;color:white!important}a.badge.info.outline:hover>*{color:white!important}.badge.warning{background-color:#F3BB45!important;color:white}.badge.warning>*{color:white}.badge.warning.outline{background-color:transparent!important;color:#F3BB45;border:1px solid #F3BB45}.badge.warning.outline>*{color:#F3BB45}a.badge.warning:hover{background-color:#f0a915!important;color:white}a.badge.warning.outline:hover{background-color:#F3BB45!important;color:white!important}a.badge.warning.outline:hover>*{color:white!important}.badge.danger{background-color:#E74C3C!important;color:white}.badge.danger>*{color:white}.badge.danger.outline{background-color:transparent!important;color:#E74C3C;border:1px solid #E74C3C}.badge.danger.outline>*{color:#E74C3C}a.badge.danger:hover{background-color:#d62c1a!important;color:white}a.badge.danger.outline:hover{background-color:#E74C3C!important;color:white!important}a.badge.danger.outline:hover>*{color:white!important}.badge.muted{background-color:#9E9E9E!important;color:white}.badge.muted>*{color:white}.badge.muted.outline{background-color:transparent!important;color:#9E9E9E;border:1px solid #9E9E9E}.badge.muted.outline>*{color:#9E9E9E}a.badge.muted:hover{background-color:#858585!important;color:white}a.badge.muted.outline:hover{background-color:#9E9E9E!important;color:white!important}a.badge.muted.outline:hover>*{color:white!important}.modal{-webkit-transition:all 0.500s!important;-o-transition:all 0.500s!important;transition:all 0.500s!important;width:100%;height:100%;min-height:100vh;max-height:100vh;padding:80px 15px;position:fixed;top:0;left:0;pointer-events:none;z-index:-10;overflow-x:hidden;opacity:0;overflow-y:auto!important}.modal .modal-container{position:relative;margin:0 auto;overflow:hidden;z-index:1350;-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.15), 0 0 5px 1px rgba(0, 0, 0, 0.1);box-shadow:0 0 15px rgba(0, 0, 0, 0.15), 0 0 5px 1px rgba(0, 0, 0, 0.1);border-radius:4px}.modal-title{margin:0;font-size:20px}.modal-header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:white;border-bottom:1px solid #e9ecef;padding:10px 15px}.modal-header .modal-close{padding:10px;cursor:pointer}.modal-header .modal-close:hover{opacity:0.5}.modal-container{display:none;max-width:580px;width:100%;height:auto;background:white;-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease}.modal-container.modal-sm{max-width:480px}.modal-container.modal-md{max-width:750px}.modal-container.modal-lg{max-width:1100px}.modal-container .modal-body{padding:15px}.modal-container .modal-footer{padding:10px 15px;background:white;border-top:1px solid #e9ecef}.modal.modal-show{opacity:1!important;z-index:1250!important;-webkit-animation:modalbg 1s ease-in forwards;animation:modalbg 1s ease-in forwards;pointer-events:initial!important}.modal.modal-show .modal-container{display:block!important}.modal.modal-show .modal-container.animation-added{-webkit-animation:animateUp 0.5s forwards;animation:animateUp 0.5s forwards}.modal-exit{top:0!important;opacity:0;z-index:-1}@-webkit-keyframes modalbg{0%{background:rgba(0, 0, 0, 0)}to{background:rgba(0, 0, 0, 0.5)}}@keyframes modalbg{0%{background:rgba(0, 0, 0, 0)}to{background:rgba(0, 0, 0, 0.5)}}@-webkit-keyframes animateUp{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}to{-webkit-transform:translateY(0px);transform:translateY(0px)}}@keyframes animateUp{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}to{-webkit-transform:translateY(0px);transform:translateY(0px)}}.tab-nav.default{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #d8dcdf}.tab-nav.default .tab-link{outline:none;border:none;display:block;padding:10px 15px 20px 15px;cursor:pointer;background:white;color:#1c1b19;position:relative}.tab-nav.default .tab-link:hover{color:#5b3ff9}.tab-nav.default .tab-link.active{color:#5b3ff9;background-color:white}.tab-nav.default .tab-link.active:before,.tab-nav.default .tab-link.active:focus:before,.tab-nav.default .tab-link.active:hover:before{border-bottom:11px solid #cacfd4;border-left:11px solid transparent;border-right:11px solid transparent;content:"";display:inline-block;position:absolute;right:40%;bottom:0;z-index:1}.tab-nav.default .tab-link.active:after,.tab-nav.default .tab-link.active:focus:after,.tab-nav.default .tab-link.active:hover:after{border-bottom:11px solid #fff;border-left:11px solid transparent;border-right:11px solid transparent;content:"";display:inline-block;position:absolute;right:40%;bottom:-1px;z-index:1}.tab-container{padding:15px 0}.tab-content{display:none;padding:6px 12px;-webkit-animation:fadeEffect 1s;animation:fadeEffect 1s}.tab-content.active{display:block!important}.tab-content .tab-close{cursor:pointer;opacity:0.5;font-size:16px}.tab-content .tab-close:hover{opacity:1}@-webkit-keyframes fadeEffect{0%{opacity:0}to{opacity:1}}@keyframes fadeEffect{0%{opacity:0}to{opacity:1}}.accordion{-webkit-transition:all 0.125s;-o-transition:all 0.125s;transition:all 0.125s;width:100%;border:none;outline:none;cursor:pointer}.accordion-container.default .accordion{padding:15px;background-color:white;border:1px solid #d8dcdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:4px}.accordion-container.default .accordion:not(.active){margin-bottom:5px}.accordion-container.default .accordion.active:after{color:white}.accordion-container.default .accordion:hover,.accordion-container.default .active{border-color:#5b3ff9;color:white;background:#5b3ff9}.accordion-container.default .accordion:hover:after,.accordion-container.default .active:after{color:white}.accordion-container.default .accordion:after{content:'\002B';color:#777;font-weight:bold;float:right;font-size:20px;margin-left:5px}.accordion-container.default .active:after{content:"\2212"}.accordion-container.default .panel-box{border:1px solid #d8dcdf;padding:15px;margin-bottom:5px;margin-top:5px;background-color:white;border-radius:4px}.accordion-container .panel{-webkit-transition:max-height 0.2s ease-out;-o-transition:max-height 0.2s ease-out;transition:max-height 0.2s ease-out;max-height:0;overflow:hidden}.breadcrumb{list-style:none;padding:15px 20px;margin:0;background-color:#f4f5f6}.breadcrumb li{list-style:none;display:inline}.breadcrumb li+li:before{padding:8px;color:black;content:"";font-family:fontAwesome}.breadcrumb.primary{background:#5b3ff9;color:white}.breadcrumb.primary a{color:white}.breadcrumb.primary li+li:before{color:white}.breadcrumb.secondary{background:#363b4d;color:white}.breadcrumb.secondary a{color:white}.breadcrumb.secondary li+li:before{color:white}.breadcrumb.light{background:#f4f5f6;color:black}.breadcrumb.light a{color:white}.breadcrumb.light li+li:before{color:black}.breadcrumb.dark{background:#1c1b19;color:white}.breadcrumb.dark a{color:white}.breadcrumb.dark li+li:before{color:white}.breadcrumb.gray{background:gray;color:white}.breadcrumb.gray a{color:white}.breadcrumb.gray li+li:before{color:white}.breadcrumb.success{background:#2ECC71;color:white}.breadcrumb.success a{color:white}.breadcrumb.success li+li:before{color:white}.breadcrumb.info{background:#17a2b8;color:white}.breadcrumb.info a{color:white}.breadcrumb.info li+li:before{color:white}.breadcrumb.warning{background:#F3BB45;color:white}.breadcrumb.warning a{color:white}.breadcrumb.warning li+li:before{color:white}.breadcrumb.danger{background:#E74C3C;color:white}.breadcrumb.danger a{color:white}.breadcrumb.danger li+li:before{color:white}.breadcrumb.muted{background:#9E9E9E;color:white}.breadcrumb.muted a{color:white}.breadcrumb.muted li+li:before{color:white}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;overflow:hidden;font-size:12px;background-color:#ccc;border-radius:4px}.progress .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;-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress .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);background-size:16px 16px}.progress .progress-bar.animated-stripe{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.progress.primary .progress-bar{background-color:#5b3ff9!important}.progress.secondary .progress-bar{background-color:#363b4d!important}.progress.light .progress-bar{background-color:#f4f5f6!important}.progress.dark .progress-bar{background-color:#1c1b19!important}.progress.gray .progress-bar{background-color:gray!important}.progress.white .progress-bar{background-color:white!important}.progress.success .progress-bar{background-color:#2ECC71!important}.progress.info .progress-bar{background-color:#17a2b8!important}.progress.warning .progress-bar{background-color:#F3BB45!important}.progress.danger .progress-bar{background-color:#E74C3C!important}.progress.muted .progress-bar{background-color:#9E9E9E!important}@-webkit-keyframes progress-bar-stripes{0%{background-position:0 16px}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:0 16px}to{background-position:0 0}}[data-tip]{position:relative}[data-tip].tooltip-active:after,[data-tip].tooltip-active:before,[data-tip]:focus:after,[data-tip]:focus:before,[data-tip]:hover:after,[data-tip]:hover:before{visibility:visible;margin-top:0!important}[data-tip]:before{content:"";position:absolute;top:-6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-width:4px 6px 0 6px;border-style:solid;border-color:#1c1b19 transparent transparent transparent;z-index:100;margin-top:10px}[data-tip]:after{content:attr(data-tip);position:absolute;left:50%;top:-6px;display:block;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%);background:#1c1b19;color:#fff;padding:10px;font-size:12px;min-width:150px;pointer-events:none;margin-top:10px;border-radius:4px;-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease}[data-tip]:after,[data-tip]:before{visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}[data-tip-position=left]:before{left:0%;top:50%;margin-left:-12px;-webkit-transform:translatey(-50%) rotate(-90deg);-ms-transform:translatey(-50%) rotate(-90deg);transform:translatey(-50%) rotate(-90deg)}[data-tip-position=top]:before{left:50%}[data-tip-position=bottom]:before{top:100%;margin-top:8px;-webkit-transform:translateX(-50%) translateY(-100%) rotate(-180deg);-ms-transform:translateX(-50%) translateY(-100%) rotate(-180deg);transform:translateX(-50%) translateY(-100%) rotate(-180deg)}[data-tip-position=right]:before{left:100%;top:50%;margin-left:1px;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}[data-tip-position=left]:after{left:0%;top:50%;margin-left:-8px;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}[data-tip-position=top]:after{left:50%}[data-tip-position=bottom]:after{top:100%;margin-top:8px;-webkit-transform:translateX(-50%) translateY(0%);-ms-transform:translateX(-50%) translateY(0%);transform:translateX(-50%) translateY(0%)}[data-tip-position=right]:after{left:100%;top:50%;margin-left:8px;-webkit-transform:translateX(0%) translateY(-50%);-ms-transform:translateX(0%) translateY(-50%);transform:translateX(0%) translateY(-50%)}.chip{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background:#f4f5f6;border-radius:35px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:90%;height:30px;margin:2px;text-decoration:none;-o-text-overflow:ellipsis;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;padding:5px 10px}.chip.dismissable{padding:5px 4px 5px 8px!important}.chip.with-avatar{padding:5px 10px 5px 0!important}.chip.with-avatar.dismissable{padding:5px 4px 5px 0!important}.chip.with-avatar.avatar-zoomed{margin:8px 2px 8px 9px}.chip.with-avatar.avatar-zoomed .chip-img{-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4);font-size:80%;margin-right:10px}.chip .btn-clear-chip{border-radius:50%;-webkit-transform:scale(0.75);-ms-transform:scale(0.75);transform:scale(0.75);background:white;min-width:25px;min-height:25px;margin-left:5px;color:#1c1b19;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;outline:none;cursor:pointer}.chip .chip-img{border-radius:50%;width:30px;height:30px;-o-object-fit:cover;object-fit:cover;margin-right:5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:90%;font-weight:500}.chip.primary{background-color:#5b3ff9;color:white}.chip.primary .chip-img{border:2px solid white;background-color:#5b3ff9}.chip.primary img.chip-img{border:2px solid #5b3ff9}.chip.primary .btn-clear-chip:hover{background:#310ef7;color:white}.chip.secondary{background-color:#363b4d;color:white}.chip.secondary .chip-img{border:2px solid white;background-color:#363b4d}.chip.secondary img.chip-img{border:2px solid #363b4d}.chip.secondary .btn-clear-chip:hover{background:#21242f;color:white}.chip.light{background-color:#f4f5f6;color:white}.chip.light .chip-img{border:2px solid white;background-color:#f4f5f6}.chip.light img.chip-img{border:2px solid #f4f5f6}.chip.light .btn-clear-chip:hover{background:#d8dcdf;color:white}.chip.dark{background-color:#1c1b19;color:white}.chip.dark .chip-img{border:2px solid white;background-color:#1c1b19}.chip.dark img.chip-img{border:2px solid #1c1b19}.chip.dark .btn-clear-chip:hover{background:#010101;color:white}.chip.gray{background-color:gray;color:white}.chip.gray .chip-img{border:2px solid white;background-color:gray}.chip.gray img.chip-img{border:2px solid gray}.chip.gray .btn-clear-chip:hover{background:#676767;color:white}.chip.white{background-color:white;color:white}.chip.white .chip-img{border:2px solid white;background-color:white}.chip.white img.chip-img{border:2px solid white}.chip.white .btn-clear-chip:hover{background:#e6e6e6;color:white}.chip.success{background-color:#2ECC71;color:white}.chip.success .chip-img{border:2px solid white;background-color:#2ECC71}.chip.success img.chip-img{border:2px solid #2ECC71}.chip.success .btn-clear-chip:hover{background:#25a25a;color:white}.chip.info{background-color:#17a2b8;color:white}.chip.info .chip-img{border:2px solid white;background-color:#17a2b8}.chip.info img.chip-img{border:2px solid #17a2b8}.chip.info .btn-clear-chip:hover{background:#117a8b;color:white}.chip.warning{background-color:#F3BB45;color:white}.chip.warning .chip-img{border:2px solid white;background-color:#F3BB45}.chip.warning img.chip-img{border:2px solid #F3BB45}.chip.warning .btn-clear-chip:hover{background:#f0a915;color:white}.chip.danger{background-color:#E74C3C;color:white}.chip.danger .chip-img{border:2px solid white;background-color:#E74C3C}.chip.danger img.chip-img{border:2px solid #E74C3C}.chip.danger .btn-clear-chip:hover{background:#d62c1a;color:white}.chip.muted{background-color:#9E9E9E;color:white}.chip.muted .chip-img{border:2px solid white;background-color:#9E9E9E}.chip.muted img.chip-img{border:2px solid #9E9E9E}.chip.muted .btn-clear-chip:hover{background:#858585;color:white}[disabled]{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;pointer-events:none!important;opacity:0.5}.overflow-unset{overflow:unset!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex,[class*=flex]{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.fj-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.fj-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.fj-baseline{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fa-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fa-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-center-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.float-left{float:left!important}.float-right{float:right!important}.clearfix{clear:both;float:none!important}.bg-primary{background-color:#5b3ff9!important}.bg-secondary{background-color:#363b4d!important}.bg-light{background-color:#f4f5f6!important}.bg-dark{background-color:#1c1b19!important}.bg-gray{background-color:gray!important}.bg-white{background-color:white!important}.bg-success{background-color:#2ECC71!important}.bg-info{background-color:#17a2b8!important}.bg-warning{background-color:#F3BB45!important}.bg-danger{background-color:#E74C3C!important}.bg-muted{background-color:#9E9E9E!important}.bg-none{background:none!important}.text-primary{color:#5b3ff9!important}.text-secondary{color:#363b4d!important}.text-light{color:#f4f5f6!important}.text-dark{color:#1c1b19!important}.text-gray{color:gray!important}.text-white{color:white!important}.text-success{color:#2ECC71!important}.text-info{color:#17a2b8!important}.text-warning{color:#F3BB45!important}.text-danger{color:#E74C3C!important}.text-muted{color:#9E9E9E!important}.w-100{width:100%!important}.h-100{height:100%}.p-0{padding:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.p-1{padding:10px!important}.py-1{padding-top:10px!important;padding-bottom:10px!important}.px-1{padding-left:10px!important;padding-right:10px!important}.pl-1{padding-left:10px!important}.pr-1{padding-right:10px!important}.pt-1{padding-top:10px!important}.pb-1{padding-bottom:10px!important}.p-2{padding:20px!important}.py-2{padding-top:20px!important;padding-bottom:20px!important}.px-2{padding-left:20px!important;padding-right:20px!important}.pl-2{padding-left:20px!important}.pr-2{padding-right:20px!important}.pt-2{padding-top:20px!important}.pb-2{padding-bottom:20px!important}.p-3{padding:30px!important}.py-3{padding-top:30px!important;padding-bottom:30px!important}.px-3{padding-left:30px!important;padding-right:30px!important}.pl-3{padding-left:30px!important}.pr-3{padding-right:30px!important}.pt-3{padding-top:30px!important}.pb-3{padding-bottom:30px!important}.p-4{padding:40px!important}.py-4{padding-top:40px!important;padding-bottom:40px!important}.px-4{padding-left:40px!important;padding-right:40px!important}.pl-4{padding-left:40px!important}.pr-4{padding-right:40px!important}.pt-4{padding-top:40px!important}.pb-4{padding-bottom:40px!important}.p-5{padding:50px!important}.py-5{padding-top:50px!important;padding-bottom:50px!important}.px-5{padding-left:50px!important;padding-right:50px!important}.pl-5{padding-left:50px!important}.pr-5{padding-right:50px!important}.pt-5{padding-top:50px!important}.pb-5{padding-bottom:50px!important}.p-6{padding:60px!important}.py-6{padding-top:60px!important;padding-bottom:60px!important}.px-6{padding-left:60px!important;padding-right:60px!important}.pl-6{padding-left:60px!important}.pr-6{padding-right:60px!important}.pt-6{padding-top:60px!important}.pb-6{padding-bottom:60px!important}.p-7{padding:70px!important}.py-7{padding-top:70px!important;padding-bottom:70px!important}.px-7{padding-left:70px!important;padding-right:70px!important}.pl-7{padding-left:70px!important}.pr-7{padding-right:70px!important}.pt-7{padding-top:70px!important}.pb-7{padding-bottom:70px!important}.p-8{padding:80px!important}.py-8{padding-top:80px!important;padding-bottom:80px!important}.px-8{padding-left:80px!important;padding-right:80px!important}.pl-8{padding-left:80px!important}.pr-8{padding-right:80px!important}.pt-8{padding-top:80px!important}.pb-8{padding-bottom:80px!important}.p-9{padding:90px!important}.py-9{padding-top:90px!important;padding-bottom:90px!important}.px-9{padding-left:90px!important;padding-right:90px!important}.pl-9{padding-left:90px!important}.pr-9{padding-right:90px!important}.pt-9{padding-top:90px!important}.pb-9{padding-bottom:90px!important}.p-10{padding:100px!important}.py-10{padding-top:100px!important;padding-bottom:100px!important}.px-10{padding-left:100px!important;padding-right:100px!important}.pl-10{padding-left:100px!important}.pr-10{padding-right:100px!important}.pt-10{padding-top:100px!important}.pb-10{padding-bottom:100px!important}.mx-auto{margin:0 auto!important}.m-0{margin:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.m-1{margin:10px!important}.my-1{margin-top:10px!important;margin-bottom:10px!important}.mx-1{margin-left:10px!important;margin-right:10px!important}.ml-1{margin-left:10px!important}.mr-1{margin-right:10px!important}.mt-1{margin-top:10px!important}.mb-1{margin-bottom:10px!important}.m-2{margin:20px!important}.my-2{margin-top:20px!important;margin-bottom:20px!important}.mx-2{margin-left:20px!important;margin-right:20px!important}.ml-2{margin-left:20px!important}.mr-2{margin-right:20px!important}.mt-2{margin-top:20px!important}.mb-2{margin-bottom:20px!important}.m-3{margin:30px!important}.my-3{margin-top:30px!important;margin-bottom:30px!important}.mx-3{margin-left:30px!important;margin-right:30px!important}.ml-3{margin-left:30px!important}.mr-3{margin-right:30px!important}.mt-3{margin-top:30px!important}.mb-3{margin-bottom:30px!important}.m-4{margin:40px!important}.my-4{margin-top:40px!important;margin-bottom:40px!important}.mx-4{margin-left:40px!important;margin-right:40px!important}.ml-4{margin-left:40px!important}.mr-4{margin-right:40px!important}.mt-4{margin-top:40px!important}.mb-4{margin-bottom:40px!important}.m-5{margin:50px!important}.my-5{margin-top:50px!important;margin-bottom:50px!important}.mx-5{margin-left:50px!important;margin-right:50px!important}.ml-5{margin-left:50px!important}.mr-5{margin-right:50px!important}.mt-5{margin-top:50px!important}.mb-5{margin-bottom:50px!important}.m-6{margin:60px!important}.my-6{margin-top:60px!important;margin-bottom:60px!important}.mx-6{margin-left:60px!important;margin-right:60px!important}.ml-6{margin-left:60px!important}.mr-6{margin-right:60px!important}.mt-6{margin-top:60px!important}.mb-6{margin-bottom:60px!important}.m-7{margin:70px!important}.my-7{margin-top:70px!important;margin-bottom:70px!important}.mx-7{margin-left:70px!important;margin-right:70px!important}.ml-7{margin-left:70px!important}.mr-7{margin-right:70px!important}.mt-7{margin-top:70px!important}.mb-7{margin-bottom:70px!important}.m-8{margin:80px!important}.my-8{margin-top:80px!important;margin-bottom:80px!important}.mx-8{margin-left:80px!important;margin-right:80px!important}.ml-8{margin-left:80px!important}.mr-8{margin-right:80px!important}.mt-8{margin-top:80px!important}.mb-8{margin-bottom:80px!important}.m-9{margin:90px!important}.my-9{margin-top:90px!important;margin-bottom:90px!important}.mx-9{margin-left:90px!important;margin-right:90px!important}.ml-9{margin-left:90px!important}.mr-9{margin-right:90px!important}.mt-9{margin-top:90px!important}.mb-9{margin-bottom:90px!important}.m-10{margin:100px!important}.my-10{margin-top:100px!important;margin-bottom:100px!important}.mx-10{margin-left:100px!important;margin-right:100px!important}.ml-10{margin-left:100px!important}.mr-10{margin-right:100px!important}.mt-10{margin-top:100px!important}.mb-10{margin-bottom:100px!important}.display-1{font-size:80px}.display-2{font-size:70px}.display-3{font-size:60px}.display-4{font-size:50px}.font-normal{font-weight:normal!important}.font-bold{font-weight:bold!important}.weight-100{font-weight:100!important}.weight-200{font-weight:200!important}.weight-300{font-weight:300!important}.weight-400{font-weight:400!important}.weight-500{font-weight:500!important}.weight-600{font-weight:600!important}.weight-700{font-weight:700!important}.weight-800{font-weight:800!important}.weight-900{font-weight:900!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.capitalize{text-transform:capitalize!important}.b-none{border:none!important}.bt-none{border-top:none!important}.bb-none{border-bottom:none!important}.bl-none{border-left:none!important}.br-none{border-right:none!important}.radius-none{border-radius:0!important}.shadow{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;-webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2)}.shadow:hover{-webkit-box-shadow:0 8px 10px 0 rgba(0, 0, 0, 0.2);box-shadow:0 8px 10px 0 rgba(0, 0, 0, 0.2)}.shadow-1{-webkit-transition:all 0.22s ease;-o-transition:all 0.22s ease;transition:all 0.22s ease;-webkit-box-shadow:0 1px 0 0 rgba(0, 0, 0, 0.1);box-shadow:0 1px 0 0 rgba(0, 0, 0, 0.1)}.shadow-1:hover{-webkit-box-shadow:0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19);box-shadow:0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19)}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.list-unstyled{padding:0;margin:0}.list-unstyled li{list-style:none;padding:0;margin:0}.img-fluid{width:100%}.img-rounded{border-radius:5px}.img-circle{border-radius:50%}.img-cover{-o-object-fit:cover;object-fit:cover}.img-contain{-o-object-fit:contain;object-fit:contain}.rounded{border-radius:40px!important}.bg-cover{background-position:center center;background-size:cover;background-repeat:no-repeat}.bg-contain{background-position:center center;background-size:contain;background-repeat:no-repeat}.bg-fixed{background-attachment:fixed}@media (min-width:590px){.d-none-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-block-sm{display:inline-block!important}.d-flex-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-sm{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-sm{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-sm{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fa-stretch-sm{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-sm{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-sm{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-sm{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-sm{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-sm{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-sm{-ms-flex-pack:distribute!important;justify-content:space-around!important}.text-center-sm{text-align:center!important}.text-left-sm{text-align:left!important}.text-right-sm{text-align:right!important}.display-1-sm{font-size:80px}.display-2-sm{font-size:70px}.display-3-sm{font-size:60px}.display-4-sm{font-size:50px}.h1-sm{font-size:46px}.h2-sm{font-size:36px}.h3-sm{font-size:28px}.h4-sm{font-size:22px}.h5-sm{font-size:18px}.h6-sm{font-size:16px}p-sm{font-size:16px}.p-0-sm{padding:0!important}.px-0-sm{padding-left:0!important;padding-right:0!important}.py-0-sm{padding-top:0!important;padding-bottom:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.pl-0-sm{padding-left:0!important}.pr-0-sm{padding-right:0!important}.p-1-sm{padding:10px!important}.py-1-sm{padding-top:10px!important;padding-bottom:10px!important}.px-1-sm{padding-left:10px!important;padding-right:10px!important}.pl-1-sm{padding-left:10px!important}.pr-1-sm{padding-right:10px!important}.pt-1-sm{padding-top:10px!important}.pb-1-sm{padding-bottom:10px!important}.p-2-sm{padding:20px!important}.py-2-sm{padding-top:20px!important;padding-bottom:20px!important}.px-2-sm{padding-left:20px!important;padding-right:20px!important}.pl-2-sm{padding-left:20px!important}.pr-2-sm{padding-right:20px!important}.pt-2-sm{padding-top:20px!important}.pb-2-sm{padding-bottom:20px!important}.p-3-sm{padding:30px!important}.py-3-sm{padding-top:30px!important;padding-bottom:30px!important}.px-3-sm{padding-left:30px!important;padding-right:30px!important}.pl-3-sm{padding-left:30px!important}.pr-3-sm{padding-right:30px!important}.pt-3-sm{padding-top:30px!important}.pb-3-sm{padding-bottom:30px!important}.p-4-sm{padding:40px!important}.py-4-sm{padding-top:40px!important;padding-bottom:40px!important}.px-4-sm{padding-left:40px!important;padding-right:40px!important}.pl-4-sm{padding-left:40px!important}.pr-4-sm{padding-right:40px!important}.pt-4-sm{padding-top:40px!important}.pb-4-sm{padding-bottom:40px!important}.p-5-sm{padding:50px!important}.py-5-sm{padding-top:50px!important;padding-bottom:50px!important}.px-5-sm{padding-left:50px!important;padding-right:50px!important}.pl-5-sm{padding-left:50px!important}.pr-5-sm{padding-right:50px!important}.pt-5-sm{padding-top:50px!important}.pb-5-sm{padding-bottom:50px!important}.p-6-sm{padding:60px!important}.py-6-sm{padding-top:60px!important;padding-bottom:60px!important}.px-6-sm{padding-left:60px!important;padding-right:60px!important}.pl-6-sm{padding-left:60px!important}.pr-6-sm{padding-right:60px!important}.pt-6-sm{padding-top:60px!important}.pb-6-sm{padding-bottom:60px!important}.p-7-sm{padding:70px!important}.py-7-sm{padding-top:70px!important;padding-bottom:70px!important}.px-7-sm{padding-left:70px!important;padding-right:70px!important}.pl-7-sm{padding-left:70px!important}.pr-7-sm{padding-right:70px!important}.pt-7-sm{padding-top:70px!important}.pb-7-sm{padding-bottom:70px!important}.p-8-sm{padding:80px!important}.py-8-sm{padding-top:80px!important;padding-bottom:80px!important}.px-8-sm{padding-left:80px!important;padding-right:80px!important}.pl-8-sm{padding-left:80px!important}.pr-8-sm{padding-right:80px!important}.pt-8-sm{padding-top:80px!important}.pb-8-sm{padding-bottom:80px!important}.p-9-sm{padding:90px!important}.py-9-sm{padding-top:90px!important;padding-bottom:90px!important}.px-9-sm{padding-left:90px!important;padding-right:90px!important}.pl-9-sm{padding-left:90px!important}.pr-9-sm{padding-right:90px!important}.pt-9-sm{padding-top:90px!important}.pb-9-sm{padding-bottom:90px!important}.p-10-sm{padding:100px!important}.py-10-sm{padding-top:100px!important;padding-bottom:100px!important}.px-10-sm{padding-left:100px!important;padding-right:100px!important}.pl-10-sm{padding-left:100px!important}.pr-10-sm{padding-right:100px!important}.pt-10-sm{padding-top:100px!important}.pb-10-sm{padding-bottom:100px!important}.mx-auto-sm{margin:0 auto!important}.m-0-sm{margin:0!important}.mx-0-sm{margin-left:0!important;margin-right:0!important}.my-0-sm{margin-top:0!important;margin-bottom:0!important}.ml-auto-sm{margin-left:auto!important}.mr-auto-sm{margin-right:auto!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.ml-0-sm{margin-left:0!important}.mr-0-sm{margin-right:0!important}.m-1-sm{margin:10px!important}.my-1-sm{margin-top:10px!important;margin-bottom:10px!important}.mx-1-sm{margin-left:10px!important;margin-right:10px!important}.ml-1-sm{margin-left:10px!important}.mr-1-sm{margin-right:10px!important}.mt-1-sm{margin-top:10px!important}.mb-1-sm{margin-bottom:10px!important}.m-2-sm{margin:20px!important}.my-2-sm{margin-top:20px!important;margin-bottom:20px!important}.mx-2-sm{margin-left:20px!important;margin-right:20px!important}.ml-2-sm{margin-left:20px!important}.mr-2-sm{margin-right:20px!important}.mt-2-sm{margin-top:20px!important}.mb-2-sm{margin-bottom:20px!important}.m-3-sm{margin:30px!important}.my-3-sm{margin-top:30px!important;margin-bottom:30px!important}.mx-3-sm{margin-left:30px!important;margin-right:30px!important}.ml-3-sm{margin-left:30px!important}.mr-3-sm{margin-right:30px!important}.mt-3-sm{margin-top:30px!important}.mb-3-sm{margin-bottom:30px!important}.m-4-sm{margin:40px!important}.my-4-sm{margin-top:40px!important;margin-bottom:40px!important}.mx-4-sm{margin-left:40px!important;margin-right:40px!important}.ml-4-sm{margin-left:40px!important}.mr-4-sm{margin-right:40px!important}.mt-4-sm{margin-top:40px!important}.mb-4-sm{margin-bottom:40px!important}.m-5-sm{margin:50px!important}.my-5-sm{margin-top:50px!important;margin-bottom:50px!important}.mx-5-sm{margin-left:50px!important;margin-right:50px!important}.ml-5-sm{margin-left:50px!important}.mr-5-sm{margin-right:50px!important}.mt-5-sm{margin-top:50px!important}.mb-5-sm{margin-bottom:50px!important}.m-6-sm{margin:60px!important}.my-6-sm{margin-top:60px!important;margin-bottom:60px!important}.mx-6-sm{margin-left:60px!important;margin-right:60px!important}.ml-6-sm{margin-left:60px!important}.mr-6-sm{margin-right:60px!important}.mt-6-sm{margin-top:60px!important}.mb-6-sm{margin-bottom:60px!important}.m-7-sm{margin:70px!important}.my-7-sm{margin-top:70px!important;margin-bottom:70px!important}.mx-7-sm{margin-left:70px!important;margin-right:70px!important}.ml-7-sm{margin-left:70px!important}.mr-7-sm{margin-right:70px!important}.mt-7-sm{margin-top:70px!important}.mb-7-sm{margin-bottom:70px!important}.m-8-sm{margin:80px!important}.my-8-sm{margin-top:80px!important;margin-bottom:80px!important}.mx-8-sm{margin-left:80px!important;margin-right:80px!important}.ml-8-sm{margin-left:80px!important}.mr-8-sm{margin-right:80px!important}.mt-8-sm{margin-top:80px!important}.mb-8-sm{margin-bottom:80px!important}.m-9-sm{margin:90px!important}.my-9-sm{margin-top:90px!important;margin-bottom:90px!important}.mx-9-sm{margin-left:90px!important;margin-right:90px!important}.ml-9-sm{margin-left:90px!important}.mr-9-sm{margin-right:90px!important}.mt-9-sm{margin-top:90px!important}.mb-9-sm{margin-bottom:90px!important}.m-10-sm{margin:100px!important}.my-10-sm{margin-top:100px!important;margin-bottom:100px!important}.mx-10-sm{margin-left:100px!important;margin-right:100px!important}.ml-10-sm{margin-left:100px!important}.mr-10-sm{margin-right:100px!important}.mt-10-sm{margin-top:100px!important}.mb-10-sm{margin-bottom:100px!important}.weight-100-sm{font-weight:100!important}.weight-200-sm{font-weight:200!important}.weight-300-sm{font-weight:300!important}.weight-400-sm{font-weight:400!important}.weight-500-sm{font-weight:500!important}.weight-600-sm{font-weight:600!important}.weight-700-sm{font-weight:700!important}.weight-800-sm{font-weight:800!important}.weight-900-sm{font-weight:900!important}}@media (min-width:790px){.d-none-md{display:none!important}.d-block-md{display:block!important}.d-inline-block-md{display:inline-block!important}.d-flex-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-md{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-md{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-md{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fa-stretch-md{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-md{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-md{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-md{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-md{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-md{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-md{-ms-flex-pack:distribute!important;justify-content:space-around!important}.text-center-md{text-align:center!important}.text-left-md{text-align:left!important}.text-right-md{text-align:right!important}.display-1-md{font-size:80px}.display-2-md{font-size:70px}.display-3-md{font-size:60px}.display-4-md{font-size:50px}.h1-md{font-size:46px}.h2-md{font-size:36px}.h3-md{font-size:28px}.h4-md{font-size:22px}.h5-md{font-size:18px}.h6-md{font-size:16px}p-md{font-size:16px}.p-0-md{padding:0!important}.px-0-md{padding-left:0!important;padding-right:0!important}.py-0-md{padding-top:0!important;padding-bottom:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.pl-0-md{padding-left:0!important}.pr-0-md{padding-right:0!important}.p-1-md{padding:10px!important}.py-1-md{padding-top:10px!important;padding-bottom:10px!important}.px-1-md{padding-left:10px!important;padding-right:10px!important}.pl-1-md{padding-left:10px!important}.pr-1-md{padding-right:10px!important}.pt-1-md{padding-top:10px!important}.pb-1-md{padding-bottom:10px!important}.p-2-md{padding:20px!important}.py-2-md{padding-top:20px!important;padding-bottom:20px!important}.px-2-md{padding-left:20px!important;padding-right:20px!important}.pl-2-md{padding-left:20px!important}.pr-2-md{padding-right:20px!important}.pt-2-md{padding-top:20px!important}.pb-2-md{padding-bottom:20px!important}.p-3-md{padding:30px!important}.py-3-md{padding-top:30px!important;padding-bottom:30px!important}.px-3-md{padding-left:30px!important;padding-right:30px!important}.pl-3-md{padding-left:30px!important}.pr-3-md{padding-right:30px!important}.pt-3-md{padding-top:30px!important}.pb-3-md{padding-bottom:30px!important}.p-4-md{padding:40px!important}.py-4-md{padding-top:40px!important;padding-bottom:40px!important}.px-4-md{padding-left:40px!important;padding-right:40px!important}.pl-4-md{padding-left:40px!important}.pr-4-md{padding-right:40px!important}.pt-4-md{padding-top:40px!important}.pb-4-md{padding-bottom:40px!important}.p-5-md{padding:50px!important}.py-5-md{padding-top:50px!important;padding-bottom:50px!important}.px-5-md{padding-left:50px!important;padding-right:50px!important}.pl-5-md{padding-left:50px!important}.pr-5-md{padding-right:50px!important}.pt-5-md{padding-top:50px!important}.pb-5-md{padding-bottom:50px!important}.p-6-md{padding:60px!important}.py-6-md{padding-top:60px!important;padding-bottom:60px!important}.px-6-md{padding-left:60px!important;padding-right:60px!important}.pl-6-md{padding-left:60px!important}.pr-6-md{padding-right:60px!important}.pt-6-md{padding-top:60px!important}.pb-6-md{padding-bottom:60px!important}.p-7-md{padding:70px!important}.py-7-md{padding-top:70px!important;padding-bottom:70px!important}.px-7-md{padding-left:70px!important;padding-right:70px!important}.pl-7-md{padding-left:70px!important}.pr-7-md{padding-right:70px!important}.pt-7-md{padding-top:70px!important}.pb-7-md{padding-bottom:70px!important}.p-8-md{padding:80px!important}.py-8-md{padding-top:80px!important;padding-bottom:80px!important}.px-8-md{padding-left:80px!important;padding-right:80px!important}.pl-8-md{padding-left:80px!important}.pr-8-md{padding-right:80px!important}.pt-8-md{padding-top:80px!important}.pb-8-md{padding-bottom:80px!important}.p-9-md{padding:90px!important}.py-9-md{padding-top:90px!important;padding-bottom:90px!important}.px-9-md{padding-left:90px!important;padding-right:90px!important}.pl-9-md{padding-left:90px!important}.pr-9-md{padding-right:90px!important}.pt-9-md{padding-top:90px!important}.pb-9-md{padding-bottom:90px!important}.p-10-md{padding:100px!important}.py-10-md{padding-top:100px!important;padding-bottom:100px!important}.px-10-md{padding-left:100px!important;padding-right:100px!important}.pl-10-md{padding-left:100px!important}.pr-10-md{padding-right:100px!important}.pt-10-md{padding-top:100px!important}.pb-10-md{padding-bottom:100px!important}.mx-auto-md{margin:0 auto!important}.m-0-md{margin:0!important}.mx-0-md{margin-left:0!important;margin-right:0!important}.my-0-md{margin-top:0!important;margin-bottom:0!important}.ml-auto-md{margin-left:auto!important}.mr-auto-md{margin-right:auto!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.ml-0-md{margin-left:0!important}.mr-0-md{margin-right:0!important}.m-1-md{margin:10px!important}.my-1-md{margin-top:10px!important;margin-bottom:10px!important}.mx-1-md{margin-left:10px!important;margin-right:10px!important}.ml-1-md{margin-left:10px!important}.mr-1-md{margin-right:10px!important}.mt-1-md{margin-top:10px!important}.mb-1-md{margin-bottom:10px!important}.m-2-md{margin:20px!important}.my-2-md{margin-top:20px!important;margin-bottom:20px!important}.mx-2-md{margin-left:20px!important;margin-right:20px!important}.ml-2-md{margin-left:20px!important}.mr-2-md{margin-right:20px!important}.mt-2-md{margin-top:20px!important}.mb-2-md{margin-bottom:20px!important}.m-3-md{margin:30px!important}.my-3-md{margin-top:30px!important;margin-bottom:30px!important}.mx-3-md{margin-left:30px!important;margin-right:30px!important}.ml-3-md{margin-left:30px!important}.mr-3-md{margin-right:30px!important}.mt-3-md{margin-top:30px!important}.mb-3-md{margin-bottom:30px!important}.m-4-md{margin:40px!important}.my-4-md{margin-top:40px!important;margin-bottom:40px!important}.mx-4-md{margin-left:40px!important;margin-right:40px!important}.ml-4-md{margin-left:40px!important}.mr-4-md{margin-right:40px!important}.mt-4-md{margin-top:40px!important}.mb-4-md{margin-bottom:40px!important}.m-5-md{margin:50px!important}.my-5-md{margin-top:50px!important;margin-bottom:50px!important}.mx-5-md{margin-left:50px!important;margin-right:50px!important}.ml-5-md{margin-left:50px!important}.mr-5-md{margin-right:50px!important}.mt-5-md{margin-top:50px!important}.mb-5-md{margin-bottom:50px!important}.m-6-md{margin:60px!important}.my-6-md{margin-top:60px!important;margin-bottom:60px!important}.mx-6-md{margin-left:60px!important;margin-right:60px!important}.ml-6-md{margin-left:60px!important}.mr-6-md{margin-right:60px!important}.mt-6-md{margin-top:60px!important}.mb-6-md{margin-bottom:60px!important}.m-7-md{margin:70px!important}.my-7-md{margin-top:70px!important;margin-bottom:70px!important}.mx-7-md{margin-left:70px!important;margin-right:70px!important}.ml-7-md{margin-left:70px!important}.mr-7-md{margin-right:70px!important}.mt-7-md{margin-top:70px!important}.mb-7-md{margin-bottom:70px!important}.m-8-md{margin:80px!important}.my-8-md{margin-top:80px!important;margin-bottom:80px!important}.mx-8-md{margin-left:80px!important;margin-right:80px!important}.ml-8-md{margin-left:80px!important}.mr-8-md{margin-right:80px!important}.mt-8-md{margin-top:80px!important}.mb-8-md{margin-bottom:80px!important}.m-9-md{margin:90px!important}.my-9-md{margin-top:90px!important;margin-bottom:90px!important}.mx-9-md{margin-left:90px!important;margin-right:90px!important}.ml-9-md{margin-left:90px!important}.mr-9-md{margin-right:90px!important}.mt-9-md{margin-top:90px!important}.mb-9-md{margin-bottom:90px!important}.m-10-md{margin:100px!important}.my-10-md{margin-top:100px!important;margin-bottom:100px!important}.mx-10-md{margin-left:100px!important;margin-right:100px!important}.ml-10-md{margin-left:100px!important}.mr-10-md{margin-right:100px!important}.mt-10-md{margin-top:100px!important}.mb-10-md{margin-bottom:100px!important}.weight-100-md{font-weight:100!important}.weight-200-md{font-weight:200!important}.weight-300-md{font-weight:300!important}.weight-400-md{font-weight:400!important}.weight-500-md{font-weight:500!important}.weight-600-md{font-weight:600!important}.weight-700-md{font-weight:700!important}.weight-800-md{font-weight:800!important}.weight-900-md{font-weight:900!important}}@media (min-width:1160px){.d-none-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-block-lg{display:inline-block!important}.d-flex-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-lg{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-lg{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-lg{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fa-stretch-lg{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-lg{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-lg{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-lg{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-lg{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-lg{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-lg{-ms-flex-pack:distribute!important;justify-content:space-around!important}.text-center-lg{text-align:center!important}.text-left-lg{text-align:left!important}.text-right-lg{text-align:right!important}.display-1-lg{font-size:80px}.display-2-lg{font-size:70px}.display-3-lg{font-size:60px}.display-4-lg{font-size:50px}.h1-lg{font-size:46px}.h2-lg{font-size:36px}.h3-lg{font-size:28px}.h4-lg{font-size:22px}.h5-lg{font-size:18px}.h6-lg{font-size:16px}p-lg{font-size:16px}.p-0-lg{padding:0!important}.px-0-lg{padding-left:0!important;padding-right:0!important}.py-0-lg{padding-top:0!important;padding-bottom:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.pl-0-lg{padding-left:0!important}.pr-0-lg{padding-right:0!important}.p-1-lg{padding:10px!important}.py-1-lg{padding-top:10px!important;padding-bottom:10px!important}.px-1-lg{padding-left:10px!important;padding-right:10px!important}.pl-1-lg{padding-left:10px!important}.pr-1-lg{padding-right:10px!important}.pt-1-lg{padding-top:10px!important}.pb-1-lg{padding-bottom:10px!important}.p-2-lg{padding:20px!important}.py-2-lg{padding-top:20px!important;padding-bottom:20px!important}.px-2-lg{padding-left:20px!important;padding-right:20px!important}.pl-2-lg{padding-left:20px!important}.pr-2-lg{padding-right:20px!important}.pt-2-lg{padding-top:20px!important}.pb-2-lg{padding-bottom:20px!important}.p-3-lg{padding:30px!important}.py-3-lg{padding-top:30px!important;padding-bottom:30px!important}.px-3-lg{padding-left:30px!important;padding-right:30px!important}.pl-3-lg{padding-left:30px!important}.pr-3-lg{padding-right:30px!important}.pt-3-lg{padding-top:30px!important}.pb-3-lg{padding-bottom:30px!important}.p-4-lg{padding:40px!important}.py-4-lg{padding-top:40px!important;padding-bottom:40px!important}.px-4-lg{padding-left:40px!important;padding-right:40px!important}.pl-4-lg{padding-left:40px!important}.pr-4-lg{padding-right:40px!important}.pt-4-lg{padding-top:40px!important}.pb-4-lg{padding-bottom:40px!important}.p-5-lg{padding:50px!important}.py-5-lg{padding-top:50px!important;padding-bottom:50px!important}.px-5-lg{padding-left:50px!important;padding-right:50px!important}.pl-5-lg{padding-left:50px!important}.pr-5-lg{padding-right:50px!important}.pt-5-lg{padding-top:50px!important}.pb-5-lg{padding-bottom:50px!important}.p-6-lg{padding:60px!important}.py-6-lg{padding-top:60px!important;padding-bottom:60px!important}.px-6-lg{padding-left:60px!important;padding-right:60px!important}.pl-6-lg{padding-left:60px!important}.pr-6-lg{padding-right:60px!important}.pt-6-lg{padding-top:60px!important}.pb-6-lg{padding-bottom:60px!important}.p-7-lg{padding:70px!important}.py-7-lg{padding-top:70px!important;padding-bottom:70px!important}.px-7-lg{padding-left:70px!important;padding-right:70px!important}.pl-7-lg{padding-left:70px!important}.pr-7-lg{padding-right:70px!important}.pt-7-lg{padding-top:70px!important}.pb-7-lg{padding-bottom:70px!important}.p-8-lg{padding:80px!important}.py-8-lg{padding-top:80px!important;padding-bottom:80px!important}.px-8-lg{padding-left:80px!important;padding-right:80px!important}.pl-8-lg{padding-left:80px!important}.pr-8-lg{padding-right:80px!important}.pt-8-lg{padding-top:80px!important}.pb-8-lg{padding-bottom:80px!important}.p-9-lg{padding:90px!important}.py-9-lg{padding-top:90px!important;padding-bottom:90px!important}.px-9-lg{padding-left:90px!important;padding-right:90px!important}.pl-9-lg{padding-left:90px!important}.pr-9-lg{padding-right:90px!important}.pt-9-lg{padding-top:90px!important}.pb-9-lg{padding-bottom:90px!important}.p-10-lg{padding:100px!important}.py-10-lg{padding-top:100px!important;padding-bottom:100px!important}.px-10-lg{padding-left:100px!important;padding-right:100px!important}.pl-10-lg{padding-left:100px!important}.pr-10-lg{padding-right:100px!important}.pt-10-lg{padding-top:100px!important}.pb-10-lg{padding-bottom:100px!important}.mx-auto-lg{margin:0 auto!important}.m-0-lg{margin:0!important}.mx-0-lg{margin-left:0!important;margin-right:0!important}.my-0-lg{margin-top:0!important;margin-bottom:0!important}.ml-auto-lg{margin-left:auto!important}.mr-auto-lg{margin-right:auto!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.ml-0-lg{margin-left:0!important}.mr-0-lg{margin-right:0!important}.m-1-lg{margin:10px!important}.my-1-lg{margin-top:10px!important;margin-bottom:10px!important}.mx-1-lg{margin-left:10px!important;margin-right:10px!important}.ml-1-lg{margin-left:10px!important}.mr-1-lg{margin-right:10px!important}.mt-1-lg{margin-top:10px!important}.mb-1-lg{margin-bottom:10px!important}.m-2-lg{margin:20px!important}.my-2-lg{margin-top:20px!important;margin-bottom:20px!important}.mx-2-lg{margin-left:20px!important;margin-right:20px!important}.ml-2-lg{margin-left:20px!important}.mr-2-lg{margin-right:20px!important}.mt-2-lg{margin-top:20px!important}.mb-2-lg{margin-bottom:20px!important}.m-3-lg{margin:30px!important}.my-3-lg{margin-top:30px!important;margin-bottom:30px!important}.mx-3-lg{margin-left:30px!important;margin-right:30px!important}.ml-3-lg{margin-left:30px!important}.mr-3-lg{margin-right:30px!important}.mt-3-lg{margin-top:30px!important}.mb-3-lg{margin-bottom:30px!important}.m-4-lg{margin:40px!important}.my-4-lg{margin-top:40px!important;margin-bottom:40px!important}.mx-4-lg{margin-left:40px!important;margin-right:40px!important}.ml-4-lg{margin-left:40px!important}.mr-4-lg{margin-right:40px!important}.mt-4-lg{margin-top:40px!important}.mb-4-lg{margin-bottom:40px!important}.m-5-lg{margin:50px!important}.my-5-lg{margin-top:50px!important;margin-bottom:50px!important}.mx-5-lg{margin-left:50px!important;margin-right:50px!important}.ml-5-lg{margin-left:50px!important}.mr-5-lg{margin-right:50px!important}.mt-5-lg{margin-top:50px!important}.mb-5-lg{margin-bottom:50px!important}.m-6-lg{margin:60px!important}.my-6-lg{margin-top:60px!important;margin-bottom:60px!important}.mx-6-lg{margin-left:60px!important;margin-right:60px!important}.ml-6-lg{margin-left:60px!important}.mr-6-lg{margin-right:60px!important}.mt-6-lg{margin-top:60px!important}.mb-6-lg{margin-bottom:60px!important}.m-7-lg{margin:70px!important}.my-7-lg{margin-top:70px!important;margin-bottom:70px!important}.mx-7-lg{margin-left:70px!important;margin-right:70px!important}.ml-7-lg{margin-left:70px!important}.mr-7-lg{margin-right:70px!important}.mt-7-lg{margin-top:70px!important}.mb-7-lg{margin-bottom:70px!important}.m-8-lg{margin:80px!important}.my-8-lg{margin-top:80px!important;margin-bottom:80px!important}.mx-8-lg{margin-left:80px!important;margin-right:80px!important}.ml-8-lg{margin-left:80px!important}.mr-8-lg{margin-right:80px!important}.mt-8-lg{margin-top:80px!important}.mb-8-lg{margin-bottom:80px!important}.m-9-lg{margin:90px!important}.my-9-lg{margin-top:90px!important;margin-bottom:90px!important}.mx-9-lg{margin-left:90px!important;margin-right:90px!important}.ml-9-lg{margin-left:90px!important}.mr-9-lg{margin-right:90px!important}.mt-9-lg{margin-top:90px!important}.mb-9-lg{margin-bottom:90px!important}.m-10-lg{margin:100px!important}.my-10-lg{margin-top:100px!important;margin-bottom:100px!important}.mx-10-lg{margin-left:100px!important;margin-right:100px!important}.ml-10-lg{margin-left:100px!important}.mr-10-lg{margin-right:100px!important}.mt-10-lg{margin-top:100px!important}.mb-10-lg{margin-bottom:100px!important}.weight-100-lg{font-weight:100!important}.weight-200-lg{font-weight:200!important}.weight-300-lg{font-weight:300!important}.weight-400-lg{font-weight:400!important}.weight-500-lg{font-weight:500!important}.weight-600-lg{font-weight:600!important}.weight-700-lg{font-weight:700!important}.weight-800-lg{font-weight:800!important}.weight-900-lg{font-weight:900!important}}@media (min-width:1260px){.d-none-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-block-xl{display:inline-block!important}.d-flex-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-xl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-xl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-xl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-end-xl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fa-stretch-xl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-xl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-xl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-xl{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-xl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-xl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-xl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-xl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.text-center-xl{text-align:center!important}.text-left-xl{text-align:left!important}.text-right-xl{text-align:right!important}.display-1-xl{font-size:80px}.display-2-xl{font-size:70px}.display-3-xl{font-size:60px}.display-4-xl{font-size:50px}.h1-xl{font-size:46px}.h2-xl{font-size:36px}.h3-xl{font-size:28px}.h4-xl{font-size:22px}.h5-xl{font-size:18px}.h6-xl{font-size:16px}p-xl{font-size:16px}.p-0-xl{padding:0!important}.px-0-xl{padding-left:0!important;padding-right:0!important}.py-0-xl{padding-top:0!important;padding-bottom:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.pl-0-xl{padding-left:0!important}.pr-0-xl{padding-right:0!important}.p-1-xl{padding:10px!important}.py-1-xl{padding-top:10px!important;padding-bottom:10px!important}.px-1-xl{padding-left:10px!important;padding-right:10px!important}.pl-1-xl{padding-left:10px!important}.pr-1-xl{padding-right:10px!important}.pt-1-xl{padding-top:10px!important}.pb-1-xl{padding-bottom:10px!important}.p-2-xl{padding:20px!important}.py-2-xl{padding-top:20px!important;padding-bottom:20px!important}.px-2-xl{padding-left:20px!important;padding-right:20px!important}.pl-2-xl{padding-left:20px!important}.pr-2-xl{padding-right:20px!important}.pt-2-xl{padding-top:20px!important}.pb-2-xl{padding-bottom:20px!important}.p-3-xl{padding:30px!important}.py-3-xl{padding-top:30px!important;padding-bottom:30px!important}.px-3-xl{padding-left:30px!important;padding-right:30px!important}.pl-3-xl{padding-left:30px!important}.pr-3-xl{padding-right:30px!important}.pt-3-xl{padding-top:30px!important}.pb-3-xl{padding-bottom:30px!important}.p-4-xl{padding:40px!important}.py-4-xl{padding-top:40px!important;padding-bottom:40px!important}.px-4-xl{padding-left:40px!important;padding-right:40px!important}.pl-4-xl{padding-left:40px!important}.pr-4-xl{padding-right:40px!important}.pt-4-xl{padding-top:40px!important}.pb-4-xl{padding-bottom:40px!important}.p-5-xl{padding:50px!important}.py-5-xl{padding-top:50px!important;padding-bottom:50px!important}.px-5-xl{padding-left:50px!important;padding-right:50px!important}.pl-5-xl{padding-left:50px!important}.pr-5-xl{padding-right:50px!important}.pt-5-xl{padding-top:50px!important}.pb-5-xl{padding-bottom:50px!important}.p-6-xl{padding:60px!important}.py-6-xl{padding-top:60px!important;padding-bottom:60px!important}.px-6-xl{padding-left:60px!important;padding-right:60px!important}.pl-6-xl{padding-left:60px!important}.pr-6-xl{padding-right:60px!important}.pt-6-xl{padding-top:60px!important}.pb-6-xl{padding-bottom:60px!important}.p-7-xl{padding:70px!important}.py-7-xl{padding-top:70px!important;padding-bottom:70px!important}.px-7-xl{padding-left:70px!important;padding-right:70px!important}.pl-7-xl{padding-left:70px!important}.pr-7-xl{padding-right:70px!important}.pt-7-xl{padding-top:70px!important}.pb-7-xl{padding-bottom:70px!important}.p-8-xl{padding:80px!important}.py-8-xl{padding-top:80px!important;padding-bottom:80px!important}.px-8-xl{padding-left:80px!important;padding-right:80px!important}.pl-8-xl{padding-left:80px!important}.pr-8-xl{padding-right:80px!important}.pt-8-xl{padding-top:80px!important}.pb-8-xl{padding-bottom:80px!important}.p-9-xl{padding:90px!important}.py-9-xl{padding-top:90px!important;padding-bottom:90px!important}.px-9-xl{padding-left:90px!important;padding-right:90px!important}.pl-9-xl{padding-left:90px!important}.pr-9-xl{padding-right:90px!important}.pt-9-xl{padding-top:90px!important}.pb-9-xl{padding-bottom:90px!important}.p-10-xl{padding:100px!important}.py-10-xl{padding-top:100px!important;padding-bottom:100px!important}.px-10-xl{padding-left:100px!important;padding-right:100px!important}.pl-10-xl{padding-left:100px!important}.pr-10-xl{padding-right:100px!important}.pt-10-xl{padding-top:100px!important}.pb-10-xl{padding-bottom:100px!important}.mx-auto-xl{margin:0 auto!important}.m-0-xl{margin:0!important}.mx-0-xl{margin-left:0!important;margin-right:0!important}.my-0-xl{margin-top:0!important;margin-bottom:0!important}.ml-auto-xl{margin-left:auto!important}.mr-auto-xl{margin-right:auto!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.ml-0-xl{margin-left:0!important}.mr-0-xl{margin-right:0!important}.m-1-xl{margin:10px!important}.my-1-xl{margin-top:10px!important;margin-bottom:10px!important}.mx-1-xl{margin-left:10px!important;margin-right:10px!important}.ml-1-xl{margin-left:10px!important}.mr-1-xl{margin-right:10px!important}.mt-1-xl{margin-top:10px!important}.mb-1-xl{margin-bottom:10px!important}.m-2-xl{margin:20px!important}.my-2-xl{margin-top:20px!important;margin-bottom:20px!important}.mx-2-xl{margin-left:20px!important;margin-right:20px!important}.ml-2-xl{margin-left:20px!important}.mr-2-xl{margin-right:20px!important}.mt-2-xl{margin-top:20px!important}.mb-2-xl{margin-bottom:20px!important}.m-3-xl{margin:30px!important}.my-3-xl{margin-top:30px!important;margin-bottom:30px!important}.mx-3-xl{margin-left:30px!important;margin-right:30px!important}.ml-3-xl{margin-left:30px!important}.mr-3-xl{margin-right:30px!important}.mt-3-xl{margin-top:30px!important}.mb-3-xl{margin-bottom:30px!important}.m-4-xl{margin:40px!important}.my-4-xl{margin-top:40px!important;margin-bottom:40px!important}.mx-4-xl{margin-left:40px!important;margin-right:40px!important}.ml-4-xl{margin-left:40px!important}.mr-4-xl{margin-right:40px!important}.mt-4-xl{margin-top:40px!important}.mb-4-xl{margin-bottom:40px!important}.m-5-xl{margin:50px!important}.my-5-xl{margin-top:50px!important;margin-bottom:50px!important}.mx-5-xl{margin-left:50px!important;margin-right:50px!important}.ml-5-xl{margin-left:50px!important}.mr-5-xl{margin-right:50px!important}.mt-5-xl{margin-top:50px!important}.mb-5-xl{margin-bottom:50px!important}.m-6-xl{margin:60px!important}.my-6-xl{margin-top:60px!important;margin-bottom:60px!important}.mx-6-xl{margin-left:60px!important;margin-right:60px!important}.ml-6-xl{margin-left:60px!important}.mr-6-xl{margin-right:60px!important}.mt-6-xl{margin-top:60px!important}.mb-6-xl{margin-bottom:60px!important}.m-7-xl{margin:70px!important}.my-7-xl{margin-top:70px!important;margin-bottom:70px!important}.mx-7-xl{margin-left:70px!important;margin-right:70px!important}.ml-7-xl{margin-left:70px!important}.mr-7-xl{margin-right:70px!important}.mt-7-xl{margin-top:70px!important}.mb-7-xl{margin-bottom:70px!important}.m-8-xl{margin:80px!important}.my-8-xl{margin-top:80px!important;margin-bottom:80px!important}.mx-8-xl{margin-left:80px!important;margin-right:80px!important}.ml-8-xl{margin-left:80px!important}.mr-8-xl{margin-right:80px!important}.mt-8-xl{margin-top:80px!important}.mb-8-xl{margin-bottom:80px!important}.m-9-xl{margin:90px!important}.my-9-xl{margin-top:90px!important;margin-bottom:90px!important}.mx-9-xl{margin-left:90px!important;margin-right:90px!important}.ml-9-xl{margin-left:90px!important}.mr-9-xl{margin-right:90px!important}.mt-9-xl{margin-top:90px!important}.mb-9-xl{margin-bottom:90px!important}.m-10-xl{margin:100px!important}.my-10-xl{margin-top:100px!important;margin-bottom:100px!important}.mx-10-xl{margin-left:100px!important;margin-right:100px!important}.ml-10-xl{margin-left:100px!important}.mr-10-xl{margin-right:100px!important}.mt-10-xl{margin-top:100px!important}.mb-10-xl{margin-bottom:100px!important}.weight-100-xl{font-weight:100!important}.weight-200-xl{font-weight:200!important}.weight-300-xl{font-weight:300!important}.weight-400-xl{font-weight:400!important}.weight-500-xl{font-weight:500!important}.weight-600-xl{font-weight:600!important}.weight-700-xl{font-weight:700!important}.weight-800-xl{font-weight:800!important}.weight-900-xl{font-weight:900!important}}.pagination{display:inline-block}.pagination a{color:black;float:left;padding:8px 16px;text-decoration:none}.pagination a.active{background-color:#5b3ff9;color:white}.pagination a:hover:not(.active){background-color:#ddd}.flat-tabs .tab-nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flat-tabs .tab-nav .tab-link{outline:none;border:none;display:block;padding:10px 15px;cursor:pointer;background:#5b3ff9;color:white;position:relative}.flat-tabs .tab-nav .tab-link.active,.flat-tabs .tab-nav .tab-link:hover{background:#4626f8;-webkit-box-shadow:inset 0 -4px 0 0 #310ef7;box-shadow:inset 0 -4px 0 0 #310ef7}.flat-tabs .tab-container{padding:15px 0}.flat-tabs .tab-content{display:none;padding:6px 12px;-webkit-animation:fadeEffect 1s;animation:fadeEffect 1s}.flat-tabs .tab-content.active{display:block!important}.flat-tabs .tab-content .tab-close{cursor:pointer;opacity:0.5;font-size:16px}.flat-tabs .tab-content .tab-close:hover{opacity:1}@-webkit-keyframes fadeEffect{0%{opacity:0}to{opacity:1}}@keyframes fadeEffect{0%{opacity:0}to{opacity:1}} +/*! getButterCake.com v4.0.0 | MIT License | https://github.com/HimasRafeek/butterCake */ +/* ======================================================================================== + * ---------------------------------------------------------------------------------------- + * Author : Himas Rafeek + * Framework : Butter Cake + * Description : A Modern CSS framework built with flexbox + * Version : 4.0.0 + * Copyright : 2018 - 2020 + * Github : https://github.com/HimasRafeek/butterCake + * URI : https://getButterCake.com + * Licence : MIT - https://github.com/HimasRafeek/butterCake/blob/master/LICENSE + * ---------------------------------------------------------------------------------------- + * ======================================================================================== + */ +/* +* Overwrite vraiable.scss contents here +*/ +:root { + --primary: #5b3ff9; + --secondary: #363b4d; + --light: #f4f5f6; + --dark: #1c1b19; + --gray: gray; + --white: white; + --success: #2ECC71; + --info: #17a2b8; + --warning: #F3BB45; + --danger: #E74C3C; + --muted: #9E9E9E; + --bp-sm: 590px; + --bp-medium: 790px; + --bp-large: 1160px; + --bp-xl: 1260px; +} + +i, +i::after, +i::before { + -webkit-transition: all 0s !important; + -o-transition: all 0s !important; + transition: all 0s !important; +} + +*, +::after, +::before { + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +html { + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + scroll-behavior: smooth; +} + +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: 400; + line-height: 1.5; +} + +html, +body { + color: #333; + font-size: 16px; +} +html ::-moz-selection, body ::-moz-selection { + background: #5b3ff9; + color: white; +} +html ::selection, +body ::selection { + background: #5b3ff9; + color: white; +} + +article, +aside, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section { + display: block; +} + +[tabindex="-1"]:focus { + outline: 0 !important; +} + +hr { + overflow: visible; + -webkit-box-sizing: content-box; + box-sizing: content-box; + height: 0; + border: 0; + margin: 10px 0; + border-top: 1px solid #e9e9e9; +} + +pre { + font-family: monospace; + font-size: 5px; +} + +figure { + margin: 0; +} + +mark { + color: #F3BB45; +} + +a { + background-color: transparent; + text-decoration: none; + color: #5b3ff9; +} +a:hover { + color: #2807e4; +} + +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; +} + +abbr[title], +abbr[data-original-title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; +} + +address { + margin-bottom: 15px; + font-style: normal; + line-height: inherit; +} + +b, +strong { + font-weight: bold; +} + +ol ol ul, +ol ul ul, +ul ol ul, +ul ul ul { + font-size: 100%; +} + +pre, +code, +kbd, +samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + font-size: 16px; +} + +small { + font-size: 12px; +} + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -5px; +} + +sup { + top: -5px; +} + +img { + vertical-align: middle; + max-width: 100%; + border-style: none; +} + +caption { + padding-top: 10px; + padding-bottom: 10px; + color: #333; + text-align: left; + caption-side: bottom; +} + +fieldset { + border: none; +} + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + font-size: 100%; + line-height: 1.5; + margin: 0; +} + +button, +input { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +button, +[type=button], +[type=reset], +[type=submit] { + -webkit-appearance: button; +} + +button::-moz-focus-inner, +[type=button]::-moz-focus-inner, +[type=reset]::-moz-focus-inner, +[type=submit]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +button:-moz-focusring, +[type=button]:-moz-focusring, +[type=reset]:-moz-focusring, +[type=submit]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +fieldset { + padding: 10px; +} + +legend { + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: inherit; + display: table; + max-width: 100%; + padding: 0; + white-space: normal; +} + +progress { + vertical-align: baseline; +} + +textarea { + overflow: auto; +} + +[type=checkbox], +[type=radio] { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} + +[type=number]::-webkit-inner-spin-button, +[type=number]::-webkit-outer-spin-button { + height: auto; +} + +[type=search] { + -webkit-appearance: textfield; + outline-offset: -2px; +} + +[type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-file-upload-button { + -webkit-appearance: button; + font: inherit; +} + +details { + display: block; +} + +summary { + display: list-item; +} + +template { + display: none; +} + +[hidden] { + display: none; +} + +h1, +h2, +h3, +h4, +h5, +h6, +p { + font-weight: 400; + margin-top: 0; + margin-bottom: 15px; +} + +.h1, +h1 { + font-size: 46px; +} + +.h2, +h2 { + font-size: 36px; +} + +.h3, +h3 { + font-size: 28px; +} + +.h4, +h4 { + font-size: 22px; +} + +.h5, +h5 { + font-size: 18px; +} + +.h6, +h6 { + font-size: 16px; +} + +p { + font-size: 16px; +} + +.mark, +mark { + padding: 2px 4px; + background-color: #363b4d; +} + +.container { + margin: 0 auto; + padding-left: 10px; + padding-right: 10px; + width: 100%; + /* Breakpoints | Min Width */ +} +@media (min-width: 590px) { + .container { + max-width: calc(100% - 50px); + } +} +@media (min-width: 790px) { + .container { + max-width: calc(100% - 100px); + } +} +@media (min-width: 1160px) { + .container { + max-width: 1150px; + } +} + +.container-fluid { + max-width: 100%; + padding-left: 10px; + padding-right: 10px; + width: 100%; +} + +/* +* * .row +*/ +.row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +/* +* * .column +*/ +.row .column { + max-width: 100%; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +/* +* * .row.no-gutters +*/ +.row { + margin-left: -10px; + margin-right: -10px; +} +.row.no-gutters > div { + padding-left: 0 !important; + padding-right: 0 !important; +} + +/* +* * .row > .col-* +*/ +.row > [class*=col] { + position: relative; + width: 100%; + min-height: 1px; + padding-left: 10px; + padding-right: 10px; +} + +.offset-1 { + margin-left: 8.3333333333%; +} + +.offset-2 { + margin-left: 16.6666666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.3333333333%; +} + +.offset-5 { + margin-left: 41.6666666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.3333333333%; +} + +.offset-8 { + margin-left: 66.6666666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.3333333333%; +} + +.offset-11 { + margin-left: 91.6666666667%; +} + +.offset-12 { + margin-left: 100%; +} + +.col-1 { + -ms-flex-preferred-size: 8.3333333333%; + flex-basis: 8.3333333333%; + max-width: 8.3333333333%; +} + +.col-2 { + -ms-flex-preferred-size: 16.6666666667%; + flex-basis: 16.6666666667%; + max-width: 16.6666666667%; +} + +.col-3 { + -ms-flex-preferred-size: 25%; + flex-basis: 25%; + max-width: 25%; +} + +.col-4 { + -ms-flex-preferred-size: 33.3333333333%; + flex-basis: 33.3333333333%; + max-width: 33.3333333333%; +} + +.col-5 { + -ms-flex-preferred-size: 41.6666666667%; + flex-basis: 41.6666666667%; + max-width: 41.6666666667%; +} + +.col-6 { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50%; +} + +.col-7 { + -ms-flex-preferred-size: 58.3333333333%; + flex-basis: 58.3333333333%; + max-width: 58.3333333333%; +} + +.col-8 { + -ms-flex-preferred-size: 66.6666666667%; + flex-basis: 66.6666666667%; + max-width: 66.6666666667%; +} + +.col-9 { + -ms-flex-preferred-size: 75%; + flex-basis: 75%; + max-width: 75%; +} + +.col-10 { + -ms-flex-preferred-size: 83.3333333333%; + flex-basis: 83.3333333333%; + max-width: 83.3333333333%; +} + +.col-11 { + -ms-flex-preferred-size: 91.6666666667%; + flex-basis: 91.6666666667%; + max-width: 91.6666666667%; +} + +.col-12 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; +} + +.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; +} + +@media (min-width: 590px) { + .col-sm-1 { + -ms-flex-preferred-size: 8.3333333333%; + flex-basis: 8.3333333333%; + max-width: 8.3333333333%; + } + + .col-sm-2 { + -ms-flex-preferred-size: 16.6666666667%; + flex-basis: 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-sm-3 { + -ms-flex-preferred-size: 25%; + flex-basis: 25%; + max-width: 25%; + } + + .col-sm-4 { + -ms-flex-preferred-size: 33.3333333333%; + flex-basis: 33.3333333333%; + max-width: 33.3333333333%; + } + + .col-sm-5 { + -ms-flex-preferred-size: 41.6666666667%; + flex-basis: 41.6666666667%; + max-width: 41.6666666667%; + } + + .col-sm-6 { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50%; + } + + .col-sm-7 { + -ms-flex-preferred-size: 58.3333333333%; + flex-basis: 58.3333333333%; + max-width: 58.3333333333%; + } + + .col-sm-8 { + -ms-flex-preferred-size: 66.6666666667%; + flex-basis: 66.6666666667%; + max-width: 66.6666666667%; + } + + .col-sm-9 { + -ms-flex-preferred-size: 75%; + flex-basis: 75%; + max-width: 75%; + } + + .col-sm-10 { + -ms-flex-preferred-size: 83.3333333333%; + flex-basis: 83.3333333333%; + max-width: 83.3333333333%; + } + + .col-sm-11 { + -ms-flex-preferred-size: 91.6666666667%; + flex-basis: 91.6666666667%; + max-width: 91.6666666667%; + } + + .col-sm-12 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; + } + + .d-none-sm, +.hide-sm { + display: none !important; + } + + .d-block-sm { + display: block !important; + } + + .d-inline-block-sm { + display: inline-block !important; + } + + .d-flex-sm { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + + .fa-center-sm { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + + .fa-baseline-sm { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + + .fa-start-sm { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + + .fa-end-sm { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fa-stretch-sm { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + + .fa-end-sm { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fj-center-sm { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + + .fj-baseline-sm { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; + } + + .fj-start-sm { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + + .fj-end-sm { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + + .fj-between-sm { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + + .fj-around-sm { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + + .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; + } +} +@media (min-width: 790px) { + .col-md-1 { + -ms-flex-preferred-size: 8.3333333333%; + flex-basis: 8.3333333333%; + max-width: 8.3333333333%; + } + + .col-md-2 { + -ms-flex-preferred-size: 16.6666666667%; + flex-basis: 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-md-3 { + -ms-flex-preferred-size: 25%; + flex-basis: 25%; + max-width: 25%; + } + + .col-md-4 { + -ms-flex-preferred-size: 33.3333333333%; + flex-basis: 33.3333333333%; + max-width: 33.3333333333%; + } + + .col-md-5 { + -ms-flex-preferred-size: 41.6666666667%; + flex-basis: 41.6666666667%; + max-width: 41.6666666667%; + } + + .col-md-6 { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50%; + } + + .col-md-7 { + -ms-flex-preferred-size: 58.3333333333%; + flex-basis: 58.3333333333%; + max-width: 58.3333333333%; + } + + .col-md-8 { + -ms-flex-preferred-size: 66.6666666667%; + flex-basis: 66.6666666667%; + max-width: 66.6666666667%; + } + + .col-md-9 { + -ms-flex-preferred-size: 75%; + flex-basis: 75%; + max-width: 75%; + } + + .col-md-10 { + -ms-flex-preferred-size: 83.3333333333%; + flex-basis: 83.3333333333%; + max-width: 83.3333333333%; + } + + .col-md-11 { + -ms-flex-preferred-size: 91.6666666667%; + flex-basis: 91.6666666667%; + max-width: 91.6666666667%; + } + + .col-md-12 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; + } + + .d-none-md, +.hide-md { + display: none !important; + } + + .d-block-md { + display: block !important; + } + + .d-inline-block-md { + display: inline-block !important; + } + + .d-flex-md { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + + .fa-center-md { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + + .fa-baseline-md { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + + .fa-start-md { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + + .fa-end-md { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fa-stretch-md { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + + .fa-end-md { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fj-center-md { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + + .fj-baseline-md { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; + } + + .fj-start-md { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + + .fj-end-md { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + + .fj-between-md { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + + .fj-around-md { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + + .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; + } +} +@media (min-width: 1160px) { + .col-lg-1 { + -ms-flex-preferred-size: 8.3333333333%; + flex-basis: 8.3333333333%; + max-width: 8.3333333333%; + } + + .col-lg-2 { + -ms-flex-preferred-size: 16.6666666667%; + flex-basis: 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-lg-3 { + -ms-flex-preferred-size: 25%; + flex-basis: 25%; + max-width: 25%; + } + + .col-lg-4 { + -ms-flex-preferred-size: 33.3333333333%; + flex-basis: 33.3333333333%; + max-width: 33.3333333333%; + } + + .col-lg-5 { + -ms-flex-preferred-size: 41.6666666667%; + flex-basis: 41.6666666667%; + max-width: 41.6666666667%; + } + + .col-lg-6 { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50%; + } + + .col-lg-7 { + -ms-flex-preferred-size: 58.3333333333%; + flex-basis: 58.3333333333%; + max-width: 58.3333333333%; + } + + .col-lg-8 { + -ms-flex-preferred-size: 66.6666666667%; + flex-basis: 66.6666666667%; + max-width: 66.6666666667%; + } + + .col-lg-9 { + -ms-flex-preferred-size: 75%; + flex-basis: 75%; + max-width: 75%; + } + + .col-lg-10 { + -ms-flex-preferred-size: 83.3333333333%; + flex-basis: 83.3333333333%; + max-width: 83.3333333333%; + } + + .col-lg-11 { + -ms-flex-preferred-size: 91.6666666667%; + flex-basis: 91.6666666667%; + max-width: 91.6666666667%; + } + + .col-lg-12 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; + } + + .d-none-lg, +.hide-lg { + display: none !important; + } + + .d-block-lg { + display: block !important; + } + + .d-inline-block-lg { + display: inline-block !important; + } + + .d-flex-lg { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + + .fa-center-lg { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + + .fa-baseline-lg { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + + .fa-start-lg { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + + .fa-end-lg { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fa-stretch-lg { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + + .fa-end-lg { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fj-center-lg { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + + .fj-baseline-lg { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; + } + + .fj-start-lg { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + + .fj-end-lg { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + + .fj-between-lg { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + + .fj-around-lg { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + + .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; + } +} +@media (min-width: 1260px) { + .col-xl-1 { + -ms-flex-preferred-size: 8.3333333333%; + flex-basis: 8.3333333333%; + max-width: 8.3333333333%; + } + + .col-xl-2 { + -ms-flex-preferred-size: 16.6666666667%; + flex-basis: 16.6666666667%; + max-width: 16.6666666667%; + } + + .col-xl-3 { + -ms-flex-preferred-size: 25%; + flex-basis: 25%; + max-width: 25%; + } + + .col-xl-4 { + -ms-flex-preferred-size: 33.3333333333%; + flex-basis: 33.3333333333%; + max-width: 33.3333333333%; + } + + .col-xl-5 { + -ms-flex-preferred-size: 41.6666666667%; + flex-basis: 41.6666666667%; + max-width: 41.6666666667%; + } + + .col-xl-6 { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50%; + } + + .col-xl-7 { + -ms-flex-preferred-size: 58.3333333333%; + flex-basis: 58.3333333333%; + max-width: 58.3333333333%; + } + + .col-xl-8 { + -ms-flex-preferred-size: 66.6666666667%; + flex-basis: 66.6666666667%; + max-width: 66.6666666667%; + } + + .col-xl-9 { + -ms-flex-preferred-size: 75%; + flex-basis: 75%; + max-width: 75%; + } + + .col-xl-10 { + -ms-flex-preferred-size: 83.3333333333%; + flex-basis: 83.3333333333%; + max-width: 83.3333333333%; + } + + .col-xl-11 { + -ms-flex-preferred-size: 91.6666666667%; + flex-basis: 91.6666666667%; + max-width: 91.6666666667%; + } + + .col-xl-12 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; + } + + .d-none-xl, +.hide-xl { + display: none !important; + } + + .d-block-xl { + display: block !important; + } + + .d-inline-block-xl { + display: inline-block !important; + } + + .d-flex-xl { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + + .fa-center-xl { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + + .fa-baseline-xl { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + + .fa-start-xl { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + + .fa-end-xl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fa-stretch-xl { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + + .fa-end-xl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fj-center-xl { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + + .fj-baseline-xl { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; + } + + .fj-start-xl { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + + .fj-end-xl { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + + .fj-between-xl { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + + .fj-around-xl { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + + .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; + } +} +/* +* * Prevent Overflow hidden for Sidebar Menu and Modal +*/ +.noScroll { + overflow: hidden !important; +} + +/* +* * Fixed Top Menu +*/ +.fixed-top { + width: 100%; + position: fixed !important; + top: 0; + left: 0; + z-index: 1050; +} + +/* +* * Main Navbar scss +*/ +.navbar { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 0 10px; + /* + * * Container and Container fluid + */ + /* + * * Navbar Brand | Logo + */ + /* + * * Navigation Menu Main Container + */ + /* + * * Sidebar Menu Toggler on Mobile + */ + /* + * * Default Butter Cake Menu Styling for Navbar + * * Remove .default-nav from the .navbar to remove all the defaults styles, + * * that applied by Butter Cake OR You can change the scss below + */ +} +.navbar * { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; +} +.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; + width: 100%; +} +.navbar .brand { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + margin-right: 16px; + line-height: inherit; + white-space: nowrap; +} +.navbar .menu-box { + display: none; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + /* + * * Navigation Menu | UL TAG + */ +} +.navbar .menu-box .menu { + 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; + padding: 0; + margin: 0; + /* + * * Navigation Item | LI TAG + */ + /* + * * Default fix for all LI tags inside the Menu + */ +} +.navbar .menu-box .menu .nav-item { + margin: 0; + /* + * * Navigation Link | A TAG + */ +} +.navbar .menu-box .menu .nav-item .nav-link { + display: inline-block; +} +.navbar .menu-box .menu li { + list-style: none; + padding: 0; +} +.navbar .toggler { + 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; + color: white; + background-color: white; + margin-top: 10px; + margin-bottom: 10px; + margin-left: auto; + padding: 10px 15px; + border: none; + outline: none; + cursor: pointer; + border-radius: 4px; +} +.navbar .toggler:hover { + color: white; + background: #310ef7 !important; +} +.navbar.default-nav { + background-color: white; + /* + * * Default Navbar Styles + */ + /* + * * Primary Navbar Styles + */ +} +.navbar.default-nav .brand { + padding-right: 10px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.navbar.default-nav .brand a { + display: block; + font-weight: 400; + font-size: 28px; + color: #5b3ff9; +} +.navbar.default-nav .brand a:hover { + color: #2807e4 !important; +} +.navbar.default-nav .brand a img { + display: block; +} +.navbar.default-nav .menu .nav-link { + color: #363b4d; + padding: 20px 25px; +} +.navbar.default-nav .menu .nav-link:focus, .navbar.default-nav .menu .nav-link:hover { + color: white; + background-color: #5b3ff9; +} +.navbar.default-nav .menu .active .nav-link { + color: white; + background-color: #5b3ff9; +} +.navbar.default-nav .slidedown, +.navbar.default-nav .sideNavbar { + background-color: white !important; +} +.navbar.default-nav.bg-primary { + background: #5b3ff9; +} +.navbar.default-nav.bg-primary .brand a { + color: white; +} +.navbar.default-nav.bg-primary .brand a:hover { + color: #2807e4 !important; +} +.navbar.default-nav.bg-primary .menu-close { + background: #2807e4; +} +.navbar.default-nav.bg-primary .menu-close:hover { + background: #2406cc; +} +.navbar.default-nav.bg-primary .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-primary .menu .nav-link:focus, .navbar.default-nav.bg-primary .menu .nav-link:hover { + color: white; + background-color: #310ef7; +} +.navbar.default-nav.bg-primary .menu .active .nav-link { + color: white; + background-color: #310ef7; +} +.navbar.default-nav.bg-primary .toggler { + background-color: #4626f8 !important; +} +.navbar.default-nav.bg-primary .toggler:hover { + background: #310ef7 !important; +} +.navbar.default-nav.bg-primary .slidedown, +.navbar.default-nav.bg-primary .sideNavbar { + background-color: #5b3ff9 !important; +} +.navbar.default-nav.bg-secondary { + background: #363b4d; +} +.navbar.default-nav.bg-secondary .brand a { + color: white; +} +.navbar.default-nav.bg-secondary .brand a:hover { + color: #161920 !important; +} +.navbar.default-nav.bg-secondary .menu-close { + background: #161920; +} +.navbar.default-nav.bg-secondary .menu-close:hover { + background: #0c0d11; +} +.navbar.default-nav.bg-secondary .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-secondary .menu .nav-link:focus, .navbar.default-nav.bg-secondary .menu .nav-link:hover { + color: white; + background-color: #21242f; +} +.navbar.default-nav.bg-secondary .menu .active .nav-link { + color: white; + background-color: #21242f; +} +.navbar.default-nav.bg-secondary .toggler { + background-color: #2b303e !important; +} +.navbar.default-nav.bg-secondary .toggler:hover { + background: #21242f !important; +} +.navbar.default-nav.bg-secondary .slidedown, +.navbar.default-nav.bg-secondary .sideNavbar { + background-color: #363b4d !important; +} +.navbar.default-nav.bg-light { + background: #f4f5f6; +} +.navbar.default-nav.bg-light .brand a { + color: white; +} +.navbar.default-nav.bg-light .brand a:hover { + color: #cacfd4 !important; +} +.navbar.default-nav.bg-light .menu-close { + background: #cacfd4; +} +.navbar.default-nav.bg-light .menu-close:hover { + background: #bcc2c8; +} +.navbar.default-nav.bg-light .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-light .menu .nav-link:focus, .navbar.default-nav.bg-light .menu .nav-link:hover { + color: white; + background-color: #d8dcdf; +} +.navbar.default-nav.bg-light .menu .active .nav-link { + color: white; + background-color: #d8dcdf; +} +.navbar.default-nav.bg-light .toggler { + background-color: #e6e8eb !important; +} +.navbar.default-nav.bg-light .toggler:hover { + background: #d8dcdf !important; +} +.navbar.default-nav.bg-light .slidedown, +.navbar.default-nav.bg-light .sideNavbar { + background-color: #f4f5f6 !important; +} +.navbar.default-nav.bg-dark { + background: #1c1b19; +} +.navbar.default-nav.bg-dark .brand a { + color: white; +} +.navbar.default-nav.bg-dark .brand a:hover { + color: black !important; +} +.navbar.default-nav.bg-dark .menu-close { + background: black; +} +.navbar.default-nav.bg-dark .menu-close:hover { + background: black; +} +.navbar.default-nav.bg-dark .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-dark .menu .nav-link:focus, .navbar.default-nav.bg-dark .menu .nav-link:hover { + color: white; + background-color: #010101; +} +.navbar.default-nav.bg-dark .menu .active .nav-link { + color: white; + background-color: #010101; +} +.navbar.default-nav.bg-dark .toggler { + background-color: #0f0e0d !important; +} +.navbar.default-nav.bg-dark .toggler:hover { + background: #010101 !important; +} +.navbar.default-nav.bg-dark .slidedown, +.navbar.default-nav.bg-dark .sideNavbar { + background-color: #1c1b19 !important; +} +.navbar.default-nav.bg-gray { + background: gray; +} +.navbar.default-nav.bg-gray .brand a { + color: white; +} +.navbar.default-nav.bg-gray .brand a:hover { + color: #5a5a5a !important; +} +.navbar.default-nav.bg-gray .menu-close { + background: #5a5a5a; +} +.navbar.default-nav.bg-gray .menu-close:hover { + background: #4d4d4d; +} +.navbar.default-nav.bg-gray .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-gray .menu .nav-link:focus, .navbar.default-nav.bg-gray .menu .nav-link:hover { + color: white; + background-color: #676767; +} +.navbar.default-nav.bg-gray .menu .active .nav-link { + color: white; + background-color: #676767; +} +.navbar.default-nav.bg-gray .toggler { + background-color: #737373 !important; +} +.navbar.default-nav.bg-gray .toggler:hover { + background: #676767 !important; +} +.navbar.default-nav.bg-gray .slidedown, +.navbar.default-nav.bg-gray .sideNavbar { + background-color: gray !important; +} +.navbar.default-nav.bg-white { + background: white; +} +.navbar.default-nav.bg-white .brand a { + color: white; +} +.navbar.default-nav.bg-white .brand a:hover { + color: #d9d9d9 !important; +} +.navbar.default-nav.bg-white .menu-close { + background: #d9d9d9; +} +.navbar.default-nav.bg-white .menu-close:hover { + background: #cccccc; +} +.navbar.default-nav.bg-white .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-white .menu .nav-link:focus, .navbar.default-nav.bg-white .menu .nav-link:hover { + color: white; + background-color: #e6e6e6; +} +.navbar.default-nav.bg-white .menu .active .nav-link { + color: white; + background-color: #e6e6e6; +} +.navbar.default-nav.bg-white .toggler { + background-color: #f2f2f2 !important; +} +.navbar.default-nav.bg-white .toggler:hover { + background: #e6e6e6 !important; +} +.navbar.default-nav.bg-white .slidedown, +.navbar.default-nav.bg-white .sideNavbar { + background-color: white !important; +} +.navbar.default-nav.bg-success { + background: #2ECC71; +} +.navbar.default-nav.bg-success .brand a { + color: white; +} +.navbar.default-nav.bg-success .brand a:hover { + color: #208e4e !important; +} +.navbar.default-nav.bg-success .menu-close { + background: #208e4e; +} +.navbar.default-nav.bg-success .menu-close:hover { + background: #1b7943; +} +.navbar.default-nav.bg-success .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-success .menu .nav-link:focus, .navbar.default-nav.bg-success .menu .nav-link:hover { + color: white; + background-color: #25a25a; +} +.navbar.default-nav.bg-success .menu .active .nav-link { + color: white; + background-color: #25a25a; +} +.navbar.default-nav.bg-success .toggler { + background-color: #29b765 !important; +} +.navbar.default-nav.bg-success .toggler:hover { + background: #25a25a !important; +} +.navbar.default-nav.bg-success .slidedown, +.navbar.default-nav.bg-success .sideNavbar { + background-color: #2ECC71 !important; +} +.navbar.default-nav.bg-info { + background: #17a2b8; +} +.navbar.default-nav.bg-info .brand a { + color: white; +} +.navbar.default-nav.bg-info .brand a:hover { + color: #0f6674 !important; +} +.navbar.default-nav.bg-info .menu-close { + background: #0f6674; +} +.navbar.default-nav.bg-info .menu-close:hover { + background: #0c525d; +} +.navbar.default-nav.bg-info .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-info .menu .nav-link:focus, .navbar.default-nav.bg-info .menu .nav-link:hover { + color: white; + background-color: #117a8b; +} +.navbar.default-nav.bg-info .menu .active .nav-link { + color: white; + background-color: #117a8b; +} +.navbar.default-nav.bg-info .toggler { + background-color: #148ea1 !important; +} +.navbar.default-nav.bg-info .toggler:hover { + background: #117a8b !important; +} +.navbar.default-nav.bg-info .slidedown, +.navbar.default-nav.bg-info .sideNavbar { + background-color: #17a2b8 !important; +} +.navbar.default-nav.bg-warning { + background: #F3BB45; +} +.navbar.default-nav.bg-warning .brand a { + color: white; +} +.navbar.default-nav.bg-warning .brand a:hover { + color: #dd9b0e !important; +} +.navbar.default-nav.bg-warning .menu-close { + background: #dd9b0e; +} +.navbar.default-nav.bg-warning .menu-close:hover { + background: #c58a0d; +} +.navbar.default-nav.bg-warning .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-warning .menu .nav-link:focus, .navbar.default-nav.bg-warning .menu .nav-link:hover { + color: white; + background-color: #f0a915; +} +.navbar.default-nav.bg-warning .menu .active .nav-link { + color: white; + background-color: #f0a915; +} +.navbar.default-nav.bg-warning .toggler { + background-color: #f1b22d !important; +} +.navbar.default-nav.bg-warning .toggler:hover { + background: #f0a915 !important; +} +.navbar.default-nav.bg-warning .slidedown, +.navbar.default-nav.bg-warning .sideNavbar { + background-color: #F3BB45 !important; +} +.navbar.default-nav.bg-danger { + background: #E74C3C; +} +.navbar.default-nav.bg-danger .brand a { + color: white; +} +.navbar.default-nav.bg-danger .brand a:hover { + color: #bf2718 !important; +} +.navbar.default-nav.bg-danger .menu-close { + background: #bf2718; +} +.navbar.default-nav.bg-danger .menu-close:hover { + background: #a82315; +} +.navbar.default-nav.bg-danger .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-danger .menu .nav-link:focus, .navbar.default-nav.bg-danger .menu .nav-link:hover { + color: white; + background-color: #d62c1a; +} +.navbar.default-nav.bg-danger .menu .active .nav-link { + color: white; + background-color: #d62c1a; +} +.navbar.default-nav.bg-danger .toggler { + background-color: #e43725 !important; +} +.navbar.default-nav.bg-danger .toggler:hover { + background: #d62c1a !important; +} +.navbar.default-nav.bg-danger .slidedown, +.navbar.default-nav.bg-danger .sideNavbar { + background-color: #E74C3C !important; +} +.navbar.default-nav.bg-muted { + background: #9E9E9E; +} +.navbar.default-nav.bg-muted .brand a { + color: white; +} +.navbar.default-nav.bg-muted .brand a:hover { + color: #787878 !important; +} +.navbar.default-nav.bg-muted .menu-close { + background: #787878; +} +.navbar.default-nav.bg-muted .menu-close:hover { + background: #6b6b6b; +} +.navbar.default-nav.bg-muted .menu .nav-link { + color: white; +} +.navbar.default-nav.bg-muted .menu .nav-link:focus, .navbar.default-nav.bg-muted .menu .nav-link:hover { + color: white; + background-color: #858585; +} +.navbar.default-nav.bg-muted .menu .active .nav-link { + color: white; + background-color: #858585; +} +.navbar.default-nav.bg-muted .toggler { + background-color: #919191 !important; +} +.navbar.default-nav.bg-muted .toggler:hover { + background: #858585 !important; +} +.navbar.default-nav.bg-muted .slidedown, +.navbar.default-nav.bg-muted .sideNavbar { + background-color: #9E9E9E !important; +} + +.navbar.expanded .toggler { + display: none !important; +} +.navbar.expanded .menu-box { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; +} +.navbar.expanded .menu { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} +.navbar.expanded > .container, .navbar.expanded > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} + +/* +* * Warning upating without proper knowledge can break the Navbar +*/ +@media (min-width: 590px) { + .navbar.expand-sm .toggler { + display: none; + } + .navbar.expand-sm .menu-box { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .navbar.expand-sm .menu { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar.expand-sm > .container, .navbar.expand-sm > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } +} +@media (min-width: 790px) { + .navbar.expand-md .toggler { + display: none; + } + .navbar.expand-md .menu-box { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .navbar.expand-md .menu { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar.expand-md > .container, .navbar.expand-md > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } +} +@media (min-width: 1160px) { + .navbar.expand-lg .toggler { + display: none; + } + .navbar.expand-lg .menu-box { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .navbar.expand-lg .menu { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar.expand-lg > .container, .navbar.expand-lg > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } +} +@media (min-width: 1260px) { + .navbar.expand-xl .toggler { + display: none; + } + .navbar.expand-xl .menu-box { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + .navbar.expand-xl .menu { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + } + .navbar.expand-xl > .container, .navbar.expand-xl > .container-fluid { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + } +} +/* +* * Sidebar styles for Mobile +*/ +.sideNavbar { + -webkit-transition: all 0.5s !important; + -o-transition: all 0.5s !important; + transition: all 0.5s !important; + display: block !important; + max-width: 300px; + width: 100%; + min-height: 100vh; + overflow-x: hidden !important; + overflow-y: auto; + position: fixed; + top: 0; + height: 100%; + left: -100%; + z-index: 1250; + padding-bottom: 50px; +} +.sideNavbar .menu { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} +.sideNavbar .menu .nav-item { + position: relative; + width: 100%; + text-align: center; +} +.sideNavbar .menu .nav-item > .btn { + margin: 10px 0 !important; +} +.sideNavbar .menu .nav-item > .input { + margin: 10px 0 !important; +} +.sideNavbar .menu .nav-link { + display: block; + width: 100%; + padding: 10px 10px !important; + text-align: center; +} +.sideNavbar .dropdown > .dropdown-menu { + position: unset !important; + background: white; + max-width: 100% !important; + min-width: 100% !important; + margin-top: 0 !important; + border-radius: 0 !important; + border: none; +} +.sideNavbar.toggled { + left: 0; +} +.sideNavbar .menu-close { + display: block !important; + background: #363b4d; + color: white; + text-align: center; + padding: 10px; + margin-bottom: 10px; + cursor: pointer; +} +.sideNavbar .menu-close:hover { + background: #1c1b19; +} + +.toggled ~ .shadow-fixed { + width: 100%; + min-height: 100vh; + background: rgba(0, 0, 0, 0.5); + position: fixed; + top: 0; + left: 0; + z-index: 500; +} + +.menu-close { + display: none; +} + +.slidedown { + overflow: hidden; + display: block !important; + position: absolute; + left: 0; + top: 100%; + z-index: 1150; + width: 100%; +} +.slidedown .menu { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + width: 100%; +} +.slidedown .menu .nav-item { + width: 100%; + text-align: center; +} +.slidedown .menu .nav-item .nav-link { + width: 100%; +} + +.btn { + display: inline-block; + padding: 8px 20px; + text-align: center; + font-weight: 400; + background: none; + border: none; + text-decoration: none; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + border-radius: 4px; +} +.btn:focus { + outline: none; +} +.btn.btn-choose-file { + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + overflow: hidden; +} +.btn.btn-choose-file input { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + opacity: 0; + cursor: pointer !important; + z-index: 1; +} +.btn.btn-loading.loader-active { + position: relative; + pointer-events: none !important; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 1; + overflow: hidden; +} +.btn.btn-loading.loader-active .loader { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; +} +.btn.btn-loading .loader { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: none; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + background: inherit; +} + +.btn.primary { + border: 1px solid #5b3ff9; + color: white !important; + background-color: #5b3ff9; +} +.btn.primary.active, .btn.primary:focus, .btn.primary:hover { + color: white !important; + background-color: #310ef7 !important; + border-color: #310ef7 !important; +} +.btn.primary:focus, .btn.primary:active { + -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important; + box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important; +} +.btn.primary.outline { + border-width: 2px; +} +.btn.primary.outline:hover { + color: white !important; + border-color: #5b3ff9 !important; + background-color: #5b3ff9 !important; +} +.btn.primary.outline:focus, .btn.primary.outline:active { + background-color: #2406cc !important; +} +.btn.primary.active, .btn.primary:focus, .btn.primary:hover { + color: white !important; + background-color: #310ef7 !important; + border-color: #310ef7 !important; +} +.btn.primary:focus, .btn.primary:active { + -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important; + box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5) !important; +} +.btn.primary.outline { + border-width: 2px; +} +.btn.primary.outline:hover { + color: white !important; + border-color: #5b3ff9 !important; + background-color: #5b3ff9 !important; +} +.btn.primary.outline:focus, .btn.primary.outline:active { + background-color: #2406cc !important; +} + +.btn.primary.outline { + color: #5b3ff9 !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.primary.outline:focus { + color: white !important; + border-color: #310ef7 !important; +} + +.btn.secondary { + border: 1px solid #363b4d; + color: white !important; + background-color: #363b4d; +} +.btn.secondary.active, .btn.secondary:focus, .btn.secondary:hover { + color: white !important; + background-color: #21242f !important; + border-color: #21242f !important; +} +.btn.secondary:focus, .btn.secondary:active { + -webkit-box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important; + box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important; +} +.btn.secondary.outline { + border-width: 2px; +} +.btn.secondary.outline:hover { + color: white !important; + border-color: #363b4d !important; + background-color: #363b4d !important; +} +.btn.secondary.outline:focus, .btn.secondary.outline:active { + background-color: #0c0d11 !important; +} +.btn.secondary.active, .btn.secondary:focus, .btn.secondary:hover { + color: white !important; + background-color: #21242f !important; + border-color: #21242f !important; +} +.btn.secondary:focus, .btn.secondary:active { + -webkit-box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important; + box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5) !important; +} +.btn.secondary.outline { + border-width: 2px; +} +.btn.secondary.outline:hover { + color: white !important; + border-color: #363b4d !important; + background-color: #363b4d !important; +} +.btn.secondary.outline:focus, .btn.secondary.outline:active { + background-color: #0c0d11 !important; +} + +.btn.secondary.outline { + color: #363b4d !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.secondary.outline:focus { + color: white !important; + border-color: #21242f !important; +} + +.btn.light { + background-color: #f4f5f6; + color: #1c1b19 !important; + border-color: #f4f5f6 !important; +} +.btn.light:focus, .btn.light:active, .btn.light:hover { + color: #1c1b19 !important; + background-color: #d8dcdf !important; + border-color: #d8dcdf !important; +} + +.btn.light.outline { + color: #1c1b19 !important; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.light.outline:focus, .btn.light.outline:active, .btn.light.outline:hover { + color: #1c1b19 !important; + background-color: #d8dcdf !important; + border-color: #d8dcdf !important; +} + +.btn.white { + border: 1px solid white; + color: white !important; + background-color: white; + border-color: rgba(0, 0, 0, 0.125) !important; +} +.btn.white.active, .btn.white:focus, .btn.white:hover { + color: white !important; + background-color: #e6e6e6 !important; + border-color: #e6e6e6 !important; +} +.btn.white:focus, .btn.white:active { + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important; +} +.btn.white.outline { + border-width: 2px; +} +.btn.white.outline:hover { + color: white !important; + border-color: white !important; + background-color: white !important; +} +.btn.white.outline:focus, .btn.white.outline:active { + background-color: #cccccc !important; +} +.btn.white.active, .btn.white:focus, .btn.white:hover { + color: white !important; + background-color: #e6e6e6 !important; + border-color: #e6e6e6 !important; +} +.btn.white:focus, .btn.white:active { + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important; + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important; +} +.btn.white.outline { + border-width: 2px; +} +.btn.white.outline:hover { + color: white !important; + border-color: white !important; + background-color: white !important; +} +.btn.white.outline:focus, .btn.white.outline:active { + background-color: #cccccc !important; +} +.btn.white.active { + color: black !important; +} + +.btn.white.outline { + color: white !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.white.outline:focus { + color: white !important; + border-color: #e6e6e6 !important; +} + +.btn.dark { + border: 1px solid #1c1b19; + color: white !important; + background-color: #1c1b19; +} +.btn.dark.active, .btn.dark:focus, .btn.dark:hover { + color: white !important; + background-color: #010101 !important; + border-color: #010101 !important; +} +.btn.dark:focus, .btn.dark:active { + -webkit-box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important; + box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important; +} +.btn.dark.outline { + border-width: 2px; +} +.btn.dark.outline:hover { + color: white !important; + border-color: #1c1b19 !important; + background-color: #1c1b19 !important; +} +.btn.dark.outline:focus, .btn.dark.outline:active { + background-color: black !important; +} +.btn.dark.active, .btn.dark:focus, .btn.dark:hover { + color: white !important; + background-color: #010101 !important; + border-color: #010101 !important; +} +.btn.dark:focus, .btn.dark:active { + -webkit-box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important; + box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5) !important; +} +.btn.dark.outline { + border-width: 2px; +} +.btn.dark.outline:hover { + color: white !important; + border-color: #1c1b19 !important; + background-color: #1c1b19 !important; +} +.btn.dark.outline:focus, .btn.dark.outline:active { + background-color: black !important; +} + +.btn.dark.outline { + color: #1c1b19 !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.dark.outline:focus { + color: white !important; + border-color: #010101 !important; +} + +.btn.gray { + border: 1px solid gray; + color: white !important; + background-color: gray; +} +.btn.gray.active, .btn.gray:focus, .btn.gray:hover { + color: white !important; + background-color: #676767 !important; + border-color: #676767 !important; +} +.btn.gray:focus, .btn.gray:active { + -webkit-box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important; + box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important; +} +.btn.gray.outline { + border-width: 2px; +} +.btn.gray.outline:hover { + color: white !important; + border-color: gray !important; + background-color: gray !important; +} +.btn.gray.outline:focus, .btn.gray.outline:active { + background-color: #4d4d4d !important; +} +.btn.gray.active, .btn.gray:focus, .btn.gray:hover { + color: white !important; + background-color: #676767 !important; + border-color: #676767 !important; +} +.btn.gray:focus, .btn.gray:active { + -webkit-box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important; + box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5) !important; +} +.btn.gray.outline { + border-width: 2px; +} +.btn.gray.outline:hover { + color: white !important; + border-color: gray !important; + background-color: gray !important; +} +.btn.gray.outline:focus, .btn.gray.outline:active { + background-color: #4d4d4d !important; +} + +.btn.gray.outline { + color: gray !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.gray.outline:focus { + color: white !important; + border-color: #676767 !important; +} + +.btn.muted { + border: 1px solid #9E9E9E; + color: white !important; + background-color: #9E9E9E; +} +.btn.muted.active, .btn.muted:focus, .btn.muted:hover { + color: white !important; + background-color: #858585 !important; + border-color: #858585 !important; +} +.btn.muted:focus, .btn.muted:active { + -webkit-box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important; + box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important; +} +.btn.muted.outline { + border-width: 2px; +} +.btn.muted.outline:hover { + color: white !important; + border-color: #9E9E9E !important; + background-color: #9E9E9E !important; +} +.btn.muted.outline:focus, .btn.muted.outline:active { + background-color: #6b6b6b !important; +} +.btn.muted.active, .btn.muted:focus, .btn.muted:hover { + color: white !important; + background-color: #858585 !important; + border-color: #858585 !important; +} +.btn.muted:focus, .btn.muted:active { + -webkit-box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important; + box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5) !important; +} +.btn.muted.outline { + border-width: 2px; +} +.btn.muted.outline:hover { + color: white !important; + border-color: #9E9E9E !important; + background-color: #9E9E9E !important; +} +.btn.muted.outline:focus, .btn.muted.outline:active { + background-color: #6b6b6b !important; +} + +.btn.muted.outline { + color: #9E9E9E !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.muted.outline:focus { + color: white !important; + border-color: #858585 !important; +} + +.btn.success { + border: 1px solid #2ECC71; + color: white !important; + background-color: #2ECC71; +} +.btn.success.active, .btn.success:focus, .btn.success:hover { + color: white !important; + background-color: #25a25a !important; + border-color: #25a25a !important; +} +.btn.success:focus, .btn.success:active { + -webkit-box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important; + box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important; +} +.btn.success.outline { + border-width: 2px; +} +.btn.success.outline:hover { + color: white !important; + border-color: #2ECC71 !important; + background-color: #2ECC71 !important; +} +.btn.success.outline:focus, .btn.success.outline:active { + background-color: #1b7943 !important; +} +.btn.success.active, .btn.success:focus, .btn.success:hover { + color: white !important; + background-color: #25a25a !important; + border-color: #25a25a !important; +} +.btn.success:focus, .btn.success:active { + -webkit-box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important; + box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5) !important; +} +.btn.success.outline { + border-width: 2px; +} +.btn.success.outline:hover { + color: white !important; + border-color: #2ECC71 !important; + background-color: #2ECC71 !important; +} +.btn.success.outline:focus, .btn.success.outline:active { + background-color: #1b7943 !important; +} + +.btn.success.outline { + color: #2ECC71 !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.success.outline:focus { + color: white !important; + border-color: #25a25a !important; +} + +.btn.info { + border: 1px solid #17a2b8; + color: white !important; + background-color: #17a2b8; +} +.btn.info.active, .btn.info:focus, .btn.info:hover { + color: white !important; + background-color: #117a8b !important; + border-color: #117a8b !important; +} +.btn.info:focus, .btn.info:active { + -webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important; + box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important; +} +.btn.info.outline { + border-width: 2px; +} +.btn.info.outline:hover { + color: white !important; + border-color: #17a2b8 !important; + background-color: #17a2b8 !important; +} +.btn.info.outline:focus, .btn.info.outline:active { + background-color: #0c525d !important; +} +.btn.info.active, .btn.info:focus, .btn.info:hover { + color: white !important; + background-color: #117a8b !important; + border-color: #117a8b !important; +} +.btn.info:focus, .btn.info:active { + -webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important; + box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5) !important; +} +.btn.info.outline { + border-width: 2px; +} +.btn.info.outline:hover { + color: white !important; + border-color: #17a2b8 !important; + background-color: #17a2b8 !important; +} +.btn.info.outline:focus, .btn.info.outline:active { + background-color: #0c525d !important; +} + +.btn.info.outline { + color: #17a2b8 !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.info.outline:focus { + color: white !important; + border-color: #117a8b !important; +} + +.btn.warning { + border: 1px solid #F3BB45; + color: white !important; + background-color: #F3BB45; +} +.btn.warning.active, .btn.warning:focus, .btn.warning:hover { + color: white !important; + background-color: #f0a915 !important; + border-color: #f0a915 !important; +} +.btn.warning:focus, .btn.warning:active { + -webkit-box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important; + box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important; +} +.btn.warning.outline { + border-width: 2px; +} +.btn.warning.outline:hover { + color: white !important; + border-color: #F3BB45 !important; + background-color: #F3BB45 !important; +} +.btn.warning.outline:focus, .btn.warning.outline:active { + background-color: #c58a0d !important; +} +.btn.warning.active, .btn.warning:focus, .btn.warning:hover { + color: white !important; + background-color: #f0a915 !important; + border-color: #f0a915 !important; +} +.btn.warning:focus, .btn.warning:active { + -webkit-box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important; + box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5) !important; +} +.btn.warning.outline { + border-width: 2px; +} +.btn.warning.outline:hover { + color: white !important; + border-color: #F3BB45 !important; + background-color: #F3BB45 !important; +} +.btn.warning.outline:focus, .btn.warning.outline:active { + background-color: #c58a0d !important; +} + +.btn.warning.outline { + color: #F3BB45 !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.warning.outline:focus { + color: white !important; + border-color: #f0a915 !important; +} + +.btn.danger { + border: 1px solid #E74C3C; + color: white !important; + background-color: #E74C3C; +} +.btn.danger.active, .btn.danger:focus, .btn.danger:hover { + color: white !important; + background-color: #d62c1a !important; + border-color: #d62c1a !important; +} +.btn.danger:focus, .btn.danger:active { + -webkit-box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important; + box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important; +} +.btn.danger.outline { + border-width: 2px; +} +.btn.danger.outline:hover { + color: white !important; + border-color: #E74C3C !important; + background-color: #E74C3C !important; +} +.btn.danger.outline:focus, .btn.danger.outline:active { + background-color: #a82315 !important; +} +.btn.danger.active, .btn.danger:focus, .btn.danger:hover { + color: white !important; + background-color: #d62c1a !important; + border-color: #d62c1a !important; +} +.btn.danger:focus, .btn.danger:active { + -webkit-box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important; + box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5) !important; +} +.btn.danger.outline { + border-width: 2px; +} +.btn.danger.outline:hover { + color: white !important; + border-color: #E74C3C !important; + background-color: #E74C3C !important; +} +.btn.danger.outline:focus, .btn.danger.outline:active { + background-color: #a82315 !important; +} + +.btn.danger.outline { + color: #E74C3C !important; + background-image: none; + background-color: transparent; + -webkit-box-shadow: none !important; + box-shadow: none !important; +} +.btn.danger.outline:focus { + color: white !important; + border-color: #d62c1a !important; +} + +.btn-lg { + padding: 14px 30px !important; + font-size: 20px; +} + +.btn-sm { + padding: 8px 15px !important; + font-size: 14px; +} + +.block { + display: block !important; + width: 100% !important; +} +.block + .block { + margin-top: 5px; +} + +.btn-group { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} +.btn-group + .btn-group { + margin-top: 5px; +} +.btn-group > .dropdown > .btn, .btn-group > .btn { + margin: 0 !important; + border-radius: 0; +} +.btn-group > .dropdown > .btn, .btn-group > .btn { + position: relative; +} +.btn-group > .dropdown > .btn:hover, .btn-group > .dropdown > .btn:focus, .btn-group > .dropdown > .btn:active, .btn-group > .dropdown > .btn.active, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { + z-index: 1; +} +.btn-group > .dropdown:first-child > .btn, .btn-group > .btn:first-child { + border-radius: 4px 0px 0px 4px; +} +.btn-group > .dropdown:last-child > .btn, .btn-group > .btn:last-child { + border-radius: 0px 4px 4px 0px; +} +.btn-group.stacked-group { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} +.btn-group.stacked-group > .dropdown > .btn, .btn-group.stacked-group > .btn { + margin: 0 !important; + border-radius: 0; + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + width: 100%; +} +.btn-group.stacked-group > .dropdown:first-child > .btn, .btn-group.stacked-group > .btn:first-child { + border-radius: 4px 4px 0px 0px; +} +.btn-group.stacked-group > .dropdown:last-child > .btn, .btn-group.stacked-group > .btn:last-child { + border-radius: 0px 0 4px 4px; +} + +.jumbotron { + background-color: #f4f5f6; + max-width: 1150px; + width: 100%; + padding: 100px 10px; + margin: 0 auto; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +.jumbotron.fluid { + max-width: 100% !important; +} + +form { + width: 100%; +} + +.input { + display: block; + max-width: 100%; + width: 100%; + min-height: 45px; + height: 45px; + padding: 10px 10px; + background-color: white; + outline: none; + border: 1px solid #d8dcdf; + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + border-radius: 4px; +} +.input:focus { + border-color: #5b3ff9; + -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5); + box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5); +} +.input:focus ~ .append-icon i, .input:focus ~ .pre-append-icon i { + color: #5b3ff9 !important; +} +.input.primary { + border: 1px solid #5b3ff9; +} +.input.primary:focus { + border-color: #5b3ff9; + -webkit-box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5); + box-shadow: 0 0 0 2px rgba(91, 63, 249, 0.5); +} +.input.primary:focus ~ .append-icon i, .input.primary:focus ~ .pre-append-icon i { + color: #5b3ff9 !important; +} +.input.secondary { + border: 1px solid #363b4d; +} +.input.secondary:focus { + border-color: #363b4d; + -webkit-box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5); + box-shadow: 0 0 0 2px rgba(54, 59, 77, 0.5); +} +.input.secondary:focus ~ .append-icon i, .input.secondary:focus ~ .pre-append-icon i { + color: #363b4d !important; +} +.input.light { + border: 1px solid #f4f5f6; +} +.input.light:focus { + border-color: #f4f5f6; + -webkit-box-shadow: 0 0 0 2px rgba(244, 245, 246, 0.5); + box-shadow: 0 0 0 2px rgba(244, 245, 246, 0.5); +} +.input.light:focus ~ .append-icon i, .input.light:focus ~ .pre-append-icon i { + color: #f4f5f6 !important; +} +.input.dark { + border: 1px solid #1c1b19; +} +.input.dark:focus { + border-color: #1c1b19; + -webkit-box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5); + box-shadow: 0 0 0 2px rgba(28, 27, 25, 0.5); +} +.input.dark:focus ~ .append-icon i, .input.dark:focus ~ .pre-append-icon i { + color: #1c1b19 !important; +} +.input.gray { + border: 1px solid gray; +} +.input.gray:focus { + border-color: gray; + -webkit-box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5); + box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.5); +} +.input.gray:focus ~ .append-icon i, .input.gray:focus ~ .pre-append-icon i { + color: gray !important; +} +.input.white { + border: 1px solid white; +} +.input.white:focus { + border-color: white; + -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); +} +.input.white:focus ~ .append-icon i, .input.white:focus ~ .pre-append-icon i { + color: white !important; +} +.input.success { + border: 1px solid #2ECC71; +} +.input.success:focus { + border-color: #2ECC71; + -webkit-box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5); + box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5); +} +.input.success:focus ~ .append-icon i, .input.success:focus ~ .pre-append-icon i { + color: #2ECC71 !important; +} +.input.info { + border: 1px solid #17a2b8; +} +.input.info:focus { + border-color: #17a2b8; + -webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5); + box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5); +} +.input.info:focus ~ .append-icon i, .input.info:focus ~ .pre-append-icon i { + color: #17a2b8 !important; +} +.input.warning { + border: 1px solid #F3BB45; +} +.input.warning:focus { + border-color: #F3BB45; + -webkit-box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5); + box-shadow: 0 0 0 2px rgba(243, 187, 69, 0.5); +} +.input.warning:focus ~ .append-icon i, .input.warning:focus ~ .pre-append-icon i { + color: #F3BB45 !important; +} +.input.danger { + border: 1px solid #E74C3C; +} +.input.danger:focus { + border-color: #E74C3C; + -webkit-box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5); + box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.5); +} +.input.danger:focus ~ .append-icon i, .input.danger:focus ~ .pre-append-icon i { + color: #E74C3C !important; +} +.input.muted { + border: 1px solid #9E9E9E; +} +.input.muted:focus { + border-color: #9E9E9E; + -webkit-box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5); + box-shadow: 0 0 0 2px rgba(158, 158, 158, 0.5); +} +.input.muted:focus ~ .append-icon i, .input.muted:focus ~ .pre-append-icon i { + color: #9E9E9E !important; +} + +select { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + padding-right: 10px; + appearance: none; + position: relative; + background-color: transparent; + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-size: 20px; + background-position: right center; + background-clip: border-box; +} +select::-ms-expand { + display: none; +} +select option:not([disabled]) { + color: #1c1b19; +} +select option[disabled] { + color: gray; +} +select[multiple] { + overflow-y: auto; + min-height: 125px; + background-image: none !important; +} +select[multiple] option { + padding: 5px; +} +select[multiple] option:checked { + background: #5b3ff9 !important; +} +select[multiple]:checked { + background: #5b3ff9 !important; +} +select.input { + padding: 10px 8px; +} + +textarea.input { + min-height: 150px !important; +} + +textarea { + resize: vertical; +} + +label { + display: inline-block; + margin-bottom: 10px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.group { + padding: 10px 0; +} +.group .message, +.group .success-message, +.group .error-message { + display: block; + font-size: 12px; + padding-top: 4px; + padding-left: 4px; + font-weight: bold; +} +.group .error-message { + color: #E74C3C; +} +.group .success-message { + color: #2ECC71; +} +.group .is-primary .append-icon i, +.group .is-primary .pre-append-icon i, .group.is-primary .append-icon i, +.group.is-primary .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #5b3ff9; +} +.group .is-primary .input, .group.is-primary .input { + background: rgba(91, 63, 249, 0.1); + color: #310ef7 !important; + border-color: #5b3ff9; +} +.group .is-primary .input:focus, .group.is-primary .input:focus { + background: white; + color: black !important; +} +.group .is-secondary .append-icon i, +.group .is-secondary .pre-append-icon i, .group.is-secondary .append-icon i, +.group.is-secondary .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #363b4d; +} +.group .is-secondary .input, .group.is-secondary .input { + background: rgba(54, 59, 77, 0.1); + color: #21242f !important; + border-color: #363b4d; +} +.group .is-secondary .input:focus, .group.is-secondary .input:focus { + background: white; + color: black !important; +} +.group .is-light .append-icon i, +.group .is-light .pre-append-icon i, .group.is-light .append-icon i, +.group.is-light .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #f4f5f6; +} +.group .is-light .input, .group.is-light .input { + background: rgba(244, 245, 246, 0.1); + color: #d8dcdf !important; + border-color: #f4f5f6; +} +.group .is-light .input:focus, .group.is-light .input:focus { + background: white; + color: black !important; +} +.group .is-dark .append-icon i, +.group .is-dark .pre-append-icon i, .group.is-dark .append-icon i, +.group.is-dark .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #1c1b19; +} +.group .is-dark .input, .group.is-dark .input { + background: rgba(28, 27, 25, 0.1); + color: #010101 !important; + border-color: #1c1b19; +} +.group .is-dark .input:focus, .group.is-dark .input:focus { + background: white; + color: black !important; +} +.group .is-gray .append-icon i, +.group .is-gray .pre-append-icon i, .group.is-gray .append-icon i, +.group.is-gray .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: gray; +} +.group .is-gray .input, .group.is-gray .input { + background: rgba(128, 128, 128, 0.1); + color: #676767 !important; + border-color: gray; +} +.group .is-gray .input:focus, .group.is-gray .input:focus { + background: white; + color: black !important; +} +.group .is-white .append-icon i, +.group .is-white .pre-append-icon i, .group.is-white .append-icon i, +.group.is-white .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: white; +} +.group .is-white .input, .group.is-white .input { + background: rgba(255, 255, 255, 0.1); + color: #e6e6e6 !important; + border-color: white; +} +.group .is-white .input:focus, .group.is-white .input:focus { + background: white; + color: black !important; +} +.group .is-success .append-icon i, +.group .is-success .pre-append-icon i, .group.is-success .append-icon i, +.group.is-success .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #2ECC71; +} +.group .is-success .input, .group.is-success .input { + background: rgba(46, 204, 113, 0.1); + color: #25a25a !important; + border-color: #2ECC71; +} +.group .is-success .input:focus, .group.is-success .input:focus { + background: white; + color: black !important; +} +.group .is-info .append-icon i, +.group .is-info .pre-append-icon i, .group.is-info .append-icon i, +.group.is-info .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #17a2b8; +} +.group .is-info .input, .group.is-info .input { + background: rgba(23, 162, 184, 0.1); + color: #117a8b !important; + border-color: #17a2b8; +} +.group .is-info .input:focus, .group.is-info .input:focus { + background: white; + color: black !important; +} +.group .is-warning .append-icon i, +.group .is-warning .pre-append-icon i, .group.is-warning .append-icon i, +.group.is-warning .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #F3BB45; +} +.group .is-warning .input, .group.is-warning .input { + background: rgba(243, 187, 69, 0.1); + color: #f0a915 !important; + border-color: #F3BB45; +} +.group .is-warning .input:focus, .group.is-warning .input:focus { + background: white; + color: black !important; +} +.group .is-danger .append-icon i, +.group .is-danger .pre-append-icon i, .group.is-danger .append-icon i, +.group.is-danger .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #E74C3C; +} +.group .is-danger .input, .group.is-danger .input { + background: rgba(231, 76, 60, 0.1); + color: #d62c1a !important; + border-color: #E74C3C; +} +.group .is-danger .input:focus, .group.is-danger .input:focus { + background: white; + color: black !important; +} +.group .is-muted .append-icon i, +.group .is-muted .pre-append-icon i, .group.is-muted .append-icon i, +.group.is-muted .pre-append-icon i { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + color: #9E9E9E; +} +.group .is-muted .input, .group.is-muted .input { + background: rgba(158, 158, 158, 0.1); + color: #858585 !important; + border-color: #9E9E9E; +} +.group .is-muted .input:focus, .group.is-muted .input:focus { + background: white; + color: black !important; +} + +.input-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; +} +.input-group.input-addon { + padding: 0 !important; +} +.input-group.input-addon .pre-append-icon { + position: absolute; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 40px; + height: 100%; + top: 0; + left: 0; + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; +} +.input-group.input-addon .append-icon { + position: absolute; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 40px; + height: 100%; + top: 0; + right: 0; + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; +} +.input-group.input-addon.input-addon-both input { + padding-left: 40px; + padding-right: 40px; +} +.input-group.input-addon.input-addon-left input { + padding-left: 40px; +} +.input-group.input-addon.input-addon-right input { + padding-right: 40px; +} + +.radio-group, +.checkbox-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.radio-group label, +.checkbox-group label { + margin: 0; + margin-left: 10px; +} + +[type=radio], +[type=checkbox] { + width: 15px; + height: 15px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} + +.custom-radio, +.custom-checkbox { + position: relative; + display: block; +} +.custom-radio input, +.custom-checkbox input { + position: absolute; + z-index: -1; + opacity: 0; +} +.custom-radio input:checked ~ label::before, +.custom-checkbox input:checked ~ label::before { + color: #fff; + background-color: #5b3ff9; + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; +} +.custom-radio label, +.custom-checkbox label { + margin-bottom: 0; + padding-left: 25px; +} + +.custom-checkbox { + position: relative; + display: block; +} +.custom-checkbox input:checked ~ label::after { + background-image: url("data:image/svg+xml;charset=utf8,%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 input:checked:focus ~ label::before { + -webkit-box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25); + box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25); +} +.custom-checkbox label { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; +} +.custom-checkbox label::before { + content: ""; + position: absolute; + top: 50%; + left: 0; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + display: block; + width: 16px; + height: 16px; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: #dee2e6; + border-radius: 4px; +} +.custom-checkbox label::after { + content: ""; + position: absolute; + top: 50%; + left: 0; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + display: block; + width: 16px; + height: 16px; + background-repeat: no-repeat; + background-position: center center; + background-size: 50% 50%; +} + +.custom-radio input:checked ~ label::after { + background-image: url("data:image/svg+xml;charset=utf8,%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 input:focus ~ label::before { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + -webkit-box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25); + box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(91, 63, 249, 0.25); +} +.custom-radio label::before { + content: ""; + position: absolute; + top: 50%; + left: 0; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + display: block; + width: 16px; + height: 16px; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: #dee2e6; + border-radius: 50%; +} +.custom-radio label::after { + content: ""; + position: absolute; + top: 50%; + left: 0; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + display: block; + width: 16px; + height: 16px; + background-repeat: no-repeat; + background-position: center center; + background-size: 50% 50%; +} + +.checkbox-toggle { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.checkbox-toggle label { + margin: 0 !important; +} + +.checkbox-toggle input[type=checkbox] { + display: block; + margin: 0 10px 0 0; + -moz-appearance: none; + appearance: none; + -webkit-appearance: none; + border: none; + outline: none; + background-color: #d8dcdf; + width: 50px; + height: 22px; + border-radius: 3px; + cursor: pointer; + position: relative; + -webkit-transition: background-color 1s; + -o-transition: background-color 1s; + transition: background-color 1s; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); +} +.checkbox-toggle.rounded input[type=checkbox]:after, +.checkbox-toggle.rounded input[type=checkbox] { + border-radius: 35px !important; +} + +.checkbox-toggle input[type=checkbox]:after { + content: attr(data-off); + 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; + position: absolute; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + left: 2px; + text-transform: uppercase; + font-size: 12px; + width: 50%; + height: calc(100% - 4px); + font-weight: bold; + background-color: #fdfdfd; + border-radius: 2px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); + background: white; + -webkit-transition: 0.5s all; + -o-transition: 0.5s all; + transition: 0.5s all; +} + +.checkbox-toggle input[type=checkbox]:checked { + background-color: #aeb5bd; +} + +.checkbox-toggle.primary input[type=checkbox]:checked { + background-color: #5b3ff9 !important; +} + +.checkbox-toggle.primary input[type=checkbox]:checked:after { + color: #5b3ff9 !important; +} + +.checkbox-toggle.secondary input[type=checkbox]:checked { + background-color: #363b4d !important; +} + +.checkbox-toggle.secondary input[type=checkbox]:checked:after { + color: #363b4d !important; +} + +.checkbox-toggle.light input[type=checkbox]:checked { + background-color: #f4f5f6 !important; +} + +.checkbox-toggle.light input[type=checkbox]:checked:after { + color: #f4f5f6 !important; +} + +.checkbox-toggle.dark input[type=checkbox]:checked { + background-color: #1c1b19 !important; +} + +.checkbox-toggle.dark input[type=checkbox]:checked:after { + color: #1c1b19 !important; +} + +.checkbox-toggle.gray input[type=checkbox]:checked { + background-color: gray !important; +} + +.checkbox-toggle.gray input[type=checkbox]:checked:after { + color: gray !important; +} + +.checkbox-toggle.white input[type=checkbox]:checked { + background-color: white !important; +} + +.checkbox-toggle.white input[type=checkbox]:checked:after { + color: white !important; +} + +.checkbox-toggle.success input[type=checkbox]:checked { + background-color: #2ECC71 !important; +} + +.checkbox-toggle.success input[type=checkbox]:checked:after { + color: #2ECC71 !important; +} + +.checkbox-toggle.info input[type=checkbox]:checked { + background-color: #17a2b8 !important; +} + +.checkbox-toggle.info input[type=checkbox]:checked:after { + color: #17a2b8 !important; +} + +.checkbox-toggle.warning input[type=checkbox]:checked { + background-color: #F3BB45 !important; +} + +.checkbox-toggle.warning input[type=checkbox]:checked:after { + color: #F3BB45 !important; +} + +.checkbox-toggle.danger input[type=checkbox]:checked { + background-color: #E74C3C !important; +} + +.checkbox-toggle.danger input[type=checkbox]:checked:after { + color: #E74C3C !important; +} + +.checkbox-toggle.muted input[type=checkbox]:checked { + background-color: #9E9E9E !important; +} + +.checkbox-toggle.muted input[type=checkbox]:checked:after { + color: #9E9E9E !important; +} + +.checkbox-toggle input[type=checkbox]:checked:after { + content: attr(data-on); + left: calc(50% - 2px); +} + +.dropdown { + position: relative; +} +.dropdown:hover > .dropdown-menu, .dropdown.menu-showing > .dropdown-menu { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; +} +.dropdown li { + list-style: none; + margin: 0; +} +.dropdown.btn > .dropdown-menu { + top: 100% !important; +} +.dropdown > .dropdown-menu { + display: none; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + min-width: 200px; + width: 100%; + background: white; + -webkit-box-shadow: 0 2px 4px 0 rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1); + box-shadow: 0 2px 4px 0 rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1); + padding: 5px 0; + position: absolute; + right: 0; + top: 100%; + white-space: nowrap; + -webkit-animation: dropdown 0.22s forwards ease-in-out; + animation: dropdown 0.22s forwards ease-in-out; + z-index: 1000; + border-radius: 4px; +} +.dropdown > .dropdown-menu .dropdown-group { + border-bottom: 1px solid #e9ecef; +} +.dropdown > .dropdown-menu .dropdown-group .dropdown-title { + display: block; + color: #363b4d; + font-weight: bold; + border-bottom: 1px solid #e9ecef; + text-align: left; + white-space: nowrap; + padding: 10px 15px; +} +.dropdown > .dropdown-menu .dropdown-group .inner-dropdown > a, .dropdown > .dropdown-menu .dropdown-group > li > a, .dropdown > .dropdown-menu .dropdown-group > a { + padding-left: 25px !important; +} +.dropdown > .dropdown-menu .dropdown-divider { + height: 0; + overflow: hidden; + border-top: 1px solid #e9ecef; +} +.dropdown > .dropdown-menu a { + display: block; + color: #333; + text-align: left; + padding: 10px 15px; +} +.dropdown > .dropdown-menu a.active, .dropdown > .dropdown-menu a.is-active, .dropdown > .dropdown-menu a:hover { + color: white; + background: #5b3ff9; +} +.dropdown > .dropdown-menu .menu-hiding { + -webkit-animation: dropdownHiding 0.22s forwards ease-in-out; + animation: dropdownHiding 0.22s forwards ease-in-out; +} +.dropdown > .dropdown-menu .inner-dropdown .dropdown-menu { + top: 0; + -webkit-animation: dropdownInner 0.22s forwards ease-in-out; + animation: dropdownInner 0.22s forwards ease-in-out; + margin-top: 0 !important; +} +.dropdown > .dropdown-menu .inner-dropdown.dropdown-right > .dropdown-menu { + left: 100%; +} +.dropdown > .dropdown-menu .inner-dropdown.dropdown-left > .dropdown-menu { + left: -100%; +} +@media (max-width: 768px) { + .dropdown > .dropdown-menu .inner-dropdown .dropdown-menu { + top: 100% !important; + } + .dropdown > .dropdown-menu .inner-dropdown.dropdown-right > .dropdown-menu { + left: 0 !important; + } + .dropdown > .dropdown-menu .inner-dropdown.dropdown-left > .dropdown-menu { + left: 0 !important; + } +} +.dropdown.dropdown-bigger { + position: static; +} +.dropdown.dropdown-bigger > .dropdown-menu { + left: 0 !important; + width: 100%; + min-width: auto !important; + max-width: 100% !important; +} +.dropdown.dropdown-right > .dropdown-menu { + right: 0; +} +.dropdown.dropdown-left > .dropdown-menu { + left: 0; +} +.dropdown.carret:after, .dropdown > button:after, .dropdown > div:not(.dropdown-menu):after, .dropdown > a:after { + display: inline-block; + width: 0; + height: 0; + margin-left: 10px; + vertical-align: 4px; + content: " "; + border-top: 5px solid; + border-right: 5px solid transparent; + border-bottom: 0; + border-left: 5px solid transparent; +} + +@-webkit-keyframes dropdown { + 0% { + opacity: 0; + top: 80%; + } + 100% { + opacity: 1; + top: 100%; + } +} + +@keyframes dropdown { + 0% { + opacity: 0; + top: 80%; + } + 100% { + opacity: 1; + top: 100%; + } +} +@-webkit-keyframes dropdownInner { + 0% { + opacity: 0; + top: -10%; + } + 100% { + opacity: 1; + top: 0; + } +} +@keyframes dropdownInner { + 0% { + opacity: 0; + top: -10%; + } + 100% { + opacity: 1; + top: 0; + } +} +@-webkit-keyframes dropdownHiding { + 0% { + opacity: 0; + top: 0; + } + 100% { + opacity: 1; + top: -10%; + } +} +@keyframes dropdownHiding { + 0% { + opacity: 0; + top: 0; + } + 100% { + opacity: 1; + top: -10%; + } +} +.card { + position: relative; + max-width: 100%; + background-color: #fff; + background-clip: border-box; + word-wrap: break-word; + overflow: hidden; + border: 1px solid rgba(0, 0, 0, 0.125); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + border-radius: 4px; +} +.card .card-header { + background-color: white; + padding: 10px 15px; + border-bottom: 1px solid rgba(0, 0, 0, 0.125); +} +.card .card-header .card-title { + margin: 0; +} +.card .card-body { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + padding: 15px; + background-color: white; +} +.card .card-footer { + background-color: white; + padding: 10px 15px; + border-top: 1px solid rgba(0, 0, 0, 0.125); +} + +.equal-cards .card { + height: 100%; +} + +dl, +ol, +ul { + list-style: none; + margin-top: 0; + padding-left: 20px; +} +dl dl, +dl ol, +dl ul, +ol dl, +ol ol, +ol ul, +ul dl, +ul ol, +ul ul { + font-size: 100%; + margin: 0; +} + +ol { + list-style: decimal inside; +} + +ul { + list-style: circle inside; +} + +ul li, +ol li { + margin-bottom: 5px; +} + +blockquote { + padding: 20px 30px; + margin-left: 0; + margin-right: 0; + border-left: 4px solid #5b3ff9; + background-color: #f9f9f9; +} + +.table-fluid { + max-width: 100%; + width: 100%; + overflow-x: auto; +} +.table-fluid tr, +.table-fluid td, +.table-fluid table { + white-space: nowrap; +} + +table.table { + border-collapse: collapse; + border-spacing: 0; + width: 100%; + display: table; +} +table.table td, +table.table th, +table.table td, +table.table th { + padding: 10px 15px; + display: table-cell; + text-align: left; + vertical-align: middle; +} +table.table thead { + background-color: #f4f5f6; +} +table.table thead th { + padding: 15px !important; + font-weight: bold; +} +table.table th { + font-weight: 500; +} +table.table tr { + border-bottom: 1px solid #d8dcdf; +} + +.table-striped tr:nth-child(even) { + background-color: #f4f5f6; +} + +.code-wrap { + overflow-x: auto; +} +.code-wrap code { + padding: 10px 15px; +} + +code { + background-color: #f4f5f6; + color: #E74C3C; + padding: 4px 8px; + word-wrap: break-word; + overflow-x: auto; + line-height: 1.5; + border-radius: 4px; +} + +pre { + font-size: 14px; + padding: 10px 25px; + background: #eee; + overflow-y: hidden; + border-radius: 4px; +} +pre > code { + display: block; + padding: 15px; + white-space: pre; +} + +.alert { + display: block; + text-align: left; + margin-top: 8px; + margin-bottom: 8px; + padding: 10px 15px; + position: relative; + overflow: hidden; + border-radius: 4px; +} +.alert.dismissable { + padding-right: 40px; +} +.alert .alert-close { + position: absolute; + top: 0; + right: 0; + padding: 5px 10px; + 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; + height: 100%; + cursor: pointer; +} + +.alert.primary { + background: #5b3ff9; + color: white; +} +.alert.primary .alert-close:hover { + background: #310ef7; + color: white; +} + +.alert.secondary { + background: #363b4d; + color: white; +} +.alert.secondary .alert-close:hover { + background: #21242f; + color: white; +} + +.alert.light { + background: #f4f5f6; + color: black; +} +.alert.light .alert-close:hover { + background: #d8dcdf; + color: black; +} + +.alert.dark { + background: #1c1b19; + color: white; +} +.alert.dark .alert-close:hover { + background: #010101; + color: white; +} + +.alert.gray { + background: gray; + color: white; +} +.alert.gray .alert-close:hover { + background: #676767; + color: white; +} + +.alert.success { + background: #2ECC71; + color: white; +} +.alert.success .alert-close:hover { + background: #25a25a; + color: white; +} + +.alert.info { + background: #17a2b8; + color: white; +} +.alert.info .alert-close:hover { + background: #117a8b; + color: white; +} + +.alert.warning { + background: #F3BB45; + color: white; +} +.alert.warning .alert-close:hover { + background: #f0a915; + color: white; +} + +.alert.danger { + background: #E74C3C; + color: white; +} +.alert.danger .alert-close:hover { + background: #d62c1a; + color: white; +} + +.alert.muted { + background: #9E9E9E; + color: white; +} +.alert.muted .alert-close:hover { + background: #858585; + color: white; +} + +.badge { + display: inline-block; + background-color: #f4f5f6; + font-size: 16px; + padding: 2px 6px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + text-align: center; + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + border-radius: 4px; +} +.badge.badge-icon { + width: 40px; + height: 40px; + vertical-align: middle; + text-align: center; + border-radius: 50%; +} +.badge.badge-icon > * { + width: 100%; + height: 100%; + 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; +} + +.badge-lg { + font-size: 18px; + padding: 2px 8px; +} +.badge-lg.badge-icon { + width: 50px; + height: 50px; +} + +.badge-sm { + font-size: 12px; + padding: 2px 6px; +} +.badge-sm.badge-icon { + width: 30px; + height: 30px; +} + +.badge.rounded { + border-radius: 35px; +} + +.badge.primary { + background-color: #5b3ff9 !important; + color: white; +} +.badge.primary > * { + color: white; +} + +.badge.primary.outline { + background-color: transparent !important; + color: #5b3ff9; + border: 1px solid #5b3ff9; +} +.badge.primary.outline > * { + color: #5b3ff9; +} + +a.badge.primary:hover { + background-color: #310ef7 !important; + color: white; +} + +a.badge.primary.outline:hover { + background-color: #5b3ff9 !important; + color: white !important; +} +a.badge.primary.outline:hover > * { + color: white !important; +} + +.badge.secondary { + background-color: #363b4d !important; + color: white; +} +.badge.secondary > * { + color: white; +} + +.badge.secondary.outline { + background-color: transparent !important; + color: #363b4d; + border: 1px solid #363b4d; +} +.badge.secondary.outline > * { + color: #363b4d; +} + +a.badge.secondary:hover { + background-color: #21242f !important; + color: white; +} + +a.badge.secondary.outline:hover { + background-color: #363b4d !important; + color: white !important; +} +a.badge.secondary.outline:hover > * { + color: white !important; +} + +.badge.light { + background-color: #f4f5f6 !important; + color: white; +} +.badge.light > * { + color: white; +} + +.badge.light.outline { + background-color: transparent !important; + color: #f4f5f6; + border: 1px solid #f4f5f6; +} +.badge.light.outline > * { + color: #f4f5f6; +} + +a.badge.light:hover { + background-color: #d8dcdf !important; + color: white; +} + +a.badge.light.outline:hover { + background-color: #f4f5f6 !important; + color: white !important; +} +a.badge.light.outline:hover > * { + color: white !important; +} + +.badge.dark { + background-color: #1c1b19 !important; + color: white; +} +.badge.dark > * { + color: white; +} + +.badge.dark.outline { + background-color: transparent !important; + color: #1c1b19; + border: 1px solid #1c1b19; +} +.badge.dark.outline > * { + color: #1c1b19; +} + +a.badge.dark:hover { + background-color: #010101 !important; + color: white; +} + +a.badge.dark.outline:hover { + background-color: #1c1b19 !important; + color: white !important; +} +a.badge.dark.outline:hover > * { + color: white !important; +} + +.badge.gray { + background-color: gray !important; + color: white; +} +.badge.gray > * { + color: white; +} + +.badge.gray.outline { + background-color: transparent !important; + color: gray; + border: 1px solid gray; +} +.badge.gray.outline > * { + color: gray; +} + +a.badge.gray:hover { + background-color: #676767 !important; + color: white; +} + +a.badge.gray.outline:hover { + background-color: gray !important; + color: white !important; +} +a.badge.gray.outline:hover > * { + color: white !important; +} + +.badge.white { + background-color: white !important; + color: white; +} +.badge.white > * { + color: white; +} + +.badge.white.outline { + background-color: transparent !important; + color: white; + border: 1px solid white; +} +.badge.white.outline > * { + color: white; +} + +a.badge.white:hover { + background-color: #e6e6e6 !important; + color: white; +} + +a.badge.white.outline:hover { + background-color: white !important; + color: white !important; +} +a.badge.white.outline:hover > * { + color: white !important; +} + +.badge.success { + background-color: #2ECC71 !important; + color: white; +} +.badge.success > * { + color: white; +} + +.badge.success.outline { + background-color: transparent !important; + color: #2ECC71; + border: 1px solid #2ECC71; +} +.badge.success.outline > * { + color: #2ECC71; +} + +a.badge.success:hover { + background-color: #25a25a !important; + color: white; +} + +a.badge.success.outline:hover { + background-color: #2ECC71 !important; + color: white !important; +} +a.badge.success.outline:hover > * { + color: white !important; +} + +.badge.info { + background-color: #17a2b8 !important; + color: white; +} +.badge.info > * { + color: white; +} + +.badge.info.outline { + background-color: transparent !important; + color: #17a2b8; + border: 1px solid #17a2b8; +} +.badge.info.outline > * { + color: #17a2b8; +} + +a.badge.info:hover { + background-color: #117a8b !important; + color: white; +} + +a.badge.info.outline:hover { + background-color: #17a2b8 !important; + color: white !important; +} +a.badge.info.outline:hover > * { + color: white !important; +} + +.badge.warning { + background-color: #F3BB45 !important; + color: white; +} +.badge.warning > * { + color: white; +} + +.badge.warning.outline { + background-color: transparent !important; + color: #F3BB45; + border: 1px solid #F3BB45; +} +.badge.warning.outline > * { + color: #F3BB45; +} + +a.badge.warning:hover { + background-color: #f0a915 !important; + color: white; +} + +a.badge.warning.outline:hover { + background-color: #F3BB45 !important; + color: white !important; +} +a.badge.warning.outline:hover > * { + color: white !important; +} + +.badge.danger { + background-color: #E74C3C !important; + color: white; +} +.badge.danger > * { + color: white; +} + +.badge.danger.outline { + background-color: transparent !important; + color: #E74C3C; + border: 1px solid #E74C3C; +} +.badge.danger.outline > * { + color: #E74C3C; +} + +a.badge.danger:hover { + background-color: #d62c1a !important; + color: white; +} + +a.badge.danger.outline:hover { + background-color: #E74C3C !important; + color: white !important; +} +a.badge.danger.outline:hover > * { + color: white !important; +} + +.badge.muted { + background-color: #9E9E9E !important; + color: white; +} +.badge.muted > * { + color: white; +} + +.badge.muted.outline { + background-color: transparent !important; + color: #9E9E9E; + border: 1px solid #9E9E9E; +} +.badge.muted.outline > * { + color: #9E9E9E; +} + +a.badge.muted:hover { + background-color: #858585 !important; + color: white; +} + +a.badge.muted.outline:hover { + background-color: #9E9E9E !important; + color: white !important; +} +a.badge.muted.outline:hover > * { + color: white !important; +} + +.modal { + -webkit-transition: all 0.5s !important; + -o-transition: all 0.5s !important; + transition: all 0.5s !important; + width: 100%; + height: 100%; + min-height: 100vh; + max-height: 100vh; + padding: 80px 15px; + position: fixed; + top: 0; + left: 0; + pointer-events: none; + z-index: -10; + overflow-x: hidden; + opacity: 0; + overflow-y: auto !important; +} +.modal .modal-container { + position: relative; + margin: 0 auto; + overflow: hidden; + z-index: 1350; + -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 5px 1px rgba(0, 0, 0, 0.1); + box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 5px 1px rgba(0, 0, 0, 0.1); + border-radius: 4px; +} + +.modal-title { + margin: 0; + font-size: 20px; +} + +.modal-header { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + background: white; + border-bottom: 1px solid #e9ecef; + padding: 10px 15px; +} +.modal-header .modal-close { + padding: 10px; + cursor: pointer; +} +.modal-header .modal-close:hover { + opacity: 0.5; +} + +.modal-container { + display: none; + max-width: 580px; + width: 100%; + height: auto; + background: white; + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; +} +.modal-container.modal-sm { + max-width: 480px; +} +.modal-container.modal-md { + max-width: 750px; +} +.modal-container.modal-lg { + max-width: 1100px; +} +.modal-container .modal-body { + padding: 15px; +} +.modal-container .modal-footer { + padding: 10px 15px; + background: white; + border-top: 1px solid #e9ecef; +} + +.modal.modal-show { + opacity: 1 !important; + z-index: 1250 !important; + -webkit-animation: modalbg 1s ease-in forwards; + animation: modalbg 1s ease-in forwards; + pointer-events: initial !important; +} +.modal.modal-show .modal-container { + display: block !important; +} +.modal.modal-show .modal-container.animation-added { + -webkit-animation: animateUp 0.5s forwards; + animation: animateUp 0.5s forwards; +} + +.modal-exit { + top: 0 !important; + opacity: 0; + z-index: -1; +} + +@-webkit-keyframes modalbg { + 0% { + background: rgba(0, 0, 0, 0); + } + 100% { + background: rgba(0, 0, 0, 0.5); + } +} + +@keyframes modalbg { + 0% { + background: rgba(0, 0, 0, 0); + } + 100% { + background: rgba(0, 0, 0, 0.5); + } +} +@-webkit-keyframes animateUp { + 0% { + -webkit-transform: translateY(-50px); + transform: translateY(-50px); + } + 100% { + -webkit-transform: translateY(0px); + transform: translateY(0px); + } +} +@keyframes animateUp { + 0% { + -webkit-transform: translateY(-50px); + transform: translateY(-50px); + } + 100% { + -webkit-transform: translateY(0px); + transform: translateY(0px); + } +} +.tab-nav.default { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + border-bottom: 1px solid #d8dcdf; +} +.tab-nav.default .tab-link { + outline: none; + border: none; + display: block; + padding: 10px 15px 20px 15px; + cursor: pointer; + background: white; + color: #1c1b19; + position: relative; +} +.tab-nav.default .tab-link:hover { + color: #5b3ff9; +} +.tab-nav.default .tab-link.active { + color: #5b3ff9; + background-color: white; +} +.tab-nav.default .tab-link.active:before, .tab-nav.default .tab-link.active:focus:before, .tab-nav.default .tab-link.active:hover:before { + border-bottom: 11px solid #cacfd4; + border-left: 11px solid transparent; + border-right: 11px solid transparent; + content: ""; + display: inline-block; + position: absolute; + right: 40%; + bottom: 0; + z-index: 1; +} +.tab-nav.default .tab-link.active:after, .tab-nav.default .tab-link.active:focus:after, .tab-nav.default .tab-link.active:hover:after { + border-bottom: 11px solid #fff; + border-left: 11px solid transparent; + border-right: 11px solid transparent; + content: ""; + display: inline-block; + position: absolute; + right: 40%; + bottom: -1px; + z-index: 1; +} + +.tab-container { + padding: 15px 0; +} + +.tab-content { + display: none; + padding: 6px 12px; + -webkit-animation: fadeEffect 1s; + animation: fadeEffect 1s; +} +.tab-content.active { + display: block !important; +} +.tab-content .tab-close { + cursor: pointer; + opacity: 0.5; + font-size: 16px; +} +.tab-content .tab-close:hover { + opacity: 1; +} + +@-webkit-keyframes fadeEffect { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fadeEffect { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +.accordion { + -webkit-transition: all 0.125s; + -o-transition: all 0.125s; + transition: all 0.125s; + width: 100%; + border: none; + outline: none; + cursor: pointer; +} + +.accordion-container.default .accordion { + padding: 15px; + background-color: white; + border: 1px solid #d8dcdf; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + border-radius: 4px; +} +.accordion-container.default .accordion:not(.active) { + margin-bottom: 5px; +} +.accordion-container.default .accordion.active:after { + color: white; +} +.accordion-container.default .active, +.accordion-container.default .accordion:hover { + border-color: #5b3ff9; + color: white; + background: #5b3ff9; +} +.accordion-container.default .active:after, +.accordion-container.default .accordion:hover:after { + color: white; +} +.accordion-container.default .accordion:after { + content: "+"; + color: #777; + font-weight: bold; + float: right; + font-size: 20px; + margin-left: 5px; +} +.accordion-container.default .active:after { + content: "−"; +} +.accordion-container.default .panel-box { + border: 1px solid #d8dcdf; + padding: 15px; + margin-bottom: 5px; + margin-top: 5px; + background-color: white; + border-radius: 4px; +} +.accordion-container .panel { + -webkit-transition: max-height 0.2s ease-out; + -o-transition: max-height 0.2s ease-out; + transition: max-height 0.2s ease-out; + max-height: 0; + overflow: hidden; +} + +.breadcrumb { + list-style: none; + padding: 15px 20px; + margin: 0; + background-color: #f4f5f6; +} +.breadcrumb li { + list-style: none; + display: inline; +} +.breadcrumb li + li:before { + padding: 8px; + color: black; + content: ""; + font-family: fontAwesome; +} +.breadcrumb.primary { + background: #5b3ff9; + color: white; +} +.breadcrumb.primary a { + color: white; +} +.breadcrumb.primary li + li:before { + color: white; +} +.breadcrumb.secondary { + background: #363b4d; + color: white; +} +.breadcrumb.secondary a { + color: white; +} +.breadcrumb.secondary li + li:before { + color: white; +} +.breadcrumb.light { + background: #f4f5f6; + color: black; +} +.breadcrumb.light a { + color: white; +} +.breadcrumb.light li + li:before { + color: black; +} +.breadcrumb.dark { + background: #1c1b19; + color: white; +} +.breadcrumb.dark a { + color: white; +} +.breadcrumb.dark li + li:before { + color: white; +} +.breadcrumb.gray { + background: gray; + color: white; +} +.breadcrumb.gray a { + color: white; +} +.breadcrumb.gray li + li:before { + color: white; +} +.breadcrumb.success { + background: #2ECC71; + color: white; +} +.breadcrumb.success a { + color: white; +} +.breadcrumb.success li + li:before { + color: white; +} +.breadcrumb.info { + background: #17a2b8; + color: white; +} +.breadcrumb.info a { + color: white; +} +.breadcrumb.info li + li:before { + color: white; +} +.breadcrumb.warning { + background: #F3BB45; + color: white; +} +.breadcrumb.warning a { + color: white; +} +.breadcrumb.warning li + li:before { + color: white; +} +.breadcrumb.danger { + background: #E74C3C; + color: white; +} +.breadcrumb.danger a { + color: white; +} +.breadcrumb.danger li + li:before { + color: white; +} +.breadcrumb.muted { + background: #9E9E9E; + color: white; +} +.breadcrumb.muted a { + color: white; +} +.breadcrumb.muted li + li:before { + color: white; +} + +.progress { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + height: 18px; + overflow: hidden; + font-size: 12px; + background-color: #ccc; + border-radius: 4px; +} +.progress .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; + -webkit-transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; +} +.progress .progress-bar.striped { + 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); + background-size: 16px 16px; +} +.progress .progress-bar.animated-stripe { + -webkit-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite; +} +.progress.primary .progress-bar { + background-color: #5b3ff9 !important; +} +.progress.secondary .progress-bar { + background-color: #363b4d !important; +} +.progress.light .progress-bar { + background-color: #f4f5f6 !important; +} +.progress.dark .progress-bar { + background-color: #1c1b19 !important; +} +.progress.gray .progress-bar { + background-color: gray !important; +} +.progress.white .progress-bar { + background-color: white !important; +} +.progress.success .progress-bar { + background-color: #2ECC71 !important; +} +.progress.info .progress-bar { + background-color: #17a2b8 !important; +} +.progress.warning .progress-bar { + background-color: #F3BB45 !important; +} +.progress.danger .progress-bar { + background-color: #E74C3C !important; +} +.progress.muted .progress-bar { + background-color: #9E9E9E !important; +} + +@-webkit-keyframes progress-bar-stripes { + 0% { + background-position: 0 16px; + } + 100% { + background-position: 0 0; + } +} + +@keyframes progress-bar-stripes { + 0% { + background-position: 0 16px; + } + 100% { + background-position: 0 0; + } +} +[data-tip] { + position: relative; +} +[data-tip].tooltip-active::before, [data-tip].tooltip-active::after, [data-tip]:focus::before, [data-tip]:focus::after, [data-tip]:hover::before, [data-tip]:hover::after { + visibility: visible; + margin-top: 0 !important; +} + +[data-tip]::before { + content: ""; + position: absolute; + top: -6px; + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + border-width: 4px 6px 0 6px; + border-style: solid; + border-color: #1c1b19 transparent transparent transparent; + z-index: 100; + margin-top: 10px; +} + +[data-tip]::after { + content: attr(data-tip); + position: absolute; + left: 50%; + top: -6px; + display: block; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); + background: #1c1b19; + color: #fff; + padding: 10px; + font-size: 12px; + min-width: 150px; + pointer-events: none; + margin-top: 10px; + border-radius: 4px; + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; +} + +[data-tip]::before, +[data-tip]::after { + visibility: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + pointer-events: none; +} + +[data-tip-position=left]::before { + left: 0%; + top: 50%; + margin-left: -12px; + -webkit-transform: translatey(-50%) rotate(-90deg); + -ms-transform: translatey(-50%) rotate(-90deg); + transform: translatey(-50%) rotate(-90deg); +} + +[data-tip-position=top]::before { + left: 50%; +} + +[data-tip-position=bottom]::before { + top: 100%; + margin-top: 8px; + -webkit-transform: translateX(-50%) translateY(-100%) rotate(-180deg); + -ms-transform: translateX(-50%) translateY(-100%) rotate(-180deg); + transform: translateX(-50%) translateY(-100%) rotate(-180deg); +} + +[data-tip-position=right]::before { + left: 100%; + top: 50%; + margin-left: 1px; + -webkit-transform: translateY(-50%) rotate(90deg); + -ms-transform: translateY(-50%) rotate(90deg); + transform: translateY(-50%) rotate(90deg); +} + +[data-tip-position=left]::after { + left: 0%; + top: 50%; + margin-left: -8px; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); +} + +[data-tip-position=top]::after { + left: 50%; +} + +[data-tip-position=bottom]::after { + top: 100%; + margin-top: 8px; + -webkit-transform: translateX(-50%) translateY(0%); + -ms-transform: translateX(-50%) translateY(0%); + transform: translateX(-50%) translateY(0%); +} + +[data-tip-position=right]::after { + left: 100%; + top: 50%; + margin-left: 8px; + -webkit-transform: translateX(0%) translateY(-50%); + -ms-transform: translateX(0%) translateY(-50%); + transform: translateX(0%) translateY(-50%); +} + +.chip { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + background: #f4f5f6; + border-radius: 35px; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + font-size: 90%; + height: 30px; + margin: 2px; + text-decoration: none; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + padding: 5px 10px; +} +.chip.dismissable { + padding: 5px 4px 5px 8px !important; +} +.chip.with-avatar { + padding: 5px 10px 5px 0 !important; +} +.chip.with-avatar.dismissable { + padding: 5px 4px 5px 0 !important; +} +.chip.with-avatar.avatar-zoomed { + margin: 8px 2px 8px 9px; +} +.chip.with-avatar.avatar-zoomed .chip-img { + -webkit-transform: scale(1.4); + -ms-transform: scale(1.4); + transform: scale(1.4); + font-size: 80%; + margin-right: 10px; +} +.chip .btn-clear-chip { + border-radius: 50%; + -webkit-transform: scale(0.75); + -ms-transform: scale(0.75); + transform: scale(0.75); + background: white; + min-width: 25px; + min-height: 25px; + margin-left: 5px; + color: #1c1b19; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + border: none; + outline: none; + cursor: pointer; +} +.chip .chip-img { + border-radius: 50%; + width: 30px; + height: 30px; + -o-object-fit: cover; + object-fit: cover; + margin-right: 5px; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + font-size: 90%; + font-weight: 500; +} +.chip.primary { + background-color: #5b3ff9; + color: white; +} +.chip.primary .chip-img { + border: 2px solid white; + background-color: #5b3ff9; +} +.chip.primary img.chip-img { + border: 2px solid #5b3ff9; +} +.chip.primary .btn-clear-chip:hover { + background: #310ef7; + color: white; +} +.chip.secondary { + background-color: #363b4d; + color: white; +} +.chip.secondary .chip-img { + border: 2px solid white; + background-color: #363b4d; +} +.chip.secondary img.chip-img { + border: 2px solid #363b4d; +} +.chip.secondary .btn-clear-chip:hover { + background: #21242f; + color: white; +} +.chip.light { + background-color: #f4f5f6; + color: white; +} +.chip.light .chip-img { + border: 2px solid white; + background-color: #f4f5f6; +} +.chip.light img.chip-img { + border: 2px solid #f4f5f6; +} +.chip.light .btn-clear-chip:hover { + background: #d8dcdf; + color: white; +} +.chip.dark { + background-color: #1c1b19; + color: white; +} +.chip.dark .chip-img { + border: 2px solid white; + background-color: #1c1b19; +} +.chip.dark img.chip-img { + border: 2px solid #1c1b19; +} +.chip.dark .btn-clear-chip:hover { + background: #010101; + color: white; +} +.chip.gray { + background-color: gray; + color: white; +} +.chip.gray .chip-img { + border: 2px solid white; + background-color: gray; +} +.chip.gray img.chip-img { + border: 2px solid gray; +} +.chip.gray .btn-clear-chip:hover { + background: #676767; + color: white; +} +.chip.white { + background-color: white; + color: white; +} +.chip.white .chip-img { + border: 2px solid white; + background-color: white; +} +.chip.white img.chip-img { + border: 2px solid white; +} +.chip.white .btn-clear-chip:hover { + background: #e6e6e6; + color: white; +} +.chip.success { + background-color: #2ECC71; + color: white; +} +.chip.success .chip-img { + border: 2px solid white; + background-color: #2ECC71; +} +.chip.success img.chip-img { + border: 2px solid #2ECC71; +} +.chip.success .btn-clear-chip:hover { + background: #25a25a; + color: white; +} +.chip.info { + background-color: #17a2b8; + color: white; +} +.chip.info .chip-img { + border: 2px solid white; + background-color: #17a2b8; +} +.chip.info img.chip-img { + border: 2px solid #17a2b8; +} +.chip.info .btn-clear-chip:hover { + background: #117a8b; + color: white; +} +.chip.warning { + background-color: #F3BB45; + color: white; +} +.chip.warning .chip-img { + border: 2px solid white; + background-color: #F3BB45; +} +.chip.warning img.chip-img { + border: 2px solid #F3BB45; +} +.chip.warning .btn-clear-chip:hover { + background: #f0a915; + color: white; +} +.chip.danger { + background-color: #E74C3C; + color: white; +} +.chip.danger .chip-img { + border: 2px solid white; + background-color: #E74C3C; +} +.chip.danger img.chip-img { + border: 2px solid #E74C3C; +} +.chip.danger .btn-clear-chip:hover { + background: #d62c1a; + color: white; +} +.chip.muted { + background-color: #9E9E9E; + color: white; +} +.chip.muted .chip-img { + border: 2px solid white; + background-color: #9E9E9E; +} +.chip.muted img.chip-img { + border: 2px solid #9E9E9E; +} +.chip.muted .btn-clear-chip:hover { + background: #858585; + color: white; +} + +[disabled] { + -webkit-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; + pointer-events: none !important; + opacity: 0.5; +} + +.overflow-unset { + overflow: unset !important; +} + +.d-none { + display: none !important; +} + +.d-block { + display: block !important; +} + +.d-inline { + display: inline !important; +} + +.d-inline-block { + display: inline-block !important; +} + +[class*=flex], +.d-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; +} + +.flex-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; +} + +.flex-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; +} + +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; +} + +.fj-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; +} + +.fj-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; +} + +.fj-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; +} + +.fj-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; +} + +.fj-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; +} + +.fj-evenly { + -webkit-box-pack: space-evenly !important; + -ms-flex-pack: space-evenly !important; + justify-content: space-evenly !important; +} + +.fj-baseline { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; +} + +.fa-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; +} + +.fa-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; +} + +.fa-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; +} + +.fa-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; +} + +.flex-center-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; +} + +.float-left { + float: left !important; +} + +.float-right { + float: right !important; +} + +.clearfix { + clear: both; + float: none !important; +} + +.bg-primary { + background-color: #5b3ff9 !important; +} + +.bg-secondary { + background-color: #363b4d !important; +} + +.bg-light { + background-color: #f4f5f6 !important; +} + +.bg-dark { + background-color: #1c1b19 !important; +} + +.bg-gray { + background-color: gray !important; +} + +.bg-white { + background-color: white !important; +} + +.bg-success { + background-color: #2ECC71 !important; +} + +.bg-info { + background-color: #17a2b8 !important; +} + +.bg-warning { + background-color: #F3BB45 !important; +} + +.bg-danger { + background-color: #E74C3C !important; +} + +.bg-muted { + background-color: #9E9E9E !important; +} + +.bg-none { + background: none !important; +} + +.text-primary { + color: #5b3ff9 !important; +} + +.text-secondary { + color: #363b4d !important; +} + +.text-light { + color: #f4f5f6 !important; +} + +.text-dark { + color: #1c1b19 !important; +} + +.text-gray { + color: gray !important; +} + +.text-white { + color: white !important; +} + +.text-success { + color: #2ECC71 !important; +} + +.text-info { + color: #17a2b8 !important; +} + +.text-warning { + color: #F3BB45 !important; +} + +.text-danger { + color: #E74C3C !important; +} + +.text-muted { + color: #9E9E9E !important; +} + +.w-100 { + width: 100% !important; +} + +.h-100 { + height: 100%; +} + +.p-0 { + padding: 0 !important; +} + +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; +} + +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} + +.pt-0 { + padding-top: 0 !important; +} + +.pb-0 { + padding-bottom: 0 !important; +} + +.pl-0 { + padding-left: 0 !important; +} + +.pr-0 { + padding-right: 0 !important; +} + +.p-1 { + padding: 10px !important; +} + +.py-1 { + padding-top: 10px !important; + padding-bottom: 10px !important; +} + +.px-1 { + padding-left: 10px !important; + padding-right: 10px !important; +} + +.pl-1 { + padding-left: 10px !important; +} + +.pr-1 { + padding-right: 10px !important; +} + +.pt-1 { + padding-top: 10px !important; +} + +.pb-1 { + padding-bottom: 10px !important; +} + +.p-2 { + padding: 20px !important; +} + +.py-2 { + padding-top: 20px !important; + padding-bottom: 20px !important; +} + +.px-2 { + padding-left: 20px !important; + padding-right: 20px !important; +} + +.pl-2 { + padding-left: 20px !important; +} + +.pr-2 { + padding-right: 20px !important; +} + +.pt-2 { + padding-top: 20px !important; +} + +.pb-2 { + padding-bottom: 20px !important; +} + +.p-3 { + padding: 30px !important; +} + +.py-3 { + padding-top: 30px !important; + padding-bottom: 30px !important; +} + +.px-3 { + padding-left: 30px !important; + padding-right: 30px !important; +} + +.pl-3 { + padding-left: 30px !important; +} + +.pr-3 { + padding-right: 30px !important; +} + +.pt-3 { + padding-top: 30px !important; +} + +.pb-3 { + padding-bottom: 30px !important; +} + +.p-4 { + padding: 40px !important; +} + +.py-4 { + padding-top: 40px !important; + padding-bottom: 40px !important; +} + +.px-4 { + padding-left: 40px !important; + padding-right: 40px !important; +} + +.pl-4 { + padding-left: 40px !important; +} + +.pr-4 { + padding-right: 40px !important; +} + +.pt-4 { + padding-top: 40px !important; +} + +.pb-4 { + padding-bottom: 40px !important; +} + +.p-5 { + padding: 50px !important; +} + +.py-5 { + padding-top: 50px !important; + padding-bottom: 50px !important; +} + +.px-5 { + padding-left: 50px !important; + padding-right: 50px !important; +} + +.pl-5 { + padding-left: 50px !important; +} + +.pr-5 { + padding-right: 50px !important; +} + +.pt-5 { + padding-top: 50px !important; +} + +.pb-5 { + padding-bottom: 50px !important; +} + +.p-6 { + padding: 60px !important; +} + +.py-6 { + padding-top: 60px !important; + padding-bottom: 60px !important; +} + +.px-6 { + padding-left: 60px !important; + padding-right: 60px !important; +} + +.pl-6 { + padding-left: 60px !important; +} + +.pr-6 { + padding-right: 60px !important; +} + +.pt-6 { + padding-top: 60px !important; +} + +.pb-6 { + padding-bottom: 60px !important; +} + +.p-7 { + padding: 70px !important; +} + +.py-7 { + padding-top: 70px !important; + padding-bottom: 70px !important; +} + +.px-7 { + padding-left: 70px !important; + padding-right: 70px !important; +} + +.pl-7 { + padding-left: 70px !important; +} + +.pr-7 { + padding-right: 70px !important; +} + +.pt-7 { + padding-top: 70px !important; +} + +.pb-7 { + padding-bottom: 70px !important; +} + +.p-8 { + padding: 80px !important; +} + +.py-8 { + padding-top: 80px !important; + padding-bottom: 80px !important; +} + +.px-8 { + padding-left: 80px !important; + padding-right: 80px !important; +} + +.pl-8 { + padding-left: 80px !important; +} + +.pr-8 { + padding-right: 80px !important; +} + +.pt-8 { + padding-top: 80px !important; +} + +.pb-8 { + padding-bottom: 80px !important; +} + +.p-9 { + padding: 90px !important; +} + +.py-9 { + padding-top: 90px !important; + padding-bottom: 90px !important; +} + +.px-9 { + padding-left: 90px !important; + padding-right: 90px !important; +} + +.pl-9 { + padding-left: 90px !important; +} + +.pr-9 { + padding-right: 90px !important; +} + +.pt-9 { + padding-top: 90px !important; +} + +.pb-9 { + padding-bottom: 90px !important; +} + +.p-10 { + padding: 100px !important; +} + +.py-10 { + padding-top: 100px !important; + padding-bottom: 100px !important; +} + +.px-10 { + padding-left: 100px !important; + padding-right: 100px !important; +} + +.pl-10 { + padding-left: 100px !important; +} + +.pr-10 { + padding-right: 100px !important; +} + +.pt-10 { + padding-top: 100px !important; +} + +.pb-10 { + padding-bottom: 100px !important; +} + +.mx-auto { + margin: 0 auto !important; +} + +.m-0 { + margin: 0 !important; +} + +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; +} + +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +.ml-auto { + margin-left: auto !important; +} + +.mr-auto { + margin-right: auto !important; +} + +.mt-0 { + margin-top: 0 !important; +} + +.mb-0 { + margin-bottom: 0 !important; +} + +.ml-0 { + margin-left: 0 !important; +} + +.mr-0 { + margin-right: 0 !important; +} + +.m-1 { + margin: 10px !important; +} + +.my-1 { + margin-top: 10px !important; + margin-bottom: 10px !important; +} + +.mx-1 { + margin-left: 10px !important; + margin-right: 10px !important; +} + +.ml-1 { + margin-left: 10px !important; +} + +.mr-1 { + margin-right: 10px !important; +} + +.mt-1 { + margin-top: 10px !important; +} + +.mb-1 { + margin-bottom: 10px !important; +} + +.m-2 { + margin: 20px !important; +} + +.my-2 { + margin-top: 20px !important; + margin-bottom: 20px !important; +} + +.mx-2 { + margin-left: 20px !important; + margin-right: 20px !important; +} + +.ml-2 { + margin-left: 20px !important; +} + +.mr-2 { + margin-right: 20px !important; +} + +.mt-2 { + margin-top: 20px !important; +} + +.mb-2 { + margin-bottom: 20px !important; +} + +.m-3 { + margin: 30px !important; +} + +.my-3 { + margin-top: 30px !important; + margin-bottom: 30px !important; +} + +.mx-3 { + margin-left: 30px !important; + margin-right: 30px !important; +} + +.ml-3 { + margin-left: 30px !important; +} + +.mr-3 { + margin-right: 30px !important; +} + +.mt-3 { + margin-top: 30px !important; +} + +.mb-3 { + margin-bottom: 30px !important; +} + +.m-4 { + margin: 40px !important; +} + +.my-4 { + margin-top: 40px !important; + margin-bottom: 40px !important; +} + +.mx-4 { + margin-left: 40px !important; + margin-right: 40px !important; +} + +.ml-4 { + margin-left: 40px !important; +} + +.mr-4 { + margin-right: 40px !important; +} + +.mt-4 { + margin-top: 40px !important; +} + +.mb-4 { + margin-bottom: 40px !important; +} + +.m-5 { + margin: 50px !important; +} + +.my-5 { + margin-top: 50px !important; + margin-bottom: 50px !important; +} + +.mx-5 { + margin-left: 50px !important; + margin-right: 50px !important; +} + +.ml-5 { + margin-left: 50px !important; +} + +.mr-5 { + margin-right: 50px !important; +} + +.mt-5 { + margin-top: 50px !important; +} + +.mb-5 { + margin-bottom: 50px !important; +} + +.m-6 { + margin: 60px !important; +} + +.my-6 { + margin-top: 60px !important; + margin-bottom: 60px !important; +} + +.mx-6 { + margin-left: 60px !important; + margin-right: 60px !important; +} + +.ml-6 { + margin-left: 60px !important; +} + +.mr-6 { + margin-right: 60px !important; +} + +.mt-6 { + margin-top: 60px !important; +} + +.mb-6 { + margin-bottom: 60px !important; +} + +.m-7 { + margin: 70px !important; +} + +.my-7 { + margin-top: 70px !important; + margin-bottom: 70px !important; +} + +.mx-7 { + margin-left: 70px !important; + margin-right: 70px !important; +} + +.ml-7 { + margin-left: 70px !important; +} + +.mr-7 { + margin-right: 70px !important; +} + +.mt-7 { + margin-top: 70px !important; +} + +.mb-7 { + margin-bottom: 70px !important; +} + +.m-8 { + margin: 80px !important; +} + +.my-8 { + margin-top: 80px !important; + margin-bottom: 80px !important; +} + +.mx-8 { + margin-left: 80px !important; + margin-right: 80px !important; +} + +.ml-8 { + margin-left: 80px !important; +} + +.mr-8 { + margin-right: 80px !important; +} + +.mt-8 { + margin-top: 80px !important; +} + +.mb-8 { + margin-bottom: 80px !important; +} + +.m-9 { + margin: 90px !important; +} + +.my-9 { + margin-top: 90px !important; + margin-bottom: 90px !important; +} + +.mx-9 { + margin-left: 90px !important; + margin-right: 90px !important; +} + +.ml-9 { + margin-left: 90px !important; +} + +.mr-9 { + margin-right: 90px !important; +} + +.mt-9 { + margin-top: 90px !important; +} + +.mb-9 { + margin-bottom: 90px !important; +} + +.m-10 { + margin: 100px !important; +} + +.my-10 { + margin-top: 100px !important; + margin-bottom: 100px !important; +} + +.mx-10 { + margin-left: 100px !important; + margin-right: 100px !important; +} + +.ml-10 { + margin-left: 100px !important; +} + +.mr-10 { + margin-right: 100px !important; +} + +.mt-10 { + margin-top: 100px !important; +} + +.mb-10 { + margin-bottom: 100px !important; +} + +.display-1 { + font-size: 80px; +} + +.display-2 { + font-size: 70px; +} + +.display-3 { + font-size: 60px; +} + +.display-4 { + font-size: 50px; +} + +.font-normal { + font-weight: normal !important; +} + +.font-bold { + font-weight: bold !important; +} + +.weight-100 { + font-weight: 100 !important; +} + +.weight-200 { + font-weight: 200 !important; +} + +.weight-300 { + font-weight: 300 !important; +} + +.weight-400 { + font-weight: 400 !important; +} + +.weight-500 { + font-weight: 500 !important; +} + +.weight-600 { + font-weight: 600 !important; +} + +.weight-700 { + font-weight: 700 !important; +} + +.weight-800 { + font-weight: 800 !important; +} + +.weight-900 { + font-weight: 900 !important; +} + +.text-center { + text-align: center !important; +} + +.text-left { + text-align: left !important; +} + +.text-right { + text-align: right !important; +} + +.uppercase { + text-transform: uppercase !important; +} + +.lowercase { + text-transform: lowercase !important; +} + +.capitalize { + text-transform: capitalize !important; +} + +.b-none { + border: none !important; +} + +.bt-none { + border-top: none !important; +} + +.bb-none { + border-bottom: none !important; +} + +.bl-none { + border-left: none !important; +} + +.br-none { + border-right: none !important; +} + +.radius-none { + border-radius: 0 !important; +} + +.shadow { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); +} +.shadow:hover { + -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2); +} + +.shadow-1 { + -webkit-transition: all 0.22s ease; + -o-transition: all 0.22s ease; + transition: all 0.22s ease; + -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); +} +.shadow-1:hover { + -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19); + box-shadow: 0 10px 16px rgba(0, 0, 0, 0.13), 0 6px 6px rgba(0, 0, 0, 0.19); +} + +.shadow-none { + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.list-unstyled { + padding: 0; + margin: 0; +} +.list-unstyled li { + list-style: none; + padding: 0; + margin: 0; +} + +.img-fluid { + width: 100%; +} + +.img-rounded { + border-radius: 5px; +} + +.img-circle { + border-radius: 50%; +} + +.img-cover { + -o-object-fit: cover; + object-fit: cover; +} + +.img-contain { + -o-object-fit: contain; + object-fit: contain; +} + +.rounded { + border-radius: 40px !important; +} + +.bg-cover { + background-position: center center; + background-size: cover; + background-repeat: no-repeat; +} + +.bg-contain { + background-position: center center; + background-size: contain; + background-repeat: no-repeat; +} + +.bg-fixed { + background-attachment: fixed; +} + +@media (min-width: 590px) { + .d-none-sm { + display: none !important; + } + + .d-block-sm { + display: block !important; + } + + .d-inline-block-sm { + display: inline-block !important; + } + + .d-flex-sm { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + + .fa-center-sm { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + + .fa-baseline-sm { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + + .fa-start-sm { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + + .fa-end-sm { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fa-stretch-sm { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + + .fa-end-sm { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fj-center-sm { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + + .fj-baseline-sm { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; + } + + .fj-start-sm { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + + .fj-end-sm { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + + .fj-between-sm { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + + .fj-around-sm { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + + .text-center-sm { + text-align: center !important; + } + + .text-left-sm { + text-align: left !important; + } + + .text-right-sm { + text-align: right !important; + } + + .display-1-sm { + font-size: 80px; + } + + .display-2-sm { + font-size: 70px; + } + + .display-3-sm { + font-size: 60px; + } + + .display-4-sm { + font-size: 50px; + } + + .h1-sm { + font-size: 46px; + } + + .h2-sm { + font-size: 36px; + } + + .h3-sm { + font-size: 28px; + } + + .h4-sm { + font-size: 22px; + } + + .h5-sm { + font-size: 18px; + } + + .h6-sm { + font-size: 16px; + } + + p-sm { + font-size: 16px; + } + + .p-0-sm { + padding: 0 !important; + } + + .px-0-sm { + padding-left: 0 !important; + padding-right: 0 !important; + } + + .py-0-sm { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .pt-0-sm { + padding-top: 0 !important; + } + + .pb-0-sm { + padding-bottom: 0 !important; + } + + .pl-0-sm { + padding-left: 0 !important; + } + + .pr-0-sm { + padding-right: 0 !important; + } + + .p-1-sm { + padding: 10px !important; + } + + .py-1-sm { + padding-top: 10px !important; + padding-bottom: 10px !important; + } + + .px-1-sm { + padding-left: 10px !important; + padding-right: 10px !important; + } + + .pl-1-sm { + padding-left: 10px !important; + } + + .pr-1-sm { + padding-right: 10px !important; + } + + .pt-1-sm { + padding-top: 10px !important; + } + + .pb-1-sm { + padding-bottom: 10px !important; + } + + .p-2-sm { + padding: 20px !important; + } + + .py-2-sm { + padding-top: 20px !important; + padding-bottom: 20px !important; + } + + .px-2-sm { + padding-left: 20px !important; + padding-right: 20px !important; + } + + .pl-2-sm { + padding-left: 20px !important; + } + + .pr-2-sm { + padding-right: 20px !important; + } + + .pt-2-sm { + padding-top: 20px !important; + } + + .pb-2-sm { + padding-bottom: 20px !important; + } + + .p-3-sm { + padding: 30px !important; + } + + .py-3-sm { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .px-3-sm { + padding-left: 30px !important; + padding-right: 30px !important; + } + + .pl-3-sm { + padding-left: 30px !important; + } + + .pr-3-sm { + padding-right: 30px !important; + } + + .pt-3-sm { + padding-top: 30px !important; + } + + .pb-3-sm { + padding-bottom: 30px !important; + } + + .p-4-sm { + padding: 40px !important; + } + + .py-4-sm { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .px-4-sm { + padding-left: 40px !important; + padding-right: 40px !important; + } + + .pl-4-sm { + padding-left: 40px !important; + } + + .pr-4-sm { + padding-right: 40px !important; + } + + .pt-4-sm { + padding-top: 40px !important; + } + + .pb-4-sm { + padding-bottom: 40px !important; + } + + .p-5-sm { + padding: 50px !important; + } + + .py-5-sm { + padding-top: 50px !important; + padding-bottom: 50px !important; + } + + .px-5-sm { + padding-left: 50px !important; + padding-right: 50px !important; + } + + .pl-5-sm { + padding-left: 50px !important; + } + + .pr-5-sm { + padding-right: 50px !important; + } + + .pt-5-sm { + padding-top: 50px !important; + } + + .pb-5-sm { + padding-bottom: 50px !important; + } + + .p-6-sm { + padding: 60px !important; + } + + .py-6-sm { + padding-top: 60px !important; + padding-bottom: 60px !important; + } + + .px-6-sm { + padding-left: 60px !important; + padding-right: 60px !important; + } + + .pl-6-sm { + padding-left: 60px !important; + } + + .pr-6-sm { + padding-right: 60px !important; + } + + .pt-6-sm { + padding-top: 60px !important; + } + + .pb-6-sm { + padding-bottom: 60px !important; + } + + .p-7-sm { + padding: 70px !important; + } + + .py-7-sm { + padding-top: 70px !important; + padding-bottom: 70px !important; + } + + .px-7-sm { + padding-left: 70px !important; + padding-right: 70px !important; + } + + .pl-7-sm { + padding-left: 70px !important; + } + + .pr-7-sm { + padding-right: 70px !important; + } + + .pt-7-sm { + padding-top: 70px !important; + } + + .pb-7-sm { + padding-bottom: 70px !important; + } + + .p-8-sm { + padding: 80px !important; + } + + .py-8-sm { + padding-top: 80px !important; + padding-bottom: 80px !important; + } + + .px-8-sm { + padding-left: 80px !important; + padding-right: 80px !important; + } + + .pl-8-sm { + padding-left: 80px !important; + } + + .pr-8-sm { + padding-right: 80px !important; + } + + .pt-8-sm { + padding-top: 80px !important; + } + + .pb-8-sm { + padding-bottom: 80px !important; + } + + .p-9-sm { + padding: 90px !important; + } + + .py-9-sm { + padding-top: 90px !important; + padding-bottom: 90px !important; + } + + .px-9-sm { + padding-left: 90px !important; + padding-right: 90px !important; + } + + .pl-9-sm { + padding-left: 90px !important; + } + + .pr-9-sm { + padding-right: 90px !important; + } + + .pt-9-sm { + padding-top: 90px !important; + } + + .pb-9-sm { + padding-bottom: 90px !important; + } + + .p-10-sm { + padding: 100px !important; + } + + .py-10-sm { + padding-top: 100px !important; + padding-bottom: 100px !important; + } + + .px-10-sm { + padding-left: 100px !important; + padding-right: 100px !important; + } + + .pl-10-sm { + padding-left: 100px !important; + } + + .pr-10-sm { + padding-right: 100px !important; + } + + .pt-10-sm { + padding-top: 100px !important; + } + + .pb-10-sm { + padding-bottom: 100px !important; + } + + .mx-auto-sm { + margin: 0 auto !important; + } + + .m-0-sm { + margin: 0 !important; + } + + .mx-0-sm { + margin-left: 0 !important; + margin-right: 0 !important; + } + + .my-0-sm { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .ml-auto-sm { + margin-left: auto !important; + } + + .mr-auto-sm { + margin-right: auto !important; + } + + .mt-0-sm { + margin-top: 0 !important; + } + + .mb-0-sm { + margin-bottom: 0 !important; + } + + .ml-0-sm { + margin-left: 0 !important; + } + + .mr-0-sm { + margin-right: 0 !important; + } + + .m-1-sm { + margin: 10px !important; + } + + .my-1-sm { + margin-top: 10px !important; + margin-bottom: 10px !important; + } + + .mx-1-sm { + margin-left: 10px !important; + margin-right: 10px !important; + } + + .ml-1-sm { + margin-left: 10px !important; + } + + .mr-1-sm { + margin-right: 10px !important; + } + + .mt-1-sm { + margin-top: 10px !important; + } + + .mb-1-sm { + margin-bottom: 10px !important; + } + + .m-2-sm { + margin: 20px !important; + } + + .my-2-sm { + margin-top: 20px !important; + margin-bottom: 20px !important; + } + + .mx-2-sm { + margin-left: 20px !important; + margin-right: 20px !important; + } + + .ml-2-sm { + margin-left: 20px !important; + } + + .mr-2-sm { + margin-right: 20px !important; + } + + .mt-2-sm { + margin-top: 20px !important; + } + + .mb-2-sm { + margin-bottom: 20px !important; + } + + .m-3-sm { + margin: 30px !important; + } + + .my-3-sm { + margin-top: 30px !important; + margin-bottom: 30px !important; + } + + .mx-3-sm { + margin-left: 30px !important; + margin-right: 30px !important; + } + + .ml-3-sm { + margin-left: 30px !important; + } + + .mr-3-sm { + margin-right: 30px !important; + } + + .mt-3-sm { + margin-top: 30px !important; + } + + .mb-3-sm { + margin-bottom: 30px !important; + } + + .m-4-sm { + margin: 40px !important; + } + + .my-4-sm { + margin-top: 40px !important; + margin-bottom: 40px !important; + } + + .mx-4-sm { + margin-left: 40px !important; + margin-right: 40px !important; + } + + .ml-4-sm { + margin-left: 40px !important; + } + + .mr-4-sm { + margin-right: 40px !important; + } + + .mt-4-sm { + margin-top: 40px !important; + } + + .mb-4-sm { + margin-bottom: 40px !important; + } + + .m-5-sm { + margin: 50px !important; + } + + .my-5-sm { + margin-top: 50px !important; + margin-bottom: 50px !important; + } + + .mx-5-sm { + margin-left: 50px !important; + margin-right: 50px !important; + } + + .ml-5-sm { + margin-left: 50px !important; + } + + .mr-5-sm { + margin-right: 50px !important; + } + + .mt-5-sm { + margin-top: 50px !important; + } + + .mb-5-sm { + margin-bottom: 50px !important; + } + + .m-6-sm { + margin: 60px !important; + } + + .my-6-sm { + margin-top: 60px !important; + margin-bottom: 60px !important; + } + + .mx-6-sm { + margin-left: 60px !important; + margin-right: 60px !important; + } + + .ml-6-sm { + margin-left: 60px !important; + } + + .mr-6-sm { + margin-right: 60px !important; + } + + .mt-6-sm { + margin-top: 60px !important; + } + + .mb-6-sm { + margin-bottom: 60px !important; + } + + .m-7-sm { + margin: 70px !important; + } + + .my-7-sm { + margin-top: 70px !important; + margin-bottom: 70px !important; + } + + .mx-7-sm { + margin-left: 70px !important; + margin-right: 70px !important; + } + + .ml-7-sm { + margin-left: 70px !important; + } + + .mr-7-sm { + margin-right: 70px !important; + } + + .mt-7-sm { + margin-top: 70px !important; + } + + .mb-7-sm { + margin-bottom: 70px !important; + } + + .m-8-sm { + margin: 80px !important; + } + + .my-8-sm { + margin-top: 80px !important; + margin-bottom: 80px !important; + } + + .mx-8-sm { + margin-left: 80px !important; + margin-right: 80px !important; + } + + .ml-8-sm { + margin-left: 80px !important; + } + + .mr-8-sm { + margin-right: 80px !important; + } + + .mt-8-sm { + margin-top: 80px !important; + } + + .mb-8-sm { + margin-bottom: 80px !important; + } + + .m-9-sm { + margin: 90px !important; + } + + .my-9-sm { + margin-top: 90px !important; + margin-bottom: 90px !important; + } + + .mx-9-sm { + margin-left: 90px !important; + margin-right: 90px !important; + } + + .ml-9-sm { + margin-left: 90px !important; + } + + .mr-9-sm { + margin-right: 90px !important; + } + + .mt-9-sm { + margin-top: 90px !important; + } + + .mb-9-sm { + margin-bottom: 90px !important; + } + + .m-10-sm { + margin: 100px !important; + } + + .my-10-sm { + margin-top: 100px !important; + margin-bottom: 100px !important; + } + + .mx-10-sm { + margin-left: 100px !important; + margin-right: 100px !important; + } + + .ml-10-sm { + margin-left: 100px !important; + } + + .mr-10-sm { + margin-right: 100px !important; + } + + .mt-10-sm { + margin-top: 100px !important; + } + + .mb-10-sm { + margin-bottom: 100px !important; + } + + .weight-100-sm { + font-weight: 100 !important; + } + + .weight-200-sm { + font-weight: 200 !important; + } + + .weight-300-sm { + font-weight: 300 !important; + } + + .weight-400-sm { + font-weight: 400 !important; + } + + .weight-500-sm { + font-weight: 500 !important; + } + + .weight-600-sm { + font-weight: 600 !important; + } + + .weight-700-sm { + font-weight: 700 !important; + } + + .weight-800-sm { + font-weight: 800 !important; + } + + .weight-900-sm { + font-weight: 900 !important; + } +} +@media (min-width: 790px) { + .d-none-md { + display: none !important; + } + + .d-block-md { + display: block !important; + } + + .d-inline-block-md { + display: inline-block !important; + } + + .d-flex-md { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + + .fa-center-md { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + + .fa-baseline-md { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + + .fa-start-md { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + + .fa-end-md { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fa-stretch-md { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + + .fa-end-md { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fj-center-md { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + + .fj-baseline-md { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; + } + + .fj-start-md { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + + .fj-end-md { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + + .fj-between-md { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + + .fj-around-md { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + + .text-center-md { + text-align: center !important; + } + + .text-left-md { + text-align: left !important; + } + + .text-right-md { + text-align: right !important; + } + + .display-1-md { + font-size: 80px; + } + + .display-2-md { + font-size: 70px; + } + + .display-3-md { + font-size: 60px; + } + + .display-4-md { + font-size: 50px; + } + + .h1-md { + font-size: 46px; + } + + .h2-md { + font-size: 36px; + } + + .h3-md { + font-size: 28px; + } + + .h4-md { + font-size: 22px; + } + + .h5-md { + font-size: 18px; + } + + .h6-md { + font-size: 16px; + } + + p-md { + font-size: 16px; + } + + .p-0-md { + padding: 0 !important; + } + + .px-0-md { + padding-left: 0 !important; + padding-right: 0 !important; + } + + .py-0-md { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .pt-0-md { + padding-top: 0 !important; + } + + .pb-0-md { + padding-bottom: 0 !important; + } + + .pl-0-md { + padding-left: 0 !important; + } + + .pr-0-md { + padding-right: 0 !important; + } + + .p-1-md { + padding: 10px !important; + } + + .py-1-md { + padding-top: 10px !important; + padding-bottom: 10px !important; + } + + .px-1-md { + padding-left: 10px !important; + padding-right: 10px !important; + } + + .pl-1-md { + padding-left: 10px !important; + } + + .pr-1-md { + padding-right: 10px !important; + } + + .pt-1-md { + padding-top: 10px !important; + } + + .pb-1-md { + padding-bottom: 10px !important; + } + + .p-2-md { + padding: 20px !important; + } + + .py-2-md { + padding-top: 20px !important; + padding-bottom: 20px !important; + } + + .px-2-md { + padding-left: 20px !important; + padding-right: 20px !important; + } + + .pl-2-md { + padding-left: 20px !important; + } + + .pr-2-md { + padding-right: 20px !important; + } + + .pt-2-md { + padding-top: 20px !important; + } + + .pb-2-md { + padding-bottom: 20px !important; + } + + .p-3-md { + padding: 30px !important; + } + + .py-3-md { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .px-3-md { + padding-left: 30px !important; + padding-right: 30px !important; + } + + .pl-3-md { + padding-left: 30px !important; + } + + .pr-3-md { + padding-right: 30px !important; + } + + .pt-3-md { + padding-top: 30px !important; + } + + .pb-3-md { + padding-bottom: 30px !important; + } + + .p-4-md { + padding: 40px !important; + } + + .py-4-md { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .px-4-md { + padding-left: 40px !important; + padding-right: 40px !important; + } + + .pl-4-md { + padding-left: 40px !important; + } + + .pr-4-md { + padding-right: 40px !important; + } + + .pt-4-md { + padding-top: 40px !important; + } + + .pb-4-md { + padding-bottom: 40px !important; + } + + .p-5-md { + padding: 50px !important; + } + + .py-5-md { + padding-top: 50px !important; + padding-bottom: 50px !important; + } + + .px-5-md { + padding-left: 50px !important; + padding-right: 50px !important; + } + + .pl-5-md { + padding-left: 50px !important; + } + + .pr-5-md { + padding-right: 50px !important; + } + + .pt-5-md { + padding-top: 50px !important; + } + + .pb-5-md { + padding-bottom: 50px !important; + } + + .p-6-md { + padding: 60px !important; + } + + .py-6-md { + padding-top: 60px !important; + padding-bottom: 60px !important; + } + + .px-6-md { + padding-left: 60px !important; + padding-right: 60px !important; + } + + .pl-6-md { + padding-left: 60px !important; + } + + .pr-6-md { + padding-right: 60px !important; + } + + .pt-6-md { + padding-top: 60px !important; + } + + .pb-6-md { + padding-bottom: 60px !important; + } + + .p-7-md { + padding: 70px !important; + } + + .py-7-md { + padding-top: 70px !important; + padding-bottom: 70px !important; + } + + .px-7-md { + padding-left: 70px !important; + padding-right: 70px !important; + } + + .pl-7-md { + padding-left: 70px !important; + } + + .pr-7-md { + padding-right: 70px !important; + } + + .pt-7-md { + padding-top: 70px !important; + } + + .pb-7-md { + padding-bottom: 70px !important; + } + + .p-8-md { + padding: 80px !important; + } + + .py-8-md { + padding-top: 80px !important; + padding-bottom: 80px !important; + } + + .px-8-md { + padding-left: 80px !important; + padding-right: 80px !important; + } + + .pl-8-md { + padding-left: 80px !important; + } + + .pr-8-md { + padding-right: 80px !important; + } + + .pt-8-md { + padding-top: 80px !important; + } + + .pb-8-md { + padding-bottom: 80px !important; + } + + .p-9-md { + padding: 90px !important; + } + + .py-9-md { + padding-top: 90px !important; + padding-bottom: 90px !important; + } + + .px-9-md { + padding-left: 90px !important; + padding-right: 90px !important; + } + + .pl-9-md { + padding-left: 90px !important; + } + + .pr-9-md { + padding-right: 90px !important; + } + + .pt-9-md { + padding-top: 90px !important; + } + + .pb-9-md { + padding-bottom: 90px !important; + } + + .p-10-md { + padding: 100px !important; + } + + .py-10-md { + padding-top: 100px !important; + padding-bottom: 100px !important; + } + + .px-10-md { + padding-left: 100px !important; + padding-right: 100px !important; + } + + .pl-10-md { + padding-left: 100px !important; + } + + .pr-10-md { + padding-right: 100px !important; + } + + .pt-10-md { + padding-top: 100px !important; + } + + .pb-10-md { + padding-bottom: 100px !important; + } + + .mx-auto-md { + margin: 0 auto !important; + } + + .m-0-md { + margin: 0 !important; + } + + .mx-0-md { + margin-left: 0 !important; + margin-right: 0 !important; + } + + .my-0-md { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .ml-auto-md { + margin-left: auto !important; + } + + .mr-auto-md { + margin-right: auto !important; + } + + .mt-0-md { + margin-top: 0 !important; + } + + .mb-0-md { + margin-bottom: 0 !important; + } + + .ml-0-md { + margin-left: 0 !important; + } + + .mr-0-md { + margin-right: 0 !important; + } + + .m-1-md { + margin: 10px !important; + } + + .my-1-md { + margin-top: 10px !important; + margin-bottom: 10px !important; + } + + .mx-1-md { + margin-left: 10px !important; + margin-right: 10px !important; + } + + .ml-1-md { + margin-left: 10px !important; + } + + .mr-1-md { + margin-right: 10px !important; + } + + .mt-1-md { + margin-top: 10px !important; + } + + .mb-1-md { + margin-bottom: 10px !important; + } + + .m-2-md { + margin: 20px !important; + } + + .my-2-md { + margin-top: 20px !important; + margin-bottom: 20px !important; + } + + .mx-2-md { + margin-left: 20px !important; + margin-right: 20px !important; + } + + .ml-2-md { + margin-left: 20px !important; + } + + .mr-2-md { + margin-right: 20px !important; + } + + .mt-2-md { + margin-top: 20px !important; + } + + .mb-2-md { + margin-bottom: 20px !important; + } + + .m-3-md { + margin: 30px !important; + } + + .my-3-md { + margin-top: 30px !important; + margin-bottom: 30px !important; + } + + .mx-3-md { + margin-left: 30px !important; + margin-right: 30px !important; + } + + .ml-3-md { + margin-left: 30px !important; + } + + .mr-3-md { + margin-right: 30px !important; + } + + .mt-3-md { + margin-top: 30px !important; + } + + .mb-3-md { + margin-bottom: 30px !important; + } + + .m-4-md { + margin: 40px !important; + } + + .my-4-md { + margin-top: 40px !important; + margin-bottom: 40px !important; + } + + .mx-4-md { + margin-left: 40px !important; + margin-right: 40px !important; + } + + .ml-4-md { + margin-left: 40px !important; + } + + .mr-4-md { + margin-right: 40px !important; + } + + .mt-4-md { + margin-top: 40px !important; + } + + .mb-4-md { + margin-bottom: 40px !important; + } + + .m-5-md { + margin: 50px !important; + } + + .my-5-md { + margin-top: 50px !important; + margin-bottom: 50px !important; + } + + .mx-5-md { + margin-left: 50px !important; + margin-right: 50px !important; + } + + .ml-5-md { + margin-left: 50px !important; + } + + .mr-5-md { + margin-right: 50px !important; + } + + .mt-5-md { + margin-top: 50px !important; + } + + .mb-5-md { + margin-bottom: 50px !important; + } + + .m-6-md { + margin: 60px !important; + } + + .my-6-md { + margin-top: 60px !important; + margin-bottom: 60px !important; + } + + .mx-6-md { + margin-left: 60px !important; + margin-right: 60px !important; + } + + .ml-6-md { + margin-left: 60px !important; + } + + .mr-6-md { + margin-right: 60px !important; + } + + .mt-6-md { + margin-top: 60px !important; + } + + .mb-6-md { + margin-bottom: 60px !important; + } + + .m-7-md { + margin: 70px !important; + } + + .my-7-md { + margin-top: 70px !important; + margin-bottom: 70px !important; + } + + .mx-7-md { + margin-left: 70px !important; + margin-right: 70px !important; + } + + .ml-7-md { + margin-left: 70px !important; + } + + .mr-7-md { + margin-right: 70px !important; + } + + .mt-7-md { + margin-top: 70px !important; + } + + .mb-7-md { + margin-bottom: 70px !important; + } + + .m-8-md { + margin: 80px !important; + } + + .my-8-md { + margin-top: 80px !important; + margin-bottom: 80px !important; + } + + .mx-8-md { + margin-left: 80px !important; + margin-right: 80px !important; + } + + .ml-8-md { + margin-left: 80px !important; + } + + .mr-8-md { + margin-right: 80px !important; + } + + .mt-8-md { + margin-top: 80px !important; + } + + .mb-8-md { + margin-bottom: 80px !important; + } + + .m-9-md { + margin: 90px !important; + } + + .my-9-md { + margin-top: 90px !important; + margin-bottom: 90px !important; + } + + .mx-9-md { + margin-left: 90px !important; + margin-right: 90px !important; + } + + .ml-9-md { + margin-left: 90px !important; + } + + .mr-9-md { + margin-right: 90px !important; + } + + .mt-9-md { + margin-top: 90px !important; + } + + .mb-9-md { + margin-bottom: 90px !important; + } + + .m-10-md { + margin: 100px !important; + } + + .my-10-md { + margin-top: 100px !important; + margin-bottom: 100px !important; + } + + .mx-10-md { + margin-left: 100px !important; + margin-right: 100px !important; + } + + .ml-10-md { + margin-left: 100px !important; + } + + .mr-10-md { + margin-right: 100px !important; + } + + .mt-10-md { + margin-top: 100px !important; + } + + .mb-10-md { + margin-bottom: 100px !important; + } + + .weight-100-md { + font-weight: 100 !important; + } + + .weight-200-md { + font-weight: 200 !important; + } + + .weight-300-md { + font-weight: 300 !important; + } + + .weight-400-md { + font-weight: 400 !important; + } + + .weight-500-md { + font-weight: 500 !important; + } + + .weight-600-md { + font-weight: 600 !important; + } + + .weight-700-md { + font-weight: 700 !important; + } + + .weight-800-md { + font-weight: 800 !important; + } + + .weight-900-md { + font-weight: 900 !important; + } +} +@media (min-width: 1160px) { + .d-none-lg { + display: none !important; + } + + .d-block-lg { + display: block !important; + } + + .d-inline-block-lg { + display: inline-block !important; + } + + .d-flex-lg { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + + .fa-center-lg { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + + .fa-baseline-lg { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + + .fa-start-lg { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + + .fa-end-lg { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fa-stretch-lg { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + + .fa-end-lg { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fj-center-lg { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + + .fj-baseline-lg { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; + } + + .fj-start-lg { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + + .fj-end-lg { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + + .fj-between-lg { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + + .fj-around-lg { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + + .text-center-lg { + text-align: center !important; + } + + .text-left-lg { + text-align: left !important; + } + + .text-right-lg { + text-align: right !important; + } + + .display-1-lg { + font-size: 80px; + } + + .display-2-lg { + font-size: 70px; + } + + .display-3-lg { + font-size: 60px; + } + + .display-4-lg { + font-size: 50px; + } + + .h1-lg { + font-size: 46px; + } + + .h2-lg { + font-size: 36px; + } + + .h3-lg { + font-size: 28px; + } + + .h4-lg { + font-size: 22px; + } + + .h5-lg { + font-size: 18px; + } + + .h6-lg { + font-size: 16px; + } + + p-lg { + font-size: 16px; + } + + .p-0-lg { + padding: 0 !important; + } + + .px-0-lg { + padding-left: 0 !important; + padding-right: 0 !important; + } + + .py-0-lg { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .pt-0-lg { + padding-top: 0 !important; + } + + .pb-0-lg { + padding-bottom: 0 !important; + } + + .pl-0-lg { + padding-left: 0 !important; + } + + .pr-0-lg { + padding-right: 0 !important; + } + + .p-1-lg { + padding: 10px !important; + } + + .py-1-lg { + padding-top: 10px !important; + padding-bottom: 10px !important; + } + + .px-1-lg { + padding-left: 10px !important; + padding-right: 10px !important; + } + + .pl-1-lg { + padding-left: 10px !important; + } + + .pr-1-lg { + padding-right: 10px !important; + } + + .pt-1-lg { + padding-top: 10px !important; + } + + .pb-1-lg { + padding-bottom: 10px !important; + } + + .p-2-lg { + padding: 20px !important; + } + + .py-2-lg { + padding-top: 20px !important; + padding-bottom: 20px !important; + } + + .px-2-lg { + padding-left: 20px !important; + padding-right: 20px !important; + } + + .pl-2-lg { + padding-left: 20px !important; + } + + .pr-2-lg { + padding-right: 20px !important; + } + + .pt-2-lg { + padding-top: 20px !important; + } + + .pb-2-lg { + padding-bottom: 20px !important; + } + + .p-3-lg { + padding: 30px !important; + } + + .py-3-lg { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .px-3-lg { + padding-left: 30px !important; + padding-right: 30px !important; + } + + .pl-3-lg { + padding-left: 30px !important; + } + + .pr-3-lg { + padding-right: 30px !important; + } + + .pt-3-lg { + padding-top: 30px !important; + } + + .pb-3-lg { + padding-bottom: 30px !important; + } + + .p-4-lg { + padding: 40px !important; + } + + .py-4-lg { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .px-4-lg { + padding-left: 40px !important; + padding-right: 40px !important; + } + + .pl-4-lg { + padding-left: 40px !important; + } + + .pr-4-lg { + padding-right: 40px !important; + } + + .pt-4-lg { + padding-top: 40px !important; + } + + .pb-4-lg { + padding-bottom: 40px !important; + } + + .p-5-lg { + padding: 50px !important; + } + + .py-5-lg { + padding-top: 50px !important; + padding-bottom: 50px !important; + } + + .px-5-lg { + padding-left: 50px !important; + padding-right: 50px !important; + } + + .pl-5-lg { + padding-left: 50px !important; + } + + .pr-5-lg { + padding-right: 50px !important; + } + + .pt-5-lg { + padding-top: 50px !important; + } + + .pb-5-lg { + padding-bottom: 50px !important; + } + + .p-6-lg { + padding: 60px !important; + } + + .py-6-lg { + padding-top: 60px !important; + padding-bottom: 60px !important; + } + + .px-6-lg { + padding-left: 60px !important; + padding-right: 60px !important; + } + + .pl-6-lg { + padding-left: 60px !important; + } + + .pr-6-lg { + padding-right: 60px !important; + } + + .pt-6-lg { + padding-top: 60px !important; + } + + .pb-6-lg { + padding-bottom: 60px !important; + } + + .p-7-lg { + padding: 70px !important; + } + + .py-7-lg { + padding-top: 70px !important; + padding-bottom: 70px !important; + } + + .px-7-lg { + padding-left: 70px !important; + padding-right: 70px !important; + } + + .pl-7-lg { + padding-left: 70px !important; + } + + .pr-7-lg { + padding-right: 70px !important; + } + + .pt-7-lg { + padding-top: 70px !important; + } + + .pb-7-lg { + padding-bottom: 70px !important; + } + + .p-8-lg { + padding: 80px !important; + } + + .py-8-lg { + padding-top: 80px !important; + padding-bottom: 80px !important; + } + + .px-8-lg { + padding-left: 80px !important; + padding-right: 80px !important; + } + + .pl-8-lg { + padding-left: 80px !important; + } + + .pr-8-lg { + padding-right: 80px !important; + } + + .pt-8-lg { + padding-top: 80px !important; + } + + .pb-8-lg { + padding-bottom: 80px !important; + } + + .p-9-lg { + padding: 90px !important; + } + + .py-9-lg { + padding-top: 90px !important; + padding-bottom: 90px !important; + } + + .px-9-lg { + padding-left: 90px !important; + padding-right: 90px !important; + } + + .pl-9-lg { + padding-left: 90px !important; + } + + .pr-9-lg { + padding-right: 90px !important; + } + + .pt-9-lg { + padding-top: 90px !important; + } + + .pb-9-lg { + padding-bottom: 90px !important; + } + + .p-10-lg { + padding: 100px !important; + } + + .py-10-lg { + padding-top: 100px !important; + padding-bottom: 100px !important; + } + + .px-10-lg { + padding-left: 100px !important; + padding-right: 100px !important; + } + + .pl-10-lg { + padding-left: 100px !important; + } + + .pr-10-lg { + padding-right: 100px !important; + } + + .pt-10-lg { + padding-top: 100px !important; + } + + .pb-10-lg { + padding-bottom: 100px !important; + } + + .mx-auto-lg { + margin: 0 auto !important; + } + + .m-0-lg { + margin: 0 !important; + } + + .mx-0-lg { + margin-left: 0 !important; + margin-right: 0 !important; + } + + .my-0-lg { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .ml-auto-lg { + margin-left: auto !important; + } + + .mr-auto-lg { + margin-right: auto !important; + } + + .mt-0-lg { + margin-top: 0 !important; + } + + .mb-0-lg { + margin-bottom: 0 !important; + } + + .ml-0-lg { + margin-left: 0 !important; + } + + .mr-0-lg { + margin-right: 0 !important; + } + + .m-1-lg { + margin: 10px !important; + } + + .my-1-lg { + margin-top: 10px !important; + margin-bottom: 10px !important; + } + + .mx-1-lg { + margin-left: 10px !important; + margin-right: 10px !important; + } + + .ml-1-lg { + margin-left: 10px !important; + } + + .mr-1-lg { + margin-right: 10px !important; + } + + .mt-1-lg { + margin-top: 10px !important; + } + + .mb-1-lg { + margin-bottom: 10px !important; + } + + .m-2-lg { + margin: 20px !important; + } + + .my-2-lg { + margin-top: 20px !important; + margin-bottom: 20px !important; + } + + .mx-2-lg { + margin-left: 20px !important; + margin-right: 20px !important; + } + + .ml-2-lg { + margin-left: 20px !important; + } + + .mr-2-lg { + margin-right: 20px !important; + } + + .mt-2-lg { + margin-top: 20px !important; + } + + .mb-2-lg { + margin-bottom: 20px !important; + } + + .m-3-lg { + margin: 30px !important; + } + + .my-3-lg { + margin-top: 30px !important; + margin-bottom: 30px !important; + } + + .mx-3-lg { + margin-left: 30px !important; + margin-right: 30px !important; + } + + .ml-3-lg { + margin-left: 30px !important; + } + + .mr-3-lg { + margin-right: 30px !important; + } + + .mt-3-lg { + margin-top: 30px !important; + } + + .mb-3-lg { + margin-bottom: 30px !important; + } + + .m-4-lg { + margin: 40px !important; + } + + .my-4-lg { + margin-top: 40px !important; + margin-bottom: 40px !important; + } + + .mx-4-lg { + margin-left: 40px !important; + margin-right: 40px !important; + } + + .ml-4-lg { + margin-left: 40px !important; + } + + .mr-4-lg { + margin-right: 40px !important; + } + + .mt-4-lg { + margin-top: 40px !important; + } + + .mb-4-lg { + margin-bottom: 40px !important; + } + + .m-5-lg { + margin: 50px !important; + } + + .my-5-lg { + margin-top: 50px !important; + margin-bottom: 50px !important; + } + + .mx-5-lg { + margin-left: 50px !important; + margin-right: 50px !important; + } + + .ml-5-lg { + margin-left: 50px !important; + } + + .mr-5-lg { + margin-right: 50px !important; + } + + .mt-5-lg { + margin-top: 50px !important; + } + + .mb-5-lg { + margin-bottom: 50px !important; + } + + .m-6-lg { + margin: 60px !important; + } + + .my-6-lg { + margin-top: 60px !important; + margin-bottom: 60px !important; + } + + .mx-6-lg { + margin-left: 60px !important; + margin-right: 60px !important; + } + + .ml-6-lg { + margin-left: 60px !important; + } + + .mr-6-lg { + margin-right: 60px !important; + } + + .mt-6-lg { + margin-top: 60px !important; + } + + .mb-6-lg { + margin-bottom: 60px !important; + } + + .m-7-lg { + margin: 70px !important; + } + + .my-7-lg { + margin-top: 70px !important; + margin-bottom: 70px !important; + } + + .mx-7-lg { + margin-left: 70px !important; + margin-right: 70px !important; + } + + .ml-7-lg { + margin-left: 70px !important; + } + + .mr-7-lg { + margin-right: 70px !important; + } + + .mt-7-lg { + margin-top: 70px !important; + } + + .mb-7-lg { + margin-bottom: 70px !important; + } + + .m-8-lg { + margin: 80px !important; + } + + .my-8-lg { + margin-top: 80px !important; + margin-bottom: 80px !important; + } + + .mx-8-lg { + margin-left: 80px !important; + margin-right: 80px !important; + } + + .ml-8-lg { + margin-left: 80px !important; + } + + .mr-8-lg { + margin-right: 80px !important; + } + + .mt-8-lg { + margin-top: 80px !important; + } + + .mb-8-lg { + margin-bottom: 80px !important; + } + + .m-9-lg { + margin: 90px !important; + } + + .my-9-lg { + margin-top: 90px !important; + margin-bottom: 90px !important; + } + + .mx-9-lg { + margin-left: 90px !important; + margin-right: 90px !important; + } + + .ml-9-lg { + margin-left: 90px !important; + } + + .mr-9-lg { + margin-right: 90px !important; + } + + .mt-9-lg { + margin-top: 90px !important; + } + + .mb-9-lg { + margin-bottom: 90px !important; + } + + .m-10-lg { + margin: 100px !important; + } + + .my-10-lg { + margin-top: 100px !important; + margin-bottom: 100px !important; + } + + .mx-10-lg { + margin-left: 100px !important; + margin-right: 100px !important; + } + + .ml-10-lg { + margin-left: 100px !important; + } + + .mr-10-lg { + margin-right: 100px !important; + } + + .mt-10-lg { + margin-top: 100px !important; + } + + .mb-10-lg { + margin-bottom: 100px !important; + } + + .weight-100-lg { + font-weight: 100 !important; + } + + .weight-200-lg { + font-weight: 200 !important; + } + + .weight-300-lg { + font-weight: 300 !important; + } + + .weight-400-lg { + font-weight: 400 !important; + } + + .weight-500-lg { + font-weight: 500 !important; + } + + .weight-600-lg { + font-weight: 600 !important; + } + + .weight-700-lg { + font-weight: 700 !important; + } + + .weight-800-lg { + font-weight: 800 !important; + } + + .weight-900-lg { + font-weight: 900 !important; + } +} +@media (min-width: 1260px) { + .d-none-xl { + display: none !important; + } + + .d-block-xl { + display: block !important; + } + + .d-inline-block-xl { + display: inline-block !important; + } + + .d-flex-xl { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } + + .fa-center-xl { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + + .fa-baseline-xl { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + + .fa-start-xl { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + + .fa-end-xl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fa-stretch-xl { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + + .fa-end-xl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + + .fj-center-xl { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + + .fj-baseline-xl { + -webkit-box-pack: baseline !important; + -ms-flex-pack: baseline !important; + justify-content: baseline !important; + } + + .fj-start-xl { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + + .fj-end-xl { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + + .fj-between-xl { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + + .fj-around-xl { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + + .text-center-xl { + text-align: center !important; + } + + .text-left-xl { + text-align: left !important; + } + + .text-right-xl { + text-align: right !important; + } + + .display-1-xl { + font-size: 80px; + } + + .display-2-xl { + font-size: 70px; + } + + .display-3-xl { + font-size: 60px; + } + + .display-4-xl { + font-size: 50px; + } + + .h1-xl { + font-size: 46px; + } + + .h2-xl { + font-size: 36px; + } + + .h3-xl { + font-size: 28px; + } + + .h4-xl { + font-size: 22px; + } + + .h5-xl { + font-size: 18px; + } + + .h6-xl { + font-size: 16px; + } + + p-xl { + font-size: 16px; + } + + .p-0-xl { + padding: 0 !important; + } + + .px-0-xl { + padding-left: 0 !important; + padding-right: 0 !important; + } + + .py-0-xl { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + + .pt-0-xl { + padding-top: 0 !important; + } + + .pb-0-xl { + padding-bottom: 0 !important; + } + + .pl-0-xl { + padding-left: 0 !important; + } + + .pr-0-xl { + padding-right: 0 !important; + } + + .p-1-xl { + padding: 10px !important; + } + + .py-1-xl { + padding-top: 10px !important; + padding-bottom: 10px !important; + } + + .px-1-xl { + padding-left: 10px !important; + padding-right: 10px !important; + } + + .pl-1-xl { + padding-left: 10px !important; + } + + .pr-1-xl { + padding-right: 10px !important; + } + + .pt-1-xl { + padding-top: 10px !important; + } + + .pb-1-xl { + padding-bottom: 10px !important; + } + + .p-2-xl { + padding: 20px !important; + } + + .py-2-xl { + padding-top: 20px !important; + padding-bottom: 20px !important; + } + + .px-2-xl { + padding-left: 20px !important; + padding-right: 20px !important; + } + + .pl-2-xl { + padding-left: 20px !important; + } + + .pr-2-xl { + padding-right: 20px !important; + } + + .pt-2-xl { + padding-top: 20px !important; + } + + .pb-2-xl { + padding-bottom: 20px !important; + } + + .p-3-xl { + padding: 30px !important; + } + + .py-3-xl { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .px-3-xl { + padding-left: 30px !important; + padding-right: 30px !important; + } + + .pl-3-xl { + padding-left: 30px !important; + } + + .pr-3-xl { + padding-right: 30px !important; + } + + .pt-3-xl { + padding-top: 30px !important; + } + + .pb-3-xl { + padding-bottom: 30px !important; + } + + .p-4-xl { + padding: 40px !important; + } + + .py-4-xl { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .px-4-xl { + padding-left: 40px !important; + padding-right: 40px !important; + } + + .pl-4-xl { + padding-left: 40px !important; + } + + .pr-4-xl { + padding-right: 40px !important; + } + + .pt-4-xl { + padding-top: 40px !important; + } + + .pb-4-xl { + padding-bottom: 40px !important; + } + + .p-5-xl { + padding: 50px !important; + } + + .py-5-xl { + padding-top: 50px !important; + padding-bottom: 50px !important; + } + + .px-5-xl { + padding-left: 50px !important; + padding-right: 50px !important; + } + + .pl-5-xl { + padding-left: 50px !important; + } + + .pr-5-xl { + padding-right: 50px !important; + } + + .pt-5-xl { + padding-top: 50px !important; + } + + .pb-5-xl { + padding-bottom: 50px !important; + } + + .p-6-xl { + padding: 60px !important; + } + + .py-6-xl { + padding-top: 60px !important; + padding-bottom: 60px !important; + } + + .px-6-xl { + padding-left: 60px !important; + padding-right: 60px !important; + } + + .pl-6-xl { + padding-left: 60px !important; + } + + .pr-6-xl { + padding-right: 60px !important; + } + + .pt-6-xl { + padding-top: 60px !important; + } + + .pb-6-xl { + padding-bottom: 60px !important; + } + + .p-7-xl { + padding: 70px !important; + } + + .py-7-xl { + padding-top: 70px !important; + padding-bottom: 70px !important; + } + + .px-7-xl { + padding-left: 70px !important; + padding-right: 70px !important; + } + + .pl-7-xl { + padding-left: 70px !important; + } + + .pr-7-xl { + padding-right: 70px !important; + } + + .pt-7-xl { + padding-top: 70px !important; + } + + .pb-7-xl { + padding-bottom: 70px !important; + } + + .p-8-xl { + padding: 80px !important; + } + + .py-8-xl { + padding-top: 80px !important; + padding-bottom: 80px !important; + } + + .px-8-xl { + padding-left: 80px !important; + padding-right: 80px !important; + } + + .pl-8-xl { + padding-left: 80px !important; + } + + .pr-8-xl { + padding-right: 80px !important; + } + + .pt-8-xl { + padding-top: 80px !important; + } + + .pb-8-xl { + padding-bottom: 80px !important; + } + + .p-9-xl { + padding: 90px !important; + } + + .py-9-xl { + padding-top: 90px !important; + padding-bottom: 90px !important; + } + + .px-9-xl { + padding-left: 90px !important; + padding-right: 90px !important; + } + + .pl-9-xl { + padding-left: 90px !important; + } + + .pr-9-xl { + padding-right: 90px !important; + } + + .pt-9-xl { + padding-top: 90px !important; + } + + .pb-9-xl { + padding-bottom: 90px !important; + } + + .p-10-xl { + padding: 100px !important; + } + + .py-10-xl { + padding-top: 100px !important; + padding-bottom: 100px !important; + } + + .px-10-xl { + padding-left: 100px !important; + padding-right: 100px !important; + } + + .pl-10-xl { + padding-left: 100px !important; + } + + .pr-10-xl { + padding-right: 100px !important; + } + + .pt-10-xl { + padding-top: 100px !important; + } + + .pb-10-xl { + padding-bottom: 100px !important; + } + + .mx-auto-xl { + margin: 0 auto !important; + } + + .m-0-xl { + margin: 0 !important; + } + + .mx-0-xl { + margin-left: 0 !important; + margin-right: 0 !important; + } + + .my-0-xl { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + + .ml-auto-xl { + margin-left: auto !important; + } + + .mr-auto-xl { + margin-right: auto !important; + } + + .mt-0-xl { + margin-top: 0 !important; + } + + .mb-0-xl { + margin-bottom: 0 !important; + } + + .ml-0-xl { + margin-left: 0 !important; + } + + .mr-0-xl { + margin-right: 0 !important; + } + + .m-1-xl { + margin: 10px !important; + } + + .my-1-xl { + margin-top: 10px !important; + margin-bottom: 10px !important; + } + + .mx-1-xl { + margin-left: 10px !important; + margin-right: 10px !important; + } + + .ml-1-xl { + margin-left: 10px !important; + } + + .mr-1-xl { + margin-right: 10px !important; + } + + .mt-1-xl { + margin-top: 10px !important; + } + + .mb-1-xl { + margin-bottom: 10px !important; + } + + .m-2-xl { + margin: 20px !important; + } + + .my-2-xl { + margin-top: 20px !important; + margin-bottom: 20px !important; + } + + .mx-2-xl { + margin-left: 20px !important; + margin-right: 20px !important; + } + + .ml-2-xl { + margin-left: 20px !important; + } + + .mr-2-xl { + margin-right: 20px !important; + } + + .mt-2-xl { + margin-top: 20px !important; + } + + .mb-2-xl { + margin-bottom: 20px !important; + } + + .m-3-xl { + margin: 30px !important; + } + + .my-3-xl { + margin-top: 30px !important; + margin-bottom: 30px !important; + } + + .mx-3-xl { + margin-left: 30px !important; + margin-right: 30px !important; + } + + .ml-3-xl { + margin-left: 30px !important; + } + + .mr-3-xl { + margin-right: 30px !important; + } + + .mt-3-xl { + margin-top: 30px !important; + } + + .mb-3-xl { + margin-bottom: 30px !important; + } + + .m-4-xl { + margin: 40px !important; + } + + .my-4-xl { + margin-top: 40px !important; + margin-bottom: 40px !important; + } + + .mx-4-xl { + margin-left: 40px !important; + margin-right: 40px !important; + } + + .ml-4-xl { + margin-left: 40px !important; + } + + .mr-4-xl { + margin-right: 40px !important; + } + + .mt-4-xl { + margin-top: 40px !important; + } + + .mb-4-xl { + margin-bottom: 40px !important; + } + + .m-5-xl { + margin: 50px !important; + } + + .my-5-xl { + margin-top: 50px !important; + margin-bottom: 50px !important; + } + + .mx-5-xl { + margin-left: 50px !important; + margin-right: 50px !important; + } + + .ml-5-xl { + margin-left: 50px !important; + } + + .mr-5-xl { + margin-right: 50px !important; + } + + .mt-5-xl { + margin-top: 50px !important; + } + + .mb-5-xl { + margin-bottom: 50px !important; + } + + .m-6-xl { + margin: 60px !important; + } + + .my-6-xl { + margin-top: 60px !important; + margin-bottom: 60px !important; + } + + .mx-6-xl { + margin-left: 60px !important; + margin-right: 60px !important; + } + + .ml-6-xl { + margin-left: 60px !important; + } + + .mr-6-xl { + margin-right: 60px !important; + } + + .mt-6-xl { + margin-top: 60px !important; + } + + .mb-6-xl { + margin-bottom: 60px !important; + } + + .m-7-xl { + margin: 70px !important; + } + + .my-7-xl { + margin-top: 70px !important; + margin-bottom: 70px !important; + } + + .mx-7-xl { + margin-left: 70px !important; + margin-right: 70px !important; + } + + .ml-7-xl { + margin-left: 70px !important; + } + + .mr-7-xl { + margin-right: 70px !important; + } + + .mt-7-xl { + margin-top: 70px !important; + } + + .mb-7-xl { + margin-bottom: 70px !important; + } + + .m-8-xl { + margin: 80px !important; + } + + .my-8-xl { + margin-top: 80px !important; + margin-bottom: 80px !important; + } + + .mx-8-xl { + margin-left: 80px !important; + margin-right: 80px !important; + } + + .ml-8-xl { + margin-left: 80px !important; + } + + .mr-8-xl { + margin-right: 80px !important; + } + + .mt-8-xl { + margin-top: 80px !important; + } + + .mb-8-xl { + margin-bottom: 80px !important; + } + + .m-9-xl { + margin: 90px !important; + } + + .my-9-xl { + margin-top: 90px !important; + margin-bottom: 90px !important; + } + + .mx-9-xl { + margin-left: 90px !important; + margin-right: 90px !important; + } + + .ml-9-xl { + margin-left: 90px !important; + } + + .mr-9-xl { + margin-right: 90px !important; + } + + .mt-9-xl { + margin-top: 90px !important; + } + + .mb-9-xl { + margin-bottom: 90px !important; + } + + .m-10-xl { + margin: 100px !important; + } + + .my-10-xl { + margin-top: 100px !important; + margin-bottom: 100px !important; + } + + .mx-10-xl { + margin-left: 100px !important; + margin-right: 100px !important; + } + + .ml-10-xl { + margin-left: 100px !important; + } + + .mr-10-xl { + margin-right: 100px !important; + } + + .mt-10-xl { + margin-top: 100px !important; + } + + .mb-10-xl { + margin-bottom: 100px !important; + } + + .weight-100-xl { + font-weight: 100 !important; + } + + .weight-200-xl { + font-weight: 200 !important; + } + + .weight-300-xl { + font-weight: 300 !important; + } + + .weight-400-xl { + font-weight: 400 !important; + } + + .weight-500-xl { + font-weight: 500 !important; + } + + .weight-600-xl { + font-weight: 600 !important; + } + + .weight-700-xl { + font-weight: 700 !important; + } + + .weight-800-xl { + font-weight: 800 !important; + } + + .weight-900-xl { + font-weight: 900 !important; + } +} +.pagination { + display: inline-block; +} + +.pagination a { + color: black; + float: left; + padding: 8px 16px; + text-decoration: none; +} + +.pagination a.active { + background-color: #5b3ff9; + color: white; +} + +.pagination a:hover:not(.active) { + background-color: #ddd; +} + +.flat-tabs .tab-nav { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.flat-tabs .tab-nav .tab-link { + outline: none; + border: none; + display: block; + padding: 10px 15px; + cursor: pointer; + background: #5b3ff9; + color: white; + position: relative; +} +.flat-tabs .tab-nav .tab-link:hover, .flat-tabs .tab-nav .tab-link.active { + background: #4626f8; + -webkit-box-shadow: inset 0 -4px 0 0 #310ef7; + box-shadow: inset 0 -4px 0 0 #310ef7; +} +.flat-tabs .tab-container { + padding: 15px 0; +} +.flat-tabs .tab-content { + display: none; + padding: 6px 12px; + -webkit-animation: fadeEffect 1s; + animation: fadeEffect 1s; +} +.flat-tabs .tab-content.active { + display: block !important; +} +.flat-tabs .tab-content .tab-close { + cursor: pointer; + opacity: 0.5; + font-size: 16px; +} +.flat-tabs .tab-content .tab-close:hover { + opacity: 1; +} + +@-webkit-keyframes fadeEffect { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fadeEffect { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +/* Custom Css */ +/* Breakpoints | Min Width */ +/* Breakpoints | Max Width */ /*# sourceMappingURL=butterCake.min.css.map */ \ No newline at end of file diff --git a/dist/css/butterCake.min.css.map b/dist/css/butterCake.min.css.map index 20e19ad..99e76b2 100644 --- a/dist/css/butterCake.min.css.map +++ b/dist/css/butterCake.min.css.map @@ -1 +1 @@ -{"version":3,"sources":["..\\..\\src\\butterCake.css","..\\..\\src\\butterCake.scss","..\\..\\src\\inc\\_root.scss","..\\..\\src\\inc\\_reset.scss","..\\..\\src\\vars\\_variable.scss","..\\..\\src\\inc\\_typography.scss","..\\..\\src\\inc\\_containers.scss","..\\..\\src\\mixins\\_mixins.scss","..\\..\\src\\inc\\_grid.scss","..\\..\\src\\inc\\_navbar.scss","..\\..\\src\\inc\\_buttons.scss","..\\..\\src\\inc\\_jumbotron.scss","..\\..\\src\\inc\\_form.scss","..\\..\\src\\inc\\_dropdown.scss","..\\..\\src\\inc\\_cards.scss","..\\..\\src\\inc\\_list.scss","..\\..\\src\\inc\\_blockquote.scss","..\\..\\src\\inc\\_table.scss","..\\..\\src\\inc\\_code.scss","..\\..\\src\\inc\\_alerts.scss","..\\..\\src\\inc\\_badges.scss","..\\..\\src\\inc\\_modal.scss","..\\..\\src\\inc\\_tabs.scss","..\\..\\src\\inc\\_accordion.scss","..\\..\\src\\inc\\_breadcrumb.scss","..\\..\\src\\inc\\_progressbar.scss","..\\..\\src\\inc\\_tooltip.scss","..\\..\\src\\inc\\_chips.scss","..\\..\\src\\inc\\_utilities.scss","..\\..\\src\\inc\\_responsive-helpers.scss","..\\..\\src\\addons\\_pagination.scss","..\\..\\src\\addons\\_flat-tabs.scss"],"names":[],"mappings":"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6BAAkD,CACrD,AA9BD,KACI,sBAA2C,CAC9C,AAED,MACI,2BAA+C,AAC/C,6BAAkD,CACrD,AAED,MACI,4BAAgD,AAChD,4BAAiD,CACpD,AAED,MACI,2BAAgD,CACnD,AAED,MACI,4BAAiD,CACpD,AAGD,MACI,0BAA+C,CAClD,AAGD,MACI,6BAAkD,CACrD,AA9BD,KACI,sBAA2C,CAC9C,AAED,MACI,2BAA+C,AAC/C,6BAAkD,CACrD,AAED,MACI,4BAAgD,AAChD,4BAAiD,CACpD,AAED,MACI,2BAAgD,CACnD,AAED,MACI,4BAAiD,CACpD,AAGD,MACI,0BAA+C,CAClD,AAGD,MACI,6BAAkD,CACrD,AA9BD,KACI,sBAA2C,CAC9C,AAED,MACI,2BAA+C,AAC/C,6BAAkD,CACrD,AAED,MACI,4BAAgD,AAChD,4BAAiD,CACpD,AAED,MACI,2BAAgD,CACnD,AAED,MACI,4BAAiD,CACpD,AAGD,MACI,0BAA+C,CAClD,AAGD,MACI,6BAAkD,CACrD,AA9BD,KACI,sBAA2C,CAC9C,AAED,MACI,2BAA+C,AAC/C,6BAAkD,CACrD,AAED,MACI,4BAAgD,AAChD,4BAAiD,CACpD,AAED,MACI,2BAAgD,CACnD,AAED,MACI,4BAAiD,CACpD,AAGD,MACI,0BAA+C,CAClD,AAGD,MACI,6BAAkD,CACrD,AA9BD,KACI,sBAA2C,CAC9C,AAED,MACI,2BAA+C,AAC/C,6BAAkD,CACrD,AAED,MACI,4BAAgD,AAChD,4BAAiD,CACpD,AAED,MACI,2BAAgD,CACnD,AAED,MACI,4BAAiD,CACpD,AAGD,MACI,0BAA+C,CAClD,AAGD,MACI,6BAAkD,CACrD,AA9BD,MACI,uBAA2C,CAC9C,AAED,OACI,4BAA+C,AAC/C,8BAAkD,CACrD,AAED,OACI,6BAAgD,AAChD,6BAAiD,CACpD,AAED,OACI,4BAAgD,CACnD,AAED,OACI,6BAAiD,CACpD,AAGD,OACI,2BAA+C,CAClD,AAGD,OACI,8BAAkD,CACrD,AAUL,SACI,uBAAyB,CAC5B,AAED,KACI,kBAAoB,CACvB,AAED,MACI,wBA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ACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CA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hB,AAED,cACE,cAAe,CAChB,AACD,OACE,czBvDG,CyBwDJ,AAED,OACE,czB1DG,CyB2DJ,AAED,OACE,czB7DG,CyB8DJ,AAED,OACE,czBhEG,CyBiEJ,AAED,OACE,czBnEG,CyBoEJ,AAED,OACE,czBtEG,CyBuEJ,AAED,KACE,czBjGe,CyBkGhB,AAID,QACE,mBAAqB,CACtB,AAED,SACE,yBAA0B,AAC1B,yBAA2B,CAC5B,AAED,SACE,wBAAyB,AACzB,0BAA4B,CAC7B,AAED,SACE,uBAAyB,CAC1B,AAED,SACE,0BAA4B,CAC7B,AAED,SACE,wBAA0B,CAC3B,AAED,SACE,yBAA2B,CAC5B,AAKC,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,SACE,uBAA2C,CAC5C,AAED,UACE,4BAA+C,AAC/C,8BAAkD,CACnD,AAED,UACE,6BAAgD,AAChD,6BAAiD,CAClD,AAED,UACE,4BAAgD,CACjD,AAED,UACE,6BAAiD,CAClD,AAGD,UACE,2BAA+C,CAChD,AAGD,UACE,8BAAkD,CACnD,AAQH,YACE,uBAAyB,CAC1B,AAED,QACE,kBAAoB,CACrB,AAED,SACE,wBAAyB,AACzB,wBAA0B,CAC3B,AAED,SACE,uBAAwB,AACxB,yBAA2B,CAC5B,AAED,YACE,0BAA4B,CAC7B,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AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4B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CAC7B,AAGD,cACE,cAAe,CAChB,AAED,cACE,cAAe,CAChB,AAED,cACE,cAAe,CAChB,AAED,cACE,cAAe,CAChB,AACD,OACE,czBvDG,CyBwDJ,AAED,OACE,czB1DG,CyB2DJ,AAED,OACE,czB7DG,CyB8DJ,AAED,OACE,czBhEG,CyBiEJ,AAED,OACE,czBnEG,CyBoEJ,AAED,OACE,czBtEG,CyBuEJ,AAED,KACE,czBjGe,CyBkGhB,AAID,QACE,mBAAqB,CACtB,AAED,SACE,yBAA0B,AAC1B,yBAA2B,CAC5B,AAED,SACE,wBAAyB,AACzB,0BAA4B,CAC7B,AAED,SACE,uBAAyB,CAC1B,AAED,SACE,0BAA4B,CAC7B,AAED,SACE,wBAA0B,CAC3B,AAED,SACE,yBAA2B,CAC5B,AAKC,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,QACE,sBAA2C,CAC5C,AAED,SACE,2BAA+C,AAC/C,6BAAkD,CACnD,AAED,SACE,4BAAgD,AAChD,4BAAiD,CAClD,AAED,SACE,2BAAgD,CACjD,AAED,SACE,4BAAiD,CAClD,AAGD,SACE,0BAA+C,CAChD,AAGD,SACE,6BAAkD,CACnD,AA9BD,SACE,uBAA2C,CAC5C,AAED,UACE,4BAA+C,AAC/C,8BAAkD,CACnD,AAED,UACE,6BAAgD,AAChD,6BAAiD,CAClD,AAED,UACE,4BAAgD,CACjD,AAED,UACE,6BAAiD,CAClD,AAGD,UACE,2BAA+C,CAChD,AAGD,UACE,8BAAkD,CACnD,AAQH,YACE,uBAAyB,CAC1B,AAED,QACE,kBAAoB,CACrB,AAED,SACE,wBAAyB,AACzB,wBAA0B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"} \ No newline at end of file +{"version":3,"sources":["butterCake.min.css","../../src/butterCake.scss","../../src/overwrite.scss","../../src/inc/_root.scss","../../src/inc/_reset.scss","../../src/vars/_variable.scss","../../src/inc/_typography.scss","../../src/inc/_containers.scss","../../src/mixins/_mixins.scss","../../src/inc/_grid.scss","../../src/inc/_navbar.scss","../../src/inc/_buttons.scss","../../src/inc/_jumbotron.scss","../../src/inc/_form.scss","../../src/inc/_dropdown.scss","../../src/inc/_cards.scss","../../src/inc/_list.scss","../../src/inc/_blockquote.scss","../../src/inc/_table.scss","../../src/inc/_code.scss","../../src/inc/_alerts.scss","../../src/inc/_badges.scss","../../src/inc/_modal.scss","../../src/inc/_tabs.scss","../../src/inc/_accordion.scss","../../src/inc/_breadcrumb.scss","../../src/inc/_progressbar.scss","../../src/inc/_tooltip.scss","../../src/inc/_chips.scss","../../src/inc/_utilities.scss","../../src/inc/_responsive-helpers.scss","../../src/addons/_pagination.scss","../../src/addons/_flat-tabs.scss","../../src/custom.scss"],"names":[],"mappings":"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S3dI;EACI,6BAAA;MAAA,gBAAA;EACA,eAAA;AT8dR;;AQjSI;EACI,4BCxLK;MDwLL,iBCxLK;UDwLL,QCxLK;AT4db;;AQrSI;EACI,4BCxLK;MDwLL,iBCxLK;UDwLL,QCxLK;ATgeb;;AQzSI;EACI,4BCxLK;MDwLL,iBCxLK;UDwLL,QCxLK;AToeb;;AQ7SI;EACI,4BCxLK;MDwLL,iBCxLK;UDwLL,QCxLK;ATweb;;AQjTI;EACI,4BCxLK;MDwLL,iBCxLK;UDwLL,QCxLK;AT4eb;;AQrTI;EACI,4BCxLK;MDwLL,iBCxLK;UDwLL,QCxLK;ATgfb;;AQzTI;EACI,4BCxLK;MDwLL,iBCxLK;UDwLL,QCxLK;ATofb;;AQ7TI;EACI,4BCxLK;MDwLL,iBCxLK;UDwLL,QCxLK;ATwfb;;AQjUI;EACI,6BCxLK;MDwLL,iBCxLK;UDwLL,QCxLK;AT4fb;;AQrUI;EACI,6BCxLK;MDwLL,kBCxLK;UDwLL,SCxLK;ATggBb;;ASxfI;EAGQ;IACI,sCAAA;QAAA,yBAAA;IACA,wBAAA;ETyfd;;ES3fU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET8fd;;EShgBU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ETmgBd;;ESrgBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETwgBd;;ES1gBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET6gBd;;ES/gBU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ETkhBd;;ESphBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETuhBd;;ESzhBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET4hBd;;ES9hBU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ETiiBd;;ESniBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETsiBd;;ESxiBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET2iBd;;ES7iBU;IACI,6BAAA;QAAA,gBAAA;IACA,eAAA;ETgjBd;;EQ1cE;;IAEI,wBAAA;ER6cN;;EQ1cE;IACI,yBAAA;ER6cN;;EQ1cE;IACI,gCAAA;ER6cN;;EQ1cE;IACI,+BAAA;IAAA,+BAAA;IAAA,wBAAA;ER6cN;;EQ1cE;IACI,oCAAA;QAAA,iCAAA;YAAA,8BAAA;ER6cN;;EQ1cE;IACI,sCAAA;QAAA,mCAAA;YAAA,gCAAA;ER6cN;;EQ1cE;IACI,mCAAA;QAAA,gCAAA;YAAA,kCAAA;ER6cN;;EQ1cE;IACI,iCAAA;QAAA,8BAAA;YAAA,gCAAA;ER6cN;;EQ1cE;IACI,qCAAA;QAAA,kCAAA;YAAA,+BAAA;ER6cN;;EQ1cE;IACI,iCAAA;QAAA,8BAAA;YAAA,gCAAA;ER6cN;;EQ1cE;IACI,mCAAA;QAAA,gCAAA;YAAA,kCAAA;ER6cN;;EQ1cE;IACI,qCAAA;QAAA,kCAAA;YAAA,oCAAA;ER6cN;;EQ1cE;IACI,kCAAA;QAAA,+BAAA;YAAA,sCAAA;ER6cN;;EQ1cE;IACI,gCAAA;QAAA,6BAAA;YAAA,oCAAA;ER6cN;;EQ1cE;IACI,oCAAA;QAAA,iCAAA;YAAA,yCAAA;ER6cN;;EQ1cE;IACI,oCAAA;QAAA,wCAAA;ER6cN;;EQvcE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET6mBnB;;EQ3cE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETinBnB;;EQ/cE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETqnBnB;;EQndE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETynBnB;;EQvdE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET6nBnB;;EQ3dE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETioBnB;;EQ/dE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETqoBnB;;EQneE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETyoBnB;;EQveE;IACI,6BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET6oBnB;;EQ3eE;IACI,6BCnKa;QDmKb,kBCnKa;YDmKb,SCnKa;ETipBnB;AACF;AS/pBI;EAGQ;IACI,sCAAA;QAAA,yBAAA;IACA,wBAAA;ET+pBd;;ESjqBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;EToqBd;;EStqBU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ETyqBd;;ES3qBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET8qBd;;EShrBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETmrBd;;ESrrBU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ETwrBd;;ES1rBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET6rBd;;ES/rBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETksBd;;ESpsBU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ETusBd;;ESzsBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET4sBd;;ES9sBU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETitBd;;ESntBU;IACI,6BAAA;QAAA,gBAAA;IACA,eAAA;ETstBd;;EQhnBE;;IAEI,wBAAA;ERmnBN;;EQhnBE;IACI,yBAAA;ERmnBN;;EQhnBE;IACI,gCAAA;ERmnBN;;EQhnBE;IACI,+BAAA;IAAA,+BAAA;IAAA,wBAAA;ERmnBN;;EQhnBE;IACI,oCAAA;QAAA,iCAAA;YAAA,8BAAA;ERmnBN;;EQhnBE;IACI,sCAAA;QAAA,mCAAA;YAAA,gCAAA;ERmnBN;;EQhnBE;IACI,mCAAA;QAAA,gCAAA;YAAA,kCAAA;ERmnBN;;EQhnBE;IACI,iCAAA;QAAA,8BAAA;YAAA,gCAAA;ERmnBN;;EQhnBE;IACI,qCAAA;QAAA,kCAAA;YAAA,+BAAA;ERmnBN;;EQhnBE;IACI,iCAAA;QAAA,8BAAA;YAAA,gCAAA;ERmnBN;;EQhnBE;IACI,mCAAA;QAAA,gCAAA;YAAA,kCAAA;ERmnBN;;EQhnBE;IACI,qCAAA;QAAA,kCAAA;YAAA,oCAAA;ERmnBN;;EQhnBE;IACI,kCAAA;QAAA,+BAAA;YAAA,sCAAA;ERmnBN;;EQhnBE;IACI,gCAAA;QAAA,6BAAA;YAAA,oCAAA;ERmnBN;;EQhnBE;IACI,oCAAA;QAAA,iCAAA;YAAA,yCAAA;ERmnBN;;EQhnBE;IACI,oCAAA;QAAA,wCAAA;ERmnBN;;EQ7mBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETmxBnB;;EQjnBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETuxBnB;;EQrnBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET2xBnB;;EQznBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET+xBnB;;EQ7nBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETmyBnB;;EQjoBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETuyBnB;;EQroBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET2yBnB;;EQzoBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET+yBnB;;EQ7oBE;IACI,6BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETmzBnB;;EQjpBE;IACI,6BCnKa;QDmKb,kBCnKa;YDmKb,SCnKa;ETuzBnB;AACF;ASr0BI;EAGQ;IACI,sCAAA;QAAA,yBAAA;IACA,wBAAA;ETq0Bd;;ESv0BU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET00Bd;;ES50BU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ET+0Bd;;ESj1BU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETo1Bd;;ESt1BU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETy1Bd;;ES31BU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ET81Bd;;ESh2BU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETm2Bd;;ESr2BU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETw2Bd;;ES12BU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ET62Bd;;ES/2BU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETk3Bd;;ESp3BU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETu3Bd;;ESz3BU;IACI,6BAAA;QAAA,gBAAA;IACA,eAAA;ET43Bd;;EQtxBE;;IAEI,wBAAA;ERyxBN;;EQtxBE;IACI,yBAAA;ERyxBN;;EQtxBE;IACI,gCAAA;ERyxBN;;EQtxBE;IACI,+BAAA;IAAA,+BAAA;IAAA,wBAAA;ERyxBN;;EQtxBE;IACI,oCAAA;QAAA,iCAAA;YAAA,8BAAA;ERyxBN;;EQtxBE;IACI,sCAAA;QAAA,mCAAA;YAAA,gCAAA;ERyxBN;;EQtxBE;IACI,mCAAA;QAAA,gCAAA;YAAA,kCAAA;ERyxBN;;EQtxBE;IACI,iCAAA;QAAA,8BAAA;YAAA,gCAAA;ERyxBN;;EQtxBE;IACI,qCAAA;QAAA,kCAAA;YAAA,+BAAA;ERyxBN;;EQtxBE;IACI,iCAAA;QAAA,8BAAA;YAAA,gCAAA;ERyxBN;;EQtxBE;IACI,mCAAA;QAAA,gCAAA;YAAA,kCAAA;ERyxBN;;EQtxBE;IACI,qCAAA;QAAA,kCAAA;YAAA,oCAAA;ERyxBN;;EQtxBE;IACI,kCAAA;QAAA,+BAAA;YAAA,sCAAA;ERyxBN;;EQtxBE;IACI,gCAAA;QAAA,6BAAA;YAAA,oCAAA;ERyxBN;;EQtxBE;IACI,oCAAA;QAAA,iCAAA;YAAA,yCAAA;ERyxBN;;EQtxBE;IACI,oCAAA;QAAA,wCAAA;ERyxBN;;EQnxBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETy7BnB;;EQvxBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET67BnB;;EQ3xBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETi8BnB;;EQ/xBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETq8BnB;;EQnyBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETy8BnB;;EQvyBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET68BnB;;EQ3yBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETi9BnB;;EQ/yBE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETq9BnB;;EQnzBE;IACI,6BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETy9BnB;;EQvzBE;IACI,6BCnKa;QDmKb,kBCnKa;YDmKb,SCnKa;ET69BnB;AACF;AS3+BI;EAGQ;IACI,sCAAA;QAAA,yBAAA;IACA,wBAAA;ET2+Bd;;ES7+BU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETg/Bd;;ESl/BU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ETq/Bd;;ESv/BU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET0/Bd;;ES5/BU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET+/Bd;;ESjgCU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ETogCd;;EStgCU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETygCd;;ES3gCU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET8gCd;;EShhCU;IACI,4BAAA;QAAA,eAAA;IACA,cAAA;ETmhCd;;ESrhCU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ETwhCd;;ES1hCU;IACI,uCAAA;QAAA,0BAAA;IACA,yBAAA;ET6hCd;;ES/hCU;IACI,6BAAA;QAAA,gBAAA;IACA,eAAA;ETkiCd;;EQ57BE;;IAEI,wBAAA;ER+7BN;;EQ57BE;IACI,yBAAA;ER+7BN;;EQ57BE;IACI,gCAAA;ER+7BN;;EQ57BE;IACI,+BAAA;IAAA,+BAAA;IAAA,wBAAA;ER+7BN;;EQ57BE;IACI,oCAAA;QAAA,iCAAA;YAAA,8BAAA;ER+7BN;;EQ57BE;IACI,sCAAA;QAAA,mCAAA;YAAA,gCAAA;ER+7BN;;EQ57BE;IACI,mCAAA;QAAA,gCAAA;YAAA,kCAAA;ER+7BN;;EQ57BE;IACI,iCAAA;QAAA,8BAAA;YAAA,gCAAA;ER+7BN;;EQ57BE;IACI,qCAAA;QAAA,kCAAA;YAAA,+BAAA;ER+7BN;;EQ57BE;IACI,iCAAA;QAAA,8BAAA;YAAA,gCAAA;ER+7BN;;EQ57BE;IACI,mCAAA;QAAA,gCAAA;YAAA,kCAAA;ER+7BN;;EQ57BE;IACI,qCAAA;QAAA,kCAAA;YAAA,oCAAA;ER+7BN;;EQ57BE;IACI,kCAAA;QAAA,+BAAA;YAAA,sCAAA;ER+7BN;;EQ57BE;IACI,gCAAA;QAAA,6BAAA;YAAA,oCAAA;ER+7BN;;EQ57BE;IACI,oCAAA;QAAA,iCAAA;YAAA,yCAAA;ER+7BN;;EQ57BE;IACI,oCAAA;QAAA,wCAAA;ER+7BN;;EQz7BE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET+lCnB;;EQ77BE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETmmCnB;;EQj8BE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETumCnB;;EQr8BE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET2mCnB;;EQz8BE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET+mCnB;;EQ78BE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETmnCnB;;EQj9BE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ETunCnB;;EQr9BE;IACI,4BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET2nCnB;;EQz9BE;IACI,6BCnKa;QDmKb,iBCnKa;YDmKb,QCnKa;ET+nCnB;;EQ79BE;IACI,6BCnKa;QDmKb,kBCnKa;YDmKb,SCnKa;ETmoCnB;AACF;AU1tCA;;CAAA;AAIA;EACI,2BAAA;AV2tCJ;;AUxtCA;;CAAA;AAGA;EACI,WAAA;EACA,0BAAA;EACA,MAAA;EACA,OAAA;EACA,aAAA;AV2tCJ;;AUxtCA;;CAAA;AAGA;EACI,kBAAA;EACA,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,qBAAA;MAAA,iBAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,8BAAA;EACA,eAAA;EAMA;;GAAA;EAYA;;GAAA;EAYA;;GAAA;EA0CA;;GAAA;EA8BA;;;;GAAA;AVsoCJ;AU1uCI;EACI,kCLoDK;EKpDL,6BLoDK;EKpDL,0BLoDK;ALwrCb;AUtuCI;EAEI,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,mBAAA;MAAA,eAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,8BAAA;EACA,WAAA;AVuuCR;AUjuCI;EACI,2BAAA;EAAA,2BAAA;EAAA,oBAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,uBAAA;MAAA,oBAAA;UAAA,2BAAA;EACA,kBAAA;EACA,oBAAA;EACA,mBAAA;AVmuCR;AU7tCI;EACI,aAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,6BAAA;MAAA,gBAAA;EAEA;;GAAA;AVguCR;AU7tCQ;EACI,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,wBAAA;MAAA,qBAAA;UAAA,uBAAA;EACA,UAAA;EACA,SAAA;EAEA;;GAAA;EAcA;;GAAA;AVqtCZ;AUhuCY;EACI,SAAA;EAEA;;GAAA;AVmuChB;AUhuCgB;EACI,qBAAA;AVkuCpB;AU3tCY;EACI,gBAAA;EACA,UAAA;AV6tChB;AUrtCI;EACI,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,wBAAA;MAAA,qBAAA;UAAA,uBAAA;EAEA,YAAA;EACA,uBAAA;EACA,gBAAA;EACA,mBAAA;EACA,iBAAA;EACA,kBAAA;EAEA,YAAA;EACA,aAAA;EACA,eAAA;EAGI,kBL7BI;ALgvChB;AUhtCQ;EACI,YAAA;EACA,8BAAA;AVktCZ;AUxsCI;EACI,uBLpIA;EKsIA;;GAAA;EAmDA;;GAAA;AV2pCR;AU1sCQ;EACI,mBAAA;EACA,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,uBAAA;MAAA,oBAAA;UAAA,2BAAA;AV4sCZ;AU1sCY;EACI,cAAA;EACA,gBAAA;EACA,eL3GX;EK4GW,cLzJN;ALq2CV;AU1sCgB;EACI,yBAAA;AV4sCpB;AUzsCgB;EACI,cAAA;AV2sCpB;AUrsCY;EACI,cLtKJ;EKuKI,kBAAA;AVusChB;AUrsCgB;EAEI,YLvKZ;EKwKY,yBL7KV;ALm3CV;AUjsCgB;EACI,YL9KZ;EK+KY,yBLpLV;ALu3CV;AU9rCQ;;EAEI,kCAAA;AVgsCZ;AUprCY;EAEI,mBLpFP;ALywCT;AUlrCoB;EACI,YLxMhB;AL43CR;AUlrCwB;EACI,yBAAA;AVorC5B;AU/qCgB;EACI,mBAAA;AVirCpB;AU/qCoB;EACI,mBAAA;AVirCxB;AU3qCoB;EACI,YL3NhB;ALw4CR;AU3qCwB;EAEI,YL/NpB;EKgOoB,yBAAA;AV4qC5B;AUvqCwB;EACI,YLtOpB;EKuOoB,yBAAA;AVyqC5B;AUpqCgB;EACI,oCAAA;AVsqCpB;AUpqCoB;EACI,8BAAA;AVsqCxB;AUlqCgB;;EAEI,oCAAA;AVoqCpB;AUxtCY;EAEI,mBLpFP;AL6yCT;AUttCoB;EACI,YLxMhB;ALg6CR;AUttCwB;EACI,yBAAA;AVwtC5B;AUntCgB;EACI,mBAAA;AVqtCpB;AUntCoB;EACI,mBAAA;AVqtCxB;AU/sCoB;EACI,YL3NhB;AL46CR;AU/sCwB;EAEI,YL/NpB;EKgOoB,yBAAA;AVgtC5B;AU3sCwB;EACI,YLtOpB;EKuOoB,yBAAA;AV6sC5B;AUxsCgB;EACI,oCAAA;AV0sCpB;AUxsCoB;EACI,8BAAA;AV0sCxB;AUtsCgB;;EAEI,oCAAA;AVwsCpB;AU5vCY;EAEI,mBLpFP;ALi1CT;AU1vCoB;EACI,YLxMhB;ALo8CR;AU1vCwB;EACI,yBAAA;AV4vC5B;AUvvCgB;EACI,mBAAA;AVyvCpB;AUvvCoB;EACI,mBAAA;AVyvCxB;AUnvCoB;EACI,YL3NhB;ALg9CR;AUnvCwB;EAEI,YL/NpB;EKgOoB,yBAAA;AVovC5B;AU/uCwB;EACI,YLtOpB;EKuOoB,yBAAA;AVivC5B;AU5uCgB;EACI,oCAAA;AV8uCpB;AU5uCoB;EACI,8BAAA;AV8uCxB;AU1uCgB;;EAEI,oCAAA;AV4uCpB;AUhyCY;EAEI,mBLpFP;ALq3CT;AU9xCoB;EACI,YLxMhB;ALw+CR;AU9xCwB;EACI,uBAAA;AVgyC5B;AU3xCgB;EACI,iBAAA;AV6xCpB;AU3xCoB;EACI,iBAAA;AV6xCxB;AUvxCoB;EACI,YL3NhB;ALo/CR;AUvxCwB;EAEI,YL/NpB;EKgOoB,yBAAA;AVwxC5B;AUnxCwB;EACI,YLtOpB;EKuOoB,yBAAA;AVqxC5B;AUhxCgB;EACI,oCAAA;AVkxCpB;AUhxCoB;EACI,8BAAA;AVkxCxB;AU9wCgB;;EAEI,oCAAA;AVgxCpB;AUp0CY;EAEI,gBLpFP;ALy5CT;AUl0CoB;EACI,YLxMhB;AL4gDR;AUl0CwB;EACI,yBAAA;AVo0C5B;AU/zCgB;EACI,mBAAA;AVi0CpB;AU/zCoB;EACI,mBAAA;AVi0CxB;AU3zCoB;EACI,YL3NhB;ALwhDR;AU3zCwB;EAEI,YL/NpB;EKgOoB,yBAAA;AV4zC5B;AUvzCwB;EACI,YLtOpB;EKuOoB,yBAAA;AVyzC5B;AUpzCgB;EACI,oCAAA;AVszCpB;AUpzCoB;EACI,8BAAA;AVszCxB;AUlzCgB;;EAEI,iCAAA;AVozCpB;AUx2CY;EAEI,iBLpFP;AL67CT;AUt2CoB;EACI,YLxMhB;ALgjDR;AUt2CwB;EACI,yBAAA;AVw2C5B;AUn2CgB;EACI,mBAAA;AVq2CpB;AUn2CoB;EACI,mBAAA;AVq2CxB;AU/1CoB;EACI,YL3NhB;AL4jDR;AU/1CwB;EAEI,YL/NpB;EKgOoB,yBAAA;AVg2C5B;AU31CwB;EACI,YLtOpB;EKuOoB,yBAAA;AV61C5B;AUx1CgB;EACI,oCAAA;AV01CpB;AUx1CoB;EACI,8BAAA;AV01CxB;AUt1CgB;;EAEI,kCAAA;AVw1CpB;AU54CY;EAEI,mBLpFP;ALi+CT;AU14CoB;EACI,YLxMhB;ALolDR;AU14CwB;EACI,yBAAA;AV44C5B;AUv4CgB;EACI,mBAAA;AVy4CpB;AUv4CoB;EACI,mBAAA;AVy4CxB;AUn4CoB;EACI,YL3NhB;ALgmDR;AUn4CwB;EAEI,YL/NpB;EKgOoB,yBAAA;AVo4C5B;AU/3CwB;EACI,YLtOpB;EKuOoB,yBAAA;AVi4C5B;AU53CgB;EACI,oCAAA;AV83CpB;AU53CoB;EACI,8BAAA;AV83CxB;AU13CgB;;EAEI,oCAAA;AV43CpB;AUh7CY;EAEI,mBLpFP;ALqgDT;AU96CoB;EACI,YLxMhB;ALwnDR;AU96CwB;EACI,yBAAA;AVg7C5B;AU36CgB;EACI,mBAAA;AV66CpB;AU36CoB;EACI,mBAAA;AV66CxB;AUv6CoB;EACI,YL3NhB;ALooDR;AUv6CwB;EAEI,YL/NpB;EKgOoB,yBAAA;AVw6C5B;AUn6CwB;EACI,YLtOpB;EKuOoB,yBAAA;AVq6C5B;AUh6CgB;EACI,oCAAA;AVk6CpB;AUh6CoB;EACI,8BAAA;AVk6CxB;AU95CgB;;EAEI,oCAAA;AVg6CpB;AUp9CY;EAEI,mBLpFP;ALyiDT;AUl9CoB;EACI,YLxMhB;AL4pDR;AUl9CwB;EACI,yBAAA;AVo9C5B;AU/8CgB;EACI,mBAAA;AVi9CpB;AU/8CoB;EACI,mBAAA;AVi9CxB;AU38CoB;EACI,YL3NhB;ALwqDR;AU38CwB;EAEI,YL/NpB;EKgOoB,yBAAA;AV48C5B;AUv8CwB;EACI,YLtOpB;EKuOoB,yBAAA;AVy8C5B;AUp8CgB;EACI,oCAAA;AVs8CpB;AUp8CoB;EACI,8BAAA;AVs8CxB;AUl8CgB;;EAEI,oCAAA;AVo8CpB;AUx/CY;EAEI,mBLpFP;AL6kDT;AUt/CoB;EACI,YLxMhB;ALgsDR;AUt/CwB;EACI,yBAAA;AVw/C5B;AUn/CgB;EACI,mBAAA;AVq/CpB;AUn/CoB;EACI,mBAAA;AVq/CxB;AU/+CoB;EACI,YL3NhB;AL4sDR;AU/+CwB;EAEI,YL/NpB;EKgOoB,yBAAA;AVg/C5B;AU3+CwB;EACI,YLtOpB;EKuOoB,yBAAA;AV6+C5B;AUx+CgB;EACI,oCAAA;AV0+CpB;AUx+CoB;EACI,8BAAA;AV0+CxB;AUt+CgB;;EAEI,oCAAA;AVw+CpB;AU5hDY;EAEI,mBLpFP;ALinDT;AU1hDoB;EACI,YLxMhB;ALouDR;AU1hDwB;EACI,yBAAA;AV4hD5B;AUvhDgB;EACI,mBAAA;AVyhDpB;AUvhDoB;EACI,mBAAA;AVyhDxB;AUnhDoB;EACI,YL3NhB;ALgvDR;AUnhDwB;EAEI,YL/NpB;EKgOoB,yBAAA;AVohD5B;AU/gDwB;EACI,YLtOpB;EKuOoB,yBAAA;AVihD5B;AU5gDgB;EACI,oCAAA;AV8gDpB;AU5gDoB;EACI,8BAAA;AV8gDxB;AU1gDgB;;EAEI,oCAAA;AV4gDpB;;AU1/CI;EACI,wBAAA;AV6/CR;AUz/CI;EACI,+BAAA;EAAA,+BAAA;EAAA,wBAAA;AV2/CR;AUv/CI;EACI,8BAAA;EAAA,6BAAA;MAAA,uBAAA;UAAA,mBAAA;AVy/CR;AUr/CI;EAEI,qBAAA;MAAA,iBAAA;AVs/CR;;AUh/CA;;CAAA;AAQI;EAIQ;IACI,aAAA;EV2+Cd;EUv+CU;IACI,+B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;EQiEO,6BRjEP;EQiEO,0BRjEP;EQkEO,cRjCX;ALguFT;Aa3rFY;EACI,iCAAA;EACA,yBAAA;EACA,qBRxCP;ALquFT;Aa3rFgB;EACI,iBAAA;EACA,uBAAA;Ab6rFpB;Aa1sFgB;;;EACI,kCRjEP;EQiEO,6BRjEP;EQiEO,0BRjEP;EQkEO,cRjCX;AL+uFT;Aa1sFY;EACI,oCAAA;EACA,yBAAA;EACA,qBRxCP;ALovFT;Aa1sFgB;EACI,iBAAA;EACA,uBAAA;Ab4sFpB;AaztFgB;;;EACI,kCRjEP;EQiEO,6BRjEP;EQiEO,0BRjEP;EQkEO,cRjCX;AL8vFT;AaztFY;EACI,iCAAA;EACA,yBAAA;EACA,qBRxCP;ALmwFT;AaztFgB;EACI,iBAAA;EACA,uBAAA;Ab2tFpB;AaxuFgB;;;EACI,kCRjEP;EQiEO,6BRjEP;EQiEO,0BRjEP;EQkEO,WRjCX;AL6wFT;AaxuFY;EACI,oCAAA;EACA,yBAAA;EACA,kBRxCP;ALkxFT;AaxuFgB;EACI,iBAAA;EACA,uBAAA;Ab0uFpB;AavvFgB;;;EACI,kCRjEP;EQiEO,6BRjEP;EQiEO,0BRjEP;EQkEO,YRjCX;AL4xFT;AavvFY;EACI,oCAAA;EACA,yBAAA;EACA,mBRxCP;ALiyFT;AavvFgB;EACI,iBAAA;EACA,uBAAA;AbyvFpB;AatwFgB;;;EACI,kCRjEP;EQiEO,6BRjEP;EQiEO,0BRjEP;EQkEO,cRjCX;AL2yFT;AatwFY;EACI,mCAAA;EACA,yBAAA;EACA,qBRxCP;ALgzFT;AatwFgB;EACI,iBAAA;EACA,uBAAA;AbwwFpB;AarxFgB;;;EACI,kCRjEP;EQiEO,6BRjEP;EQiEO,0BRjEP;EQkEO,cRjCX;AL0zFT;AarxFY;EACI,mCAAA;EACA,yBAAA;EACA,qBRxCP;AL+zFT;AarxFgB;EACI,iBAAA;EACA,uBAAA;AbuxFpB;AapyFgB;;;EACI,kCRjEP;EQiEO,6BRjEP;EQiEO,0BRjEP;EQkEO,cRjCX;ALy0FT;AapyFY;EACI,mCAAA;EACA,yBAAA;EACA,qBRxCP;AL80FT;AapyFgB;EACI,iBAAA;EACA,uBAAA;AbsyFpB;AanzFgB;;;EACI,kCRjEP;EQiEO,6BRjEP;EQiEO,0BRjEP;EQkEO,cRjCX;ALw1FT;AanzFY;EACI,kCAAA;EACA,yBAAA;EACA,qBRxCP;AL61FT;AanzFgB;EACI,iBAAA;EACA,uBAAA;AbqzFpB;Aal0FgB;;;EACI,kCRjEP;EQiEO,6BRjEP;EQiEO,0BRjEP;EQkEO,cRjCX;ALu2FT;Aal0FY;EACI,oCAAA;EACA,yBAAA;EACA,qBRxCP;AL42FT;Aal0FgB;EACI,iBAAA;EACA,uBAAA;Abo0FpB;;Aa7zFA;EACI,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,kBAAA;Abg0FJ;Aa9zFI;EACI,qBAAA;Abg0FR;Aa9zFQ;EACI,kBAAA;EACA,2BAAA;EAAA,2BAAA;EAAA,oBAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,wBAAA;MAAA,qBAAA;UAAA,uBAAA;EACA,WAAA;EACA,YAAA;EACA,MAAA;EACA,OAAA;EACA,kCRpGC;EQoGD,6BRpGC;EQoGD,0BRpGC;ALo6Fb;Aa7zFQ;EACI,kBAAA;EACA,2BAAA;EAAA,2BAAA;EAAA,oBAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,wBAAA;MAAA,qBAAA;UAAA,uBAAA;EACA,WAAA;EACA,YAAA;EACA,MAAA;EACA,QAAA;EACA,kCRhHC;EQgHD,6BRhHC;EQgHD,0BRhHC;AL+6Fb;Aa3zFQ;EACI,kBAAA;EACA,mBAAA;Ab6zFZ;Aa1zFQ;EACI,kBAAA;Ab4zFZ;AazzFQ;EACI,mBAAA;Ab2zFZ;;AapzFA;;EAEI,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,uBAAA;MAAA,oBAAA;UAAA,2BAAA;AbuzFJ;AarzFI;;EACI,SAAA;EACA,iBAAA;AbwzFR;;AapzFA;;EAEI,WAAA;EACA,YAAA;EACA,8BAAA;UAAA,sBAAA;EACA,UAAA;AbuzFJ;;AapzFA;;EAEI,kBAAA;EACA,cAAA;AbuzFJ;AarzFI;;EACI,kBAAA;EACA,WAAA;EACA,UAAA;AbwzFR;AatzFQ;;EACI,WAAA;EACA,yBRzPF;EQ0PE,kCRtKC;EQsKD,6BRtKC;EQsKD,0BRtKC;AL+9Fb;AarzFI;;EACI,gBAAA;EACA,kBAAA;AbwzFR;;AajzFA;EACI,kBAAA;EACA,cAAA;AbozFJ;AajzFQ;EACI,0NAAA;AbmzFZ;AahzFQ;EACI,uEAAA;UAAA,+DAAA;AbkzFZ;Aa7yFI;EACI,kCRnMK;EQmML,6BRnMK;EQmML,0BRnMK;ALk/Fb;Aa7yFQ;EACI,WAAA;EACA,kBAAA;EACA,QAAA;EACA,OAAA;EACA,mCAAA;MAAA,+BAAA;UAAA,2BAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,oBAAA;EACA,yBAAA;KAAA,sBAAA;MAAA,qBAAA;UAAA,iBAAA;EACA,yBAAA;EAGI,kBR3MA;ALw/FhB;AazyFQ;EACI,WAAA;EACA,kBAAA;EACA,QAAA;EACA,OAAA;EACA,mCAAA;MAAA,+BAAA;UAAA,2BAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,4BAAA;EACA,kCAAA;EACA,wBAAA;Ab2yFZ;;AalyFQ;EACI,oKAAA;AbqyFZ;AalyFQ;EACI,kCRhPC;EQgPD,6BRhPC;EQgPD,0BRhPC;EQiPD,uEAAA;UAAA,+DAAA;AboyFZ;Aa/xFQ;EACI,WAAA;EACA,kBAAA;EACA,QAAA;EACA,OAAA;EACA,mCAAA;MAAA,+BAAA;UAAA,2BAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,oBAAA;EACA,yBAAA;KAAA,sBAAA;MAAA,qBAAA;UAAA,iBAAA;EACA,yBAAA;EACA,kBAAA;AbiyFZ;Aa7xFQ;EACI,WAAA;EACA,kBAAA;EACA,QAAA;EACA,OAAA;EACA,mCAAA;MAAA,+BAAA;UAAA,2BAAA;EACA,cAAA;EACA,WAAA;EACA,YAAA;EACA,4BAAA;EACA,kCAAA;EACA,wBAAA;Ab+xFZ;;AavxFA;EACI,2BAAA;EAAA,2BAAA;EAAA,oBAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;Ab0xFJ;AaxxFI;EACI,oBAAA;Ab0xFR;;AapxFI;EACI,cAAA;EACA,kBAAA;EACA,qBAAA;OAAA,gBAAA;EACA,wBAAA;EACA,YAAA;EACA,aAAA;EACA,yBAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;EACA,eAAA;EACA,kBAAA;EACA,uCAAA;EAAA,kCAAA;EAAA,+BAAA;EACA,sDAAA;UAAA,8CAAA;AbuxFR;AajxFQ;;EAEI,8BAAA;AbmxFZ;;Aa3wFA;EACI,uBAAA;EACA,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,wBAAA;MAAA,qBAAA;UAAA,uBAAA;EACA,kBAAA;EACA,QAAA;EACA,mCAAA;MAAA,+BAAA;UAAA,2BAAA;EACA,SAAA;EACA,yBAAA;EACA,eAAA;EACA,UAAA;EACA,wBAAA;EACA,iBAAA;EACA,yBAAA;EACA,kBAAA;EACA,gDAAA;UAAA,wCAAA;EACA,iBAAA;EACA,4BAAA;EAAA,uBAAA;EAAA,oBAAA;Ab8wFJ;;Aa3wFA;EACI,yBAAA;Ab8wFJ;;AaxwFI;EACI,oCAAA;Ab2wFR;;AaxwFI;EACI,yBAAA;Ab2wFR;;AahxFI;EACI,oCAAA;AbmxFR;;AahxFI;EACI,yBAAA;AbmxFR;;AaxxFI;EACI,oCAAA;Ab2xFR;;AaxxFI;EACI,yBAAA;Ab2xFR;;AahyFI;EACI,oCAAA;AbmyFR;;AahyFI;EACI,yBAAA;AbmyFR;;AaxyFI;EACI,iCAAA;Ab2yFR;;AaxyFI;EACI,sBAAA;Ab2yFR;;AahzFI;EACI,kCAAA;AbmzFR;;AahzFI;EACI,uBAAA;AbmzFR;;AaxzFI;EACI,oCAAA;Ab2zFR;;AaxzFI;EACI,yBAAA;Ab2zFR;;Aah0FI;EACI,oCAAA;Abm0FR;;Aah0FI;EACI,yBAAA;Abm0FR;;Aax0FI;EACI,oCAAA;Ab20FR;;Aax0FI;EACI,yBAAA;Ab20FR;;Aah1FI;EACI,oCAAA;Abm1FR;;Aah1FI;EACI,yBAAA;Abm1FR;;Aax1FI;EACI,oCAAA;Ab21FR;;Aax1FI;EACI,yBAAA;Ab21FR;;Aat1FA;EACI,sBAAA;EACA,qBAAA;Aby1FJ;;AcvxGA;EACI,kBAAA;Ad0xGJ;AcxxGI;EAEI,+BAAA;EAAA,+BAAA;EAAA,wBAAA;AdyxGR;ActxGI;EACI,gBAAA;EACA,SAAA;AdwxGR;AcrxGI;EACI,oBAAA;AduxGR;AcjxGI;EACI,aAAA;EACA,4BAAA;EAAA,6BAAA;MAAA,0BAAA;UAAA,sBAAA;EACA,gBAAA;EACA,WAAA;EACA,iBAAA;EACA,uFAAA;UAAA,+EAAA;EACA,cAAA;EACA,kBAAA;EACA,QAAA;EACA,SAAA;EACA,mBAAA;EACA,sDAAA;UAAA,8CAAA;EACA,aAAA;EA8BI,kBT6BI;ALytGhB;AclxGQ;EACI,gCAAA;AdoxGZ;AclxGY;EACI,cAAA;EACA,cTvCJ;ESwCI,iBAAA;EACA,gCAAA;EACA,gBAAA;EACA,mBAAA;EACA,kBAAA;AdoxGhB;AcjxGY;EAGI,6BAAA;AdixGhB;Ac7wGQ;EACI,SAAA;EACA,gBAAA;EACA,6BAAA;Ad+wGZ;ActwGQ;EACI,cAAA;EACA,WAAA;EACA,gBAAA;EAEA,kBAAA;AduwGZ;AcrwGY;EAGI,YTxER;ESyEQ,mBT9EN;ALm1GV;AcjwGQ;EACI,4DAAA;UAAA,oDAAA;AdmwGZ;Ac9vGY;EACI,MAAA;EACA,2DAAA;UAAA,mDAAA;EACA,wBAAA;AdgwGhB;Ac5vGgB;EACI,UAAA;Ad8vGpB;AczvGgB;EACI,WAAA;Ad2vGpB;AcvvGY;EACI;IACI,oBAAA;EdyvGlB;EcrvGkB;IACI,kBAAA;EduvGtB;EclvGkB;IACI,kBAAA;EdovGtB;AACF;Ac7uGI;EACI,gBAAA;Ad+uGR;Ac7uGQ;EACI,kBAAA;EACA,WAAA;EACA,0BAAA;EACA,0BAAA;Ad+uGZ;Ac1uGQ;EACI,QAAA;Ad4uGZ;AcvuGQ;EACI,OAAA;AdyuGZ;AcpuGI;EAII,qBAAA;EACA,QAAA;EACA,SAAA;EACA,iBAAA;EACA,mBAAA;EACA,YAAA;EACA,qBAAA;EACA,mCAAA;EACA,gBAAA;EACA,kCAAA;AdmuGR;;Ac7tGA;EACI;IACI,UAAA;IACA,QAAA;EdguGN;Ec7tGE;IACI,UAAA;IACA,SAAA;Ed+tGN;AACF;;AcxuGA;EACI;IACI,UAAA;IACA,QAAA;EdguGN;Ec7tGE;IACI,UAAA;IACA,SAAA;Ed+tGN;AACF;Ac1tGA;EACI;IACI,UAAA;IACA,SAAA;Ed4tGN;EcztGE;IACI,UAAA;IACA,MAAA;Ed2tGN;AACF;AcpuGA;EACI;IACI,UAAA;IACA,SAAA;Ed4tGN;EcztGE;IACI,UAAA;IACA,MAAA;Ed2tGN;AACF;AcrtGA;EACI;IACI,UAAA;IACA,MAAA;EdutGN;EcptGE;IACI,UAAA;IACA,SAAA;EdstGN;AACF;Ac/tGA;EACI;IACI,UAAA;IACA,MAAA;EdutGN;EcptGE;IACI,UAAA;IACA,SAAA;EdstGN;AACF;Aet6GA;EACI,kBAAA;EACA,eAAA;EACA,sBAAA;EACA,2BAAA;EACA,qBAAA;EACA,gBAAA;EACA,sCAAA;EACA,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,4BAAA;EAAA,6BAAA;MAAA,0BAAA;UAAA,sBAAA;EAGI,kBVgFQ;ALs1GhB;Aen6GI;EACI,uBAAA;EACA,kBAAA;EACA,6CAAA;Afq6GR;Aen6GQ;EACI,SAAA;Afq6GZ;Aej6GI;EACI,mBAAA;MAAA,kBAAA;UAAA,cAAA;EACA,aAAA;EACA,uBAAA;Afm6GR;Aeh6GI;EACI,uBAAA;EACA,kBAAA;EACA,0CAAA;Afk6GR;;Ae75GA;EACI,YAAA;Afg6GJ;;AgBx8GA;;;EAGI,gBAAA;EACA,aAAA;EACA,kBAAA;AhB28GJ;AgBz8GI;;;;;;;;;EAGI,eAAA;EACA,SAAA;AhBi9GR;;AgB58GA;EACI,0BAAA;AhB+8GJ;;AgB18GA;EACI,yBAAA;AhB68GJ;;AgBx8GI;;EACI,kBAAA;AhB48GR;;AiBz+GA;EACI,kBAAA;EACA,cAAA;EACA,eAAA;EACA,8BAAA;EACA,yBAAA;AjB4+GJ;;AkBj/GA;EACI,eAAA;EACA,WAAA;EACA,gBAAA;AlBo/GJ;AkBl/GI;;;EAGI,mBAAA;AlBo/GR;;AkBh/GA;EACI,yBAAA;EACA,iBAAA;EACA,WAAA;EACA,cAAA;AlBm/GJ;AkBj/GI;;;;EAII,kBAAA;EACA,mBAAA;EACA,gBAAA;EACA,sBAAA;AlBm/GR;AkBh/GI;EACI,yBbzBA;AL2gHR;AkBh/GQ;EACI,wBAAA;EACA,iBAAA;AlBk/GZ;AkB9+GI;EACI,gBAAA;AlBg/GR;AkB7+GI;EACI,gCAAA;AlB++GR;;AkBt+GI;EACI,yBbhDA;ALyhHR;;AmB7hHA;EACI,gBAAA;AnBgiHJ;AmB9hHI;EACI,kBAAA;AnBgiHR;;AmB5hHA;EACI,yBdLI;EcMJ,cdCK;EcAL,gBAAA;EACA,qBAAA;EACA,gBAAA;EACA,gBAAA;EAGI,kBd2EQ;ALk9GhB;;AmBxhHA;EACI,eAAA;EACA,kBAAA;EACA,gBAAA;EACA,kBAAA;EAGI,kBd+DQ;AL09GhB;AmBthHI;EACI,cAAA;EACA,aAAA;EACA,gBAAA;AnBwhHR;;AoB3jHA;EACI,cAAA;EACA,gBAAA;EACA,eAAA;EACA,kBAAA;EACA,kBAAA;EACA,kBAAA;EACA,gBAAA;EAGI,kBfkFQ;AL0+GhB;AoBzjHI;EACI,mBAAA;ApB2jHR;AoBxjHI;EACI,kBAAA;EACA,MAAA;EACA,QAAA;EACA,iBAAA;EACA,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,wBAAA;MAAA,qBAAA;UAAA,uBAAA;EACA,YAAA;EACA,eAAA;ApB0jHR;;AoBhjHQ;EACI,mBfgFH;Ee/EG,YAAA;ApBmjHZ;AoBhjHgB;EACI,mBAAA;EACA,YAAA;ApBkjHpB;;AoBzjHQ;EACI,mBfgFH;Ee/EG,YAAA;ApB4jHZ;AoBzjHgB;EACI,mBAAA;EACA,YAAA;ApB2jHpB;;AoBljHQ;EACI,mBfgEH;Ee/DG,YAAA;ApBqjHZ;AoBljHgB;EACI,mBAAA;EACA,YAAA;ApBojHpB;;AoB3kHQ;EACI,mBfgFH;Ee/EG,YAAA;ApB8kHZ;AoB3kHgB;EACI,mBAAA;EACA,YAAA;ApB6kHpB;;AoBplHQ;EACI,gBfgFH;Ee/EG,YAAA;ApBulHZ;AoBplHgB;EACI,mBAAA;EACA,YAAA;ApBslHpB;;AoB7lHQ;EACI,mBfgFH;Ee/EG,YAAA;ApBgmHZ;AoB7lHgB;EACI,mBAAA;EACA,YAAA;ApB+lHpB;;AoBtmHQ;EACI,mBfgFH;Ee/EG,YAAA;ApBymHZ;AoBtmHgB;EACI,mBAAA;EACA,YAAA;ApBwmHpB;;AoB/mHQ;EACI,mBfgFH;Ee/EG,YAAA;ApBknHZ;AoB/mHgB;EACI,mBAAA;EACA,YAAA;ApBinHpB;;AoBxnHQ;EACI,mBfgFH;Ee/EG,YAAA;ApB2nHZ;AoBxnHgB;EACI,mBAAA;EACA,YAAA;ApB0nHpB;;AoBjoHQ;EACI,mBfgFH;Ee/EG,YAAA;ApBooHZ;AoBjoHgB;EACI,mBAAA;EACA,YAAA;ApBmoHpB;;AqB9qHA;EACI,qBAAA;EACA,yBhBEI;EgBDJ,eAAA;EACA,gBAAA;EACA,yBAAA;KAAA,sBAAA;MAAA,qBAAA;UAAA,iBAAA;EACA,kBAAA;EACA,kChB6ES;EgB7ET,6BhB6ES;EgB7ET,0BhB6ES;EgB1EL,kBhBkFQ;AL6lHhB;AqB5qHI;EACI,WAAA;EACA,YAAA;EACA,sBAAA;EACA,kBAAA;EACA,kBAAA;ArB8qHR;AqB5qHQ;EACI,WAAA;EACA,YAAA;EACA,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,mBAAA;EACA,wBAAA;MAAA,qBAAA;UAAA,uBAAA;ArB8qHZ;;AqBvqHA;EACI,eAAA;EACA,gBAAA;ArB0qHJ;AqBxqHI;EACI,WAAA;EACA,YAAA;ArB0qHR;;AqBrqHA;EACI,eAAA;EACA,gBAAA;ArBwqHJ;AqBrqHI;EACI,WAAA;EACA,YAAA;ArBuqHR;;AqBnqHA;EACI,mBAAA;ArBsqHJ;;AqB/pHI;EACI,oCAAA;EACA,YhB3DA;AL6tHR;AqBhqHQ;EACI,YhB9DJ;ALguHR;;AqB9pHI;EACI,wCAAA;EACA,chB4CC;EgB3CD,yBAAA;ArBiqHR;AqB/pHQ;EACI,chBwCH;ALynHT;;AqB7pHI;EACI,oCAAA;EACA,YhB9EA;AL8uHR;;AqB7pHI;EACI,oCAAA;EACA,uBAAA;ArBgqHR;AqB9pHQ;EACI,uBAAA;ArBgqHZ;;AqB7rHI;EACI,oCAAA;EACA,YhB3DA;AL2vHR;AqB9rHQ;EACI,YhB9DJ;AL8vHR;;AqB5rHI;EACI,wCAAA;EACA,chB4CC;EgB3CD,yBAAA;ArB+rHR;AqB7rHQ;EACI,chBwCH;ALupHT;;AqB3rHI;EACI,oCAAA;EACA,YhB9EA;AL4wHR;;AqB3rHI;EACI,oCAAA;EACA,uBAAA;ArB8rHR;AqB5rHQ;EACI,uBAAA;ArB8rHZ;;AqB3tHI;EACI,oCAAA;EACA,YhB3DA;ALyxHR;AqB5tHQ;EACI,YhB9DJ;AL4xHR;;AqB1tHI;EACI,wCAAA;EACA,chB4CC;EgB3CD,yBAAA;ArB6tHR;AqB3tHQ;EACI,chBwCH;ALqrHT;;AqBztHI;EACI,oCAAA;EACA,YhB9EA;AL0yHR;;AqBztHI;EACI,oCAAA;EACA,uBAAA;ArB4tHR;AqB1tHQ;EACI,uBAAA;ArB4tHZ;;AqBzvHI;EACI,oCAAA;EACA,YhB3DA;ALuzHR;AqB1vHQ;EACI,YhB9DJ;AL0zHR;;AqBxvHI;EACI,wCAAA;EACA,chB4CC;EgB3CD,yBAAA;ArB2vHR;AqBzvHQ;EACI,chBwCH;ALmtHT;;AqBvvHI;EACI,oCAAA;EACA,YhB9EA;ALw0HR;;AqBvvHI;EACI,oCAAA;EACA,uBAAA;ArB0vHR;AqBxvHQ;EACI,uBAAA;ArB0vHZ;;AqBvxHI;EACI,iCAAA;EACA,YhB3DA;ALq1HR;AqBxxHQ;EACI,YhB9DJ;ALw1HR;;AqBtxHI;EACI,wCAAA;EACA,WhB4CC;EgB3CD,sBAAA;ArByxHR;AqBvxHQ;EACI,WhBwCH;ALivHT;;AqBrxHI;EACI,oCAAA;EACA,YhB9EA;ALs2HR;;AqBrxHI;EACI,iCAAA;EACA,uBAAA;ArBwxHR;AqBtxHQ;EACI,uBAAA;ArBwxHZ;;AqBrzHI;EACI,kCAAA;EACA,YhB3DA;ALm3HR;AqBtzHQ;EACI,YhB9DJ;ALs3HR;;AqBpzHI;EACI,wCAAA;EACA,YhB4CC;EgB3CD,uBAAA;ArBuzHR;AqBrzHQ;EACI,YhBwCH;AL+wHT;;AqBnzHI;EACI,oCAAA;EACA,YhB9EA;ALo4HR;;AqBnzHI;EACI,kCAAA;EACA,uBAAA;ArBszHR;AqBpzHQ;EACI,uBAAA;ArBszHZ;;AqBn1HI;EACI,oCAAA;EACA,YhB3DA;ALi5HR;AqBp1HQ;EACI,YhB9DJ;ALo5HR;;AqBl1HI;EACI,wCAAA;EACA,chB4CC;EgB3CD,yBAAA;ArBq1HR;AqBn1HQ;EACI,chBwCH;AL6yHT;;AqBj1HI;EACI,oCAAA;EACA,YhB9EA;ALk6HR;;AqBj1HI;EACI,oCAAA;EACA,uBAAA;ArBo1HR;AqBl1HQ;EACI,uBAAA;ArBo1HZ;;AqBj3HI;EACI,oCAAA;EACA,YhB3DA;AL+6HR;AqBl3HQ;EACI,YhB9DJ;ALk7HR;;AqBh3HI;EACI,wCAAA;EACA,chB4CC;EgB3CD,yBAAA;ArBm3HR;AqBj3HQ;EACI,chBwCH;AL20HT;;AqB/2HI;EACI,oCAAA;EACA,YhB9EA;ALg8HR;;AqB/2HI;EACI,oCAAA;EACA,uBAAA;ArBk3HR;AqBh3HQ;EACI,uBAAA;ArBk3HZ;;AqB/4HI;EACI,oCAAA;EACA,YhB3DA;AL68HR;AqBh5HQ;EACI,YhB9DJ;ALg9HR;;AqB94HI;EACI,wCAAA;EACA,chB4CC;EgB3CD,yBAAA;ArBi5HR;AqB/4HQ;EACI,chBwCH;ALy2HT;;AqB74HI;EACI,oCAAA;EACA,YhB9EA;AL89HR;;AqB74HI;EACI,oCAAA;EACA,uBAAA;ArBg5HR;AqB94HQ;EACI,uBAAA;ArBg5HZ;;AqB76HI;EACI,oCAAA;EACA,YhB3DA;AL2+HR;AqB96HQ;EACI,YhB9DJ;AL8+HR;;AqB56HI;EACI,wCAAA;EACA,chB4CC;EgB3CD,yBAAA;ArB+6HR;AqB76HQ;EACI,chBwCH;ALu4HT;;AqB36HI;EACI,oCAAA;EACA,YhB9EA;AL4/HR;;AqB36HI;EACI,oCAAA;EACA,uBAAA;ArB86HR;AqB56HQ;EACI,uBAAA;ArB86HZ;;AqB38HI;EACI,oCAAA;EACA,YhB3DA;ALygIR;AqB58HQ;EACI,YhB9DJ;AL4gIR;;AqB18HI;EACI,wCAAA;EACA,chB4CC;EgB3CD,yBAAA;ArB68HR;AqB38HQ;EACI,chBwCH;ALq6HT;;AqBz8HI;EACI,oCAAA;EACA,YhB9EA;AL0hIR;;AqBz8HI;EACI,oCAAA;EACA,uBAAA;ArB48HR;AqB18HQ;EACI,uBAAA;ArB48HZ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A6B34JI;EACI,6BAAA;EACA,8BAAA;A7B84JR;;A6B34JI;EACI,6BAAA;A7B84JR;;A6B34JI;EACI,8BAAA;A7B84JR;;A6B14JI;EACI,4BAAA;A7B64JR;;A6Bz4JI;EACI,+BAAA;A7B44JR;;A6Bz6JI;EACI,wBAAA;A7B46JR;;A6Bz6JI;EACI,4BAAA;EACA,+BAAA;A7B46JR;;A6Bz6JI;EACI,6BAAA;EACA,8BAAA;A7B46JR;;A6Bz6JI;EACI,6BAAA;A7B46JR;;A6Bz6JI;EACI,8BAAA;A7B46JR;;A6Bx6JI;EACI,4BAAA;A7B26JR;;A6Bv6JI;EACI,+BAAA;A7B06JR;;A6Bv8JI;EACI,wBAAA;A7B08JR;;A6Bv8JI;EACI,4BAAA;EACA,+BAAA;A7B08JR;;A6Bv8JI;EACI,6BAAA;EACA,8BAAA;A7B08JR;;A6Bv8JI;EACI,6BAAA;A7B08JR;;A6Bv8JI;EACI,8BAAA;A7B08JR;;A6Bt8JI;EACI,4BAAA;A7By8JR;;A6Br8JI;EACI,+BAAA;A7Bw8JR;;A6Br+JI;EACI,wBAAA;A7Bw+JR;;A6Br+JI;EACI,4BAAA;EACA,+BAAA;A7Bw+JR;;A6Br+JI;EACI,6BAAA;EACA,8BAAA;A7Bw+JR;;A6Br+JI;EACI,6BAAA;A7Bw+JR;;A6Br+JI;EACI,8BAAA;A7Bw+JR;;A6Bp+JI;EACI,4BAAA;A7Bu+JR;;A6Bn+JI;EACI,+BAAA;A7Bs+JR;;A6BngKI;EACI,wBAAA;A7BsgKR;;A6BngKI;EACI,4BAAA;EACA,+BAAA;A7BsgKR;;A6BngKI;EACI,6BAAA;EACA,8BAAA;A7BsgKR;;A6BngKI;EACI,6BAAA;A7BsgKR;;A6BngKI;EACI,8BAAA;A7BsgKR;;A6BlgKI;EACI,4BAAA;A7BqgKR;;A6BjgKI;EACI,+BAAA;A7BogKR;;A6BjiKI;EACI,wBAAA;A7BoiKR;;A6BjiKI;EACI,4BAAA;EACA,+BAAA;A7BoiKR;;A6BjiKI;EACI,6BAAA;EACA,8BAAA;A7BoiKR;;A6BjiKI;EACI,6BAAA;A7BoiKR;;A6BjiKI;EACI,8BAAA;A7BoiKR;;A6BhiKI;EACI,4BAAA;A7BmiKR;;A6B/hKI;EACI,+BAAA;A7BkiKR;;A6B/jKI;EACI,wBAAA;A7BkkKR;;A6B/jKI;EACI,4BAAA;EACA,+BAAA;A7BkkKR;;A6B/jKI;EACI,6BAAA;EACA,8BAAA;A7BkkKR;;A6B/jKI;EACI,6BAAA;A7BkkKR;;A6B/jKI;EACI,8BAAA;A7BkkKR;;A6B9jKI;EACI,4BAAA;A7BikKR;;A6B7jKI;EACI,+BAAA;A7BgkKR;;A6B7lKI;EACI,yBAAA;A7BgmKR;;A6B7lKI;EACI,6BAAA;EACA,gCAAA;A7BgmKR;;A6B7lKI;EACI,8BAAA;EACA,+BAAA;A7BgmKR;;A6B7lKI;EACI,8BAAA;A7BgmKR;;A6B7lKI;EACI,+BAAA;A7BgmKR;;A6B5lKI;EACI,6BAAA;A7B+lKR;;A6B3lKI;EACI,gCAAA;A7B8lKR;;A6BnlKA;EACI,yBAAA;A7BslKJ;;A6BnlKA;EACI,oBAAA;A7BslKJ;;A6BnlKA;EACI,yBAAA;EACA,0BAAA;A7BslKJ;;A6BnlKA;EACI,wBAAA;EACA,2BAAA;A7BslKJ;;A6BnlKA;EACI,4BAAA;A7BslKJ;;A6BnlKA;EACI,6BAAA;A7BslKJ;;A6BnlKA;EACI,wBAAA;A7BslKJ;;A6BnlKA;EACI,2BAAA;A7BslKJ;;A6BnlKA;EACI,yBAAA;A7BslKJ;;A6BnlKA;EACI,0BAAA;A7BslKJ;;A6BjlKI;EACI,uBAAA;A7BolKR;;A6BjlKI;EACI,2BAAA;EACA,8BAAA;A7BolKR;;A6BjlKI;EACI,4BAAA;EACA,6BAAA;A7BolKR;;A6BjlKI;EACI,4BAAA;A7BolKR;;A6BjlKI;EACI,6BAAA;A7BolKR;;A6BhlKI;EACI,2BAAA;A7BmlKR;;A6B/kKI;EACI,8BAAA;A7BklKR;;A6B/mKI;EACI,uBAAA;A7BknKR;;A6B/mKI;EACI,2BAAA;EACA,8BAAA;A7BknKR;;A6B/mKI;EACI,4BAAA;EACA,6BAAA;A7BknKR;;A6B/mKI;EACI,4BAAA;A7BknKR;;A6B/mKI;EACI,6BAAA;A7BknKR;;A6B9mKI;EACI,2BAAA;A7BinKR;;A6B7mKI;EACI,8BAAA;A7BgnKR;;A6B7oKI;EACI,uBAAA;A7BgpKR;;A6B7oKI;EACI,2BAAA;EACA,8BAAA;A7BgpKR;;A6B7oKI;EACI,4BAAA;EACA,6BAAA;A7BgpKR;;A6B7oKI;EACI,4BAAA;A7BgpKR;;A6B7oKI;EACI,6BAAA;A7BgpKR;;A6B5oKI;EACI,2BAAA;A7B+oKR;;A6B3oKI;EACI,8BAAA;A7B8oKR;;A6B3qKI;EACI,uBAAA;A7B8qKR;;A6B3qKI;EACI,2BAAA;EACA,8BAAA;A7B8qKR;;A6B3qKI;EACI,4BAAA;EACA,6BAAA;A7B8qKR;;A6B3qKI;EACI,4BAAA;A7B8qKR;;A6B3qKI;EACI,6BAAA;A7B8qKR;;A6B1qKI;EACI,2BAAA;A7B6qKR;;A6BzqKI;EACI,8BAAA;A7B4qKR;;A6BzsKI;EACI,uBAAA;A7B4sKR;;A6BzsKI;EACI,2BAAA;EACA,8BAAA;A7B4sKR;;A6BzsKI;EACI,4BAAA;EACA,6BAAA;A7B4sKR;;A6BzsKI;EACI,4BAAA;A7B4sKR;;A6BzsKI;EACI,6BAAA;A7B4sKR;;A6BxsKI;EACI,2BAAA;A7B2sKR;;A6BvsKI;EACI,8BAAA;A7B0sKR;;A6BvuKI;EACI,uBAAA;A7B0uKR;;A6BvuKI;EACI,2BAAA;EACA,8BAAA;A7B0uKR;;A6BvuKI;EACI,4BAAA;EACA,6BAAA;A7B0uKR;;A6BvuKI;EACI,4BAAA;A7B0uKR;;A6BvuKI;EACI,6BAAA;A7B0uKR;;A6BtuKI;EACI,2BAAA;A7ByuKR;;A6BruKI;EACI,8BAAA;A7BwuKR;;A6BrwKI;EACI,uBAAA;A7BwwKR;;A6BrwKI;EACI,2BAAA;EACA,8BAAA;A7BwwKR;;A6BrwKI;EACI,4BAAA;EACA,6BAAA;A7BwwKR;;A6BrwKI;EACI,4BAAA;A7BwwKR;;A6BrwKI;EACI,6BAAA;A7BwwKR;;A6BpwKI;EACI,2BAAA;A7BuwKR;;A6BnwKI;EACI,8BAAA;A7BswKR;;A6BnyKI;EACI,uBAAA;A7BsyKR;;A6BnyKI;EACI,2BAAA;EACA,8BAAA;A7BsyKR;;A6BnyKI;EACI,4BAAA;EACA,6BAAA;A7BsyKR;;A6BnyKI;EACI,4BAAA;A7BsyKR;;A6BnyKI;EACI,6BAAA;A7BsyKR;;A6BlyKI;EACI,2BAAA;A7BqyKR;;A6BjyKI;EACI,8BAAA;A7BoyKR;;A6Bj0KI;EACI,uBAAA;A7Bo0KR;;A6Bj0KI;EACI,2BAAA;EACA,8BAAA;A7Bo0KR;;A6Bj0KI;EACI,4BAAA;EACA,6BAAA;A7Bo0KR;;A6Bj0KI;EACI,4BAAA;A7Bo0KR;;A6Bj0KI;EACI,6BAAA;A7Bo0KR;;A6Bh0KI;EACI,2BAAA;A7Bm0KR;;A6B/zKI;EACI,8BAAA;A7Bk0KR;;A6B/1KI;EACI,wBAAA;A7Bk2KR;;A6B/1KI;EACI,4BAAA;EACA,+BAAA;A7Bk2KR;;A6B/1KI;EACI,6BAAA;EACA,8BAAA;A7Bk2KR;;A6B/1KI;EACI,6BAAA;A7Bk2KR;;A6B/1KI;EACI,8BAAA;A7Bk2KR;;A6B91KI;EACI,4BAAA;A7Bi2KR;;A6B71KI;EACI,+BAAA;A7Bg2KR;;A6Bt1KA;EACI,exB7PQ;ALslLZ;;A6Bt1KA;EACI,exBhQQ;ALylLZ;;A6Bt1KA;EACI,exBnQQ;AL4lLZ;;A6Bt1KA;EACI,exBtQQ;AL+lLZ;;A6Bp1KA;EACI,8BAAA;A7Bu1KJ;;A6Bp1KA;EACI,4BAAA;A7Bu1KJ;;A6Bp1KA;EACI,2BAAA;A7Bu1KJ;;A6Bp1KA;EACI,2BAAA;A7Bu1KJ;;A6Bp1KA;EACI,2BAAA;A7Bu1KJ;;A6Bp1KA;EACI,2BAAA;A7Bu1KJ;;A6Bp1KA;EACI,2BAAA;A7Bu1KJ;;A6Bn1KA;EACI,2BAAA;A7Bs1KJ;;A6Bl1KA;EACI,2BAAA;A7Bq1KJ;;A6Bl1KA;EACI,2BAAA;A7Bq1KJ;;A6Bl1KA;EACI,2BAAA;A7Bq1KJ;;A6Bh1KA;EACI,6BAAA;A7Bm1KJ;;A6Bh1KA;EACI,2BAAA;A7Bm1KJ;;A6Bh1KA;EACI,4BAAA;A7Bm1KJ;;A6Bh1KA;EACI,oCAAA;A7Bm1KJ;;A6Bh1KA;EACI,oCAAA;A7Bm1KJ;;A6Bh1KA;EACI,qCAAA;A7Bm1KJ;;A6B90KA;EACI,uBAAA;A7Bi1KJ;;A6B90KA;EACI,2BAAA;A7Bi1K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CA,+BAAA;E9B80LN;;E8B30LI;IACE,6BAAA;IACA,8BAAA;E9B80LN;;E8B30LI;IACE,6BAAA;E9B80LN;;E8B30LI;IACE,8BAAA;E9B80LN;;E8B10LI;IACE,4BAAA;E9B60LN;;E8Bz0LI;IACE,+BAAA;E9B40LN;;E8Bz2LI;IACE,wBAAA;E9B42LN;;E8Bz2LI;IACE,4BAAA;IACA,+BAAA;E9B42LN;;E8Bz2LI;IACE,6BAAA;IACA,8BAAA;E9B42LN;;E8Bz2LI;IACE,6BAAA;E9B42LN;;E8Bz2LI;IACE,8BAAA;E9B42LN;;E8Bx2LI;IACE,4BAAA;E9B22LN;;E8Bv2LI;IACE,+BAAA;E9B02LN;;E8Bv4LI;IACE,wBAAA;E9B04LN;;E8Bv4LI;IACE,4BAAA;IACA,+BAAA;E9B04LN;;E8Bv4LI;IACE,6BAAA;IACA,8BAAA;E9B04LN;;E8Bv4LI;IACE,6BAAA;E9B04LN;;E8Bv4LI;IACE,8BAAA;E9B04LN;;E8Bt4LI;IACE,4BAAA;E9By4LN;;E8Br4LI;IACE,+BAAA;E9Bw4LN;;E8Br6LI;IACE,wBAAA;E9Bw6LN;;E8Br6LI;IACE,4BAAA;IACA,+BAAA;E9Bw6LN;;E8Br6LI;IACE,6BAAA;IACA,8BAAA;E9Bw6LN;;E8Br6LI;IACE,6BAAA;E9Bw6LN;;E8Br6LI;IACE,8BAAA;E9Bw6LN;;E8Bp6LI;IACE,4BAAA;E9Bu6LN;;E8Bn6LI;IACE,+BAAA;E9Bs6LN;;E8Bn8LI;IACE,wBAAA;E9Bs8LN;;E8Bn8LI;IACE,4BAAA;IACA,+BAAA;E9Bs8LN;;E8Bn8LI;IACE,6BAAA;IACA,8BAAA;E9Bs8LN;;E8Bn8LI;IACE,6BAAA;E9Bs8LN;;E8Bn8LI;IACE,8BAAA;E9Bs8LN;;E8Bl8LI;IACE,4BAAA;E9Bq8LN;;E8Bj8LI;IACE,+BAAA;E9Bo8LN;;E8Bj+LI;IACE,wBAAA;E9Bo+LN;;E8Bj+LI;IACE,4BAAA;IACA,+BAAA;E9Bo+LN;;E8Bj+LI;IACE,6BAAA;IACA,8BAAA;E9Bo+LN;;E8Bj+LI;IACE,6BAAA;E9Bo+LN;;E8Bj+LI;IACE,8BAAA;E9Bo+LN;;E8Bh+LI;IACE,4BAAA;E9Bm+LN;;E8B/9LI;IACE,+BAAA;E9Bk+LN;;E8B//LI;IACE,wBAAA;E9BkgMN;;E8B//LI;IACE,4BAAA;IACA,+BAAA;E9BkgMN;;E8B//LI;IACE,6BAAA;IACA,8BAAA;E9BkgMN;;E8B//LI;IACE,6BAAA;E9BkgMN;;E8B//LI;IACE,8BAAA;E9BkgMN;;E8B9/LI;IACE,4BAAA;E9BigMN;;E8B7/LI;IACE,+BAAA;E9BggMN;;E8B7hMI;IACE,wBAAA;E9BgiMN;;E8B7hMI;IACE,4BAAA;IACA,+BAAA;E9BgiMN;;E8B7hMI;IACE,6BAAA;IACA,8BAAA;E9BgiMN;;E8B7hMI;IACE,6BAAA;E9BgiMN;;E8B7hMI;IACE,8BAAA;E9BgiMN;;E8B5hMI;IACE,4BAAA;E9B+hMN;;E8B3hMI;IACE,+BAAA;E9B8hMN;;E8B3jMI;IACE,yBAAA;E9B8jMN;;E8B3jMI;IACE,6BAAA;IACA,gCAAA;E9B8jMN;;E8B3jMI;IACE,8BAAA;IACA,+BAAA;E9B8jMN;;E8B3jMI;IACE,8BAAA;E9B8jMN;;E8B3jMI;IACE,+BAAA;E9B8jMN;;E8B1jMI;IACE,6BAAA;E9B6jMN;;E8BzjMI;IACE,gCAAA;E9B4jMN;;E8BnjME;IACE,yBAAA;E9BsjMJ;;E8BnjME;IACE,oBAAA;E9BsjMJ;;E8BnjME;IACE,yBAAA;IACA,0BAAA;E9BsjMJ;;E8BnjME;IACE,wBAAA;IACA,2BAAA;E9BsjMJ;;E8BnjME;IACE,4BAAA;E9BsjMJ;;E8BnjME;IACE,6BAAA;E9BsjMJ;;E8BnjME;IACE,wBAAA;E9BsjMJ;;E8BnjME;IACE,2BAAA;E9BsjMJ;;E8BnjME;IACE,yBAAA;E9BsjMJ;;E8BnjME;IACE,0BAAA;E9BsjMJ;;E8BjjMI;IACE,uBAAA;E9BojMN;;E8BjjMI;IACE,2BAAA;IACA,8BAAA;E9BojMN;;E8BjjMI;IACE,4BAAA;IACA,6BAAA;E9BojMN;;E8BjjMI;IACE,4BAAA;E9BojMN;;E8BjjMI;IACE,6BAAA;E9BojMN;;E8BhjMI;IACE,2BAAA;E9BmjMN;;E8B/iMI;IACE,8BAAA;E9BkjMN;;E8B/kMI;IACE,uBAAA;E9BklMN;;E8B/kMI;IACE,2BAAA;IACA,8BAAA;E9BklMN;;E8B/kMI;IACE,4BAAA;IACA,6BAAA;E9BklMN;;E8B/kMI;IACE,4BAAA;E9BklMN;;E8B/kMI;IACE,6BAAA;E9BklMN;;E8B9kMI;IACE,2BAAA;E9BilMN;;E8B7kMI;IACE,8BAAA;E9BglMN;;E8B7mMI;IACE,uBAAA;E9BgnMN;;E8B7mMI;IACE,2BAAA;IACA,8BAAA;E9BgnMN;;E8B7mMI;IACE,4BAAA;IACA,6BAAA;E9BgnMN;;E8B7mMI;IACE,4BAAA;E9BgnMN;;E8B7mMI;IACE,6BAAA;E9BgnMN;;E8B5mMI;IACE,2BAAA;E9B+mMN;;E8B3mMI;IACE,8BAAA;E9B8mMN;;E8B3oMI;IACE,uBAAA;E9B8oMN;;E8B3oMI;IACE,2BAAA;IACA,8BAAA;E9B8oMN;;E8B3oMI;IACE,4BAAA;IACA,6BAAA;E9B8oMN;;E8B3oMI;IACE,4BAAA;E9B8oMN;;E8B3oMI;IACE,6BAAA;E9B8oMN;;E8B1oMI;IACE,2BAAA;E9B6oMN;;E8BzoMI;IACE,8BAAA;E9B4oMN;;E8BzqMI;IACE,uBAAA;E9B4qMN;;E8BzqMI;IACE,2BAAA;IACA,8BAAA;E9B4qMN;;E8BzqMI;IACE,4BAAA;IACA,6BAAA;E9B4qMN;;E8BzqMI;IACE,4BAAA;E9B4qMN;;E8BzqMI;IACE,6BAAA;E9B4qMN;;E8BxqMI;IACE,2BAAA;E9B2qMN;;E8BvqMI;IACE,8BAAA;E9B0qMN;;E8BvsMI;IACE,uBAAA;E9B0sMN;;E8BvsMI;IACE,2BAAA;IACA,8BAAA;E9B0sMN;;E8BvsMI;IACE,4BAAA;IACA,6BAAA;E9B0sMN;;E8BvsMI;IACE,4BAAA;E9B0sMN;;E8BvsMI;IACE,6BAAA;E9B0sMN;;E8BtsMI;IACE,2BAAA;E9BysMN;;E8BrsMI;IACE,8BAAA;E9BwsMN;;E8BruMI;IACE,uBAAA;E9BwuMN;;E8BruMI;IACE,2BAAA;IACA,8BAAA;E9BwuMN;;E8BruMI;IA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AAA;E9B6mNN;;E8B1mNI;IACE,4BAAA;IACA,+BAAA;E9B6mNN;;E8B1mNI;IACE,6BAAA;IACA,8BAAA;E9B6mNN;;E8B1mNI;IACE,6BAAA;E9B6mNN;;E8B1mNI;IACE,8BAAA;E9B6mNN;;E8BzmNI;IACE,4BAAA;E9B4mNN;;E8BxmNI;IACE,+BAAA;E9B2mNN;;E8BxoNI;IACE,wBAAA;E9B2oNN;;E8BxoNI;IACE,4BAAA;IACA,+BAAA;E9B2oNN;;E8BxoNI;IACE,6BAAA;IACA,8BAAA;E9B2oNN;;E8BxoNI;IACE,6BAAA;E9B2oNN;;E8BxoNI;IACE,8BAAA;E9B2oNN;;E8BvoNI;IACE,4BAAA;E9B0oNN;;E8BtoNI;IACE,+BAAA;E9ByoNN;;E8BtqNI;IACE,wBAAA;E9ByqNN;;E8BtqNI;IACE,4BAAA;IACA,+BAAA;E9ByqNN;;E8BtqNI;IACE,6BAAA;IACA,8BAAA;E9ByqNN;;E8BtqNI;IACE,6BAAA;E9ByqNN;;E8BtqNI;IACE,8BAAA;E9ByqNN;;E8BrqNI;IACE,4BAAA;E9BwqNN;;E8BpqNI;IACE,+BAAA;E9BuqNN;;E8BpsNI;IACE,wBAAA;E9BusNN;;E8BpsNI;IACE,4BAAA;IACA,+BAAA;E9BusNN;;E8BpsNI;IACE,6BAAA;IACA,8BAAA;E9BusNN;;E8BpsNI;IACE,6BAAA;E9BusNN;;E8BpsNI;IACE,8BAAA;E9BusNN;;E8BnsNI;IACE,4BAAA;E9BssNN;;E8BlsNI;IACE,+BAAA;E9BqsNN;;E8BluNI;IACE,wBAAA;E9BquNN;;E8BluNI;IACE,4BAAA;IACA,+BAAA;E9BquNN;;E8BluNI;IACE,6BAAA;IACA,8BAAA;E9BquNN;;E8BluNI;IACE,6BAAA;E9BquNN;;E8BluNI;IACE,8BAAA;E9BquNN;;E8BjuNI;IACE,4BAAA;E9BouNN;;E8BhuNI;IACE,+BAAA;E9BmuNN;;E8BhwNI;IACE,wBAAA;E9BmwNN;;E8BhwNI;IACE,4BAAA;IACA,+BAAA;E9BmwNN;;E8BhwNI;IACE,6BAAA;IACA,8BAAA;E9BmwNN;;E8BhwNI;IACE,6BAAA;E9BmwNN;;E8BhwNI;IACE,8BAAA;E9BmwNN;;E8B/vNI;IACE,4BAAA;E9BkwNN;;E8B9vNI;IACE,+BAAA;E9BiwNN;;E8B9xNI;IACE,wBAAA;E9BiyNN;;E8B9xNI;IACE,4BAAA;IACA,+BAAA;E9BiyNN;;E8B9xNI;IACE,6BAAA;IACA,8BAAA;E9BiyNN;;E8B9xNI;IACE,6BAAA;E9BiyNN;;E8B9xNI;IACE,8BAAA;E9BiyNN;;E8B7xNI;IACE,4BAAA;E9BgyNN;;E8B5xNI;IACE,+BAAA;E9B+xNN;;E8B5zNI;IACE,wBAAA;E9B+zNN;;E8B5zNI;IACE,4BAAA;IACA,+BAAA;E9B+zNN;;E8B5zNI;IACE,6BAAA;IACA,8BAAA;E9B+zNN;;E8B5zNI;IACE,6BAAA;E9B+zNN;;E8B5zNI;IACE,8BAAA;E9B+zNN;;E8B3zNI;IACE,4BAAA;E9B8zNN;;E8B1zNI;IACE,+BAAA;E9B6zNN;;E8B11NI;IACE,wBAAA;E9B61NN;;E8B11NI;IACE,4BAAA;IACA,+BAAA;E9B61NN;;E8B11NI;IACE,6BAAA;IACA,8BAAA;E9B61NN;;E8B11NI;IACE,6BAAA;E9B61NN;;E8B11NI;IACE,8BAAA;E9B61NN;;E8Bz1NI;IACE,4BAAA;E9B41NN;;E8Bx1NI;IACE,+BAAA;E9B21NN;;E8Bx3NI;IACE,yBAAA;E9B23NN;;E8Bx3NI;IACE,6BAAA;IACA,gCAAA;E9B23NN;;E8Bx3NI;IACE,8BAAA;IACA,+BAAA;E9B23NN;;E8Bx3NI;IACE,8BAAA;E9B23NN;;E8Bx3NI;IACE,+BAAA;E9B23NN;;E8Bv3NI;IACE,6BAAA;E9B03NN;;E8Bt3NI;IACE,gCAAA;E9By3NN;;E8Bh3NE;IACE,yBAAA;E9Bm3NJ;;E8Bh3NE;IACE,oBAAA;E9Bm3NJ;;E8Bh3NE;IACE,yBAAA;IACA,0BAAA;E9Bm3NJ;;E8Bh3NE;IACE,wBAAA;IACA,2BAAA;E9Bm3NJ;;E8Bh3NE;IACE,4BAAA;E9Bm3NJ;;E8Bh3NE;IACE,6BAAA;E9Bm3NJ;;E8Bh3NE;IACE,wBAAA;E9Bm3NJ;;E8Bh3NE;IACE,2BAAA;E9Bm3NJ;;E8Bh3NE;IACE,yBAAA;E9Bm3NJ;;E8Bh3NE;IACE,0BAAA;E9Bm3NJ;;E8B92NI;IACE,uBAAA;E9Bi3NN;;E8B92NI;IACE,2BAAA;IACA,8BAAA;E9Bi3NN;;E8B92NI;IACE,4BAAA;IACA,6BAAA;E9Bi3NN;;E8B92NI;IACE,4BAAA;E9Bi3NN;;E8B92NI;IACE,6BAAA;E9Bi3NN;;E8B72NI;IACE,2BAAA;E9Bg3NN;;E8B52NI;IACE,8BAAA;E9B+2NN;;E8B54NI;IACE,uBAAA;E9B+4NN;;E8B54NI;IACE,2BAAA;IACA,8BAAA;E9B+4NN;;E8B54NI;IACE,4BAAA;IACA,6BAAA;E9B+4NN;;E8B54NI;IACE,4BAAA;E9B+4NN;;E8B54NI;IACE,6BAAA;E9B+4NN;;E8B34NI;IACE,2BAAA;E9B84NN;;E8B14NI;IACE,8BAAA;E9B64NN;;E8B16NI;IACE,uBAAA;E9B66NN;;E8B16NI;IACE,2BAAA;IACA,8BAAA;E9B66NN;;E8B16NI;IACE,4BAAA;IACA,6BAAA;E9B66NN;;E8B16NI;IACE,4BAAA;E9B66NN;;E8B16NI;IACE,6BAAA;E9B66NN;;E8Bz6NI;IACE,2BAAA;E9B46NN;;E8Bx6NI;IACE,8BAAA;E9B26NN;;E8Bx8NI;IACE,uBAAA;E9B28NN;;E8Bx8NI;IACE,2BAAA;IACA,8BAAA;E9B28NN;;E8Bx8NI;IACE,4BAAA;IACA,6BAAA;E9B28NN;;E8Bx8NI;IACE,4BAAA;E9B28NN;;E8Bx8NI;IACE,6BAAA;E9B28NN;;E8Bv8NI;IACE,2BAAA;E9B08NN;;E8Bt8NI;IACE,8BAAA;E9By8NN;;E8Bt+NI;IACE,uBAAA;E9By+NN;;E8Bt+NI;IACE,2BAAA;IACA,8BAAA;E9By+NN;;E8Bt+NI;IACE,4BAAA;IACA,6BAAA;E9By+NN;;E8Bt+NI;IACE,4BAAA;E9By+NN;;E8Bt+NI;IACE,6BAAA;E9By+NN;;E8Br+NI;IACE,2BAAA;E9Bw+NN;;E8Bp+NI;IACE,8BAAA;E9Bu+NN;;E8BpgOI;IACE,uBAAA;E9BugON;;E8BpgOI;IACE,2BAAA;IACA,8BAAA;E9BugON;;E8BpgOI;IACE,4BAAA;IACA,6BAAA;E9BugON;;E8BpgOI;IACE,4BAAA;E9BugON;;E8BpgOI;IACE,6BAAA;E9BugON;;E8BngOI;IACE,2BAAA;E9BsgON;;E8BlgOI;IACE,8BAAA;E9BqgON;;E8BliOI;IACE,uBAAA;E9BqiON;;E8BliOI;IACE,2BAAA;IACA,8BAAA;E9BqiON;;E8BliOI;IACE,4BAAA;IACA,6BAAA;E9BqiON;;E8BliOI;IACE,4BAAA;E9BqiON;;E8BliOI;IACE,6BAAA;E9BqiON;;E8BjiOI;IACE,2BAAA;E9BoiON;;E8BhiOI;IACE,8BAAA;E9BmiON;;E8BhkOI;IACE,uBAAA;E9BmkON;;E8BhkOI;IACE,2BAAA;IACA,8BAAA;E9BmkON;;E8BhkOI;IACE,4BAAA;IACA,6BAAA;E9BmkON;;E8BhkOI;IACE,4BAAA;E9BmkON;;E8BhkOI;IACE,6BAAA;E9BmkON;;E8B/jOI;IACE,2BAAA;E9BkkON;;E8B9jOI;IACE,8BAAA;E9BikON;;E8B9lOI;IACE,uBAAA;E9BimON;;E8B9lOI;IACE,2BAAA;IACA,8BAAA;E9BimON;;E8B9lOI;IACE,4BAAA;IACA,6BAAA;E9BimON;;E8B9lOI;IACE,4BAAA;E9BimON;;E8B9lOI;IACE,6BAAA;E9BimON;;E8B7lOI;IACE,2BAAA;E9BgmON;;E8B5lOI;IACE,8BAAA;E9B+lON;;E8B5nOI;IACE,wBAAA;E9B+nON;;E8B5nOI;IACE,4BAAA;IACA,+BAAA;E9B+nON;;E8B5nOI;IACE,6BAAA;IACA,8BAAA;E9B+nON;;E8B5nOI;IACE,6BAAA;E9B+nON;;E8B5nOI;IACE,8BAAA;E9B+nON;;E8B3nOI;IACE,4BAAA;E9B8nON;;E8B1nOI;IACE,+BAAA;E9B6nON;;E8BtnOE;IACE,2BAAA;E9BynOJ;;E8BtnOE;IACE,2BAAA;E9BynOJ;;E8BtnOE;IACE,2BAAA;E9BynOJ;;E8BtnOE;IACE,2BAAA;E9BynOJ;;E8BtnOE;IACE,2BAAA;E9BynOJ;;E8BtnOE;IACE,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8BAAA;E9BkiPN;;E8B/hPI;IACE,6BAAA;E9BkiPN;;E8B/hPI;IACE,8BAAA;E9BkiPN;;E8B9hPI;IACE,4BAAA;E9BiiPN;;E8B7hPI;IACE,+BAAA;E9BgiPN;;E8B7jPI;IACE,wBAAA;E9BgkPN;;E8B7jPI;IACE,4BAAA;IACA,+BAAA;E9BgkPN;;E8B7jPI;IACE,6BAAA;IACA,8BAAA;E9BgkPN;;E8B7jPI;IACE,6BAAA;E9BgkPN;;E8B7jPI;IACE,8BAAA;E9BgkPN;;E8B5jPI;IACE,4BAAA;E9B+jPN;;E8B3jPI;IACE,+BAAA;E9B8jPN;;E8B3lPI;IACE,wBAAA;E9B8lPN;;E8B3lPI;IACE,4BAAA;IACA,+BAAA;E9B8lPN;;E8B3lPI;IACE,6BAAA;IACA,8BAAA;E9B8lPN;;E8B3lPI;IACE,6BAAA;E9B8lPN;;E8B3lPI;IACE,8BAAA;E9B8lPN;;E8B1lPI;IACE,4BAAA;E9B6lPN;;E8BzlPI;IACE,+BAAA;E9B4lPN;;E8BznPI;IACE,wBAAA;E9B4nPN;;E8BznPI;IACE,4BAAA;IACA,+BAAA;E9B4nPN;;E8BznPI;IACE,6BAAA;IACA,8BAAA;E9B4nPN;;E8BznPI;IACE,6BAAA;E9B4nPN;;E8BznPI;IACE,8BAAA;E9B4nPN;;E8BxnPI;IACE,4BAAA;E9B2nPN;;E8BvnPI;IACE,+BAAA;E9B0nPN;;E8BvpPI;IACE,wBAAA;E9B0pPN;;E8BvpPI;IACE,4BAAA;IACA,+BAAA;E9B0pPN;;E8BvpPI;IACE,6BAAA;IACA,8BAAA;E9B0pPN;;E8BvpPI;IACE,6BAAA;E9B0pPN;;E8BvpPI;IACE,8BAAA;E9B0pPN;;E8BtpPI;IACE,4BAAA;E9BypPN;;E8BrpPI;IACE,+BAAA;E9BwpPN;;E8BrrPI;IACE,yBAAA;E9BwrPN;;E8BrrPI;IACE,6BAAA;IACA,gCAAA;E9BwrPN;;E8BrrPI;IACE,8BAAA;IACA,+BAAA;E9BwrPN;;E8BrrPI;IACE,8BAAA;E9BwrPN;;E8BrrPI;IACE,+BAAA;E9BwrPN;;E8BprPI;IACE,6BAAA;E9BurPN;;E8BnrPI;IACE,gCAAA;E9BsrPN;;E8B7qPE;IACE,yBAAA;E9BgrPJ;;E8B7qPE;IACE,oBAAA;E9BgrPJ;;E8B7qPE;IACE,yBAAA;IACA,0BAAA;E9BgrPJ;;E8B7qPE;IACE,wBAAA;IACA,2BAAA;E9BgrPJ;;E8B7qPE;IACE,4BAAA;E9BgrPJ;;E8B7qPE;IACE,6BAAA;E9BgrPJ;;E8B7qPE;IACE,wBAAA;E9BgrPJ;;E8B7qPE;IACE,2BAAA;E9BgrPJ;;E8B7qPE;IACE,yBAAA;E9BgrPJ;;E8B7qPE;IACE,0BAAA;E9BgrPJ;;E8B3qPI;IACE,uBAAA;E9B8qPN;;E8B3qPI;IACE,2BAAA;IACA,8BAAA;E9B8qPN;;E8B3qPI;IACE,4BAAA;IACA,6BAAA;E9B8qPN;;E8B3qPI;IACE,4BAAA;E9B8qPN;;E8B3qPI;IACE,6BAAA;E9B8qPN;;E8B1qPI;IACE,2BAAA;E9B6qPN;;E8BzqPI;IACE,8BAAA;E9B4qPN;;E8BzsPI;IACE,uBAAA;E9B4sPN;;E8BzsPI;IACE,2BAAA;IACA,8BAAA;E9B4sPN;;E8BzsPI;IACE,4BAAA;IACA,6BAAA;E9B4sPN;;E8BzsPI;IACE,4BAAA;E9B4sPN;;E8BzsPI;IACE,6BAAA;E9B4sPN;;E8BxsPI;IACE,2BAAA;E9B2sPN;;E8BvsPI;IACE,8BAAA;E9B0sPN;;E8BvuPI;IACE,uBAAA;E9B0uPN;;E8BvuPI;IACE,2BAAA;IACA,8BAAA;E9B0uPN;;E8BvuPI;IACE,4BAAA;IACA,6BAAA;E9B0uPN;;E8BvuPI;IACE,4BAAA;E9B0uPN;;E8BvuPI;IACE,6BAAA;E9B0uPN;;E8BtuPI;IACE,2BAAA;E9ByuPN;;E8BruPI;IACE,8BAAA;E9BwuPN;;E8BrwPI;IACE,uBAAA;E9BwwPN;;E8BrwPI;IACE,2BAAA;IACA,8BAAA;E9BwwPN;;E8BrwPI;IACE,4BAAA;IACA,6BAAA;E9BwwPN;;E8BrwPI;IACE,4BAAA;E9BwwPN;;E8BrwPI;IACE,6BAAA;E9BwwPN;;E8BpwPI;IACE,2BAAA;E9BuwPN;;E8BnwPI;IACE,8BAAA;E9BswPN;;E8BnyPI;IACE,uBAAA;E9BsyPN;;E8BnyPI;IACE,2BAAA;IACA,8BAAA;E9BsyPN;;E8BnyPI;IACE,4BAAA;IACA,6BAAA;E9BsyPN;;E8BnyPI;IACE,4BAAA;E9BsyPN;;E8BnyPI;IACE,6BAAA;E9BsyPN;;E8BlyPI;IACE,2BAAA;E9BqyPN;;E8BjyPI;IACE,8BAAA;E9BoyPN;;E8Bj0PI;IACE,uBAAA;E9Bo0PN;;E8Bj0PI;IACE,2BAAA;IACA,8BAAA;E9Bo0PN;;E8Bj0PI;IACE,4BAAA;IACA,6BAAA;E9Bo0PN;;E8Bj0PI;IACE,4BAAA;E9Bo0PN;;E8Bj0PI;IACE,6BAAA;E9Bo0PN;;E8Bh0PI;IACE,2BAAA;E9Bm0PN;;E8B/zPI;IACE,8BAAA;E9Bk0PN;;E8B/1PI;IACE,uBAAA;E9Bk2PN;;E8B/1PI;IACE,2BAAA;IACA,8BAAA;E9Bk2PN;;E8B/1PI;IACE,4BAAA;IACA,6BAAA;E9Bk2PN;;E8B/1PI;IACE,4BAAA;E9Bk2PN;;E8B/1PI;IACE,6BAAA;E9Bk2PN;;E8B91PI;IACE,2BAAA;E9Bi2PN;;E8B71PI;IACE,8BAAA;E9Bg2PN;;E8B73PI;IACE,uBAAA;E9Bg4PN;;E8B73PI;IACE,2BAAA;IACA,8BAAA;E9Bg4PN;;E8B73PI;IACE,4BAAA;IACA,6BAAA;E9Bg4PN;;E8B73PI;IACE,4BAAA;E9Bg4PN;;E8B73PI;IACE,6BAAA;E9Bg4PN;;E8B53PI;IACE,2BAAA;E9B+3PN;;E8B33PI;IACE,8BAAA;E9B83PN;;E8B35PI;IACE,uBAAA;E9B85PN;;E8B35PI;IACE,2BAAA;IACA,8BAAA;E9B85PN;;E8B35PI;IACE,4BAAA;IACA,6BAAA;E9B85PN;;E8B35PI;IACE,4BAAA;E9B85PN;;E8B35PI;IACE,6BAAA;E9B85PN;;E8B15PI;IACE,2BAAA;E9B65PN;;E8Bz5PI;IACE,8BAAA;E9B45PN;;E8Bz7PI;IACE,wBAAA;E9B47PN;;E8Bz7PI;IACE,4BAAA;IACA,+BAAA;E9B47PN;;E8Bz7PI;IACE,6BAAA;IACA,8BAAA;E9B47PN;;E8Bz7PI;IACE,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;E9Bi0QN;;E8B9zQI;IACE,6BAAA;IACA,8BAAA;E9Bi0QN;;E8B9zQI;IACE,6BAAA;E9Bi0QN;;E8B9zQI;IACE,8BAAA;E9Bi0QN;;E8B7zQI;IACE,4BAAA;E9Bg0QN;;E8B5zQI;IACE,+BAAA;E9B+zQN;;E8B51QI;IACE,wBAAA;E9B+1QN;;E8B51QI;IACE,4BAAA;IACA,+BAAA;E9B+1QN;;E8B51QI;IACE,6BAAA;IACA,8BAAA;E9B+1QN;;E8B51QI;IACE,6BAAA;E9B+1QN;;E8B51QI;IACE,8BAAA;E9B+1QN;;E8B31QI;IACE,4BAAA;E9B81QN;;E8B11QI;IACE,+BAAA;E9B61QN;;E8B13QI;IACE,wBAAA;E9B63QN;;E8B13QI;IACE,4BAAA;IACA,+BAAA;E9B63QN;;E8B13QI;IACE,6BAAA;IACA,8BAAA;E9B63QN;;E8B13QI;IACE,6BAAA;E9B63QN;;E8B13QI;IACE,8BAAA;E9B63QN;;E8Bz3QI;IACE,4BAAA;E9B43QN;;E8Bx3QI;IACE,+BAAA;E9B23QN;;E8Bx5QI;IACE,wBAAA;E9B25QN;;E8Bx5QI;IACE,4BAAA;IACA,+BAAA;E9B25QN;;E8Bx5QI;IACE,6BAAA;IACA,8BAAA;E9B25QN;;E8Bx5QI;IACE,6BAAA;E9B25QN;;E8Bx5QI;IACE,8BAAA;E9B25QN;;E8Bv5QI;IACE,4BAAA;E9B05QN;;E8Bt5QI;IACE,+BAAA;E9By5QN;;E8Bt7QI;IACE,wBAAA;E9By7QN;;E8Bt7QI;IACE,4BAAA;IACA,+BAAA;E9By7QN;;E8Bt7QI;IACE,6BAAA;IACA,8BAAA;E9By7QN;;E8Bt7QI;IACE,6BAAA;E9By7QN;;E8Bt7QI;IACE,8BAAA;E9By7QN;;E8Br7QI;IACE,4BAAA;E9Bw7QN;;E8Bp7QI;IACE,+BAAA;E9Bu7QN;;E8Bp9QI;IACE,wBAAA;E9Bu9QN;;E8Bp9QI;IACE,4BAAA;IACA,+BAAA;E9Bu9QN;;E8Bp9QI;IACE,6BAAA;IACA,8BAAA;E9Bu9QN;;E8Bp9QI;IACE,6BAAA;E9Bu9QN;;E8Bp9QI;IACE,8BAAA;E9Bu9QN;;E8Bn9QI;IACE,4BAAA;E9Bs9QN;;E8Bl9QI;IACE,+BAAA;E9Bq9QN;;E8Bl/QI;IACE,yBAAA;E9Bq/QN;;E8Bl/QI;IACE,6BAAA;IACA,gCAAA;E9Bq/QN;;E8Bl/QI;IACE,8BAAA;IACA,+BAAA;E9Bq/QN;;E8Bl/QI;IACE,8BAAA;E9Bq/QN;;E8Bl/QI;IACE,+BAAA;E9Bq/QN;;E8Bj/QI;IACE,6BAAA;E9Bo/QN;;E8Bh/QI;IACE,gCAAA;E9Bm/QN;;E8B1+QE;IACE,yBAAA;E9B6+QJ;;E8B1+QE;IACE,oBAAA;E9B6+QJ;;E8B1+QE;IACE,yBAAA;IACA,0BAAA;E9B6+QJ;;E8B1+QE;IACE,wBAAA;IACA,2BAAA;E9B6+QJ;;E8B1+QE;IACE,4BAAA;E9B6+QJ;;E8B1+QE;IACE,6BAAA;E9B6+QJ;;E8B1+QE;IACE,wBAAA;E9B6+QJ;;E8B1+QE;IACE,2BAAA;E9B6+QJ;;E8B1+QE;IACE,yBAAA;E9B6+QJ;;E8B1+QE;IACE,0BAAA;E9B6+QJ;;E8Bx+QI;IACE,uBAAA;E9B2+QN;;E8Bx+QI;IACE,2BAAA;IACA,8BAAA;E9B2+QN;;E8Bx+QI;IACE,4BAAA;IACA,6BAAA;E9B2+QN;;E8Bx+QI;IACE,4BAAA;E9B2+QN;;E8Bx+QI;IACE,6BAAA;E9B2+QN;;E8Bv+QI;IACE,2BAAA;E9B0+QN;;E8Bt+QI;IACE,8BAAA;E9By+QN;;E8BtgRI;IACE,uBAAA;E9BygRN;;E8BtgRI;IACE,2BAAA;IACA,8BAAA;E9BygRN;;E8BtgRI;IACE,4BAAA;IACA,6BAAA;E9BygRN;;E8BtgRI;IACE,4BAAA;E9BygRN;;E8BtgRI;IACE,6BAAA;E9BygRN;;E8BrgRI;IACE,2BAAA;E9BwgRN;;E8BpgRI;IACE,8BAAA;E9BugRN;;E8BpiRI;IACE,uBAAA;E9BuiRN;;E8BpiRI;IACE,2BAAA;IACA,8BAAA;E9BuiRN;;E8BpiRI;IACE,4BAAA;IACA,6BAAA;E9BuiRN;;E8BpiRI;IACE,4BAAA;E9BuiRN;;E8BpiRI;IACE,6BAAA;E9BuiRN;;E8BniRI;IACE,2BAAA;E9BsiRN;;E8BliRI;IACE,8BAAA;E9BqiRN;;E8BlkRI;IACE,uBAAA;E9BqkRN;;E8BlkRI;IACE,2BAAA;IACA,8BAAA;E9BqkRN;;E8BlkRI;IACE,4BAAA;IACA,6BAAA;E9BqkRN;;E8BlkRI;IACE,4BAAA;E9BqkRN;;E8BlkRI;IACE,6BAAA;E9BqkRN;;E8BjkRI;IACE,2BAAA;E9BokRN;;E8BhkRI;IACE,8BAAA;E9BmkRN;;E8BhmRI;IACE,uBAAA;E9BmmRN;;E8BhmRI;IACE,2BAAA;IACA,8BAAA;E9BmmRN;;E8BhmRI;IACE,4BAAA;IACA,6BAAA;E9BmmRN;;E8BhmRI;IACE,4BAAA;E9BmmRN;;E8BhmRI;IACE,6BAAA;E9BmmRN;;E8B/lRI;IACE,2BAAA;E9BkmRN;;E8B9lRI;IACE,8BAAA;E9BimRN;;E8B9nRI;IACE,uBAAA;E9BioRN;;E8B9nRI;IACE,2BAAA;IACA,8BAAA;E9BioRN;;E8B9nRI;IACE,4BAAA;IACA,6BAAA;E9BioRN;;E8B9nRI;IACE,4BAAA;E9BioRN;;E8B9nRI;IACE,6BAAA;E9BioRN;;E8B7nRI;IACE,2BAAA;E9BgoRN;;E8B5nRI;IACE,8BAAA;E9B+nRN;;E8B5pRI;IACE,uBAAA;E9B+pRN;;E8B5pRI;IACE,2BAAA;IACA,8BAAA;E9B+pRN;;E8B5pRI;IACE,4BAAA;IACA,6BAAA;E9B+pRN;;E8B5pRI;IACE,4BAAA;E9B+pRN;;E8B5pRI;IACE,6BAAA;E9B+pRN;;E8B3pRI;IACE,2BAAA;E9B8pRN;;E8B1pRI;IACE,8BAAA;E9B6pRN;;E8B1rRI;IACE,uBAAA;E9B6rRN;;E8B1rRI;IACE,2BAAA;IACA,8BAAA;E9B6rRN;;E8B1rRI;IACE,4BAAA;IACA,6BAAA;E9B6rRN;;E8B1rRI;IACE,4BAAA;E9B6rRN;;E8B1rRI;IACE,6BAAA;E9B6rRN;;E8BzrRI;IACE,2BAAA;E9B4rRN;;E8BxrRI;IACE,8BAAA;E9B2rRN;;E8BxtRI;IACE,uBAAA;E9B2tRN;;E8BxtRI;IACE,2BAAA;IACA,8BAAA;E9B2tRN;;E8BxtRI;IACE,4BAAA;IACA,6BAAA;E9B2tRN;;E8BxtRI;IACE,4BAAA;E9B2tRN;;E8BxtRI;IACE,6BAAA;E9B2tRN;;E8BvtRI;IACE,2BAAA;E9B0tRN;;E8BttRI;IACE,8BAAA;E9BytRN;;E8BtvRI;IACE,wBAAA;E9ByvRN;;E8BtvRI;IACE,4BAAA;IACA,+BAAA;E9ByvRN;;E8BtvRI;IACE,6BAAA;IACA,8BAAA;E9ByvRN;;E8BtvRI;IACE,6BAAA;E9ByvRN;;E8BtvRI;IACE,8BAAA;E9ByvRN;;E8BrvRI;IACE,4BAAA;E9BwvRN;;E8BpvRI;IACE,+BAAA;E9BuvRN;;E8BhvRE;IACE,2BAAA;E9BmvRJ;;E8BhvRE;IACE,2BAAA;E9BmvRJ;;E8BhvRE;IACE,2BAAA;E9BmvRJ;;E8BhvRE;IACE,2BAAA;E9BmvRJ;;E8BhvRE;IACE,2BAAA;E9BmvRJ;;E8BhvRE;IACE,2BAAA;E9BmvRJ;;E8BhvRE;IACE,2BAAA;E9BmvRJ;;E8BhvRE;IACE,2BAAA;E9BmvRJ;;E8BhvRE;IACE,2BAAA;E9BmvRJ;AACF;A+B9iSA;EACE,qBAAA;A/BgjSF;;A+B7iSA;EACE,YAAA;EACA,WAAA;EACA,iBAAA;EACA,qBAAA;A/BgjSF;;A+B7iSA;EACE,yB1BTQ;E0BUR,YAAA;A/BgjSF;;A+B7iSA;EACE,sBAAA;A/BgjSF;;AgC3jSE;EACE,kBAAA;EACA,oBAAA;EAAA,oBAAA;EAAA,aAAA;EACA,mBAAA;MAAA,eAAA;EACA,wBAAA;MAAA,qBAAA;UAAA,uBAAA;EACA,uBAAA;MAAA,oBAAA;UAAA,2BAAA;AhC8jSJ;AgC3jSI;EACE,aAAA;EACA,YAAA;EACA,cAAA;EACA,kBAAA;EACA,eAAA;EACA,mB3BjBI;E2BkBJ,YAAA;EACA,kBAAA;AhC6jSN;AgC3jSM;EAEE,mBAAA;EACA,4CAAA;UAAA,oCAAA;AhC4jSR;AgCvjSE;EACE,eAAA;AhCyjSJ;AgCrjSE;EACE,aAAA;EACA,iBAAA;EACA,gCAAA;UAAA,wBAAA;AhCujSJ;AgCrjSI;EACE,yBAAA;AhCujSN;AgCpjSI;EACE,eAAA;EACA,YAAA;EACA,eAAA;AhCsjSN;AgCpjSM;EACE,UAAA;AhCsjSR;;AgC9iSA;EACE;IACE,UAAA;EhCijSF;EgC9iSA;IACE,UAAA;EhCgjSF;AACF;AgC7iSA;EACE;IACE,UAAA;EhC+iSF;EgC5iSA;IACE,UAAA;EhC8iSF;AACF;AiC3nSA,eAAA;AAKA,4BAAA;AA6BA,4BAAA","file":"butterCake.min.css"} \ No newline at end of file diff --git a/dist/css/min/butterCake.min.css b/dist/css/min/butterCake.min.css new file mode 100644 index 0000000..063273e --- /dev/null +++ b/dist/css/min/butterCake.min.css @@ -0,0 +1,2 @@ +@charset "UTF-8"; +/*! getButterCake.com v4.0.0 | MIT License | https://github.com/HimasRafeek/butterCake */:root{--primary:#5b3ff9;--secondary:#363b4d;--light:#f4f5f6;--dark:#1c1b19;--gray:grey;--white:#fff;--success:#2ecc71;--info:#17a2b8;--warning:#f3bb45;--danger:#e74c3c;--muted:#9e9e9e;--bp-sm:590px;--bp-medium:790px;--bp-large:1160px;--bp-xl:1260px}i,i:after,i:before{-webkit-transition:all 0s!important;transition:all 0s!important}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.5}body,html{color:#333;font-size:16px}body ::-moz-selection,html ::-moz-selection{background:#5b3ff9;color:#fff}body ::selection,html ::selection{background:#5b3ff9;color:#fff}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[tabindex="-1"]:focus{outline:0!important}hr{overflow:visible;-webkit-box-sizing:content-box;box-sizing:content-box;height:0;border:0;margin:10px 0;border-top:1px solid #e9e9e9}pre{font-family:monospace;font-size:5px}figure{margin:0}mark{color:#f3bb45}a{background-color:transparent;text-decoration:none;color:#5b3ff9}a:hover{color:#2807e4}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:15px;font-style:normal;line-height:inherit}b,strong{font-weight:700}ol ol ul,ol ul ul,ul ol ul,ul ul ul{font-size:100%}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:16px}small{font-size:12px}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-5px}sup{top:-5px}img{vertical-align:middle;max-width:100%;border-style:none}caption{padding-top:10px;padding-bottom:10px;color:#333;text-align:left;caption-side:bottom}fieldset{border:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.5;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:10px}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}h1,h2,h3,h4,h5,h6,p{font-weight:400;margin-top:0;margin-bottom:15px}.h1,h1{font-size:46px}.h2,h2{font-size:36px}.h3,h3{font-size:28px}.h4,h4{font-size:22px}.h5,h5{font-size:18px}.h6,h6,p{font-size:16px}.mark,mark{padding:2px 4px;background-color:#363b4d}.container{margin:0 auto;padding-left:10px;padding-right:10px;width:100%}@media (min-width:590px){.container{max-width:calc(100% - 50px)}}@media (min-width:790px){.container{max-width:calc(100% - 100px)}}@media (min-width:1160px){.container{max-width:1150px}}.container-fluid{max-width:100%;padding-left:10px;padding-right:10px;width:100%}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.row .column{max-width:100%;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.row{margin-left:-10px;margin-right:-10px}.row.no-gutters>div{padding-left:0!important;padding-right:0!important}.row>[class*=col]{position:relative;width:100%;min-height:1px;padding-left:10px;padding-right:10px}.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%}.offset-12{margin-left:100%}.col-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.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}@media (min-width:590px){.col-sm-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-sm-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-sm-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-sm-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-sm-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.d-none-sm,.hide-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-block-sm{display:inline-block!important}.d-flex-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-sm{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-sm{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-sm{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-stretch-sm{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-sm{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-sm{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-sm{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-sm{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-sm{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-sm{-ms-flex-pack:distribute!important;justify-content:space-around!important}.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}}@media (min-width:790px){.col-md-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-md-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-md-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-md-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-md-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.d-none-md,.hide-md{display:none!important}.d-block-md{display:block!important}.d-inline-block-md{display:inline-block!important}.d-flex-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-md{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-md{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-md{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-stretch-md{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-md{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-md{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-md{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-md{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-md{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-md{-ms-flex-pack:distribute!important;justify-content:space-around!important}.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}}@media (min-width:1160px){.col-lg-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-lg-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-lg-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-lg-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-lg-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.d-none-lg,.hide-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-block-lg{display:inline-block!important}.d-flex-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-lg{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-lg{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-lg{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-stretch-lg{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-lg{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-lg{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-lg{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-lg{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-lg{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-lg{-ms-flex-pack:distribute!important;justify-content:space-around!important}.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}}@media (min-width:1260px){.col-xl-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}.col-xl-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}.col-xl-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xl-4{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}.col-xl-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}.col-xl-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xl-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}.col-xl-8{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}.col-xl-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xl-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}.col-xl-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}.col-xl-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.d-none-xl,.hide-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-block-xl{display:inline-block!important}.d-flex-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-xl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-xl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-xl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-stretch-xl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-xl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-xl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-xl{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-xl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-xl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-xl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-xl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.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}}.noScroll{overflow:hidden!important}.fixed-top{width:100%;position:fixed!important;top:0;left:0;z-index:1050}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px}.navbar *{-webkit-transition:all .22s ease;transition:all .22s ease}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.navbar .brand,.navbar>.container,.navbar>.container-fluid{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar .brand{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:16px;line-height:inherit;white-space:nowrap}.navbar .menu-box{display:none;-ms-flex-align:center;-ms-flex-preferred-size:100%;flex-basis:100%}.navbar .menu-box,.navbar .menu-box .menu{-webkit-box-align:center;align-items:center}.navbar .menu-box .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}.navbar .menu-box .menu .nav-item{margin:0}.navbar .menu-box .menu .nav-item .nav-link{display:inline-block}.navbar .menu-box .menu li{list-style:none;padding:0}.navbar .toggler{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;color:#fff;background-color:#fff;margin-top:10px;margin-bottom:10px;margin-left:auto;padding:10px 15px;border:none;outline:none;cursor:pointer;border-radius:4px}.navbar .toggler:hover{color:#fff;background:#310ef7!important}.navbar.default-nav{background-color:#fff}.navbar.default-nav .brand{padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar.default-nav .brand a{display:block;font-weight:400;font-size:28px;color:#5b3ff9}.navbar.default-nav .brand a:hover{color:#2807e4!important}.navbar.default-nav .brand a img{display:block}.navbar.default-nav .menu .nav-link{color:#363b4d;padding:20px 25px}.navbar.default-nav .menu .active .nav-link,.navbar.default-nav .menu .nav-link:focus,.navbar.default-nav .menu .nav-link:hover{color:#fff;background-color:#5b3ff9}.navbar.default-nav .sideNavbar,.navbar.default-nav .slidedown{background-color:#fff!important}.navbar.default-nav.bg-primary{background:#5b3ff9}.navbar.default-nav.bg-primary .brand a{color:#fff}.navbar.default-nav.bg-primary .brand a:hover{color:#2807e4!important}.navbar.default-nav.bg-primary .menu-close{background:#2807e4}.navbar.default-nav.bg-primary .menu-close:hover{background:#2406cc}.navbar.default-nav.bg-primary .menu .nav-link{color:#fff}.navbar.default-nav.bg-primary .menu .active .nav-link,.navbar.default-nav.bg-primary .menu .nav-link:focus,.navbar.default-nav.bg-primary .menu .nav-link:hover{color:#fff;background-color:#310ef7}.navbar.default-nav.bg-primary .toggler{background-color:#4626f8!important}.navbar.default-nav.bg-primary .toggler:hover{background:#310ef7!important}.navbar.default-nav.bg-primary .sideNavbar,.navbar.default-nav.bg-primary .slidedown{background-color:#5b3ff9!important}.navbar.default-nav.bg-secondary{background:#363b4d}.navbar.default-nav.bg-secondary .brand a{color:#fff}.navbar.default-nav.bg-secondary .brand a:hover{color:#161920!important}.navbar.default-nav.bg-secondary .menu-close{background:#161920}.navbar.default-nav.bg-secondary .menu-close:hover{background:#0c0d11}.navbar.default-nav.bg-secondary .menu .nav-link{color:#fff}.navbar.default-nav.bg-secondary .menu .active .nav-link,.navbar.default-nav.bg-secondary .menu .nav-link:focus,.navbar.default-nav.bg-secondary .menu .nav-link:hover{color:#fff;background-color:#21242f}.navbar.default-nav.bg-secondary .toggler{background-color:#2b303e!important}.navbar.default-nav.bg-secondary .toggler:hover{background:#21242f!important}.navbar.default-nav.bg-secondary .sideNavbar,.navbar.default-nav.bg-secondary .slidedown{background-color:#363b4d!important}.navbar.default-nav.bg-light{background:#f4f5f6}.navbar.default-nav.bg-light .brand a{color:#fff}.navbar.default-nav.bg-light .brand a:hover{color:#cacfd4!important}.navbar.default-nav.bg-light .menu-close{background:#cacfd4}.navbar.default-nav.bg-light .menu-close:hover{background:#bcc2c8}.navbar.default-nav.bg-light .menu .nav-link{color:#fff}.navbar.default-nav.bg-light .menu .active .nav-link,.navbar.default-nav.bg-light .menu .nav-link:focus,.navbar.default-nav.bg-light .menu .nav-link:hover{color:#fff;background-color:#d8dcdf}.navbar.default-nav.bg-light .toggler{background-color:#e6e8eb!important}.navbar.default-nav.bg-light .toggler:hover{background:#d8dcdf!important}.navbar.default-nav.bg-light .sideNavbar,.navbar.default-nav.bg-light .slidedown{background-color:#f4f5f6!important}.navbar.default-nav.bg-dark{background:#1c1b19}.navbar.default-nav.bg-dark .brand a{color:#fff}.navbar.default-nav.bg-dark .brand a:hover{color:#000!important}.navbar.default-nav.bg-dark .menu-close,.navbar.default-nav.bg-dark .menu-close:hover{background:#000}.navbar.default-nav.bg-dark .menu .nav-link{color:#fff}.navbar.default-nav.bg-dark .menu .active .nav-link,.navbar.default-nav.bg-dark .menu .nav-link:focus,.navbar.default-nav.bg-dark .menu .nav-link:hover{color:#fff;background-color:#010101}.navbar.default-nav.bg-dark .toggler{background-color:#0f0e0d!important}.navbar.default-nav.bg-dark .toggler:hover{background:#010101!important}.navbar.default-nav.bg-dark .sideNavbar,.navbar.default-nav.bg-dark .slidedown{background-color:#1c1b19!important}.navbar.default-nav.bg-gray{background:grey}.navbar.default-nav.bg-gray .brand a{color:#fff}.navbar.default-nav.bg-gray .brand a:hover{color:#5a5a5a!important}.navbar.default-nav.bg-gray .menu-close{background:#5a5a5a}.navbar.default-nav.bg-gray .menu-close:hover{background:#4d4d4d}.navbar.default-nav.bg-gray .menu .nav-link{color:#fff}.navbar.default-nav.bg-gray .menu .active .nav-link,.navbar.default-nav.bg-gray .menu .nav-link:focus,.navbar.default-nav.bg-gray .menu .nav-link:hover{color:#fff;background-color:#676767}.navbar.default-nav.bg-gray .toggler{background-color:#737373!important}.navbar.default-nav.bg-gray .toggler:hover{background:#676767!important}.navbar.default-nav.bg-gray .sideNavbar,.navbar.default-nav.bg-gray .slidedown{background-color:grey!important}.navbar.default-nav.bg-white{background:#fff}.navbar.default-nav.bg-white .brand a{color:#fff}.navbar.default-nav.bg-white .brand a:hover{color:#d9d9d9!important}.navbar.default-nav.bg-white .menu-close{background:#d9d9d9}.navbar.default-nav.bg-white .menu-close:hover{background:#ccc}.navbar.default-nav.bg-white .menu .nav-link{color:#fff}.navbar.default-nav.bg-white .menu .active .nav-link,.navbar.default-nav.bg-white .menu .nav-link:focus,.navbar.default-nav.bg-white .menu .nav-link:hover{color:#fff;background-color:#e6e6e6}.navbar.default-nav.bg-white .toggler{background-color:#f2f2f2!important}.navbar.default-nav.bg-white .toggler:hover{background:#e6e6e6!important}.navbar.default-nav.bg-white .sideNavbar,.navbar.default-nav.bg-white .slidedown{background-color:#fff!important}.navbar.default-nav.bg-success{background:#2ecc71}.navbar.default-nav.bg-success .brand a{color:#fff}.navbar.default-nav.bg-success .brand a:hover{color:#208e4e!important}.navbar.default-nav.bg-success .menu-close{background:#208e4e}.navbar.default-nav.bg-success .menu-close:hover{background:#1b7943}.navbar.default-nav.bg-success .menu .nav-link{color:#fff}.navbar.default-nav.bg-success .menu .active .nav-link,.navbar.default-nav.bg-success .menu .nav-link:focus,.navbar.default-nav.bg-success .menu .nav-link:hover{color:#fff;background-color:#25a25a}.navbar.default-nav.bg-success .toggler{background-color:#29b765!important}.navbar.default-nav.bg-success .toggler:hover{background:#25a25a!important}.navbar.default-nav.bg-success .sideNavbar,.navbar.default-nav.bg-success .slidedown{background-color:#2ecc71!important}.navbar.default-nav.bg-info{background:#17a2b8}.navbar.default-nav.bg-info .brand a{color:#fff}.navbar.default-nav.bg-info .brand a:hover{color:#0f6674!important}.navbar.default-nav.bg-info .menu-close{background:#0f6674}.navbar.default-nav.bg-info .menu-close:hover{background:#0c525d}.navbar.default-nav.bg-info .menu .nav-link{color:#fff}.navbar.default-nav.bg-info .menu .active .nav-link,.navbar.default-nav.bg-info .menu .nav-link:focus,.navbar.default-nav.bg-info .menu .nav-link:hover{color:#fff;background-color:#117a8b}.navbar.default-nav.bg-info .toggler{background-color:#148ea1!important}.navbar.default-nav.bg-info .toggler:hover{background:#117a8b!important}.navbar.default-nav.bg-info .sideNavbar,.navbar.default-nav.bg-info .slidedown{background-color:#17a2b8!important}.navbar.default-nav.bg-warning{background:#f3bb45}.navbar.default-nav.bg-warning .brand a{color:#fff}.navbar.default-nav.bg-warning .brand a:hover{color:#dd9b0e!important}.navbar.default-nav.bg-warning .menu-close{background:#dd9b0e}.navbar.default-nav.bg-warning .menu-close:hover{background:#c58a0d}.navbar.default-nav.bg-warning .menu .nav-link{color:#fff}.navbar.default-nav.bg-warning .menu .active .nav-link,.navbar.default-nav.bg-warning .menu .nav-link:focus,.navbar.default-nav.bg-warning .menu .nav-link:hover{color:#fff;background-color:#f0a915}.navbar.default-nav.bg-warning .toggler{background-color:#f1b22d!important}.navbar.default-nav.bg-warning .toggler:hover{background:#f0a915!important}.navbar.default-nav.bg-warning .sideNavbar,.navbar.default-nav.bg-warning .slidedown{background-color:#f3bb45!important}.navbar.default-nav.bg-danger{background:#e74c3c}.navbar.default-nav.bg-danger .brand a{color:#fff}.navbar.default-nav.bg-danger .brand a:hover{color:#bf2718!important}.navbar.default-nav.bg-danger .menu-close{background:#bf2718}.navbar.default-nav.bg-danger .menu-close:hover{background:#a82315}.navbar.default-nav.bg-danger .menu .nav-link{color:#fff}.navbar.default-nav.bg-danger .menu .active .nav-link,.navbar.default-nav.bg-danger .menu .nav-link:focus,.navbar.default-nav.bg-danger .menu .nav-link:hover{color:#fff;background-color:#d62c1a}.navbar.default-nav.bg-danger .toggler{background-color:#e43725!important}.navbar.default-nav.bg-danger .toggler:hover{background:#d62c1a!important}.navbar.default-nav.bg-danger .sideNavbar,.navbar.default-nav.bg-danger .slidedown{background-color:#e74c3c!important}.navbar.default-nav.bg-muted{background:#9e9e9e}.navbar.default-nav.bg-muted .brand a{color:#fff}.navbar.default-nav.bg-muted .brand a:hover{color:#787878!important}.navbar.default-nav.bg-muted .menu-close{background:#787878}.navbar.default-nav.bg-muted .menu-close:hover{background:#6b6b6b}.navbar.default-nav.bg-muted .menu .nav-link{color:#fff}.navbar.default-nav.bg-muted .menu .active .nav-link,.navbar.default-nav.bg-muted .menu .nav-link:focus,.navbar.default-nav.bg-muted .menu .nav-link:hover{color:#fff;background-color:#858585}.navbar.default-nav.bg-muted .toggler{background-color:#919191!important}.navbar.default-nav.bg-muted .toggler:hover{background:#858585!important}.navbar.default-nav.bg-muted .sideNavbar,.navbar.default-nav.bg-muted .slidedown{background-color:#9e9e9e!important}.navbar.expanded .toggler{display:none!important}.navbar.expanded .menu-box{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navbar.expanded .menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar.expanded>.container,.navbar.expanded>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (min-width:590px){.navbar.expand-sm .toggler{display:none}.navbar.expand-sm .menu-box{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navbar.expand-sm .menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar.expand-sm>.container,.navbar.expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width:790px){.navbar.expand-md .toggler{display:none}.navbar.expand-md .menu-box{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navbar.expand-md .menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar.expand-md>.container,.navbar.expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width:1160px){.navbar.expand-lg .toggler{display:none}.navbar.expand-lg .menu-box{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navbar.expand-lg .menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar.expand-lg>.container,.navbar.expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (min-width:1260px){.navbar.expand-xl .toggler{display:none}.navbar.expand-xl .menu-box{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navbar.expand-xl .menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar.expand-xl>.container,.navbar.expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.sideNavbar{-webkit-transition:all .5s!important;transition:all .5s!important;display:block!important;max-width:300px;width:100%;min-height:100vh;overflow-x:hidden!important;overflow-y:auto;position:fixed;top:0;height:100%;left:-100%;z-index:1250;padding-bottom:50px}.sideNavbar .menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sideNavbar .menu .nav-item{position:relative;width:100%;text-align:center}.sideNavbar .menu .nav-item>.btn,.sideNavbar .menu .nav-item>.input{margin:10px 0!important}.sideNavbar .menu .nav-link{display:block;width:100%;padding:10px!important;text-align:center}.sideNavbar .dropdown>.dropdown-menu{position:unset!important;background:#fff;max-width:100%!important;min-width:100%!important;margin-top:0!important;border-radius:0!important;border:none}.sideNavbar.toggled{left:0}.sideNavbar .menu-close{display:block!important;background:#363b4d;color:#fff;text-align:center;padding:10px;margin-bottom:10px;cursor:pointer}.sideNavbar .menu-close:hover{background:#1c1b19}.toggled~.shadow-fixed{width:100%;min-height:100vh;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:500}.menu-close{display:none}.slidedown{overflow:hidden;display:block!important;position:absolute;left:0;top:100%;z-index:1150;width:100%}.slidedown .menu{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;width:100%}.slidedown .menu .nav-item{width:100%;text-align:center}.slidedown .menu .nav-item .nav-link{width:100%}.btn{display:inline-block;padding:8px 20px;text-align:center;font-weight:400;background:none;border:none;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:all .22s ease;transition:all .22s ease;border-radius:4px}.btn:focus{outline:none}.btn.btn-choose-file{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.btn.btn-choose-file input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer!important;z-index:1}.btn.btn-loading.loader-active{position:relative;pointer-events:none!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1;overflow:hidden}.btn.btn-loading.loader-active .loader{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.btn.btn-loading .loader{position:absolute;top:0;left:0;width:100%;height:100%;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:inherit}.btn.primary{border:1px solid #5b3ff9;color:#fff!important;background-color:#5b3ff9}.btn.primary.active,.btn.primary:focus,.btn.primary:hover{color:#fff!important;background-color:#310ef7!important;border-color:#310ef7!important}.btn.primary:active,.btn.primary:focus{-webkit-box-shadow:0 0 0 2px rgba(91,63,249,.5)!important;box-shadow:0 0 0 2px rgba(91,63,249,.5)!important}.btn.primary.outline{border-width:2px}.btn.primary.outline:hover{color:#fff!important;border-color:#5b3ff9!important;background-color:#5b3ff9!important}.btn.primary.outline:active,.btn.primary.outline:focus{background-color:#2406cc!important}.btn.primary.outline{color:#5b3ff9!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.primary.outline:focus{color:#fff!important;border-color:#310ef7!important}.btn.secondary{border:1px solid #363b4d;color:#fff!important;background-color:#363b4d}.btn.secondary.active,.btn.secondary:focus,.btn.secondary:hover{color:#fff!important;background-color:#21242f!important;border-color:#21242f!important}.btn.secondary:active,.btn.secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(54,59,77,.5)!important;box-shadow:0 0 0 2px rgba(54,59,77,.5)!important}.btn.secondary.outline{border-width:2px}.btn.secondary.outline:hover{color:#fff!important;border-color:#363b4d!important;background-color:#363b4d!important}.btn.secondary.outline:active,.btn.secondary.outline:focus{background-color:#0c0d11!important}.btn.secondary.outline{color:#363b4d!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.secondary.outline:focus{color:#fff!important;border-color:#21242f!important}.btn.light{background-color:#f4f5f6;color:#1c1b19!important;border-color:#f4f5f6!important}.btn.light:active,.btn.light:focus,.btn.light:hover{color:#1c1b19!important;background-color:#d8dcdf!important;border-color:#d8dcdf!important}.btn.light.outline{color:#1c1b19!important;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.light.outline:active,.btn.light.outline:focus,.btn.light.outline:hover{color:#1c1b19!important;background-color:#d8dcdf!important;border-color:#d8dcdf!important}.btn.white{border:1px solid #fff;color:#fff!important;background-color:#fff;border-color:rgba(0,0,0,.125)!important}.btn.white.active,.btn.white:focus,.btn.white:hover{color:#fff!important;background-color:#e6e6e6!important;border-color:#e6e6e6!important}.btn.white:active,.btn.white:focus{-webkit-box-shadow:0 0 0 2px hsla(0,0%,100%,.5)!important;box-shadow:0 0 0 2px hsla(0,0%,100%,.5)!important}.btn.white.outline{border-width:2px}.btn.white.outline:hover{color:#fff!important;border-color:#fff!important;background-color:#fff!important}.btn.white.outline:active,.btn.white.outline:focus{background-color:#ccc!important}.btn.white.active{color:#000!important}.btn.white.outline{color:#fff!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.white.outline:focus{color:#fff!important;border-color:#e6e6e6!important}.btn.dark{border:1px solid #1c1b19;color:#fff!important;background-color:#1c1b19}.btn.dark.active,.btn.dark:focus,.btn.dark:hover{color:#fff!important;background-color:#010101!important;border-color:#010101!important}.btn.dark:active,.btn.dark:focus{-webkit-box-shadow:0 0 0 2px rgba(28,27,25,.5)!important;box-shadow:0 0 0 2px rgba(28,27,25,.5)!important}.btn.dark.outline{border-width:2px}.btn.dark.outline:hover{color:#fff!important;border-color:#1c1b19!important;background-color:#1c1b19!important}.btn.dark.outline:active,.btn.dark.outline:focus{background-color:#000!important}.btn.dark.outline{color:#1c1b19!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.dark.outline:focus{color:#fff!important;border-color:#010101!important}.btn.gray{border:1px solid grey;color:#fff!important;background-color:grey}.btn.gray.active,.btn.gray:focus,.btn.gray:hover{color:#fff!important;background-color:#676767!important;border-color:#676767!important}.btn.gray:active,.btn.gray:focus{-webkit-box-shadow:0 0 0 2px hsla(0,0%,50.2%,.5)!important;box-shadow:0 0 0 2px hsla(0,0%,50.2%,.5)!important}.btn.gray.outline{border-width:2px}.btn.gray.outline:hover{color:#fff!important;border-color:grey!important;background-color:grey!important}.btn.gray.outline:active,.btn.gray.outline:focus{background-color:#4d4d4d!important}.btn.gray.outline{color:grey!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.gray.outline:focus{color:#fff!important;border-color:#676767!important}.btn.muted{border:1px solid #9e9e9e;color:#fff!important;background-color:#9e9e9e}.btn.muted.active,.btn.muted:focus,.btn.muted:hover{color:#fff!important;background-color:#858585!important;border-color:#858585!important}.btn.muted:active,.btn.muted:focus{-webkit-box-shadow:0 0 0 2px hsla(0,0%,62%,.5)!important;box-shadow:0 0 0 2px hsla(0,0%,62%,.5)!important}.btn.muted.outline{border-width:2px}.btn.muted.outline:hover{color:#fff!important;border-color:#9e9e9e!important;background-color:#9e9e9e!important}.btn.muted.outline:active,.btn.muted.outline:focus{background-color:#6b6b6b!important}.btn.muted.outline{color:#9e9e9e!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.muted.outline:focus{color:#fff!important;border-color:#858585!important}.btn.success{border:1px solid #2ecc71;color:#fff!important;background-color:#2ecc71}.btn.success.active,.btn.success:focus,.btn.success:hover{color:#fff!important;background-color:#25a25a!important;border-color:#25a25a!important}.btn.success:active,.btn.success:focus{-webkit-box-shadow:0 0 0 2px rgba(46,204,113,.5)!important;box-shadow:0 0 0 2px rgba(46,204,113,.5)!important}.btn.success.outline{border-width:2px}.btn.success.outline:hover{color:#fff!important;border-color:#2ecc71!important;background-color:#2ecc71!important}.btn.success.outline:active,.btn.success.outline:focus{background-color:#1b7943!important}.btn.success.outline{color:#2ecc71!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.success.outline:focus{color:#fff!important;border-color:#25a25a!important}.btn.info{border:1px solid #17a2b8;color:#fff!important;background-color:#17a2b8}.btn.info.active,.btn.info:focus,.btn.info:hover{color:#fff!important;background-color:#117a8b!important;border-color:#117a8b!important}.btn.info:active,.btn.info:focus{-webkit-box-shadow:0 0 0 2px rgba(23,162,184,.5)!important;box-shadow:0 0 0 2px rgba(23,162,184,.5)!important}.btn.info.outline{border-width:2px}.btn.info.outline:hover{color:#fff!important;border-color:#17a2b8!important;background-color:#17a2b8!important}.btn.info.outline:active,.btn.info.outline:focus{background-color:#0c525d!important}.btn.info.outline{color:#17a2b8!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.info.outline:focus{color:#fff!important;border-color:#117a8b!important}.btn.warning{border:1px solid #f3bb45;color:#fff!important;background-color:#f3bb45}.btn.warning.active,.btn.warning:focus,.btn.warning:hover{color:#fff!important;background-color:#f0a915!important;border-color:#f0a915!important}.btn.warning:active,.btn.warning:focus{-webkit-box-shadow:0 0 0 2px rgba(243,187,69,.5)!important;box-shadow:0 0 0 2px rgba(243,187,69,.5)!important}.btn.warning.outline{border-width:2px}.btn.warning.outline:hover{color:#fff!important;border-color:#f3bb45!important;background-color:#f3bb45!important}.btn.warning.outline:active,.btn.warning.outline:focus{background-color:#c58a0d!important}.btn.warning.outline{color:#f3bb45!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.warning.outline:focus{color:#fff!important;border-color:#f0a915!important}.btn.danger{border:1px solid #e74c3c;color:#fff!important;background-color:#e74c3c}.btn.danger.active,.btn.danger:focus,.btn.danger:hover{color:#fff!important;background-color:#d62c1a!important;border-color:#d62c1a!important}.btn.danger:active,.btn.danger:focus{-webkit-box-shadow:0 0 0 2px rgba(231,76,60,.5)!important;box-shadow:0 0 0 2px rgba(231,76,60,.5)!important}.btn.danger.outline{border-width:2px}.btn.danger.outline:hover{color:#fff!important;border-color:#e74c3c!important;background-color:#e74c3c!important}.btn.danger.outline:active,.btn.danger.outline:focus{background-color:#a82315!important}.btn.danger.outline{color:#e74c3c!important;background-image:none;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important}.btn.danger.outline:focus{color:#fff!important;border-color:#d62c1a!important}.btn-lg{padding:14px 30px!important;font-size:20px}.btn-sm{padding:8px 15px!important;font-size:14px}.block{display:block!important;width:100%!important}.block+.block{margin-top:5px}.btn-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-group+.btn-group{margin-top:5px}.btn-group>.btn,.btn-group>.dropdown>.btn{margin:0!important;border-radius:0;position:relative}.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.btn-group>.dropdown>.btn.active,.btn-group>.dropdown>.btn:active,.btn-group>.dropdown>.btn:focus,.btn-group>.dropdown>.btn:hover{z-index:1}.btn-group>.btn:first-child,.btn-group>.dropdown:first-child>.btn{border-radius:4px 0 0 4px}.btn-group>.btn:last-child,.btn-group>.dropdown:last-child>.btn{border-radius:0 4px 4px 0}.btn-group.stacked-group{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.btn-group.stacked-group>.btn,.btn-group.stacked-group>.dropdown>.btn{margin:0!important;border-radius:0;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}.btn-group.stacked-group>.btn:first-child,.btn-group.stacked-group>.dropdown:first-child>.btn{border-radius:4px 4px 0 0}.btn-group.stacked-group>.btn:last-child,.btn-group.stacked-group>.dropdown:last-child>.btn{border-radius:0 0 4px 4px}.jumbotron{background-color:#f4f5f6;max-width:1150px;width:100%;padding:100px 10px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.jumbotron.fluid{max-width:100%!important}.input,form{width:100%}.input{display:block;max-width:100%;min-height:45px;height:45px;padding:10px;background-color:#fff;outline:none;border:1px solid #d8dcdf;-webkit-transition:all .22s ease;transition:all .22s ease;border-radius:4px}.input:focus{border-color:#5b3ff9;-webkit-box-shadow:0 0 0 2px rgba(91,63,249,.5);box-shadow:0 0 0 2px rgba(91,63,249,.5)}.input:focus~.append-icon i,.input:focus~.pre-append-icon i{color:#5b3ff9!important}.input.primary{border:1px solid #5b3ff9}.input.primary:focus{border-color:#5b3ff9;-webkit-box-shadow:0 0 0 2px rgba(91,63,249,.5);box-shadow:0 0 0 2px rgba(91,63,249,.5)}.input.primary:focus~.append-icon i,.input.primary:focus~.pre-append-icon i{color:#5b3ff9!important}.input.secondary{border:1px solid #363b4d}.input.secondary:focus{border-color:#363b4d;-webkit-box-shadow:0 0 0 2px rgba(54,59,77,.5);box-shadow:0 0 0 2px rgba(54,59,77,.5)}.input.secondary:focus~.append-icon i,.input.secondary:focus~.pre-append-icon i{color:#363b4d!important}.input.light{border:1px solid #f4f5f6}.input.light:focus{border-color:#f4f5f6;-webkit-box-shadow:0 0 0 2px rgba(244,245,246,.5);box-shadow:0 0 0 2px rgba(244,245,246,.5)}.input.light:focus~.append-icon i,.input.light:focus~.pre-append-icon i{color:#f4f5f6!important}.input.dark{border:1px solid #1c1b19}.input.dark:focus{border-color:#1c1b19;-webkit-box-shadow:0 0 0 2px rgba(28,27,25,.5);box-shadow:0 0 0 2px rgba(28,27,25,.5)}.input.dark:focus~.append-icon i,.input.dark:focus~.pre-append-icon i{color:#1c1b19!important}.input.gray{border:1px solid grey}.input.gray:focus{border-color:grey;-webkit-box-shadow:0 0 0 2px hsla(0,0%,50.2%,.5);box-shadow:0 0 0 2px hsla(0,0%,50.2%,.5)}.input.gray:focus~.append-icon i,.input.gray:focus~.pre-append-icon i{color:grey!important}.input.white{border:1px solid #fff}.input.white:focus{border-color:#fff;-webkit-box-shadow:0 0 0 2px hsla(0,0%,100%,.5);box-shadow:0 0 0 2px hsla(0,0%,100%,.5)}.input.white:focus~.append-icon i,.input.white:focus~.pre-append-icon i{color:#fff!important}.input.success{border:1px solid #2ecc71}.input.success:focus{border-color:#2ecc71;-webkit-box-shadow:0 0 0 2px rgba(46,204,113,.5);box-shadow:0 0 0 2px rgba(46,204,113,.5)}.input.success:focus~.append-icon i,.input.success:focus~.pre-append-icon i{color:#2ecc71!important}.input.info{border:1px solid #17a2b8}.input.info:focus{border-color:#17a2b8;-webkit-box-shadow:0 0 0 2px rgba(23,162,184,.5);box-shadow:0 0 0 2px rgba(23,162,184,.5)}.input.info:focus~.append-icon i,.input.info:focus~.pre-append-icon i{color:#17a2b8!important}.input.warning{border:1px solid #f3bb45}.input.warning:focus{border-color:#f3bb45;-webkit-box-shadow:0 0 0 2px rgba(243,187,69,.5);box-shadow:0 0 0 2px rgba(243,187,69,.5)}.input.warning:focus~.append-icon i,.input.warning:focus~.pre-append-icon i{color:#f3bb45!important}.input.danger{border:1px solid #e74c3c}.input.danger:focus{border-color:#e74c3c;-webkit-box-shadow:0 0 0 2px rgba(231,76,60,.5);box-shadow:0 0 0 2px rgba(231,76,60,.5)}.input.danger:focus~.append-icon i,.input.danger:focus~.pre-append-icon i{color:#e74c3c!important}.input.muted{border:1px solid #9e9e9e}.input.muted:focus{border-color:#9e9e9e;-webkit-box-shadow:0 0 0 2px hsla(0,0%,62%,.5);box-shadow:0 0 0 2px hsla(0,0%,62%,.5)}.input.muted:focus~.append-icon i,.input.muted:focus~.pre-append-icon i{color:#9e9e9e!important}select{-webkit-appearance:none;-moz-appearance:none;padding-right:10px;appearance:none;position:relative;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");background-repeat:no-repeat;background-size:20px;background-position:100%;background-clip:border-box}select::-ms-expand{display:none}select option:not([disabled]){color:#1c1b19}select option[disabled]{color:grey}select[multiple]{overflow-y:auto;min-height:125px;background-image:none!important}select[multiple] option{padding:5px}select[multiple]:checked,select[multiple] option:checked{background:#5b3ff9!important}select.input{padding:10px 8px}textarea.input{min-height:150px!important}textarea{resize:vertical}label{display:inline-block;margin-bottom:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.group{padding:10px 0}.group .error-message,.group .message,.group .success-message{display:block;font-size:12px;padding-top:4px;padding-left:4px;font-weight:700}.group .error-message{color:#e74c3c}.group .success-message{color:#2ecc71}.group.is-primary .append-icon i,.group .is-primary .append-icon i,.group.is-primary .pre-append-icon i,.group .is-primary .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:#5b3ff9}.group.is-primary .input,.group .is-primary .input{background:rgba(91,63,249,.1);color:#310ef7!important;border-color:#5b3ff9}.group.is-primary .input:focus,.group .is-primary .input:focus{background:#fff;color:#000!important}.group.is-secondary .append-icon i,.group .is-secondary .append-icon i,.group.is-secondary .pre-append-icon i,.group .is-secondary .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:#363b4d}.group.is-secondary .input,.group .is-secondary .input{background:rgba(54,59,77,.1);color:#21242f!important;border-color:#363b4d}.group.is-secondary .input:focus,.group .is-secondary .input:focus{background:#fff;color:#000!important}.group.is-light .append-icon i,.group .is-light .append-icon i,.group.is-light .pre-append-icon i,.group .is-light .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:#f4f5f6}.group.is-light .input,.group .is-light .input{background:rgba(244,245,246,.1);color:#d8dcdf!important;border-color:#f4f5f6}.group.is-light .input:focus,.group .is-light .input:focus{background:#fff;color:#000!important}.group.is-dark .append-icon i,.group .is-dark .append-icon i,.group.is-dark .pre-append-icon i,.group .is-dark .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:#1c1b19}.group.is-dark .input,.group .is-dark .input{background:rgba(28,27,25,.1);color:#010101!important;border-color:#1c1b19}.group.is-dark .input:focus,.group .is-dark .input:focus{background:#fff;color:#000!important}.group.is-gray .append-icon i,.group .is-gray .append-icon i,.group.is-gray .pre-append-icon i,.group .is-gray .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:grey}.group.is-gray .input,.group .is-gray .input{background:hsla(0,0%,50.2%,.1);color:#676767!important;border-color:grey}.group.is-gray .input:focus,.group .is-gray .input:focus{background:#fff;color:#000!important}.group.is-white .append-icon i,.group .is-white .append-icon i,.group.is-white .pre-append-icon i,.group .is-white .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:#fff}.group.is-white .input,.group .is-white .input{background:hsla(0,0%,100%,.1);color:#e6e6e6!important;border-color:#fff}.group.is-white .input:focus,.group .is-white .input:focus{background:#fff;color:#000!important}.group.is-success .append-icon i,.group .is-success .append-icon i,.group.is-success .pre-append-icon i,.group .is-success .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:#2ecc71}.group.is-success .input,.group .is-success .input{background:rgba(46,204,113,.1);color:#25a25a!important;border-color:#2ecc71}.group.is-success .input:focus,.group .is-success .input:focus{background:#fff;color:#000!important}.group.is-info .append-icon i,.group .is-info .append-icon i,.group.is-info .pre-append-icon i,.group .is-info .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:#17a2b8}.group.is-info .input,.group .is-info .input{background:rgba(23,162,184,.1);color:#117a8b!important;border-color:#17a2b8}.group.is-info .input:focus,.group .is-info .input:focus{background:#fff;color:#000!important}.group.is-warning .append-icon i,.group .is-warning .append-icon i,.group.is-warning .pre-append-icon i,.group .is-warning .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:#f3bb45}.group.is-warning .input,.group .is-warning .input{background:rgba(243,187,69,.1);color:#f0a915!important;border-color:#f3bb45}.group.is-warning .input:focus,.group .is-warning .input:focus{background:#fff;color:#000!important}.group.is-danger .append-icon i,.group .is-danger .append-icon i,.group.is-danger .pre-append-icon i,.group .is-danger .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:#e74c3c}.group.is-danger .input,.group .is-danger .input{background:rgba(231,76,60,.1);color:#d62c1a!important;border-color:#e74c3c}.group.is-danger .input:focus,.group .is-danger .input:focus{background:#fff;color:#000!important}.group.is-muted .append-icon i,.group .is-muted .append-icon i,.group.is-muted .pre-append-icon i,.group .is-muted .pre-append-icon i{-webkit-transition:all .22s ease;transition:all .22s ease;color:#9e9e9e}.group.is-muted .input,.group .is-muted .input{background:hsla(0,0%,62%,.1);color:#858585!important;border-color:#9e9e9e}.group.is-muted .input:focus,.group .is-muted .input:focus{background:#fff;color:#000!important}.input-group{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.input-group.input-addon{padding:0!important}.input-group.input-addon .pre-append-icon{left:0}.input-group.input-addon .append-icon,.input-group.input-addon .pre-append-icon{position:absolute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:100%;top:0;-webkit-transition:all .22s ease;transition:all .22s ease}.input-group.input-addon .append-icon{right:0}.input-group.input-addon.input-addon-both input{padding-left:40px;padding-right:40px}.input-group.input-addon.input-addon-left input{padding-left:40px}.input-group.input-addon.input-addon-right input{padding-right:40px}.checkbox-group,.radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.checkbox-group label,.radio-group label{margin:0 0 0 10px}[type=checkbox],[type=radio]{width:15px;height:15px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.custom-checkbox,.custom-radio{position:relative;display:block}.custom-checkbox input,.custom-radio input{position:absolute;z-index:-1;opacity:0}.custom-checkbox input:checked~label:before,.custom-radio input:checked~label:before{color:#fff;background-color:#5b3ff9;-webkit-transition:all .22s ease;transition:all .22s ease}.custom-checkbox label,.custom-radio label{margin-bottom:0;padding-left:25px}.custom-checkbox{position:relative;display:block}.custom-checkbox input:checked~label:after{background-image:url("data:image/svg+xml;charset=utf8,%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 input:checked:focus~label:before{-webkit-box-shadow:0 0 0 1px #fff,0 0 2px 4px rgba(91,63,249,.25);box-shadow:0 0 0 1px #fff,0 0 2px 4px rgba(91,63,249,.25)}.custom-checkbox label{-webkit-transition:all .22s ease;transition:all .22s ease}.custom-checkbox label:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6;border-radius:4px}.custom-checkbox label:after,.custom-checkbox label:before{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block;width:16px;height:16px}.custom-checkbox label:after{background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.custom-radio input:checked~label:after{background-image:url("data:image/svg+xml;charset=utf8,%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 input:focus~label:before{-webkit-transition:all .22s ease;transition:all .22s ease;-webkit-box-shadow:0 0 0 1px #fff,0 0 2px 4px rgba(91,63,249,.25);box-shadow:0 0 0 1px #fff,0 0 2px 4px rgba(91,63,249,.25)}.custom-radio label:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6;border-radius:50%}.custom-radio label:after,.custom-radio label:before{content:"";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block;width:16px;height:16px}.custom-radio label:after{background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.checkbox-toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkbox-toggle label{margin:0!important}.checkbox-toggle input[type=checkbox]{display:block;margin:0 10px 0 0;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;outline:none;background-color:#d8dcdf;width:50px;height:22px;border-radius:3px;cursor:pointer;position:relative;-webkit-transition:background-color 1s;transition:background-color 1s;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.checkbox-toggle.rounded input[type=checkbox],.checkbox-toggle.rounded input[type=checkbox]:after{border-radius:35px!important}.checkbox-toggle input[type=checkbox]:after{content:attr(data-off);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;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:2px;text-transform:uppercase;font-size:12px;width:50%;height:calc(100% - 4px);font-weight:700;background-color:#fdfdfd;border-radius:2px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);background:#fff;-webkit-transition:all .5s;transition:all .5s}.checkbox-toggle input[type=checkbox]:checked{background-color:#aeb5bd}.checkbox-toggle.primary input[type=checkbox]:checked{background-color:#5b3ff9!important}.checkbox-toggle.primary input[type=checkbox]:checked:after{color:#5b3ff9!important}.checkbox-toggle.secondary input[type=checkbox]:checked{background-color:#363b4d!important}.checkbox-toggle.secondary input[type=checkbox]:checked:after{color:#363b4d!important}.checkbox-toggle.light input[type=checkbox]:checked{background-color:#f4f5f6!important}.checkbox-toggle.light input[type=checkbox]:checked:after{color:#f4f5f6!important}.checkbox-toggle.dark input[type=checkbox]:checked{background-color:#1c1b19!important}.checkbox-toggle.dark input[type=checkbox]:checked:after{color:#1c1b19!important}.checkbox-toggle.gray input[type=checkbox]:checked{background-color:grey!important}.checkbox-toggle.gray input[type=checkbox]:checked:after{color:grey!important}.checkbox-toggle.white input[type=checkbox]:checked{background-color:#fff!important}.checkbox-toggle.white input[type=checkbox]:checked:after{color:#fff!important}.checkbox-toggle.success input[type=checkbox]:checked{background-color:#2ecc71!important}.checkbox-toggle.success input[type=checkbox]:checked:after{color:#2ecc71!important}.checkbox-toggle.info input[type=checkbox]:checked{background-color:#17a2b8!important}.checkbox-toggle.info input[type=checkbox]:checked:after{color:#17a2b8!important}.checkbox-toggle.warning input[type=checkbox]:checked{background-color:#f3bb45!important}.checkbox-toggle.warning input[type=checkbox]:checked:after{color:#f3bb45!important}.checkbox-toggle.danger input[type=checkbox]:checked{background-color:#e74c3c!important}.checkbox-toggle.danger input[type=checkbox]:checked:after{color:#e74c3c!important}.checkbox-toggle.muted input[type=checkbox]:checked{background-color:#9e9e9e!important}.checkbox-toggle.muted input[type=checkbox]:checked:after{color:#9e9e9e!important}.checkbox-toggle input[type=checkbox]:checked:after{content:attr(data-on);left:calc(50% - 2px)}.dropdown{position:relative}.dropdown.menu-showing>.dropdown-menu,.dropdown:hover>.dropdown-menu{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.dropdown li{list-style:none;margin:0}.dropdown.btn>.dropdown-menu{top:100%!important}.dropdown>.dropdown-menu{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:200px;width:100%;background:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(17,16,15,.1),0 2px 10px rgba(17,16,15,.1);box-shadow:0 2px 4px 0 rgba(17,16,15,.1),0 2px 10px rgba(17,16,15,.1);padding:5px 0;position:absolute;right:0;top:100%;white-space:nowrap;-webkit-animation:dropdown .22s ease-in-out forwards;animation:dropdown .22s ease-in-out forwards;z-index:1000;border-radius:4px}.dropdown>.dropdown-menu .dropdown-group{border-bottom:1px solid #e9ecef}.dropdown>.dropdown-menu .dropdown-group .dropdown-title{display:block;color:#363b4d;font-weight:700;border-bottom:1px solid #e9ecef;text-align:left;white-space:nowrap;padding:10px 15px}.dropdown>.dropdown-menu .dropdown-group .inner-dropdown>a,.dropdown>.dropdown-menu .dropdown-group>a,.dropdown>.dropdown-menu .dropdown-group>li>a{padding-left:25px!important}.dropdown>.dropdown-menu .dropdown-divider{height:0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown>.dropdown-menu a{display:block;color:#333;text-align:left;padding:10px 15px}.dropdown>.dropdown-menu a.active,.dropdown>.dropdown-menu a.is-active,.dropdown>.dropdown-menu a:hover{color:#fff;background:#5b3ff9}.dropdown>.dropdown-menu .menu-hiding{-webkit-animation:dropdownHiding .22s ease-in-out forwards;animation:dropdownHiding .22s ease-in-out forwards}.dropdown>.dropdown-menu .inner-dropdown .dropdown-menu{top:0;-webkit-animation:dropdownInner .22s ease-in-out forwards;animation:dropdownInner .22s ease-in-out forwards;margin-top:0!important}.dropdown>.dropdown-menu .inner-dropdown.dropdown-right>.dropdown-menu{left:100%}.dropdown>.dropdown-menu .inner-dropdown.dropdown-left>.dropdown-menu{left:-100%}@media (max-width:768px){.dropdown>.dropdown-menu .inner-dropdown .dropdown-menu{top:100%!important}.dropdown>.dropdown-menu .inner-dropdown.dropdown-left>.dropdown-menu,.dropdown>.dropdown-menu .inner-dropdown.dropdown-right>.dropdown-menu{left:0!important}}.dropdown.dropdown-bigger{position:static}.dropdown.dropdown-bigger>.dropdown-menu{left:0!important;width:100%;min-width:auto!important;max-width:100%!important}.dropdown.dropdown-right>.dropdown-menu{right:0}.dropdown.dropdown-left>.dropdown-menu{left:0}.dropdown.carret:after,.dropdown>a:after,.dropdown>button:after,.dropdown>div:not(.dropdown-menu):after{display:inline-block;width:0;height:0;margin-left:10px;vertical-align:4px;content:" ";border-top:5px solid;border-right:5px solid transparent;border-bottom:0;border-left:5px solid transparent}@-webkit-keyframes dropdown{0%{opacity:0;top:80%}to{opacity:1;top:100%}}@keyframes dropdown{0%{opacity:0;top:80%}to{opacity:1;top:100%}}@-webkit-keyframes dropdownInner{0%{opacity:0;top:-10%}to{opacity:1;top:0}}@keyframes dropdownInner{0%{opacity:0;top:-10%}to{opacity:1;top:0}}@-webkit-keyframes dropdownHiding{0%{opacity:0;top:0}to{opacity:1;top:-10%}}@keyframes dropdownHiding{0%{opacity:0;top:0}to{opacity:1;top:-10%}}.card{position:relative;max-width:100%;background-color:#fff;background-clip:border-box;word-wrap:break-word;overflow:hidden;border:1px solid rgba(0,0,0,.125);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:4px}.card .card-header{background-color:#fff;padding:10px 15px;border-bottom:1px solid rgba(0,0,0,.125)}.card .card-header .card-title{margin:0}.card .card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px;background-color:#fff}.card .card-footer{background-color:#fff;padding:10px 15px;border-top:1px solid rgba(0,0,0,.125)}.equal-cards .card{height:100%}dl,ol,ul{list-style:none;margin-top:0;padding-left:20px}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{font-size:100%;margin:0}ol{list-style:decimal inside}ul{list-style:circle inside}ol li,ul li{margin-bottom:5px}blockquote{padding:20px 30px;margin-left:0;margin-right:0;border-left:4px solid #5b3ff9;background-color:#f9f9f9}.table-fluid{max-width:100%;width:100%;overflow-x:auto}.table-fluid table,.table-fluid td,.table-fluid tr{white-space:nowrap}table.table{border-collapse:collapse;border-spacing:0;width:100%;display:table}table.table td,table.table th{padding:10px 15px;display:table-cell;text-align:left;vertical-align:middle}table.table thead{background-color:#f4f5f6}table.table thead th{padding:15px!important;font-weight:700}table.table th{font-weight:500}table.table tr{border-bottom:1px solid #d8dcdf}.table-striped tr:nth-child(2n){background-color:#f4f5f6}.code-wrap{overflow-x:auto}.code-wrap code{padding:10px 15px}code{background-color:#f4f5f6;color:#e74c3c;padding:4px 8px;word-wrap:break-word;overflow-x:auto;line-height:1.5}code,pre{border-radius:4px}pre{font-size:14px;padding:10px 25px;background:#eee;overflow-y:hidden}pre>code{display:block;padding:15px;white-space:pre}.alert{display:block;text-align:left;margin-top:8px;margin-bottom:8px;padding:10px 15px;position:relative;overflow:hidden;border-radius:4px}.alert.dismissable{padding-right:40px}.alert .alert-close{position:absolute;top:0;right:0;padding:5px 10px;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;height:100%;cursor:pointer}.alert.primary{background:#5b3ff9;color:#fff}.alert.primary .alert-close:hover{background:#310ef7;color:#fff}.alert.secondary{background:#363b4d;color:#fff}.alert.secondary .alert-close:hover{background:#21242f;color:#fff}.alert.light{background:#f4f5f6;color:#000}.alert.light .alert-close:hover{background:#d8dcdf;color:#000}.alert.dark{background:#1c1b19;color:#fff}.alert.dark .alert-close:hover{background:#010101;color:#fff}.alert.gray{background:grey;color:#fff}.alert.gray .alert-close:hover{background:#676767;color:#fff}.alert.success{background:#2ecc71;color:#fff}.alert.success .alert-close:hover{background:#25a25a;color:#fff}.alert.info{background:#17a2b8;color:#fff}.alert.info .alert-close:hover{background:#117a8b;color:#fff}.alert.warning{background:#f3bb45;color:#fff}.alert.warning .alert-close:hover{background:#f0a915;color:#fff}.alert.danger{background:#e74c3c;color:#fff}.alert.danger .alert-close:hover{background:#d62c1a;color:#fff}.alert.muted{background:#9e9e9e;color:#fff}.alert.muted .alert-close:hover{background:#858585;color:#fff}.badge{display:inline-block;background-color:#f4f5f6;font-size:16px;padding:2px 6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;-webkit-transition:all .22s ease;transition:all .22s ease;border-radius:4px}.badge.badge-icon{width:40px;height:40px;vertical-align:middle;text-align:center;border-radius:50%}.badge.badge-icon>*{width:100%;height:100%;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}.badge-lg{font-size:18px;padding:2px 8px}.badge-lg.badge-icon{width:50px;height:50px}.badge-sm{font-size:12px;padding:2px 6px}.badge-sm.badge-icon{width:30px;height:30px}.badge.rounded{border-radius:35px}.badge.primary{background-color:#5b3ff9!important;color:#fff}.badge.primary>*{color:#fff}.badge.primary.outline{background-color:transparent!important;color:#5b3ff9;border:1px solid #5b3ff9}.badge.primary.outline>*{color:#5b3ff9}a.badge.primary:hover{background-color:#310ef7!important;color:#fff}a.badge.primary.outline:hover{background-color:#5b3ff9!important;color:#fff!important}a.badge.primary.outline:hover>*{color:#fff!important}.badge.secondary{background-color:#363b4d!important;color:#fff}.badge.secondary>*{color:#fff}.badge.secondary.outline{background-color:transparent!important;color:#363b4d;border:1px solid #363b4d}.badge.secondary.outline>*{color:#363b4d}a.badge.secondary:hover{background-color:#21242f!important;color:#fff}a.badge.secondary.outline:hover{background-color:#363b4d!important;color:#fff!important}a.badge.secondary.outline:hover>*{color:#fff!important}.badge.light{background-color:#f4f5f6!important;color:#fff}.badge.light>*{color:#fff}.badge.light.outline{background-color:transparent!important;color:#f4f5f6;border:1px solid #f4f5f6}.badge.light.outline>*{color:#f4f5f6}a.badge.light:hover{background-color:#d8dcdf!important;color:#fff}a.badge.light.outline:hover{background-color:#f4f5f6!important;color:#fff!important}a.badge.light.outline:hover>*{color:#fff!important}.badge.dark{background-color:#1c1b19!important;color:#fff}.badge.dark>*{color:#fff}.badge.dark.outline{background-color:transparent!important;color:#1c1b19;border:1px solid #1c1b19}.badge.dark.outline>*{color:#1c1b19}a.badge.dark:hover{background-color:#010101!important;color:#fff}a.badge.dark.outline:hover{background-color:#1c1b19!important;color:#fff!important}a.badge.dark.outline:hover>*{color:#fff!important}.badge.gray{background-color:grey!important;color:#fff}.badge.gray>*{color:#fff}.badge.gray.outline{background-color:transparent!important;color:grey;border:1px solid grey}.badge.gray.outline>*{color:grey}a.badge.gray:hover{background-color:#676767!important;color:#fff}a.badge.gray.outline:hover{background-color:grey!important;color:#fff!important}a.badge.gray.outline:hover>*{color:#fff!important}.badge.white{background-color:#fff!important;color:#fff}.badge.white>*{color:#fff}.badge.white.outline{background-color:transparent!important;color:#fff;border:1px solid #fff}.badge.white.outline>*{color:#fff}a.badge.white:hover{background-color:#e6e6e6!important;color:#fff}a.badge.white.outline:hover{background-color:#fff!important;color:#fff!important}a.badge.white.outline:hover>*{color:#fff!important}.badge.success{background-color:#2ecc71!important;color:#fff}.badge.success>*{color:#fff}.badge.success.outline{background-color:transparent!important;color:#2ecc71;border:1px solid #2ecc71}.badge.success.outline>*{color:#2ecc71}a.badge.success:hover{background-color:#25a25a!important;color:#fff}a.badge.success.outline:hover{background-color:#2ecc71!important;color:#fff!important}a.badge.success.outline:hover>*{color:#fff!important}.badge.info{background-color:#17a2b8!important;color:#fff}.badge.info>*{color:#fff}.badge.info.outline{background-color:transparent!important;color:#17a2b8;border:1px solid #17a2b8}.badge.info.outline>*{color:#17a2b8}a.badge.info:hover{background-color:#117a8b!important;color:#fff}a.badge.info.outline:hover{background-color:#17a2b8!important;color:#fff!important}a.badge.info.outline:hover>*{color:#fff!important}.badge.warning{background-color:#f3bb45!important;color:#fff}.badge.warning>*{color:#fff}.badge.warning.outline{background-color:transparent!important;color:#f3bb45;border:1px solid #f3bb45}.badge.warning.outline>*{color:#f3bb45}a.badge.warning:hover{background-color:#f0a915!important;color:#fff}a.badge.warning.outline:hover{background-color:#f3bb45!important;color:#fff!important}a.badge.warning.outline:hover>*{color:#fff!important}.badge.danger{background-color:#e74c3c!important;color:#fff}.badge.danger>*{color:#fff}.badge.danger.outline{background-color:transparent!important;color:#e74c3c;border:1px solid #e74c3c}.badge.danger.outline>*{color:#e74c3c}a.badge.danger:hover{background-color:#d62c1a!important;color:#fff}a.badge.danger.outline:hover{background-color:#e74c3c!important;color:#fff!important}a.badge.danger.outline:hover>*{color:#fff!important}.badge.muted{background-color:#9e9e9e!important;color:#fff}.badge.muted>*{color:#fff}.badge.muted.outline{background-color:transparent!important;color:#9e9e9e;border:1px solid #9e9e9e}.badge.muted.outline>*{color:#9e9e9e}a.badge.muted:hover{background-color:#858585!important;color:#fff}a.badge.muted.outline:hover{background-color:#9e9e9e!important;color:#fff!important}a.badge.muted.outline:hover>*{color:#fff!important}.modal{-webkit-transition:all .5s!important;transition:all .5s!important;width:100%;height:100%;min-height:100vh;max-height:100vh;padding:80px 15px;position:fixed;top:0;left:0;pointer-events:none;z-index:-10;overflow-x:hidden;opacity:0;overflow-y:auto!important}.modal .modal-container{position:relative;margin:0 auto;overflow:hidden;z-index:1350;-webkit-box-shadow:0 0 15px rgba(0,0,0,.15),0 0 5px 1px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.15),0 0 5px 1px rgba(0,0,0,.1);border-radius:4px}.modal-title{margin:0;font-size:20px}.modal-header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;border-bottom:1px solid #e9ecef;padding:10px 15px}.modal-header .modal-close{padding:10px;cursor:pointer}.modal-header .modal-close:hover{opacity:.5}.modal-container{display:none;max-width:580px;width:100%;height:auto;background:#fff;-webkit-transition:all .22s ease;transition:all .22s ease}.modal-container.modal-sm{max-width:480px}.modal-container.modal-md{max-width:750px}.modal-container.modal-lg{max-width:1100px}.modal-container .modal-body{padding:15px}.modal-container .modal-footer{padding:10px 15px;background:#fff;border-top:1px solid #e9ecef}.modal.modal-show{opacity:1!important;z-index:1250!important;-webkit-animation:modalbg 1s ease-in forwards;animation:modalbg 1s ease-in forwards;pointer-events:auto!important}.modal.modal-show .modal-container{display:block!important}.modal.modal-show .modal-container.animation-added{-webkit-animation:animateUp .5s forwards;animation:animateUp .5s forwards}.modal-exit{top:0!important;opacity:0;z-index:-1}@-webkit-keyframes modalbg{0%{background:transparent}to{background:rgba(0,0,0,.5)}}@keyframes modalbg{0%{background:transparent}to{background:rgba(0,0,0,.5)}}@-webkit-keyframes animateUp{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes animateUp{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.tab-nav.default{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #d8dcdf}.tab-nav.default .tab-link{outline:none;border:none;display:block;padding:10px 15px 20px;cursor:pointer;background:#fff;color:#1c1b19;position:relative}.tab-nav.default .tab-link:hover{color:#5b3ff9}.tab-nav.default .tab-link.active{color:#5b3ff9;background-color:#fff}.tab-nav.default .tab-link.active:before,.tab-nav.default .tab-link.active:focus:before,.tab-nav.default .tab-link.active:hover:before{border-bottom:11px solid #cacfd4;border-left:11px solid transparent;border-right:11px solid transparent;content:"";display:inline-block;position:absolute;right:40%;bottom:0;z-index:1}.tab-nav.default .tab-link.active:after,.tab-nav.default .tab-link.active:focus:after,.tab-nav.default .tab-link.active:hover:after{border-bottom:11px solid #fff;border-left:11px solid transparent;border-right:11px solid transparent;content:"";display:inline-block;position:absolute;right:40%;bottom:-1px;z-index:1}.tab-container{padding:15px 0}.tab-content{display:none;padding:6px 12px;-webkit-animation:fadeEffect 1s;animation:fadeEffect 1s}.tab-content.active{display:block!important}.tab-content .tab-close{cursor:pointer;opacity:.5;font-size:16px}.tab-content .tab-close:hover{opacity:1}.accordion{-webkit-transition:all .125s;transition:all .125s;width:100%;border:none;outline:none;cursor:pointer}.accordion-container.default .accordion{padding:15px;background-color:#fff;border:1px solid #d8dcdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:4px}.accordion-container.default .accordion:not(.active){margin-bottom:5px}.accordion-container.default .accordion.active:after{color:#fff}.accordion-container.default .accordion:hover,.accordion-container.default .active{border-color:#5b3ff9;color:#fff;background:#5b3ff9}.accordion-container.default .accordion:hover:after,.accordion-container.default .active:after{color:#fff}.accordion-container.default .accordion:after{content:"\002B";color:#777;font-weight:700;float:right;font-size:20px;margin-left:5px}.accordion-container.default .active:after{content:"\2212"}.accordion-container.default .panel-box{border:1px solid #d8dcdf;padding:15px;margin-bottom:5px;margin-top:5px;background-color:#fff;border-radius:4px}.accordion-container .panel{-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out;max-height:0;overflow:hidden}.breadcrumb{list-style:none;padding:15px 20px;margin:0;background-color:#f4f5f6}.breadcrumb li{list-style:none;display:inline}.breadcrumb li+li:before{padding:8px;color:#000;content:"";font-family:fontAwesome}.breadcrumb.primary{background:#5b3ff9;color:#fff}.breadcrumb.primary a,.breadcrumb.primary li+li:before{color:#fff}.breadcrumb.secondary{background:#363b4d;color:#fff}.breadcrumb.secondary a,.breadcrumb.secondary li+li:before{color:#fff}.breadcrumb.light{background:#f4f5f6;color:#000}.breadcrumb.light a{color:#fff}.breadcrumb.light li+li:before{color:#000}.breadcrumb.dark{background:#1c1b19;color:#fff}.breadcrumb.dark a,.breadcrumb.dark li+li:before{color:#fff}.breadcrumb.gray{background:grey;color:#fff}.breadcrumb.gray a,.breadcrumb.gray li+li:before{color:#fff}.breadcrumb.success{background:#2ecc71;color:#fff}.breadcrumb.success a,.breadcrumb.success li+li:before{color:#fff}.breadcrumb.info{background:#17a2b8;color:#fff}.breadcrumb.info a,.breadcrumb.info li+li:before{color:#fff}.breadcrumb.warning{background:#f3bb45;color:#fff}.breadcrumb.warning a,.breadcrumb.warning li+li:before{color:#fff}.breadcrumb.danger{background:#e74c3c;color:#fff}.breadcrumb.danger a,.breadcrumb.danger li+li:before{color:#fff}.breadcrumb.muted{background:#9e9e9e;color:#fff}.breadcrumb.muted a,.breadcrumb.muted li+li:before{color:#fff}.progress{height:18px;overflow:hidden;font-size:12px;background-color:#ccc;border-radius:4px}.progress,.progress .progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex}.progress .progress-bar{-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;-webkit-transition:width .6s ease;transition:width .6s ease}.progress .progress-bar.striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:16px 16px}.progress .progress-bar.animated-stripe{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.progress.primary .progress-bar{background-color:#5b3ff9!important}.progress.secondary .progress-bar{background-color:#363b4d!important}.progress.light .progress-bar{background-color:#f4f5f6!important}.progress.dark .progress-bar{background-color:#1c1b19!important}.progress.gray .progress-bar{background-color:grey!important}.progress.white .progress-bar{background-color:#fff!important}.progress.success .progress-bar{background-color:#2ecc71!important}.progress.info .progress-bar{background-color:#17a2b8!important}.progress.warning .progress-bar{background-color:#f3bb45!important}.progress.danger .progress-bar{background-color:#e74c3c!important}.progress.muted .progress-bar{background-color:#9e9e9e!important}@-webkit-keyframes progress-bar-stripes{0%{background-position:0 16px}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:0 16px}to{background-position:0 0}}[data-tip]{position:relative}[data-tip].tooltip-active:after,[data-tip].tooltip-active:before,[data-tip]:focus:after,[data-tip]:focus:before,[data-tip]:hover:after,[data-tip]:hover:before{visibility:visible;margin-top:0!important}[data-tip]:before{content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);border-color:#1c1b19 transparent transparent;border-style:solid;border-width:4px 6px 0;z-index:100}[data-tip]:after,[data-tip]:before{position:absolute;top:-6px;left:50%;margin-top:10px}[data-tip]:after{content:attr(data-tip);display:block;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%);background:#1c1b19;color:#fff;padding:10px;font-size:12px;min-width:150px;pointer-events:none;border-radius:4px;-webkit-transition:all .22s ease;transition:all .22s ease}[data-tip]:after,[data-tip]:before{visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}[data-tip-position=left]:before{left:0;top:50%;margin-left:-12px;-webkit-transform:translatey(-50%) rotate(-90deg);transform:translatey(-50%) rotate(-90deg)}[data-tip-position=top]:before{left:50%}[data-tip-position=bottom]:before{top:100%;margin-top:8px;-webkit-transform:translateX(-50%) translateY(-100%) rotate(-180deg);transform:translateX(-50%) translateY(-100%) rotate(-180deg)}[data-tip-position=right]:before{left:100%;top:50%;margin-left:1px;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}[data-tip-position=left]:after{left:0;top:50%;margin-left:-8px;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}[data-tip-position=top]:after{left:50%}[data-tip-position=bottom]:after{top:100%;margin-top:8px;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}[data-tip-position=right]:after{left:100%;top:50%;margin-left:8px;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.chip{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background:#f4f5f6;border-radius:35px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:90%;height:30px;margin:2px;text-decoration:none;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;padding:5px 10px}.chip.dismissable{padding:5px 4px 5px 8px!important}.chip.with-avatar{padding:5px 10px 5px 0!important}.chip.with-avatar.dismissable{padding:5px 4px 5px 0!important}.chip.with-avatar.avatar-zoomed{margin:8px 2px 8px 9px}.chip.with-avatar.avatar-zoomed .chip-img{-webkit-transform:scale(1.4);transform:scale(1.4);font-size:80%;margin-right:10px}.chip .btn-clear-chip{border-radius:50%;-webkit-transform:scale(.75);transform:scale(.75);background:#fff;min-width:25px;min-height:25px;margin-left:5px;color:#1c1b19;border:none;outline:none;cursor:pointer}.chip .btn-clear-chip,.chip .chip-img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chip .chip-img{border-radius:50%;width:30px;height:30px;-o-object-fit:cover;object-fit:cover;margin-right:5px;font-size:90%;font-weight:500}.chip.primary{background-color:#5b3ff9;color:#fff}.chip.primary .chip-img{border:2px solid #fff;background-color:#5b3ff9}.chip.primary img.chip-img{border:2px solid #5b3ff9}.chip.primary .btn-clear-chip:hover{background:#310ef7;color:#fff}.chip.secondary{background-color:#363b4d;color:#fff}.chip.secondary .chip-img{border:2px solid #fff;background-color:#363b4d}.chip.secondary img.chip-img{border:2px solid #363b4d}.chip.secondary .btn-clear-chip:hover{background:#21242f;color:#fff}.chip.light{background-color:#f4f5f6;color:#fff}.chip.light .chip-img{border:2px solid #fff;background-color:#f4f5f6}.chip.light img.chip-img{border:2px solid #f4f5f6}.chip.light .btn-clear-chip:hover{background:#d8dcdf;color:#fff}.chip.dark{background-color:#1c1b19;color:#fff}.chip.dark .chip-img{border:2px solid #fff;background-color:#1c1b19}.chip.dark img.chip-img{border:2px solid #1c1b19}.chip.dark .btn-clear-chip:hover{background:#010101;color:#fff}.chip.gray{background-color:grey;color:#fff}.chip.gray .chip-img{border:2px solid #fff;background-color:grey}.chip.gray img.chip-img{border:2px solid grey}.chip.gray .btn-clear-chip:hover{background:#676767;color:#fff}.chip.white{background-color:#fff;color:#fff}.chip.white .chip-img{border:2px solid #fff;background-color:#fff}.chip.white img.chip-img{border:2px solid #fff}.chip.white .btn-clear-chip:hover{background:#e6e6e6;color:#fff}.chip.success{background-color:#2ecc71;color:#fff}.chip.success .chip-img{border:2px solid #fff;background-color:#2ecc71}.chip.success img.chip-img{border:2px solid #2ecc71}.chip.success .btn-clear-chip:hover{background:#25a25a;color:#fff}.chip.info{background-color:#17a2b8;color:#fff}.chip.info .chip-img{border:2px solid #fff;background-color:#17a2b8}.chip.info img.chip-img{border:2px solid #17a2b8}.chip.info .btn-clear-chip:hover{background:#117a8b;color:#fff}.chip.warning{background-color:#f3bb45;color:#fff}.chip.warning .chip-img{border:2px solid #fff;background-color:#f3bb45}.chip.warning img.chip-img{border:2px solid #f3bb45}.chip.warning .btn-clear-chip:hover{background:#f0a915;color:#fff}.chip.danger{background-color:#e74c3c;color:#fff}.chip.danger .chip-img{border:2px solid #fff;background-color:#e74c3c}.chip.danger img.chip-img{border:2px solid #e74c3c}.chip.danger .btn-clear-chip:hover{background:#d62c1a;color:#fff}.chip.muted{background-color:#9e9e9e;color:#fff}.chip.muted .chip-img{border:2px solid #fff;background-color:#9e9e9e}.chip.muted img.chip-img{border:2px solid #9e9e9e}.chip.muted .btn-clear-chip:hover{background:#858585;color:#fff}[disabled]{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;pointer-events:none!important;opacity:.5}.overflow-unset{overflow:unset!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex,[class*=flex]{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.fj-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.fj-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.fj-baseline{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fa-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fa-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-center-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.float-left{float:left!important}.float-right{float:right!important}.clearfix{clear:both;float:none!important}.bg-primary{background-color:#5b3ff9!important}.bg-secondary{background-color:#363b4d!important}.bg-light{background-color:#f4f5f6!important}.bg-dark{background-color:#1c1b19!important}.bg-gray{background-color:grey!important}.bg-white{background-color:#fff!important}.bg-success{background-color:#2ecc71!important}.bg-info{background-color:#17a2b8!important}.bg-warning{background-color:#f3bb45!important}.bg-danger{background-color:#e74c3c!important}.bg-muted{background-color:#9e9e9e!important}.bg-none{background:none!important}.text-primary{color:#5b3ff9!important}.text-secondary{color:#363b4d!important}.text-light{color:#f4f5f6!important}.text-dark{color:#1c1b19!important}.text-gray{color:grey!important}.text-white{color:#fff!important}.text-success{color:#2ecc71!important}.text-info{color:#17a2b8!important}.text-warning{color:#f3bb45!important}.text-danger{color:#e74c3c!important}.text-muted{color:#9e9e9e!important}.w-100{width:100%!important}.h-100{height:100%}.p-0{padding:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-bottom:0!important}.pt-0,.py-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.p-1{padding:10px!important}.py-1{padding-top:10px!important;padding-bottom:10px!important}.px-1{padding-right:10px!important}.pl-1,.px-1{padding-left:10px!important}.pr-1{padding-right:10px!important}.pt-1{padding-top:10px!important}.pb-1{padding-bottom:10px!important}.p-2{padding:20px!important}.py-2{padding-top:20px!important;padding-bottom:20px!important}.px-2{padding-right:20px!important}.pl-2,.px-2{padding-left:20px!important}.pr-2{padding-right:20px!important}.pt-2{padding-top:20px!important}.pb-2{padding-bottom:20px!important}.p-3{padding:30px!important}.py-3{padding-top:30px!important;padding-bottom:30px!important}.px-3{padding-right:30px!important}.pl-3,.px-3{padding-left:30px!important}.pr-3{padding-right:30px!important}.pt-3{padding-top:30px!important}.pb-3{padding-bottom:30px!important}.p-4{padding:40px!important}.py-4{padding-top:40px!important;padding-bottom:40px!important}.px-4{padding-right:40px!important}.pl-4,.px-4{padding-left:40px!important}.pr-4{padding-right:40px!important}.pt-4{padding-top:40px!important}.pb-4{padding-bottom:40px!important}.p-5{padding:50px!important}.py-5{padding-top:50px!important;padding-bottom:50px!important}.px-5{padding-right:50px!important}.pl-5,.px-5{padding-left:50px!important}.pr-5{padding-right:50px!important}.pt-5{padding-top:50px!important}.pb-5{padding-bottom:50px!important}.p-6{padding:60px!important}.py-6{padding-top:60px!important;padding-bottom:60px!important}.px-6{padding-right:60px!important}.pl-6,.px-6{padding-left:60px!important}.pr-6{padding-right:60px!important}.pt-6{padding-top:60px!important}.pb-6{padding-bottom:60px!important}.p-7{padding:70px!important}.py-7{padding-top:70px!important;padding-bottom:70px!important}.px-7{padding-right:70px!important}.pl-7,.px-7{padding-left:70px!important}.pr-7{padding-right:70px!important}.pt-7{padding-top:70px!important}.pb-7{padding-bottom:70px!important}.p-8{padding:80px!important}.py-8{padding-top:80px!important;padding-bottom:80px!important}.px-8{padding-right:80px!important}.pl-8,.px-8{padding-left:80px!important}.pr-8{padding-right:80px!important}.pt-8{padding-top:80px!important}.pb-8{padding-bottom:80px!important}.p-9{padding:90px!important}.py-9{padding-top:90px!important;padding-bottom:90px!important}.px-9{padding-right:90px!important}.pl-9,.px-9{padding-left:90px!important}.pr-9{padding-right:90px!important}.pt-9{padding-top:90px!important}.pb-9{padding-bottom:90px!important}.p-10{padding:100px!important}.py-10{padding-top:100px!important;padding-bottom:100px!important}.px-10{padding-right:100px!important}.pl-10,.px-10{padding-left:100px!important}.pr-10{padding-right:100px!important}.pt-10{padding-top:100px!important}.pb-10{padding-bottom:100px!important}.mx-auto{margin:0 auto!important}.m-0{margin:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.m-1{margin:10px!important}.my-1{margin-top:10px!important;margin-bottom:10px!important}.mx-1{margin-right:10px!important}.ml-1,.mx-1{margin-left:10px!important}.mr-1{margin-right:10px!important}.mt-1{margin-top:10px!important}.mb-1{margin-bottom:10px!important}.m-2{margin:20px!important}.my-2{margin-top:20px!important;margin-bottom:20px!important}.mx-2{margin-right:20px!important}.ml-2,.mx-2{margin-left:20px!important}.mr-2{margin-right:20px!important}.mt-2{margin-top:20px!important}.mb-2{margin-bottom:20px!important}.m-3{margin:30px!important}.my-3{margin-top:30px!important;margin-bottom:30px!important}.mx-3{margin-right:30px!important}.ml-3,.mx-3{margin-left:30px!important}.mr-3{margin-right:30px!important}.mt-3{margin-top:30px!important}.mb-3{margin-bottom:30px!important}.m-4{margin:40px!important}.my-4{margin-top:40px!important;margin-bottom:40px!important}.mx-4{margin-right:40px!important}.ml-4,.mx-4{margin-left:40px!important}.mr-4{margin-right:40px!important}.mt-4{margin-top:40px!important}.mb-4{margin-bottom:40px!important}.m-5{margin:50px!important}.my-5{margin-top:50px!important;margin-bottom:50px!important}.mx-5{margin-right:50px!important}.ml-5,.mx-5{margin-left:50px!important}.mr-5{margin-right:50px!important}.mt-5{margin-top:50px!important}.mb-5{margin-bottom:50px!important}.m-6{margin:60px!important}.my-6{margin-top:60px!important;margin-bottom:60px!important}.mx-6{margin-right:60px!important}.ml-6,.mx-6{margin-left:60px!important}.mr-6{margin-right:60px!important}.mt-6{margin-top:60px!important}.mb-6{margin-bottom:60px!important}.m-7{margin:70px!important}.my-7{margin-top:70px!important;margin-bottom:70px!important}.mx-7{margin-right:70px!important}.ml-7,.mx-7{margin-left:70px!important}.mr-7{margin-right:70px!important}.mt-7{margin-top:70px!important}.mb-7{margin-bottom:70px!important}.m-8{margin:80px!important}.my-8{margin-top:80px!important;margin-bottom:80px!important}.mx-8{margin-right:80px!important}.ml-8,.mx-8{margin-left:80px!important}.mr-8{margin-right:80px!important}.mt-8{margin-top:80px!important}.mb-8{margin-bottom:80px!important}.m-9{margin:90px!important}.my-9{margin-top:90px!important;margin-bottom:90px!important}.mx-9{margin-right:90px!important}.ml-9,.mx-9{margin-left:90px!important}.mr-9{margin-right:90px!important}.mt-9{margin-top:90px!important}.mb-9{margin-bottom:90px!important}.m-10{margin:100px!important}.my-10{margin-top:100px!important;margin-bottom:100px!important}.mx-10{margin-right:100px!important}.ml-10,.mx-10{margin-left:100px!important}.mr-10{margin-right:100px!important}.mt-10{margin-top:100px!important}.mb-10{margin-bottom:100px!important}.display-1{font-size:80px}.display-2{font-size:70px}.display-3{font-size:60px}.display-4{font-size:50px}.font-normal{font-weight:400!important}.font-bold{font-weight:700!important}.weight-100{font-weight:100!important}.weight-200{font-weight:200!important}.weight-300{font-weight:300!important}.weight-400{font-weight:400!important}.weight-500{font-weight:500!important}.weight-600{font-weight:600!important}.weight-700{font-weight:700!important}.weight-800{font-weight:800!important}.weight-900{font-weight:900!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.capitalize{text-transform:capitalize!important}.b-none{border:none!important}.bt-none{border-top:none!important}.bb-none{border-bottom:none!important}.bl-none{border-left:none!important}.br-none{border-right:none!important}.radius-none{border-radius:0!important}.shadow{-webkit-transition:all .22s ease;transition:all .22s ease;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2);box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}.shadow:hover{-webkit-box-shadow:0 8px 10px 0 rgba(0,0,0,.2);box-shadow:0 8px 10px 0 rgba(0,0,0,.2)}.shadow-1{-webkit-transition:all .22s ease;transition:all .22s ease;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.1)}.shadow-1:hover{-webkit-box-shadow:0 10px 16px rgba(0,0,0,.13),0 6px 6px rgba(0,0,0,.19);box-shadow:0 10px 16px rgba(0,0,0,.13),0 6px 6px rgba(0,0,0,.19)}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.list-unstyled,.list-unstyled li{padding:0;margin:0}.list-unstyled li{list-style:none}.img-fluid{width:100%}.img-rounded{border-radius:5px}.img-circle{border-radius:50%}.img-cover{-o-object-fit:cover;object-fit:cover}.img-contain{-o-object-fit:contain;object-fit:contain}.rounded{border-radius:40px!important}.bg-cover{background-size:cover}.bg-contain,.bg-cover{background-position:50%;background-repeat:no-repeat}.bg-contain{background-size:contain}.bg-fixed{background-attachment:fixed}@media (min-width:590px){.d-none-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-block-sm{display:inline-block!important}.d-flex-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-sm{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-sm{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-sm{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-stretch-sm{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-sm{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-sm{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-sm{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-sm{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-sm{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-sm{-ms-flex-pack:distribute!important;justify-content:space-around!important}.text-center-sm{text-align:center!important}.text-left-sm{text-align:left!important}.text-right-sm{text-align:right!important}.display-1-sm{font-size:80px}.display-2-sm{font-size:70px}.display-3-sm{font-size:60px}.display-4-sm{font-size:50px}.h1-sm{font-size:46px}.h2-sm{font-size:36px}.h3-sm{font-size:28px}.h4-sm{font-size:22px}.h5-sm{font-size:18px}.h6-sm,p-sm{font-size:16px}.p-0-sm{padding:0!important}.px-0-sm{padding-left:0!important;padding-right:0!important}.py-0-sm{padding-bottom:0!important}.pt-0-sm,.py-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.pl-0-sm{padding-left:0!important}.pr-0-sm{padding-right:0!important}.p-1-sm{padding:10px!important}.py-1-sm{padding-top:10px!important;padding-bottom:10px!important}.px-1-sm{padding-right:10px!important}.pl-1-sm,.px-1-sm{padding-left:10px!important}.pr-1-sm{padding-right:10px!important}.pt-1-sm{padding-top:10px!important}.pb-1-sm{padding-bottom:10px!important}.p-2-sm{padding:20px!important}.py-2-sm{padding-top:20px!important;padding-bottom:20px!important}.px-2-sm{padding-right:20px!important}.pl-2-sm,.px-2-sm{padding-left:20px!important}.pr-2-sm{padding-right:20px!important}.pt-2-sm{padding-top:20px!important}.pb-2-sm{padding-bottom:20px!important}.p-3-sm{padding:30px!important}.py-3-sm{padding-top:30px!important;padding-bottom:30px!important}.px-3-sm{padding-right:30px!important}.pl-3-sm,.px-3-sm{padding-left:30px!important}.pr-3-sm{padding-right:30px!important}.pt-3-sm{padding-top:30px!important}.pb-3-sm{padding-bottom:30px!important}.p-4-sm{padding:40px!important}.py-4-sm{padding-top:40px!important;padding-bottom:40px!important}.px-4-sm{padding-right:40px!important}.pl-4-sm,.px-4-sm{padding-left:40px!important}.pr-4-sm{padding-right:40px!important}.pt-4-sm{padding-top:40px!important}.pb-4-sm{padding-bottom:40px!important}.p-5-sm{padding:50px!important}.py-5-sm{padding-top:50px!important;padding-bottom:50px!important}.px-5-sm{padding-right:50px!important}.pl-5-sm,.px-5-sm{padding-left:50px!important}.pr-5-sm{padding-right:50px!important}.pt-5-sm{padding-top:50px!important}.pb-5-sm{padding-bottom:50px!important}.p-6-sm{padding:60px!important}.py-6-sm{padding-top:60px!important;padding-bottom:60px!important}.px-6-sm{padding-right:60px!important}.pl-6-sm,.px-6-sm{padding-left:60px!important}.pr-6-sm{padding-right:60px!important}.pt-6-sm{padding-top:60px!important}.pb-6-sm{padding-bottom:60px!important}.p-7-sm{padding:70px!important}.py-7-sm{padding-top:70px!important;padding-bottom:70px!important}.px-7-sm{padding-right:70px!important}.pl-7-sm,.px-7-sm{padding-left:70px!important}.pr-7-sm{padding-right:70px!important}.pt-7-sm{padding-top:70px!important}.pb-7-sm{padding-bottom:70px!important}.p-8-sm{padding:80px!important}.py-8-sm{padding-top:80px!important;padding-bottom:80px!important}.px-8-sm{padding-right:80px!important}.pl-8-sm,.px-8-sm{padding-left:80px!important}.pr-8-sm{padding-right:80px!important}.pt-8-sm{padding-top:80px!important}.pb-8-sm{padding-bottom:80px!important}.p-9-sm{padding:90px!important}.py-9-sm{padding-top:90px!important;padding-bottom:90px!important}.px-9-sm{padding-right:90px!important}.pl-9-sm,.px-9-sm{padding-left:90px!important}.pr-9-sm{padding-right:90px!important}.pt-9-sm{padding-top:90px!important}.pb-9-sm{padding-bottom:90px!important}.p-10-sm{padding:100px!important}.py-10-sm{padding-top:100px!important;padding-bottom:100px!important}.px-10-sm{padding-right:100px!important}.pl-10-sm,.px-10-sm{padding-left:100px!important}.pr-10-sm{padding-right:100px!important}.pt-10-sm{padding-top:100px!important}.pb-10-sm{padding-bottom:100px!important}.mx-auto-sm{margin:0 auto!important}.m-0-sm{margin:0!important}.mx-0-sm{margin-left:0!important;margin-right:0!important}.my-0-sm{margin-top:0!important;margin-bottom:0!important}.ml-auto-sm{margin-left:auto!important}.mr-auto-sm{margin-right:auto!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.ml-0-sm{margin-left:0!important}.mr-0-sm{margin-right:0!important}.m-1-sm{margin:10px!important}.my-1-sm{margin-top:10px!important;margin-bottom:10px!important}.mx-1-sm{margin-right:10px!important}.ml-1-sm,.mx-1-sm{margin-left:10px!important}.mr-1-sm{margin-right:10px!important}.mt-1-sm{margin-top:10px!important}.mb-1-sm{margin-bottom:10px!important}.m-2-sm{margin:20px!important}.my-2-sm{margin-top:20px!important;margin-bottom:20px!important}.mx-2-sm{margin-right:20px!important}.ml-2-sm,.mx-2-sm{margin-left:20px!important}.mr-2-sm{margin-right:20px!important}.mt-2-sm{margin-top:20px!important}.mb-2-sm{margin-bottom:20px!important}.m-3-sm{margin:30px!important}.my-3-sm{margin-top:30px!important;margin-bottom:30px!important}.mx-3-sm{margin-right:30px!important}.ml-3-sm,.mx-3-sm{margin-left:30px!important}.mr-3-sm{margin-right:30px!important}.mt-3-sm{margin-top:30px!important}.mb-3-sm{margin-bottom:30px!important}.m-4-sm{margin:40px!important}.my-4-sm{margin-top:40px!important;margin-bottom:40px!important}.mx-4-sm{margin-right:40px!important}.ml-4-sm,.mx-4-sm{margin-left:40px!important}.mr-4-sm{margin-right:40px!important}.mt-4-sm{margin-top:40px!important}.mb-4-sm{margin-bottom:40px!important}.m-5-sm{margin:50px!important}.my-5-sm{margin-top:50px!important;margin-bottom:50px!important}.mx-5-sm{margin-right:50px!important}.ml-5-sm,.mx-5-sm{margin-left:50px!important}.mr-5-sm{margin-right:50px!important}.mt-5-sm{margin-top:50px!important}.mb-5-sm{margin-bottom:50px!important}.m-6-sm{margin:60px!important}.my-6-sm{margin-top:60px!important;margin-bottom:60px!important}.mx-6-sm{margin-right:60px!important}.ml-6-sm,.mx-6-sm{margin-left:60px!important}.mr-6-sm{margin-right:60px!important}.mt-6-sm{margin-top:60px!important}.mb-6-sm{margin-bottom:60px!important}.m-7-sm{margin:70px!important}.my-7-sm{margin-top:70px!important;margin-bottom:70px!important}.mx-7-sm{margin-right:70px!important}.ml-7-sm,.mx-7-sm{margin-left:70px!important}.mr-7-sm{margin-right:70px!important}.mt-7-sm{margin-top:70px!important}.mb-7-sm{margin-bottom:70px!important}.m-8-sm{margin:80px!important}.my-8-sm{margin-top:80px!important;margin-bottom:80px!important}.mx-8-sm{margin-right:80px!important}.ml-8-sm,.mx-8-sm{margin-left:80px!important}.mr-8-sm{margin-right:80px!important}.mt-8-sm{margin-top:80px!important}.mb-8-sm{margin-bottom:80px!important}.m-9-sm{margin:90px!important}.my-9-sm{margin-top:90px!important;margin-bottom:90px!important}.mx-9-sm{margin-right:90px!important}.ml-9-sm,.mx-9-sm{margin-left:90px!important}.mr-9-sm{margin-right:90px!important}.mt-9-sm{margin-top:90px!important}.mb-9-sm{margin-bottom:90px!important}.m-10-sm{margin:100px!important}.my-10-sm{margin-top:100px!important;margin-bottom:100px!important}.mx-10-sm{margin-right:100px!important}.ml-10-sm,.mx-10-sm{margin-left:100px!important}.mr-10-sm{margin-right:100px!important}.mt-10-sm{margin-top:100px!important}.mb-10-sm{margin-bottom:100px!important}.weight-100-sm{font-weight:100!important}.weight-200-sm{font-weight:200!important}.weight-300-sm{font-weight:300!important}.weight-400-sm{font-weight:400!important}.weight-500-sm{font-weight:500!important}.weight-600-sm{font-weight:600!important}.weight-700-sm{font-weight:700!important}.weight-800-sm{font-weight:800!important}.weight-900-sm{font-weight:900!important}}@media (min-width:790px){.d-none-md{display:none!important}.d-block-md{display:block!important}.d-inline-block-md{display:inline-block!important}.d-flex-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-md{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-md{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-md{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-stretch-md{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-md{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-md{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-md{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-md{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-md{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-md{-ms-flex-pack:distribute!important;justify-content:space-around!important}.text-center-md{text-align:center!important}.text-left-md{text-align:left!important}.text-right-md{text-align:right!important}.display-1-md{font-size:80px}.display-2-md{font-size:70px}.display-3-md{font-size:60px}.display-4-md{font-size:50px}.h1-md{font-size:46px}.h2-md{font-size:36px}.h3-md{font-size:28px}.h4-md{font-size:22px}.h5-md{font-size:18px}.h6-md,p-md{font-size:16px}.p-0-md{padding:0!important}.px-0-md{padding-left:0!important;padding-right:0!important}.py-0-md{padding-bottom:0!important}.pt-0-md,.py-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.pl-0-md{padding-left:0!important}.pr-0-md{padding-right:0!important}.p-1-md{padding:10px!important}.py-1-md{padding-top:10px!important;padding-bottom:10px!important}.px-1-md{padding-right:10px!important}.pl-1-md,.px-1-md{padding-left:10px!important}.pr-1-md{padding-right:10px!important}.pt-1-md{padding-top:10px!important}.pb-1-md{padding-bottom:10px!important}.p-2-md{padding:20px!important}.py-2-md{padding-top:20px!important;padding-bottom:20px!important}.px-2-md{padding-right:20px!important}.pl-2-md,.px-2-md{padding-left:20px!important}.pr-2-md{padding-right:20px!important}.pt-2-md{padding-top:20px!important}.pb-2-md{padding-bottom:20px!important}.p-3-md{padding:30px!important}.py-3-md{padding-top:30px!important;padding-bottom:30px!important}.px-3-md{padding-right:30px!important}.pl-3-md,.px-3-md{padding-left:30px!important}.pr-3-md{padding-right:30px!important}.pt-3-md{padding-top:30px!important}.pb-3-md{padding-bottom:30px!important}.p-4-md{padding:40px!important}.py-4-md{padding-top:40px!important;padding-bottom:40px!important}.px-4-md{padding-right:40px!important}.pl-4-md,.px-4-md{padding-left:40px!important}.pr-4-md{padding-right:40px!important}.pt-4-md{padding-top:40px!important}.pb-4-md{padding-bottom:40px!important}.p-5-md{padding:50px!important}.py-5-md{padding-top:50px!important;padding-bottom:50px!important}.px-5-md{padding-right:50px!important}.pl-5-md,.px-5-md{padding-left:50px!important}.pr-5-md{padding-right:50px!important}.pt-5-md{padding-top:50px!important}.pb-5-md{padding-bottom:50px!important}.p-6-md{padding:60px!important}.py-6-md{padding-top:60px!important;padding-bottom:60px!important}.px-6-md{padding-right:60px!important}.pl-6-md,.px-6-md{padding-left:60px!important}.pr-6-md{padding-right:60px!important}.pt-6-md{padding-top:60px!important}.pb-6-md{padding-bottom:60px!important}.p-7-md{padding:70px!important}.py-7-md{padding-top:70px!important;padding-bottom:70px!important}.px-7-md{padding-right:70px!important}.pl-7-md,.px-7-md{padding-left:70px!important}.pr-7-md{padding-right:70px!important}.pt-7-md{padding-top:70px!important}.pb-7-md{padding-bottom:70px!important}.p-8-md{padding:80px!important}.py-8-md{padding-top:80px!important;padding-bottom:80px!important}.px-8-md{padding-right:80px!important}.pl-8-md,.px-8-md{padding-left:80px!important}.pr-8-md{padding-right:80px!important}.pt-8-md{padding-top:80px!important}.pb-8-md{padding-bottom:80px!important}.p-9-md{padding:90px!important}.py-9-md{padding-top:90px!important;padding-bottom:90px!important}.px-9-md{padding-right:90px!important}.pl-9-md,.px-9-md{padding-left:90px!important}.pr-9-md{padding-right:90px!important}.pt-9-md{padding-top:90px!important}.pb-9-md{padding-bottom:90px!important}.p-10-md{padding:100px!important}.py-10-md{padding-top:100px!important;padding-bottom:100px!important}.px-10-md{padding-right:100px!important}.pl-10-md,.px-10-md{padding-left:100px!important}.pr-10-md{padding-right:100px!important}.pt-10-md{padding-top:100px!important}.pb-10-md{padding-bottom:100px!important}.mx-auto-md{margin:0 auto!important}.m-0-md{margin:0!important}.mx-0-md{margin-left:0!important;margin-right:0!important}.my-0-md{margin-top:0!important;margin-bottom:0!important}.ml-auto-md{margin-left:auto!important}.mr-auto-md{margin-right:auto!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.ml-0-md{margin-left:0!important}.mr-0-md{margin-right:0!important}.m-1-md{margin:10px!important}.my-1-md{margin-top:10px!important;margin-bottom:10px!important}.mx-1-md{margin-right:10px!important}.ml-1-md,.mx-1-md{margin-left:10px!important}.mr-1-md{margin-right:10px!important}.mt-1-md{margin-top:10px!important}.mb-1-md{margin-bottom:10px!important}.m-2-md{margin:20px!important}.my-2-md{margin-top:20px!important;margin-bottom:20px!important}.mx-2-md{margin-right:20px!important}.ml-2-md,.mx-2-md{margin-left:20px!important}.mr-2-md{margin-right:20px!important}.mt-2-md{margin-top:20px!important}.mb-2-md{margin-bottom:20px!important}.m-3-md{margin:30px!important}.my-3-md{margin-top:30px!important;margin-bottom:30px!important}.mx-3-md{margin-right:30px!important}.ml-3-md,.mx-3-md{margin-left:30px!important}.mr-3-md{margin-right:30px!important}.mt-3-md{margin-top:30px!important}.mb-3-md{margin-bottom:30px!important}.m-4-md{margin:40px!important}.my-4-md{margin-top:40px!important;margin-bottom:40px!important}.mx-4-md{margin-right:40px!important}.ml-4-md,.mx-4-md{margin-left:40px!important}.mr-4-md{margin-right:40px!important}.mt-4-md{margin-top:40px!important}.mb-4-md{margin-bottom:40px!important}.m-5-md{margin:50px!important}.my-5-md{margin-top:50px!important;margin-bottom:50px!important}.mx-5-md{margin-right:50px!important}.ml-5-md,.mx-5-md{margin-left:50px!important}.mr-5-md{margin-right:50px!important}.mt-5-md{margin-top:50px!important}.mb-5-md{margin-bottom:50px!important}.m-6-md{margin:60px!important}.my-6-md{margin-top:60px!important;margin-bottom:60px!important}.mx-6-md{margin-right:60px!important}.ml-6-md,.mx-6-md{margin-left:60px!important}.mr-6-md{margin-right:60px!important}.mt-6-md{margin-top:60px!important}.mb-6-md{margin-bottom:60px!important}.m-7-md{margin:70px!important}.my-7-md{margin-top:70px!important;margin-bottom:70px!important}.mx-7-md{margin-right:70px!important}.ml-7-md,.mx-7-md{margin-left:70px!important}.mr-7-md{margin-right:70px!important}.mt-7-md{margin-top:70px!important}.mb-7-md{margin-bottom:70px!important}.m-8-md{margin:80px!important}.my-8-md{margin-top:80px!important;margin-bottom:80px!important}.mx-8-md{margin-right:80px!important}.ml-8-md,.mx-8-md{margin-left:80px!important}.mr-8-md{margin-right:80px!important}.mt-8-md{margin-top:80px!important}.mb-8-md{margin-bottom:80px!important}.m-9-md{margin:90px!important}.my-9-md{margin-top:90px!important;margin-bottom:90px!important}.mx-9-md{margin-right:90px!important}.ml-9-md,.mx-9-md{margin-left:90px!important}.mr-9-md{margin-right:90px!important}.mt-9-md{margin-top:90px!important}.mb-9-md{margin-bottom:90px!important}.m-10-md{margin:100px!important}.my-10-md{margin-top:100px!important;margin-bottom:100px!important}.mx-10-md{margin-right:100px!important}.ml-10-md,.mx-10-md{margin-left:100px!important}.mr-10-md{margin-right:100px!important}.mt-10-md{margin-top:100px!important}.mb-10-md{margin-bottom:100px!important}.weight-100-md{font-weight:100!important}.weight-200-md{font-weight:200!important}.weight-300-md{font-weight:300!important}.weight-400-md{font-weight:400!important}.weight-500-md{font-weight:500!important}.weight-600-md{font-weight:600!important}.weight-700-md{font-weight:700!important}.weight-800-md{font-weight:800!important}.weight-900-md{font-weight:900!important}}@media (min-width:1160px){.d-none-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-block-lg{display:inline-block!important}.d-flex-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-lg{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-lg{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-lg{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-stretch-lg{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-lg{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-lg{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-lg{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-lg{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-lg{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-lg{-ms-flex-pack:distribute!important;justify-content:space-around!important}.text-center-lg{text-align:center!important}.text-left-lg{text-align:left!important}.text-right-lg{text-align:right!important}.display-1-lg{font-size:80px}.display-2-lg{font-size:70px}.display-3-lg{font-size:60px}.display-4-lg{font-size:50px}.h1-lg{font-size:46px}.h2-lg{font-size:36px}.h3-lg{font-size:28px}.h4-lg{font-size:22px}.h5-lg{font-size:18px}.h6-lg,p-lg{font-size:16px}.p-0-lg{padding:0!important}.px-0-lg{padding-left:0!important;padding-right:0!important}.py-0-lg{padding-bottom:0!important}.pt-0-lg,.py-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.pl-0-lg{padding-left:0!important}.pr-0-lg{padding-right:0!important}.p-1-lg{padding:10px!important}.py-1-lg{padding-top:10px!important;padding-bottom:10px!important}.px-1-lg{padding-right:10px!important}.pl-1-lg,.px-1-lg{padding-left:10px!important}.pr-1-lg{padding-right:10px!important}.pt-1-lg{padding-top:10px!important}.pb-1-lg{padding-bottom:10px!important}.p-2-lg{padding:20px!important}.py-2-lg{padding-top:20px!important;padding-bottom:20px!important}.px-2-lg{padding-right:20px!important}.pl-2-lg,.px-2-lg{padding-left:20px!important}.pr-2-lg{padding-right:20px!important}.pt-2-lg{padding-top:20px!important}.pb-2-lg{padding-bottom:20px!important}.p-3-lg{padding:30px!important}.py-3-lg{padding-top:30px!important;padding-bottom:30px!important}.px-3-lg{padding-right:30px!important}.pl-3-lg,.px-3-lg{padding-left:30px!important}.pr-3-lg{padding-right:30px!important}.pt-3-lg{padding-top:30px!important}.pb-3-lg{padding-bottom:30px!important}.p-4-lg{padding:40px!important}.py-4-lg{padding-top:40px!important;padding-bottom:40px!important}.px-4-lg{padding-right:40px!important}.pl-4-lg,.px-4-lg{padding-left:40px!important}.pr-4-lg{padding-right:40px!important}.pt-4-lg{padding-top:40px!important}.pb-4-lg{padding-bottom:40px!important}.p-5-lg{padding:50px!important}.py-5-lg{padding-top:50px!important;padding-bottom:50px!important}.px-5-lg{padding-right:50px!important}.pl-5-lg,.px-5-lg{padding-left:50px!important}.pr-5-lg{padding-right:50px!important}.pt-5-lg{padding-top:50px!important}.pb-5-lg{padding-bottom:50px!important}.p-6-lg{padding:60px!important}.py-6-lg{padding-top:60px!important;padding-bottom:60px!important}.px-6-lg{padding-right:60px!important}.pl-6-lg,.px-6-lg{padding-left:60px!important}.pr-6-lg{padding-right:60px!important}.pt-6-lg{padding-top:60px!important}.pb-6-lg{padding-bottom:60px!important}.p-7-lg{padding:70px!important}.py-7-lg{padding-top:70px!important;padding-bottom:70px!important}.px-7-lg{padding-right:70px!important}.pl-7-lg,.px-7-lg{padding-left:70px!important}.pr-7-lg{padding-right:70px!important}.pt-7-lg{padding-top:70px!important}.pb-7-lg{padding-bottom:70px!important}.p-8-lg{padding:80px!important}.py-8-lg{padding-top:80px!important;padding-bottom:80px!important}.px-8-lg{padding-right:80px!important}.pl-8-lg,.px-8-lg{padding-left:80px!important}.pr-8-lg{padding-right:80px!important}.pt-8-lg{padding-top:80px!important}.pb-8-lg{padding-bottom:80px!important}.p-9-lg{padding:90px!important}.py-9-lg{padding-top:90px!important;padding-bottom:90px!important}.px-9-lg{padding-right:90px!important}.pl-9-lg,.px-9-lg{padding-left:90px!important}.pr-9-lg{padding-right:90px!important}.pt-9-lg{padding-top:90px!important}.pb-9-lg{padding-bottom:90px!important}.p-10-lg{padding:100px!important}.py-10-lg{padding-top:100px!important;padding-bottom:100px!important}.px-10-lg{padding-right:100px!important}.pl-10-lg,.px-10-lg{padding-left:100px!important}.pr-10-lg{padding-right:100px!important}.pt-10-lg{padding-top:100px!important}.pb-10-lg{padding-bottom:100px!important}.mx-auto-lg{margin:0 auto!important}.m-0-lg{margin:0!important}.mx-0-lg{margin-left:0!important;margin-right:0!important}.my-0-lg{margin-top:0!important;margin-bottom:0!important}.ml-auto-lg{margin-left:auto!important}.mr-auto-lg{margin-right:auto!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.ml-0-lg{margin-left:0!important}.mr-0-lg{margin-right:0!important}.m-1-lg{margin:10px!important}.my-1-lg{margin-top:10px!important;margin-bottom:10px!important}.mx-1-lg{margin-right:10px!important}.ml-1-lg,.mx-1-lg{margin-left:10px!important}.mr-1-lg{margin-right:10px!important}.mt-1-lg{margin-top:10px!important}.mb-1-lg{margin-bottom:10px!important}.m-2-lg{margin:20px!important}.my-2-lg{margin-top:20px!important;margin-bottom:20px!important}.mx-2-lg{margin-right:20px!important}.ml-2-lg,.mx-2-lg{margin-left:20px!important}.mr-2-lg{margin-right:20px!important}.mt-2-lg{margin-top:20px!important}.mb-2-lg{margin-bottom:20px!important}.m-3-lg{margin:30px!important}.my-3-lg{margin-top:30px!important;margin-bottom:30px!important}.mx-3-lg{margin-right:30px!important}.ml-3-lg,.mx-3-lg{margin-left:30px!important}.mr-3-lg{margin-right:30px!important}.mt-3-lg{margin-top:30px!important}.mb-3-lg{margin-bottom:30px!important}.m-4-lg{margin:40px!important}.my-4-lg{margin-top:40px!important;margin-bottom:40px!important}.mx-4-lg{margin-right:40px!important}.ml-4-lg,.mx-4-lg{margin-left:40px!important}.mr-4-lg{margin-right:40px!important}.mt-4-lg{margin-top:40px!important}.mb-4-lg{margin-bottom:40px!important}.m-5-lg{margin:50px!important}.my-5-lg{margin-top:50px!important;margin-bottom:50px!important}.mx-5-lg{margin-right:50px!important}.ml-5-lg,.mx-5-lg{margin-left:50px!important}.mr-5-lg{margin-right:50px!important}.mt-5-lg{margin-top:50px!important}.mb-5-lg{margin-bottom:50px!important}.m-6-lg{margin:60px!important}.my-6-lg{margin-top:60px!important;margin-bottom:60px!important}.mx-6-lg{margin-right:60px!important}.ml-6-lg,.mx-6-lg{margin-left:60px!important}.mr-6-lg{margin-right:60px!important}.mt-6-lg{margin-top:60px!important}.mb-6-lg{margin-bottom:60px!important}.m-7-lg{margin:70px!important}.my-7-lg{margin-top:70px!important;margin-bottom:70px!important}.mx-7-lg{margin-right:70px!important}.ml-7-lg,.mx-7-lg{margin-left:70px!important}.mr-7-lg{margin-right:70px!important}.mt-7-lg{margin-top:70px!important}.mb-7-lg{margin-bottom:70px!important}.m-8-lg{margin:80px!important}.my-8-lg{margin-top:80px!important;margin-bottom:80px!important}.mx-8-lg{margin-right:80px!important}.ml-8-lg,.mx-8-lg{margin-left:80px!important}.mr-8-lg{margin-right:80px!important}.mt-8-lg{margin-top:80px!important}.mb-8-lg{margin-bottom:80px!important}.m-9-lg{margin:90px!important}.my-9-lg{margin-top:90px!important;margin-bottom:90px!important}.mx-9-lg{margin-right:90px!important}.ml-9-lg,.mx-9-lg{margin-left:90px!important}.mr-9-lg{margin-right:90px!important}.mt-9-lg{margin-top:90px!important}.mb-9-lg{margin-bottom:90px!important}.m-10-lg{margin:100px!important}.my-10-lg{margin-top:100px!important;margin-bottom:100px!important}.mx-10-lg{margin-right:100px!important}.ml-10-lg,.mx-10-lg{margin-left:100px!important}.mr-10-lg{margin-right:100px!important}.mt-10-lg{margin-top:100px!important}.mb-10-lg{margin-bottom:100px!important}.weight-100-lg{font-weight:100!important}.weight-200-lg{font-weight:200!important}.weight-300-lg{font-weight:300!important}.weight-400-lg{font-weight:400!important}.weight-500-lg{font-weight:500!important}.weight-600-lg{font-weight:600!important}.weight-700-lg{font-weight:700!important}.weight-800-lg{font-weight:800!important}.weight-900-lg{font-weight:900!important}}@media (min-width:1260px){.d-none-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-block-xl{display:inline-block!important}.d-flex-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.fa-center-xl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.fa-baseline-xl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.fa-start-xl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.fa-stretch-xl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.fa-end-xl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.fj-center-xl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.fj-baseline-xl{-webkit-box-pack:baseline!important;-ms-flex-pack:baseline!important;justify-content:baseline!important}.fj-start-xl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.fj-end-xl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.fj-between-xl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.fj-around-xl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.text-center-xl{text-align:center!important}.text-left-xl{text-align:left!important}.text-right-xl{text-align:right!important}.display-1-xl{font-size:80px}.display-2-xl{font-size:70px}.display-3-xl{font-size:60px}.display-4-xl{font-size:50px}.h1-xl{font-size:46px}.h2-xl{font-size:36px}.h3-xl{font-size:28px}.h4-xl{font-size:22px}.h5-xl{font-size:18px}.h6-xl,p-xl{font-size:16px}.p-0-xl{padding:0!important}.px-0-xl{padding-left:0!important;padding-right:0!important}.py-0-xl{padding-bottom:0!important}.pt-0-xl,.py-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.pl-0-xl{padding-left:0!important}.pr-0-xl{padding-right:0!important}.p-1-xl{padding:10px!important}.py-1-xl{padding-top:10px!important;padding-bottom:10px!important}.px-1-xl{padding-right:10px!important}.pl-1-xl,.px-1-xl{padding-left:10px!important}.pr-1-xl{padding-right:10px!important}.pt-1-xl{padding-top:10px!important}.pb-1-xl{padding-bottom:10px!important}.p-2-xl{padding:20px!important}.py-2-xl{padding-top:20px!important;padding-bottom:20px!important}.px-2-xl{padding-right:20px!important}.pl-2-xl,.px-2-xl{padding-left:20px!important}.pr-2-xl{padding-right:20px!important}.pt-2-xl{padding-top:20px!important}.pb-2-xl{padding-bottom:20px!important}.p-3-xl{padding:30px!important}.py-3-xl{padding-top:30px!important;padding-bottom:30px!important}.px-3-xl{padding-right:30px!important}.pl-3-xl,.px-3-xl{padding-left:30px!important}.pr-3-xl{padding-right:30px!important}.pt-3-xl{padding-top:30px!important}.pb-3-xl{padding-bottom:30px!important}.p-4-xl{padding:40px!important}.py-4-xl{padding-top:40px!important;padding-bottom:40px!important}.px-4-xl{padding-right:40px!important}.pl-4-xl,.px-4-xl{padding-left:40px!important}.pr-4-xl{padding-right:40px!important}.pt-4-xl{padding-top:40px!important}.pb-4-xl{padding-bottom:40px!important}.p-5-xl{padding:50px!important}.py-5-xl{padding-top:50px!important;padding-bottom:50px!important}.px-5-xl{padding-right:50px!important}.pl-5-xl,.px-5-xl{padding-left:50px!important}.pr-5-xl{padding-right:50px!important}.pt-5-xl{padding-top:50px!important}.pb-5-xl{padding-bottom:50px!important}.p-6-xl{padding:60px!important}.py-6-xl{padding-top:60px!important;padding-bottom:60px!important}.px-6-xl{padding-right:60px!important}.pl-6-xl,.px-6-xl{padding-left:60px!important}.pr-6-xl{padding-right:60px!important}.pt-6-xl{padding-top:60px!important}.pb-6-xl{padding-bottom:60px!important}.p-7-xl{padding:70px!important}.py-7-xl{padding-top:70px!important;padding-bottom:70px!important}.px-7-xl{padding-right:70px!important}.pl-7-xl,.px-7-xl{padding-left:70px!important}.pr-7-xl{padding-right:70px!important}.pt-7-xl{padding-top:70px!important}.pb-7-xl{padding-bottom:70px!important}.p-8-xl{padding:80px!important}.py-8-xl{padding-top:80px!important;padding-bottom:80px!important}.px-8-xl{padding-right:80px!important}.pl-8-xl,.px-8-xl{padding-left:80px!important}.pr-8-xl{padding-right:80px!important}.pt-8-xl{padding-top:80px!important}.pb-8-xl{padding-bottom:80px!important}.p-9-xl{padding:90px!important}.py-9-xl{padding-top:90px!important;padding-bottom:90px!important}.px-9-xl{padding-right:90px!important}.pl-9-xl,.px-9-xl{padding-left:90px!important}.pr-9-xl{padding-right:90px!important}.pt-9-xl{padding-top:90px!important}.pb-9-xl{padding-bottom:90px!important}.p-10-xl{padding:100px!important}.py-10-xl{padding-top:100px!important;padding-bottom:100px!important}.px-10-xl{padding-right:100px!important}.pl-10-xl,.px-10-xl{padding-left:100px!important}.pr-10-xl{padding-right:100px!important}.pt-10-xl{padding-top:100px!important}.pb-10-xl{padding-bottom:100px!important}.mx-auto-xl{margin:0 auto!important}.m-0-xl{margin:0!important}.mx-0-xl{margin-left:0!important;margin-right:0!important}.my-0-xl{margin-top:0!important;margin-bottom:0!important}.ml-auto-xl{margin-left:auto!important}.mr-auto-xl{margin-right:auto!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.ml-0-xl{margin-left:0!important}.mr-0-xl{margin-right:0!important}.m-1-xl{margin:10px!important}.my-1-xl{margin-top:10px!important;margin-bottom:10px!important}.mx-1-xl{margin-right:10px!important}.ml-1-xl,.mx-1-xl{margin-left:10px!important}.mr-1-xl{margin-right:10px!important}.mt-1-xl{margin-top:10px!important}.mb-1-xl{margin-bottom:10px!important}.m-2-xl{margin:20px!important}.my-2-xl{margin-top:20px!important;margin-bottom:20px!important}.mx-2-xl{margin-right:20px!important}.ml-2-xl,.mx-2-xl{margin-left:20px!important}.mr-2-xl{margin-right:20px!important}.mt-2-xl{margin-top:20px!important}.mb-2-xl{margin-bottom:20px!important}.m-3-xl{margin:30px!important}.my-3-xl{margin-top:30px!important;margin-bottom:30px!important}.mx-3-xl{margin-right:30px!important}.ml-3-xl,.mx-3-xl{margin-left:30px!important}.mr-3-xl{margin-right:30px!important}.mt-3-xl{margin-top:30px!important}.mb-3-xl{margin-bottom:30px!important}.m-4-xl{margin:40px!important}.my-4-xl{margin-top:40px!important;margin-bottom:40px!important}.mx-4-xl{margin-right:40px!important}.ml-4-xl,.mx-4-xl{margin-left:40px!important}.mr-4-xl{margin-right:40px!important}.mt-4-xl{margin-top:40px!important}.mb-4-xl{margin-bottom:40px!important}.m-5-xl{margin:50px!important}.my-5-xl{margin-top:50px!important;margin-bottom:50px!important}.mx-5-xl{margin-right:50px!important}.ml-5-xl,.mx-5-xl{margin-left:50px!important}.mr-5-xl{margin-right:50px!important}.mt-5-xl{margin-top:50px!important}.mb-5-xl{margin-bottom:50px!important}.m-6-xl{margin:60px!important}.my-6-xl{margin-top:60px!important;margin-bottom:60px!important}.mx-6-xl{margin-right:60px!important}.ml-6-xl,.mx-6-xl{margin-left:60px!important}.mr-6-xl{margin-right:60px!important}.mt-6-xl{margin-top:60px!important}.mb-6-xl{margin-bottom:60px!important}.m-7-xl{margin:70px!important}.my-7-xl{margin-top:70px!important;margin-bottom:70px!important}.mx-7-xl{margin-right:70px!important}.ml-7-xl,.mx-7-xl{margin-left:70px!important}.mr-7-xl{margin-right:70px!important}.mt-7-xl{margin-top:70px!important}.mb-7-xl{margin-bottom:70px!important}.m-8-xl{margin:80px!important}.my-8-xl{margin-top:80px!important;margin-bottom:80px!important}.mx-8-xl{margin-right:80px!important}.ml-8-xl,.mx-8-xl{margin-left:80px!important}.mr-8-xl{margin-right:80px!important}.mt-8-xl{margin-top:80px!important}.mb-8-xl{margin-bottom:80px!important}.m-9-xl{margin:90px!important}.my-9-xl{margin-top:90px!important;margin-bottom:90px!important}.mx-9-xl{margin-right:90px!important}.ml-9-xl,.mx-9-xl{margin-left:90px!important}.mr-9-xl{margin-right:90px!important}.mt-9-xl{margin-top:90px!important}.mb-9-xl{margin-bottom:90px!important}.m-10-xl{margin:100px!important}.my-10-xl{margin-top:100px!important;margin-bottom:100px!important}.mx-10-xl{margin-right:100px!important}.ml-10-xl,.mx-10-xl{margin-left:100px!important}.mr-10-xl{margin-right:100px!important}.mt-10-xl{margin-top:100px!important}.mb-10-xl{margin-bottom:100px!important}.weight-100-xl{font-weight:100!important}.weight-200-xl{font-weight:200!important}.weight-300-xl{font-weight:300!important}.weight-400-xl{font-weight:400!important}.weight-500-xl{font-weight:500!important}.weight-600-xl{font-weight:600!important}.weight-700-xl{font-weight:700!important}.weight-800-xl{font-weight:800!important}.weight-900-xl{font-weight:900!important}}.pagination{display:inline-block}.pagination a{color:#000;float:left;padding:8px 16px;text-decoration:none}.pagination a.active{background-color:#5b3ff9;color:#fff}.pagination a:hover:not(.active){background-color:#ddd}.flat-tabs .tab-nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flat-tabs .tab-nav .tab-link{outline:none;border:none;display:block;padding:10px 15px;cursor:pointer;background:#5b3ff9;color:#fff;position:relative}.flat-tabs .tab-nav .tab-link.active,.flat-tabs .tab-nav .tab-link:hover{background:#4626f8;-webkit-box-shadow:inset 0 -4px 0 0 #310ef7;box-shadow:inset 0 -4px 0 0 #310ef7}.flat-tabs .tab-container{padding:15px 0}.flat-tabs .tab-content{display:none;padding:6px 12px;-webkit-animation:fadeEffect 1s;animation:fadeEffect 1s}.flat-tabs .tab-content.active{display:block!important}.flat-tabs .tab-content .tab-close{cursor:pointer;opacity:.5;font-size:16px}.flat-tabs .tab-content .tab-close:hover{opacity:1}@-webkit-keyframes fadeEffect{0%{opacity:0}to{opacity:1}}@keyframes fadeEffect{0%{opacity:0}to{opacity:1}} \ No newline at end of file